On the Convergence Rate of Average Consensus and Distributed Optimization over Unreliable Networks

Size: px
Start display at page:

Download "On the Convergence Rate of Average Consensus and Distributed Optimization over Unreliable Networks"

Transcription

1 On he Convergence Rae of Average Consensus and Disribued Opimizaion over Unreliable Neworks Lili Su EECS, MIT Absrac We consider he problems of reaching average consensus and solving consensus-based opimizaion over unreliable communicaion neworks wherein packes may be dropped accidenally during ransmission. Exising work eiher assumes ha he link failures affec he communicaion on boh direcions or ha he message senders know exacly heir ougoing degrees in each ieraion. In his paper, we consider direced links, and we do no require each node know is curren ougoing degree. We characerize he convergence rae of reaching average consensus in he presence of packe-dropping link failures. Then we apply our robus consensus updae o he classical disribued dual averaging mehod as he informaion aggregaion primiive. We show ha he local ieraes converge o a common opimum of he global objecive a rae O( ), where is he number of ieraions, maching he failure-free performance of he disribued dual averaging mehod. I. INTRODUCTION Reaching consensus and solving disribued opimizaion are wo closely relaed global asks of muli-agen neworks. In he former, every agen has a privae inpu, and he goal of he neworked agens is o reach an agreemen on a value ha is a funcion of hese privae inpus such as maximum, minimum, average, ec; in he laer, ypically, every agen has a privae cos funcion, and he goal is o collaboraively minimize a global objecive which is a proper aggregaion of hese privae cos funcions. Average consensus has received inensive aenion [8], [0], [2] parially due o he fac ha one can use average consensus as a way o aggregae agens privae informaion. Differen sraegies o robusify reaching average consensus agains unreliable neworks have been proposed [7], [7], [4], [20], [6]. Specifically, undireced graphs were considered in [7], [6], where he link failures affec he communicaion in boh direcions; dynamically changing daa and neworks are considered in [6]. Direced graphs were firs considered in [7], however, only biased average was achieved. This bias was laer correced in [4], [20] via inroducing auxiliary variables a each agen; however, only asympoic convergence was shown. To he bes of our knowledge, he characerizaion of nonasympoic convergence rae is sill lacking. Consensus-based muli-agen opimizaion is an imporan family of disribued opimizaion algorihms. In a ypical consensus-based muli-agen opimizaion problem [5], [4], [3], [9], each agen i keeps a privae cos funcion h i : X R, and he neworked agens, as a whole, wan o reach agreemen on a global decision x X such ha he average of hese privae cos funcions is minimized, i.e., x argmin x X h i (x), n where n is he oal number of agens in he sysem. The applicaions of such disribued opimizaion problems include disribued machine learning and disribued resource allocaion. Robusifying disribued opimizaion agains link failures has received some aenion recenly [5], [3]. Duchi e al. [5] assumed ha each realizable link failure paern admis a doubly-sochasic marix. In he case wherein each agen knows he number of reliable ougoing links [3], he requiremen for he doubly sochasic marices was removed by incorporaing he push-sum mechanism. However, he implemenaion of push-sum in [3] implicily assumed he adopion of acknowledgemen mechanism. In his work, we consider direced links, and we do no require each node know is curren ougoing degree. As a resul of his, if a message packe is dropped over a link, he sender is no aware of his loss. This scenario arises frequenly in real sysems. Alhough acknowledge mechanisms can be incorporaed o improve reliabiliy, his may slow down he convergence due o he need for message reransmission (requiring more ime for each ieraion of he algorihm). We characerize he convergence rae of reaching average consensus in he presence of packe-dropping link failures, which is, o he bes of our knowledge, lacking in lieraure. Then we apply our robus consensus updae o he classical disribued dual averaging mehod as he informaion aggregaion primiive. We show ha he local ieraes converge o a common opimum of he global objecive a rae O( ), where is he number of ieraions, maching he failure-free performance of he disribued dual averaging mehod. II. NETWORK MODEL AND NOTATION We consider a synchronous sysem ha consiss of n neworked agens. The nework srucure is represened as a srongly conneced graph G(V, E), where V = {,..., n} is he collecion of agens, and E is he collecion of direced communicaion links. Le I i = {j (j, i) E} and O i = {j (i, j) E} be he ses of incoming neighbors and ougoing neighbors, respecively, of agen i. For ease of exposiion, we assume here exis no self-loops, i.e., i / I i O i, i V. For i V, le d o i = O i. The communicaion links are

2 unreliable in ha packes may be dropped during ransmission unexpecedly. However, a given link is operaional a leas once during B consecuive ieraions, where B. Similar assumpion is adoped in [3], [4]. III. ROBUST AVERAGE CONSENSUS Reaching average consensus in direced neworks has been inensively sudied [6], [], [2]. In paricular, in Push- Sum [2], [2], each neworked agen updaes wo coupled ieraes and he raio of hese wo ieraes approaches he average asympoically. The correcness of Push-Sum relies crucially on mass preservaion (specified laer) of he sysem. However, when he communicaion links suffer packedropping failures, he desired mass preservaion may no hold, since he ransmied mass may be dropped wihou even being noified by he senders. Robusificaion mehod has been inroduced o recover he dropped mass [0], [9], where auxiliary variables are inroduced o record he oal mass sen and delivered, respecively, hrough a given communicaion link. Only asympoic convergence is provably guaraneed [0], [9]. In his secion, we focus on characerizing he convergence rae of robus average consensus. To do ha, we need o modify he robus Push-Sum proposed in [0]. A. Robus Push-Sum In his subsecion, we briefly review he Push-Sum algorihm [2], [2] and is robus varian [0]. In sandard Push- Algorihm : Push-Sum [2], [2] Iniializaion: z i [0] = y i R d, w i [0] = R. 2 for do 3 Broadcas zi[ ] wi[ ] d o i + and d o i + o all ougoing neighbors; 4 z i [] z j[ ] j I i {i} +, and 5 end w i [] j I i {i} d o j w j[ ] d o j +. Sum [2], [2], described in Algorihm, each agen i runs wo ieraes: value sequence {z i []} =0, and weigh sequence {w i []} =0, where z i [0] = y i R d is he privae inpu, and w i [0] = R is he iniial weigh of agen i. The weigh sequences {w i []} =0 are inroduced o relax he need for doubly sochasic marices. Inuiively speaking, he weighs are used o correc he bias caused by he nework srucure. In each ieraion of Algorihm, each agen i divides boh he local value z i and local weigh w i by d o i +, recalling ha do i is he ou-degree of agen i in he fixed G(V, E). Among he d o i + z pars of he values fracions i d o i + and he weigh fracions w i d o+, agen i sends do i pars o is ougoing neighbors and i one par o iself. Upon receiving he value fracions and he weigh fracions from is incoming neighbors, agen i sums hem up respecively. When he communicaion nework is reliable, i has been shown ha, a each agen, he raio of he value and he weigh converges o he average of he privae inpus, i.e., z i [] lim w i [] = y j, i =,, n. () n The correcness of Push-Sum algorihm relies crucially on he mass preservaion of he sysem [3], [2], which says ha he oal weighs kep by he agens in he sysem sum up o n a every ieraion, i.e., w i [] = n,. (2) Unforunaely, (2) does no hold in he presence of packedropping link failures. Neverheless, as illusraed in [0] (also described below in Algorihm 2), if we are able o keep rack of he dropped mass, we are able o show ha he oal mass is preserved in some augmened graph. And, running Algorihm 2 can be viewed as running sandard push-sum on his augmened graph. Algorihm 2: Robus Push-Sum [0] Iniializaion: z i [0] = y i R d, w i [0] = R, σ i [0] = 0 R d, σ i [0] = 0 R, and ρ ji [0] = 0 R d, ρ ji [0] = 0 R for each incoming link, i.e., j I i. 2 for do 3 σ i [] σ i [ ] + zi[ ] d o i +, σ i[] σ i [ ] + wi[ ] d o i + ; 4 Broadcas (σ i [], σ i []) o ougoing neighbors; 5 for each incoming link (j, i) do 6 if message (σ j [], σ j []) is received hen 7 ρ ji [] σ j [], ρ ji [] σ j []; 8 else 9 ρ ji [] ρ ji [ ], ρ ji [] ρ ji [ ]; 0 end z i [] j I (ρ i {i} ji[] ρ ji [ ]), and w i [] j I ( ρ i {i} ji[] ρ ji [ ]). 2 end 3 end Similar o he sandard Push-Sum, in Algorihm 2, each agen i wans o share wih is ougoing neighbors of is value fracion zi d o i + and weigh fracion wi d o i +. If agen i sends hese wo fracions ou direcly, he oal mass will no be preserved. In order o recover he mass dropped by an incoming link, in addiion o z i [] and w i [], in Algorihm 2 each agen i uses variable σ i [] o record he cumulaive weigh (up o ieraion ) sen hrough each ougoing link; uses variable σ i [] for he corresponding quaniy of he value sequence. In paricular, σ i [] = σ[ ] + z i[ ] d o i +, and σ i [] = σ i [ ] + w i[ ] d o i +, (3) 2

3 wih σ i [0] = 0 R d, and σ i [0] = 0 R. In each ieraion, agen i broadcass he uple (σ i [], σ i []) o all of is ougoing neighbors. To record he cumulaive informaion delivered via he link (i, k), he ougoing neighbor k uses a pair of variables ρ ik [] and ρ ik [], wih ρ ik [0] = 0 R d and ρ ik [0] = 0 R. If he link (i, k) is operaional, i.e., he uple (σ i [], σ i []) is successfully delivered, hen ρ ik [] = σ i [], and ρ ik [] = σ i []. Oherwise, since no new message is delivered, boh ρ ik [] and ρ ik [] are unchanged. In summary, if he link is operaional a a given ieraion, hen Oherwise, oal mass sen = oal mass delivered; oal mass sen oal mass delivered. In addiion, if he link (i, k) is operaional a ieraion, i holds ha ρ ik [] ρ ik [ ] = ρ ik [] ρ ik [ ] = r= r= z i [r] and (4) +, d o i w i [r] (5) +, where is he immediaely preceding ieraion of such ha link (i, k) is operaional. As a link is reliable a leas once during B consecuive ieraions, i holds ha B. Under Algorihm 2, i has been shown ha [0], a each agen i, z i [] w i [] a.s. n d o i y i, as. However, no convergence rae (asympoic or non-asympoic) is given. Informally speaking, his is because he dynamics of he sysem under Algorihm 2 is no sable enough. In paricular, in he augmened graph consruced in [0] (formally defined laer), he wo ieraes kep by he virual agens are rese o zero periodically and unexpecedly. This rese causes non-rivial echnical challenges he corresponding marix produc does no converge o a rank one marix. B. Convergen Robus Push-Sum In his subsecion, we propose a simple varian of Algorihm 2. We refer o our algorihm as Convergen Robus Push-Sum, described in Algorihm 3 simply o emphasize he fac ha a finie-ime convergence rae is derived. Noe ha his does no mean ha our Algorihm 3 is superior o Algorihm 2 [0]. Our Algorihm 3 has he same se of variables as ha in Algorihm 2. For ease of exposiion, we use σ + i [], σ+ i [], z+ i [], and w + i [] o emphasize he fac ha hey are inermediae values of corresponding quaniies in an ieraion. In each ieraion of our Algorihm 3, he cumulaive ransmied value and weigh (σ i, σ i ), and he local value and weigh (z i, w i ) are updaed wice, wih he firs updae being idenical o ha in Algorihm 2. As menioned before, wih Algorihm 3: Convergen Robus Push-Sum Iniializaion: z i [0] = y i R d, w i [0] = R, σ i [0] = 0 R d, σ i [0] = 0 R, and ρ ji [0] = 0 R d, ρ ji [0] = 0 R for each incoming link, i.e., j I i. 2 for do 3 σ + i [] σ i[ ] + zi[ ] d o i +, σ + i [] σ i[ ] + wi[ ] d o i + ; 4 Broadcas ( σ + i [], σ+ i []) o ougoing neighbors; 5 for each incoming link (j, i) do 6 if message ( σ + j [], σ+ j []) is received hen 7 ρ ji [] σ + j [], ρ ji[] σ + j []; 8 else 9 ρ ji [] ρ ji [ ], ρ ji [] ρ ji [ ]; 0 end z + zi[ ] i [] (ρ ji [] ρ ji [ ]), w + wi[ ] i [] ( ρ ji [] ρ ji [ ]). 2 end 3 σ i [] σ + i [] + z+ i [] d o+, σ i[] σ + i [] + w+ i [] i d o i +, 4 end z i [] z+ i [] d o i +, w i[] w+ i [] d o i +. only his firs updae, he dynamics in he sysem is no sable enough, as he wo ieraes kep by he virual agens are rese o zero periodically and unexpecedly. This rese is prevened by he second updae in our Algorihm 3. Inuiively speaking, in he second updae, each agen pushes nonzero mass o he virual agens on is ougoing links. As a resul of his, he wo ieraes kep by a virual agen will never be zero a he end of an ieraion. C. Augmened Graph The augmened graph of a given G(V, E), denoed as G a (V a, E a ), is consruced as follows [20]: ) V a = V E, i.e., E addiional auxiliary agens are inroduced, each of which represens a link in G(V, E). For ease of noaion, we use n ij o denoe he virual agen corresponding o edge (i, j). 2) E E a, i.e., he edge se in G a (V a, E a ) preserves he opology of G(V, E); 3) Addiionally, auxiliary edges are inroduced: each auxiliary agen n ij has one incoming neighbor agen i and one ougoing neighbor agen j. As shown in Fig., in he augmened graph (i.e., Fig. (b)), four addiional agens are inroduced, each of which corresponds o a direced edge of he original graph. D. Marix Represenaion For each link (j, i) E, and, define he indicaor variable B (j,i) [] as follows: {, if link (j, i) is reliable a ime ; B (j,i) [] (6) 0, oherwise. 3

4 (a) Original graph (b) Augmened graph Fig. : For each direced link, a buffer agen is added. Recall ha z i and w i are he value and weigh for i V = {,, n}. For each (j, i) E, we define z nji and w nji as z nji [] σ j [] ρ ji [], and (7) w nji [] σ j [] ρ ji [], (8) wih z nji [0] = 0 R d and w nji [0] = 0 R. Le m = n + E. We nex show ha he evoluion of z and w can be described in a marix form. Since he updae of value z and weigh w are idenical, for ease of exposiion, henceforh, we focus on he value sequence z. From Algorihm 3, we know ρ ji [] = B (j,i) []σ + j [] + ( B (j,i)[])ρ ji [ ],. (9) By (6), (7) and (9), for each i V, he updae of z i is z + i [] z i [] Thus, = zi[ ] d o i + + ( ) zj[ ] j I i B (j,i) [] d o j + + z n ji [ ], = z+ i [] d o i +. (0) z i [] = z i[ ] (d o i + )2 + j I i B (j,i)[] (d o i + ) ( d o j + )z j[ ] Similarly, we ge + j I i B (j,i) [] (d o i + )z n ji [ ]. () ( z nji [] = ( d o j + ) 2 + B ) (j,i)[] d o j + z j [ ] + k I j B (k,j) [] (d o k + ) ( d o j + )z k[ ] + k I j B (k,j) [] d o j + z n kj [ ] + ( B (j,i) [] ) z nji [ ]. (2) Thus, we consruc a marix M[] R m m wih he following srucure: M i,i [] (d o i + ; )2 M j,i [] B (j,i) [] (d o i + ) ( d o j + ), j I i; M nji,i[] B (j,i)[] d o i +, j I i; M j,nji [] M k,nji [] ( d o j + ) 2 + B (j,i)[] d o j + ; B (k,j) [] (d o k + ) ( d o j + ), k I j; M nkj,n ji [] B (k,j)[] d o j +, k I j; M nji,n ji [] B (j,i) []. (3) and any oher enry in M[] be zero. I is easy o check ha he obained marix M[] is row sochasic. Le Ψ(r, ) be he produc of r + row-sochasic marices Ψ(r, ) M[τ] = M[r]M[r + ] M[], τ=r wih r. In addiion, Ψ( +, ) I by convenion. For ease of exposiion, wihou loss of generaliy, le us fix a one-o-one mapping beween {n+,, m} and (j, i) E. Thus, for each non-virual agen i V = {,, n}, we have m z i [] = z j [0]Ψ ji (, ) = y j Ψ ji (, ), (4) where he las equaliy holds due o z j [0] = y j for i V and z j [0] = 0 for j / V. Similar o (4), for he weigh evoluion, for each i {,, m}, we have w i [] = w j [0]Ψ ji (, ), (5) Using ergodic coefficiens and some celebraed resuls obained by Hajnal [], we show he following hoerem. Theorem. Under Algorihm 3, a each agen i V = {,, n}, z i [] w i [] n k= y k y k γ nb+. n nβnb+ k= Here we use o denoe l 2 norm. All he missing proofs can be found in he full version [8]. IV. ROBUST DISTRIBUTED DUAL AVERAGING METHOD We apply Algorihm 3 o disribued dual averaging mehod as informaion fusion primiive. Throughou his secion, we assume ha each agen i knows a privae cos funcion h i : X R, where (A) X R d is nonempy, convex and compac; and 4

5 (B) h i is convex and L Lipschiz coninuous wih respec o l 2 norm, i.e., for all x, y X, h i (x) h i (y) L x y, i V (6) We are ineresed in solving min x X h(x) n h i (x). (7) using a muli-agen nework where he communicaion links may suffer packe-dropping failures. Le X be he collecion of opimal soluions of h subjec o X. Since X R d is a nonempy, convex and compac, X is also nonempy, convex and compac. In addiion o he esimae sequence {x[]} =0, in dual averaging mehod, here is an addiional sequence {z[]} =0 in he dual space ha essenially aggregaes all he subgradiens generaed so far. In addiion, he dual averaging scheme involves a proximal funcion ψ : R d R ha is srongly convex. In his paper, we choose ψ o be srongly convex wih respec o l 2 norm, ha is ψ(y) ψ(x) + ψ(x), y x + 2 x y 2, for x, y R d. In addiion, we assume ha ψ 0 and argmin x ψ(x) = 0 R d, which is also referred as proximal cener. This choice of ψ is raher sandard [5], [9]. As i can be seen laer, his proximal funcion can be used o smooh he updae of he primal sequence {x[]} =0. One ypical ierae sequence under dual averaging mehod is as follows. Iniializing z[0] = x[0] = 0 R d, for ieraion ( 0), compue g[] h(x[]), and updae z and x as z[ + ] = z[] + g[], (8) x[ + ] = ψ (z[ + ], α[]), (9) x Rd where ψ x R ( ) is he projecion operaor defined as d ψ (z, α) x Rd argmin x R d { z, x + α ψ(x) }. (20) From (9), we know ha he updae of x is based on all he subgradiens generaed so far, and all hese subgradiens are weighed equally. The convergence rae of he dual averaging mehod is O( ), which is faser han he subgradien mehod whose convergence rae is O( log ). Besides, he consans of he dual averaging mehod are ofen smaller [5]. Nex we presen our Robus Push-Sum Disribued Dual Averaging (RPSDA) mehod. In our RPSDA, each agen i locally keeps esimae sequence {x i []} =0, gradien aggregaion (value) sequence {z i []} =0, and weigh sequence {w i []} =0, where x i [0] = z i [0] = 0 R d and w i [0] = R. In addiion, le {α[]} =0 be a sequence of posiive sepsizes. We will specify he choice of α[] in our saemen of heorem. Noe ha he only difference beween Algorihm 4 and Algorihm 3 Algorihm 4: RPSDA Iniializaion: z i [0] = x i [0] = σ i [0] = 0 R d, σ i [0] = 0 R, w i [0] = R, ρ ji [0] = 0 R d and ρ ji [0] = 0 R for each incoming link, i.e., j I i. 2 for do 3 σ + i [] σ i[ ] + zi[ ] d o i +, σ + i [] σ i[ ] + wi[ ] d o i + ; 4 Broadcas ( σ + i [], σ+ i []) o ougoing neighbors; 5 for each incoming link (j, i) do 6 if message ( σ + j [], σ+ j []) is received hen 7 ρ ji [] σ + j [], ρ ji[] σ + j []; 8 else 9 ρ ji [] ρ ji [ ], ρ ji [] ρ ji [ ]; 0 end z + zi[ ] i [] (ρ ji [] ρ ji [ ]), 2 end w + i [] wi[ ] ( ρ ji [] ρ ji [ ]). 3 σ i [] σ + i [] + z+ i [] d o i +, σ i[] σ + i [] + w+ i [] d o i +, z i [] z+ i [] d o+, w i[] w+ i [] i d o i +. 4 Compue a subgradien g i [ ] h i (x i [ ]); 5 z i [] z i [] + g i [ ]; 6 x i [] ψ X 7 end ( zi[] w i[], α[ ] ); is ha a subgradien is compued and added o he local value z. One imporanly, he local esimae x is updaed using dual averaging updae. For ease of exposiion, le g i [r] = 0 for each virual agen i {n +,, m} and r 0. Similar o (4) and (5), we have z i [] = w i [] = r=0 g j [r]ψ j,i (r, ) Ψ j,i (, ). Le z[] n n z i[]. We have z[] = n m z i [] = n r=0 g i [r]. (2) Le {α[]} =0 be a sequence of non-increasing sepsizes. For each agen i V, we define he running average of x i [], denoed by ˆx i [T ], as follows: ˆx i [T ] = T T x i []. = Theorem 2. Le x X, and suppose ha ψ(x ) R 2. Le {α[] = A } = wih α[0] = A be he sequence of sepsizes 5

6 used in Algorihm 4 for some posiive consan A. Then, for T nb +, we have for all j V, h (ˆx j [T ]) h(x ) 2L2 A T (2 T + ) + R2 A T 3L 2 A + β nb+ ( γ nb+ )γ nb nb+ 2 T +. T Noe ha Theorem 2 holds for any posiive consan A. Opimizing over A, he consan hidden in O( T ) can be improved. [9] K. I. Tsianos, S. Lawlor, and M. G. Rabba. Push-sum disribued dual averaging for convex opimizaion. In Proceedings of IEEE Conference on Decision and Conrol (CDC), pages , December 202. [20] N. H. Vaidya, C. N. Hadjicosis, and A. D. Domínguez-García. Robus average consensus over packe dropping links: Analysis via coefficiens of ergodiciy. In Proceedinsg of IEEE Conference on Decision and Conrol (CDC), pages , December 202. [2] L. Xiao, S. Boyd, and S.-J. Kim. Disribued average consensus wih leas-mean-square deviaion. Journal of Parallel and Disribued Compuing, 67():33 46, REFERENCES [] T. C. Aysal, M. E. Yildiz, A. D. Sarwae, and A. Scaglione. Broadcas gossip algorihms for consensus. IEEE Transacions on Signal processing, 57(7): , [2] F. Bénézi, V. Blondel, P. Thiran, J. Tsisiklis, and M. Veerli. Weighed gossip: Disribued averaging using non-doubly sochasic marices. In Informaion heory proceedings (isi), 200 ieee inernaional symposium on, pages IEEE, 200. [3] F. Bnzi, V. Blondel, P. Thiran, J. Tsisiklis, and M. Veerli. Weighed gossip: Disribued averaging using non-doubly sochasic marices. In Proceedings of IEEE Inernaional Symposium on Informaion Theory Proceedings (ISIT), pages , June 200. [4] Y. Chen, R. Tron, A. Terzis, and R. Vidal. Correcive consensus: Converging o he exac average. In Proceedings of IEEE Conference on Decision and Conrol (CDC), pages , December 200. [5] J. Duchi, A. Agarwal, and M. Wainwrigh. Dual averaging for disribued opimizaion: Convergence analysis and nework scaling. IEEE Transacions on Auomaic Conrol, 202. [6] I. Eyal, I. Keidar, and R. Rom. Algorihms for Sensor Sysems: 7h Inernaional Symposium on Algorihms for Sensor Sysems, Wireless Ad Hoc Neworks and Auonomous Mobile Eniies, ALGOSENSORS 20, Saarbrücken, Germany, Sepember 8-9, 20, Revised Seleced Papers, chaper LiMoSense Live Monioring in Dynamic Sensor Neworks, pages Springer Berlin Heidelberg, Berlin, Heidelberg, 202. [7] F. Fagnani and S. Zampieri. Average consensus wih packe drop communicaion. SIAM Journal on Conrol and Opimizaion, 48():02 33, [8] C. N. Hadjicosis and T. Charalambous. Average consensus in he presence of delays in direced graph opologies. IEEE Transacions on Auomaic Conrol, 59(3): , March 204. [9] C. N. Hadjicosis and T. Charalambous. Average consensus in he presence of delays in direced graph opologies. IEEE Transacions on Auomaic Conrol, 59(3): , 204. [0] C. N. Hadjicosis, N. H. Vaidya, and A. D. Domínguez-García. Robus disribued average consensus via exchange of running sums. IEEE Transacions on Auomaic Conrol, 6(6): , 206. [] J. Hajnal and M. Barle. Weak ergodiciy in non-homogeneous markov chains. In Mahemaical Proceedings of he Cambridge Philosophical Sociey, volume 54, pages Cambridge Univ Press, 958. [2] D. Kempe, A. Dobra, and J. Gehrke. Gossip-based compuaion of aggregae informaion. In Proceedings of IEEE Symposium on Foundaions of Compuer Science, pages IEEE, Ocober [3] A. Nedic and A. Olshevsky. Disribued opimizaion over ime-varying direced graphs. IEEE Transacions on Auomaic Conrol, 60(3):60 65, 205. [4] A. Nedic and A. Ozdaglar. Disribued subgradien mehods for muliagen opimizaion. IEEE Transacions on Auomaic Conrol, 54():48 6, [5] Y. Neserov. Primal-dual subgradien mehods for convex problems. Mahemaical programming, 20():22 259, [6] R. Olfai-Saber and R. M. Murray. Consensus problems in neworks of agens wih swiching opology and ime-delays. IEEE Transacions on Auomaic Conrol, 49(9): , Sep [7] S. Paerson, B. Bamieh, and A. El Abbadi. Disribued average consensus wih sochasic communicaion failures. In Proceedings of IEEE Conference on Decision and Conrol (CDC), pages , December [8] L. Su and N. H. Vaidya. Robus muli-agen opimizaion: Coping wih packe-dropping link failures. arxiv preprin arxiv: ,

arxiv: v2 [cs.dc] 2 May 2018

arxiv: v2 [cs.dc] 2 May 2018 On the Convergence Rate of Average Consensus and Distributed Optimization over Unreliable Networks Lili Su EECS, MI arxiv:1606.08904v2 [cs.dc] 2 May 2018 Abstract. We consider the problems of reaching

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Noes for EE7C Spring 018: Convex Opimizaion and Approximaion Insrucor: Moriz Hard Email: hard+ee7c@berkeley.edu Graduae Insrucor: Max Simchowiz Email: msimchow+ee7c@berkeley.edu Ocober 15, 018 3

More information

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs PROC. IEEE CONFERENCE ON DECISION AND CONTROL, 06 A Primal-Dual Type Algorihm wih he O(/) Convergence Rae for Large Scale Consrained Convex Programs Hao Yu and Michael J. Neely Absrac This paper considers

More information

Adaptation and Synchronization over a Network: stabilization without a reference model

Adaptation and Synchronization over a Network: stabilization without a reference model Adapaion and Synchronizaion over a Nework: sabilizaion wihou a reference model Travis E. Gibson (gibson@mi.edu) Harvard Medical School Deparmen of Pahology, Brigham and Women s Hospial 55 h Conference

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

Accelerated Distributed Nesterov Gradient Descent for Convex and Smooth Functions

Accelerated Distributed Nesterov Gradient Descent for Convex and Smooth Functions 07 IEEE 56h Annual Conference on Decision and Conrol (CDC) December -5, 07, Melbourne, Ausralia Acceleraed Disribued Neserov Gradien Descen for Convex and Smooh Funcions Guannan Qu, Na Li Absrac This paper

More information

Lecture 2 October ε-approximation of 2-player zero-sum games

Lecture 2 October ε-approximation of 2-player zero-sum games Opimizaion II Winer 009/10 Lecurer: Khaled Elbassioni Lecure Ocober 19 1 ε-approximaion of -player zero-sum games In his lecure we give a randomized ficiious play algorihm for obaining an approximae soluion

More information

arxiv: v1 [cs.dc] 8 Mar 2012

arxiv: v1 [cs.dc] 8 Mar 2012 Consensus on Moving Neighborhood Model of Peerson Graph arxiv:.9v [cs.dc] 8 Mar Hannah Arend and Jorgensen Jos Absrac In his paper, we sudy he consensus problem of muliple agens on a kind of famous graph,

More information

Orientation. Connections between network coding and stochastic network theory. Outline. Bruce Hajek. Multicast with lost packets

Orientation. Connections between network coding and stochastic network theory. Outline. Bruce Hajek. Multicast with lost packets Connecions beween nework coding and sochasic nework heory Bruce Hajek Orienaion On Thursday, Ralf Koeer discussed nework coding: coding wihin he nework Absrac: Randomly generaed coded informaion blocks

More information

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB Elecronic Companion EC.1. Proofs of Technical Lemmas and Theorems LEMMA 1. Le C(RB) be he oal cos incurred by he RB policy. Then we have, T L E[C(RB)] 3 E[Z RB ]. (EC.1) Proof of Lemma 1. Using he marginal

More information

Lecture 9: September 25

Lecture 9: September 25 0-725: Opimizaion Fall 202 Lecure 9: Sepember 25 Lecurer: Geoff Gordon/Ryan Tibshirani Scribes: Xuezhi Wang, Subhodeep Moira, Abhimanu Kumar Noe: LaTeX emplae couresy of UC Berkeley EECS dep. Disclaimer:

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

A Decentralized Second-Order Method with Exact Linear Convergence Rate for Consensus Optimization

A Decentralized Second-Order Method with Exact Linear Convergence Rate for Consensus Optimization 1 A Decenralized Second-Order Mehod wih Exac Linear Convergence Rae for Consensus Opimizaion Aryan Mokhari, Wei Shi, Qing Ling, and Alejandro Ribeiro Absrac This paper considers decenralized consensus

More information

Inventory Control of Perishable Items in a Two-Echelon Supply Chain

Inventory Control of Perishable Items in a Two-Echelon Supply Chain Journal of Indusrial Engineering, Universiy of ehran, Special Issue,, PP. 69-77 69 Invenory Conrol of Perishable Iems in a wo-echelon Supply Chain Fariborz Jolai *, Elmira Gheisariha and Farnaz Nojavan

More information

A Forward-Backward Splitting Method with Component-wise Lazy Evaluation for Online Structured Convex Optimization

A Forward-Backward Splitting Method with Component-wise Lazy Evaluation for Online Structured Convex Optimization A Forward-Backward Spliing Mehod wih Componen-wise Lazy Evaluaion for Online Srucured Convex Opimizaion Yukihiro Togari and Nobuo Yamashia March 28, 2016 Absrac: We consider large-scale opimizaion problems

More information

Saturation-tolerant average consensus with controllable rates of convergence

Saturation-tolerant average consensus with controllable rates of convergence Sauraion-oleran average consensus wih conrollable raes of convergence Solmaz S. Kia Jorge Cores Sonia Marinez Absrac This paper considers he saic average consensus problem for a muli-agen sysem and proposes

More information

Lecture 4 Notes (Little s Theorem)

Lecture 4 Notes (Little s Theorem) Lecure 4 Noes (Lile s Theorem) This lecure concerns one of he mos imporan (and simples) heorems in Queuing Theory, Lile s Theorem. More informaion can be found in he course book, Bersekas & Gallagher,

More information

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model Modal idenificaion of srucures from roving inpu daa by means of maximum likelihood esimaion of he sae space model J. Cara, J. Juan, E. Alarcón Absrac The usual way o perform a forced vibraion es is o fix

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS Xinping Guan ;1 Fenglei Li Cailian Chen Insiue of Elecrical Engineering, Yanshan Universiy, Qinhuangdao, 066004, China. Deparmen

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

Solutions for Assignment 2

Solutions for Assignment 2 Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218 Soluions for ssignmen 2 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how Go-ack n RQ can be

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Chapter 3 Boundary Value Problem

Chapter 3 Boundary Value Problem Chaper 3 Boundary Value Problem A boundary value problem (BVP) is a problem, ypically an ODE or a PDE, which has values assigned on he physical boundary of he domain in which he problem is specified. Le

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Decentralized Stochastic Control with Partial History Sharing: A Common Information Approach

Decentralized Stochastic Control with Partial History Sharing: A Common Information Approach 1 Decenralized Sochasic Conrol wih Parial Hisory Sharing: A Common Informaion Approach Ashuosh Nayyar, Adiya Mahajan and Demoshenis Tenekezis arxiv:1209.1695v1 [cs.sy] 8 Sep 2012 Absrac A general model

More information

EXERCISES FOR SECTION 1.5

EXERCISES FOR SECTION 1.5 1.5 Exisence and Uniqueness of Soluions 43 20. 1 v c 21. 1 v c 1 2 4 6 8 10 1 2 2 4 6 8 10 Graph of approximae soluion obained using Euler s mehod wih = 0.1. Graph of approximae soluion obained using Euler

More information

Average consensus by gossip algorithms with quantized communication

Average consensus by gossip algorithms with quantized communication Average consensus by gossip algorihms wih quanized communicaion Paolo Frasca, Ruggero Carli, Fabio Fagnani, and Sandro Zampieri Absrac This work sudies how he randomized gossip algorihm can solve he average

More information

PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD

PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD HAN XIAO 1. Penalized Leas Squares Lasso solves he following opimizaion problem, ˆβ lasso = arg max β R p+1 1 N y i β 0 N x ij β j β j (1.1) for some 0.

More information

Georey E. Hinton. University oftoronto. Technical Report CRG-TR February 22, Abstract

Georey E. Hinton. University oftoronto.   Technical Report CRG-TR February 22, Abstract Parameer Esimaion for Linear Dynamical Sysems Zoubin Ghahramani Georey E. Hinon Deparmen of Compuer Science Universiy oftorono 6 King's College Road Torono, Canada M5S A4 Email: zoubin@cs.orono.edu Technical

More information

Network Newton Distributed Optimization Methods

Network Newton Distributed Optimization Methods Nework Newon Disribued Opimizaion Mehods Aryan Mokhari, Qing Ling, and Alejandro Ribeiro Absrac We sudy he problem of minimizing a sum of convex objecive funcions where he componens of he objecive are

More information

Econ107 Applied Econometrics Topic 7: Multicollinearity (Studenmund, Chapter 8)

Econ107 Applied Econometrics Topic 7: Multicollinearity (Studenmund, Chapter 8) I. Definiions and Problems A. Perfec Mulicollineariy Econ7 Applied Economerics Topic 7: Mulicollineariy (Sudenmund, Chaper 8) Definiion: Perfec mulicollineariy exiss in a following K-variable regression

More information

di Bernardo, M. (1995). A purely adaptive controller to synchronize and control chaotic systems.

di Bernardo, M. (1995). A purely adaptive controller to synchronize and control chaotic systems. di ernardo, M. (995). A purely adapive conroller o synchronize and conrol chaoic sysems. hps://doi.org/.6/375-96(96)8-x Early version, also known as pre-prin Link o published version (if available):.6/375-96(96)8-x

More information

Block Diagram of a DCS in 411

Block Diagram of a DCS in 411 Informaion source Forma A/D From oher sources Pulse modu. Muliplex Bandpass modu. X M h: channel impulse response m i g i s i Digial inpu Digial oupu iming and synchronizaion Digial baseband/ bandpass

More information

MATH 5720: Gradient Methods Hung Phan, UMass Lowell October 4, 2018

MATH 5720: Gradient Methods Hung Phan, UMass Lowell October 4, 2018 MATH 5720: Gradien Mehods Hung Phan, UMass Lowell Ocober 4, 208 Descen Direcion Mehods Consider he problem min { f(x) x R n}. The general descen direcions mehod is x k+ = x k + k d k where x k is he curren

More information

14 Autoregressive Moving Average Models

14 Autoregressive Moving Average Models 14 Auoregressive Moving Average Models In his chaper an imporan parameric family of saionary ime series is inroduced, he family of he auoregressive moving average, or ARMA, processes. For a large class

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN Inernaional Journal of Scienific & Engineering Research, Volume 4, Issue 10, Ocober-2013 900 FUZZY MEAN RESIDUAL LIFE ORDERING OF FUZZY RANDOM VARIABLES J. EARNEST LAZARUS PIRIYAKUMAR 1, A. YAMUNA 2 1.

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details!

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details! MAT 257, Handou 6: Ocober 7-2, 20. I. Assignmen. Finish reading Chaper 2 of Spiva, rereading earlier secions as necessary. handou and fill in some missing deails! II. Higher derivaives. Also, read his

More information

Longest Common Prefixes

Longest Common Prefixes Longes Common Prefixes The sandard ordering for srings is he lexicographical order. I is induced by an order over he alphabe. We will use he same symbols (,

More information

Two Popular Bayesian Estimators: Particle and Kalman Filters. McGill COMP 765 Sept 14 th, 2017

Two Popular Bayesian Estimators: Particle and Kalman Filters. McGill COMP 765 Sept 14 th, 2017 Two Popular Bayesian Esimaors: Paricle and Kalman Filers McGill COMP 765 Sep 14 h, 2017 1 1 1, dx x Bel x u x P x z P Recall: Bayes Filers,,,,,,, 1 1 1 1 u z u x P u z u x z P Bayes z = observaion u =

More information

On-line Adaptive Optimal Timing Control of Switched Systems

On-line Adaptive Optimal Timing Control of Switched Systems On-line Adapive Opimal Timing Conrol of Swiched Sysems X.C. Ding, Y. Wardi and M. Egersed Absrac In his paper we consider he problem of opimizing over he swiching imes for a muli-modal dynamic sysem when

More information

Recursive Least-Squares Fixed-Interval Smoother Using Covariance Information based on Innovation Approach in Linear Continuous Stochastic Systems

Recursive Least-Squares Fixed-Interval Smoother Using Covariance Information based on Innovation Approach in Linear Continuous Stochastic Systems 8 Froniers in Signal Processing, Vol. 1, No. 1, July 217 hps://dx.doi.org/1.2266/fsp.217.112 Recursive Leas-Squares Fixed-Inerval Smooher Using Covariance Informaion based on Innovaion Approach in Linear

More information

Mean-square Stability Control for Networked Systems with Stochastic Time Delay

Mean-square Stability Control for Networked Systems with Stochastic Time Delay JOURNAL OF SIMULAION VOL. 5 NO. May 7 Mean-square Sabiliy Conrol for Newored Sysems wih Sochasic ime Delay YAO Hejun YUAN Fushun School of Mahemaics and Saisics Anyang Normal Universiy Anyang Henan. 455

More information

Article from. Predictive Analytics and Futurism. July 2016 Issue 13

Article from. Predictive Analytics and Futurism. July 2016 Issue 13 Aricle from Predicive Analyics and Fuurism July 6 Issue An Inroducion o Incremenal Learning By Qiang Wu and Dave Snell Machine learning provides useful ools for predicive analyics The ypical machine learning

More information

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 175 CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 10.1 INTRODUCTION Amongs he research work performed, he bes resuls of experimenal work are validaed wih Arificial Neural Nework. From he

More information

Multi-scale 2D acoustic full waveform inversion with high frequency impulsive source

Multi-scale 2D acoustic full waveform inversion with high frequency impulsive source Muli-scale D acousic full waveform inversion wih high frequency impulsive source Vladimir N Zubov*, Universiy of Calgary, Calgary AB vzubov@ucalgaryca and Michael P Lamoureux, Universiy of Calgary, Calgary

More information

ELE 538B: Large-Scale Optimization for Data Science. Quasi-Newton methods. Yuxin Chen Princeton University, Spring 2018

ELE 538B: Large-Scale Optimization for Data Science. Quasi-Newton methods. Yuxin Chen Princeton University, Spring 2018 ELE 538B: Large-Scale Opimizaion for Daa Science Quasi-Newon mehods Yuxin Chen Princeon Universiy, Spring 208 00 op ff(x (x)(k)) f p 2 L µ f 05 k f (xk ) k f (xk ) =) f op ieraions converges in only 5

More information

Aryan Mokhtari, Wei Shi, Qing Ling, and Alejandro Ribeiro. cost function n

Aryan Mokhtari, Wei Shi, Qing Ling, and Alejandro Ribeiro. cost function n IEEE TRANSACTIONS ON SIGNAL AND INFORMATION PROCESSING OVER NETWORKS, VOL. 2, NO. 4, DECEMBER 2016 507 A Decenralized Second-Order Mehod wih Exac Linear Convergence Rae for Consensus Opimizaion Aryan Mokhari,

More information

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales Advances in Dynamical Sysems and Applicaions. ISSN 0973-5321 Volume 1 Number 1 (2006, pp. 103 112 c Research India Publicaions hp://www.ripublicaion.com/adsa.hm The Asympoic Behavior of Nonoscillaory Soluions

More information

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models.

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models. Technical Repor Doc ID: TR--203 06-March-203 (Las revision: 23-Februar-206) On formulaing quadraic funcions in opimizaion models. Auhor: Erling D. Andersen Convex quadraic consrains quie frequenl appear

More information

Sliding Mode Extremum Seeking Control for Linear Quadratic Dynamic Game

Sliding Mode Extremum Seeking Control for Linear Quadratic Dynamic Game Sliding Mode Exremum Seeking Conrol for Linear Quadraic Dynamic Game Yaodong Pan and Ümi Özgüner ITS Research Group, AIST Tsukuba Eas Namiki --, Tsukuba-shi,Ibaraki-ken 5-856, Japan e-mail: pan.yaodong@ais.go.jp

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information

A Local Regret in Nonconvex Online Learning

A Local Regret in Nonconvex Online Learning Sergul Aydore Lee Dicker Dean Foser Absrac We consider an online learning process o forecas a sequence of oucomes for nonconvex models. A ypical measure o evaluae online learning policies is regre bu such

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differenial Equaions 5. Examples of linear differenial equaions and heir applicaions We consider some examples of sysems of linear differenial equaions wih consan coefficiens y = a y +... + a

More information

arxiv: v2 [math.oc] 2 Mar 2015

arxiv: v2 [math.oc] 2 Mar 2015 Disribued even-riggered communicaion for dynamic average consensus in neworked sysems Solmaz S. Kia a Jorge Corés b Sonia Marínez b a Deparmen of Mechanical and Aerospace Engineering, Universiy of California

More information

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection Appendix o Online l -Dicionary Learning wih Applicaion o Novel Documen Deecion Shiva Prasad Kasiviswanahan Huahua Wang Arindam Banerjee Prem Melville A Background abou ADMM In his secion, we give a brief

More information

ADDITIONAL PROBLEMS (a) Find the Fourier transform of the half-cosine pulse shown in Fig. 2.40(a). Additional Problems 91

ADDITIONAL PROBLEMS (a) Find the Fourier transform of the half-cosine pulse shown in Fig. 2.40(a). Additional Problems 91 ddiional Problems 9 n inverse relaionship exiss beween he ime-domain and freuency-domain descripions of a signal. Whenever an operaion is performed on he waveform of a signal in he ime domain, a corresponding

More information

Distributed event-triggered communication for dynamic average consensus in networked systems

Distributed event-triggered communication for dynamic average consensus in networked systems Disribued even-riggered communicaion for dynamic average consensus in neworked sysems Solmaz S. Kia a Jorge Corés b Sonia Marínez b a Deparmen of Mechanical and Aerospace Engineering, Universiy of California

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

. Now define y j = log x j, and solve the iteration.

. Now define y j = log x j, and solve the iteration. Problem 1: (Disribued Resource Allocaion (ALOHA!)) (Adaped from M& U, Problem 5.11) In his problem, we sudy a simple disribued proocol for allocaing agens o shared resources, wherein agens conend for resources

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence Supplemen for Sochasic Convex Opimizaion: Faser Local Growh Implies Faser Global Convergence Yi Xu Qihang Lin ianbao Yang Proof of heorem heorem Suppose Assumpion holds and F (w) obeys he LGC (6) Given

More information

1 Review of Zero-Sum Games

1 Review of Zero-Sum Games COS 5: heoreical Machine Learning Lecurer: Rob Schapire Lecure #23 Scribe: Eugene Brevdo April 30, 2008 Review of Zero-Sum Games Las ime we inroduced a mahemaical model for wo player zero-sum games. Any

More information

Distributed Fictitious Play for Optimal Behavior of Multi-Agent Systems with Incomplete Information

Distributed Fictitious Play for Optimal Behavior of Multi-Agent Systems with Incomplete Information Disribued Ficiious Play for Opimal Behavior of Muli-Agen Sysems wih Incomplee Informaion Ceyhun Eksin and Alejandro Ribeiro arxiv:602.02066v [cs.g] 5 Feb 206 Absrac A muli-agen sysem operaes in an uncerain

More information

RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY

RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY ECO 504 Spring 2006 Chris Sims RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY 1. INTRODUCTION Lagrange muliplier mehods are sandard fare in elemenary calculus courses, and hey play a cenral role in economic

More information

Staircase Codes for Secret Sharing with Optimal Communication and Read Overheads

Staircase Codes for Secret Sharing with Optimal Communication and Read Overheads Saircase Codes for Secre Sharing wih Opimal Communicaion and Read Overheads Rawad Biar, Salim El Rouayheb ECE Deparmen, IIT, Chicago rbiar@hawkiiedu, salim@iiedu Absrac We sudy he communicaion efficien

More information

Singularly perturbed algorithms for dynamic average consensus

Singularly perturbed algorithms for dynamic average consensus Singularly perurbed algorihms for dynamic average consensus Solmaz S. Kia Jorge Corés Sonia Marínez Absrac This paper proposes wo coninuous-ime dynamic average consensus algorihms for neworks wih srongly

More information

Tom Heskes and Onno Zoeter. Presented by Mark Buller

Tom Heskes and Onno Zoeter. Presented by Mark Buller Tom Heskes and Onno Zoeer Presened by Mark Buller Dynamic Bayesian Neworks Direced graphical models of sochasic processes Represen hidden and observed variables wih differen dependencies Generalize Hidden

More information

On Boundedness of Q-Learning Iterates for Stochastic Shortest Path Problems

On Boundedness of Q-Learning Iterates for Stochastic Shortest Path Problems MATHEMATICS OF OPERATIONS RESEARCH Vol. 38, No. 2, May 2013, pp. 209 227 ISSN 0364-765X (prin) ISSN 1526-5471 (online) hp://dx.doi.org/10.1287/moor.1120.0562 2013 INFORMS On Boundedness of Q-Learning Ieraes

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

Distributed event-triggered communication for dynamic averageconsensusinnetworkedsystems

Distributed event-triggered communication for dynamic averageconsensusinnetworkedsystems Disribued even-riggered communicaion for dynamic averageconsensusinneworkedsysems SolmazS.Kia a JorgeCorés a SoniaMarínez a a Deparmen of Mechanical and Aerospace Engineering, Universiy of California a

More information

Bifurcation Analysis of a Stage-Structured Prey-Predator System with Discrete and Continuous Delays

Bifurcation Analysis of a Stage-Structured Prey-Predator System with Discrete and Continuous Delays Applied Mahemaics 4 59-64 hp://dx.doi.org/.46/am..4744 Published Online July (hp://www.scirp.org/ournal/am) Bifurcaion Analysis of a Sage-Srucured Prey-Predaor Sysem wih Discree and Coninuous Delays Shunyi

More information

Comments on Window-Constrained Scheduling

Comments on Window-Constrained Scheduling Commens on Window-Consrained Scheduling Richard Wes Member, IEEE and Yuing Zhang Absrac This shor repor clarifies he behavior of DWCS wih respec o Theorem 3 in our previously published paper [1], and describes

More information

Some Ramsey results for the n-cube

Some Ramsey results for the n-cube Some Ramsey resuls for he n-cube Ron Graham Universiy of California, San Diego Jozsef Solymosi Universiy of Briish Columbia, Vancouver, Canada Absrac In his noe we esablish a Ramsey-ype resul for cerain

More information

Logic in computer science

Logic in computer science Logic in compuer science Logic plays an imporan role in compuer science Logic is ofen called he calculus of compuer science Logic plays a similar role in compuer science o ha played by calculus in he physical

More information

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3 Macroeconomic Theory Ph.D. Qualifying Examinaion Fall 2005 Comprehensive Examinaion UCLA Dep. of Economics You have 4 hours o complee he exam. There are hree pars o he exam. Answer all pars. Each par has

More information

STABILITY OF PEXIDERIZED QUADRATIC FUNCTIONAL EQUATION IN NON-ARCHIMEDEAN FUZZY NORMED SPASES

STABILITY OF PEXIDERIZED QUADRATIC FUNCTIONAL EQUATION IN NON-ARCHIMEDEAN FUZZY NORMED SPASES Novi Sad J. Mah. Vol. 46, No. 1, 2016, 15-25 STABILITY OF PEXIDERIZED QUADRATIC FUNCTIONAL EQUATION IN NON-ARCHIMEDEAN FUZZY NORMED SPASES N. Eghbali 1 Absrac. We deermine some sabiliy resuls concerning

More information

Deep Learning: Theory, Techniques & Applications - Recurrent Neural Networks -

Deep Learning: Theory, Techniques & Applications - Recurrent Neural Networks - Deep Learning: Theory, Techniques & Applicaions - Recurren Neural Neworks - Prof. Maeo Maeucci maeo.maeucci@polimi.i Deparmen of Elecronics, Informaion and Bioengineering Arificial Inelligence and Roboics

More information

0.1 MAXIMUM LIKELIHOOD ESTIMATION EXPLAINED

0.1 MAXIMUM LIKELIHOOD ESTIMATION EXPLAINED 0.1 MAXIMUM LIKELIHOOD ESTIMATIO EXPLAIED Maximum likelihood esimaion is a bes-fi saisical mehod for he esimaion of he values of he parameers of a sysem, based on a se of observaions of a random variable

More information

5. Stochastic processes (1)

5. Stochastic processes (1) Lec05.pp S-38.45 - Inroducion o Teleraffic Theory Spring 2005 Conens Basic conceps Poisson process 2 Sochasic processes () Consider some quaniy in a eleraffic (or any) sysem I ypically evolves in ime randomly

More information

Cooperative Gradient Descent on Networks: Analysis and Design

Cooperative Gradient Descent on Networks: Analysis and Design IEEE TRANSACTIONS ON, VOL. -, NO., MONTH - 1 Cooperaive Gradien Descen on Neworks: Analysis and Design Krisiaan Pelckmans Absrac This paper sudies a nework of adapive filers implemening an asynchronous,

More information

On Distributed Estimation for Sensor Networks

On Distributed Estimation for Sensor Networks On Disribued Esimaion for Sensor Neworks Albero Speranzon, Carlo Fischione, and Karl Henrik Johansson Absrac Disribued esimaors for sensor neworks are discussed. The considered problem is on how o rack

More information

Optimal Server Assignment in Multi-Server

Optimal Server Assignment in Multi-Server Opimal Server Assignmen in Muli-Server 1 Queueing Sysems wih Random Conneciviies Hassan Halabian, Suden Member, IEEE, Ioannis Lambadaris, Member, IEEE, arxiv:1112.1178v2 [mah.oc] 21 Jun 2013 Yannis Viniois,

More information

Rate Regions for Coherent and Noncoherent Multisource Network Error Correction

Rate Regions for Coherent and Noncoherent Multisource Network Error Correction Rae Regions for Coheren and Noncoheren Mulisource Nework Error Correcion Svilana Vyerenko, Tracey Ho, Michelle Effros California Insiue of Technology Email: {svilana,ho,effros}@calech.edu Joerg Kliewer

More information

Traffic Splitting with Network Calculus for Mesh Sensor Networks

Traffic Splitting with Network Calculus for Mesh Sensor Networks Traffic Spliing wih Nework Calculus for Mesh Sensor Neworks Huimin She, Zhonghai Lu, Axel Jansch, Li-Rong Zheng, Dian Zhou Dep. of Elecronic, Compuer and Sofware Sysems, Royal Insiue of Technology, Sweden

More information

Optima and Equilibria for Traffic Flow on a Network

Optima and Equilibria for Traffic Flow on a Network Opima and Equilibria for Traffic Flow on a Nework Albero Bressan Deparmen of Mahemaics, Penn Sae Universiy bressan@mah.psu.edu Albero Bressan (Penn Sae) Opima and equilibria for raffic flow 1 / 1 A Traffic

More information

Ensemble Confidence Estimates Posterior Probability

Ensemble Confidence Estimates Posterior Probability Ensemble Esimaes Poserior Probabiliy Michael Muhlbaier, Aposolos Topalis, and Robi Polikar Rowan Universiy, Elecrical and Compuer Engineering, Mullica Hill Rd., Glassboro, NJ 88, USA {muhlba6, opali5}@sudens.rowan.edu

More information

arxiv: v1 [math.ca] 15 Nov 2016

arxiv: v1 [math.ca] 15 Nov 2016 arxiv:6.599v [mah.ca] 5 Nov 26 Counerexamples on Jumarie s hree basic fracional calculus formulae for non-differeniable coninuous funcions Cheng-shi Liu Deparmen of Mahemaics Norheas Peroleum Universiy

More information

A NOTE ON THE STRUCTURE OF BILATTICES. A. Avron. School of Mathematical Sciences. Sackler Faculty of Exact Sciences. Tel Aviv University

A NOTE ON THE STRUCTURE OF BILATTICES. A. Avron. School of Mathematical Sciences. Sackler Faculty of Exact Sciences. Tel Aviv University A NOTE ON THE STRUCTURE OF BILATTICES A. Avron School of Mahemaical Sciences Sacler Faculy of Exac Sciences Tel Aviv Universiy Tel Aviv 69978, Israel The noion of a bilaice was rs inroduced by Ginsburg

More information

Air Traffic Forecast Empirical Research Based on the MCMC Method

Air Traffic Forecast Empirical Research Based on the MCMC Method Compuer and Informaion Science; Vol. 5, No. 5; 0 ISSN 93-8989 E-ISSN 93-8997 Published by Canadian Cener of Science and Educaion Air Traffic Forecas Empirical Research Based on he MCMC Mehod Jian-bo Wang,

More information

Pade and Laguerre Approximations Applied. to the Active Queue Management Model. of Internet Protocol

Pade and Laguerre Approximations Applied. to the Active Queue Management Model. of Internet Protocol Applied Mahemaical Sciences, Vol. 7, 013, no. 16, 663-673 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/10.1988/ams.013.39499 Pade and Laguerre Approximaions Applied o he Acive Queue Managemen Model of Inerne

More information

CHAPTER 2 Signals And Spectra

CHAPTER 2 Signals And Spectra CHAPER Signals And Specra Properies of Signals and Noise In communicaion sysems he received waveform is usually caegorized ino he desired par conaining he informaion, and he undesired par. he desired par

More information

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits DOI: 0.545/mjis.07.5009 Exponenial Weighed Moving Average (EWMA) Char Under The Assumpion of Moderaeness And Is 3 Conrol Limis KALPESH S TAILOR Assisan Professor, Deparmen of Saisics, M. K. Bhavnagar Universiy,

More information

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal?

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal? EE 35 Noes Gürdal Arslan CLASS (Secions.-.2) Wha is a signal? In his class, a signal is some funcion of ime and i represens how some physical quaniy changes over some window of ime. Examples: velociy of

More information

BU Macro BU Macro Fall 2008, Lecture 4

BU Macro BU Macro Fall 2008, Lecture 4 Dynamic Programming BU Macro 2008 Lecure 4 1 Ouline 1. Cerainy opimizaion problem used o illusrae: a. Resricions on exogenous variables b. Value funcion c. Policy funcion d. The Bellman equaion and an

More information