On-Line Density-Based Appearance Modeling for Object Tracking

Size: px
Start display at page:

Download "On-Line Density-Based Appearance Modeling for Object Tracking"

Transcription

1 On-Line Densiy-Based Appearance Modeling for Objec Tracking Bohyung Han Larry Davis Dep. of Compuer Science Universiy of Maryland College Park, MD 2742, USA {bhhan, Absrac Objec racking is a challenging problems in real-ime compuer vision due o variaions of lighing condiion, pose, scale, and view-poin over ime. However, i is excepionally difficul o model appearance wih respec o all of hose variaions in advance; insead, on-line updae algorihms are employed o adap o hese changes. We presen a new on-line appearance modeling echnique which is based on sequenial densiy approximaion. This echnique provides accurae and compac represenaions using Gaussian mixures, in which he number of Gaussians is auomaically deermined. This procedure is performed in linear ime a each ime sep, which we prove by amorized analysis. Feaures for each pixel and recangular region are modeled ogeher by he proposed sequenial densiy approximaion algorihm, and he arge model is updaed in scale robusly. We show he performance of our mehod by simulaions and racking in naural videos. Inroducion One of he mos criical challenges in creaing robus visual rackers is he developmen of adapive appearance models ha can accommodae unsable lighing condiion, pose variaions, scale changes, view-poin changes, and camera noise. Many racking algorihms [4,, ] are based on a fixed arge model, and so are unable o rack over long ime inervals. Some effors have been made o overcome hese problems. In [], heurisics regarding he replacemen of he arge emplae are suggesed; Nummiaro e al. [4] updae he model by aking he weighed average of he curren and new hisograms. A view-based subspace model is implemened in EigenTracking [], bu i requires inensive offline learning before racking. Recenly, Ross e al. [7] propose an adapive racking algorihm ha updaes he models using an incremenal updae of eigenbasis. Insead of using a emplae or a hisogram for arge modeling, parameric densiy represenaions have been used in many racking algorihms. McKenna e al. [2] sugges Gaussian mixure models creaed by an EM algorihm for hisogram-based rackers, bu heir mehod requires knowledge of he number of componens, which may no be known in advance. Addiionally, i is no appropriae if here are a large number of modes in he underlying densiy funcion or he number of modes changes frequenly. In [7, 3], a pixelwise arge model based on Gaussian disribuion is proposed, and i is updaed during racking. However, his mehod canno model muli-modal densiy funcions accuraely. A more elaborae arge model is described in [9], where a 3- componen mixure for he sable process, he oulier daa and he wandering erm is designed o capure rapid emporal variaions in he model. The implemenaion of ha mehod allowed only a fixed number of componens, so, for example, i canno accommodae muliple sable componens since only one Gaussian is assigned o he sable componen. An imporan issue in arge model updae is he balance beween adapiveness o new observaions and resisance o noise. Since he arge model may drif away by undesirable updaes, only arge pixel observaions should be inegraed ino he model. From his poin of view, a probabiliy densiy funcion of visual feaures is a good soluion for arge modeling, because frequenly observed daa conribue he mos significan par while ouliers can have limied effecs on he inegriy of he model. We presen an on-line densiy-based appearance model for objec racking which is more flexible han previously published parameric mehods. The densiy funcion is composed of a mixure of Gaussians, where all of he parameers such as he number of modes, means, covariances, and weighs are deermined by a mean-shif algorihm [2, 3]. The mehod can represen he densiy funcion very accuraely wih a minimal amoun of memory. Whenever a new observaion is incorporaed ino he curren model, he densiy funcion is updaed in an on-line manner. This procedure is performed in linear ime; he ime complexiy is proved by amorized analysis. Color feaures a each pixel are modeled by a Gaussian mixure, and color recangular feaures are also inegraed in he densiy funcion o encode he local spaial informaion of a pixel. We also describe a model updae procedure in scale space using densiy approximaion echnique, so ha he racker can deal wih scale changes robusly. This paper is organized as follows. Secion 2 inroduces

2 he linear ime sequenial densiy approximaion echnique, and demonsraes is performance by simulaion. Secion 3 describes how o consruc he appearance model adapively, and experimens for objec racking in video are presened in secion 4. 2 On-line Densiy Approximaion Gaussian mixures are frequenly used o esimae densiy funcions, and several heurisics o deermine he number of componens have been proposed [, 6, 8]. However, i is exremely difficul o find he number of Gaussians in a principled way for on-line applicaions since previous daa are no ypically available a he curren sep due o memory consrain. In his secion, we presen an ieraive procedure for sequenial densiy approximaion o manage a Gaussian mixure densiy funcion adapively. Then, a more efficien algorihm is presened and is ime complexiy is discussed. Secion 2. presens he naive sequenial densiy approximaion mehod, while secion 2.2 presens a subsanially faser algorihm. In secion 2.3, he performance of our sequenial densiy approximaion echnique is invesigaed by various simulaions. 2. Sequenial Densiy Approximaion Assume ha a ime he underlying densiy is a mixure of Gaussians having n modes and ha for each mode we have allocaed a Gaussian N(κ i, x i, P i ), i =,...,n,where N( ) is Gaussian disribuion wih he parameer (weigh, mean, covariance). For he momen, selec a learning rae α and assume ha all incoming daa become par of he model. Le N(α, x n+, P n+ ) be a new measuremen. Wih he inegraion of he new measuremen, he densiy a ime +is iniially wrien as ˆf + (x) = ( α) (2π) d/2 α + (2π) d/2 P n+ where n i= exp /2 κ i P i ( ( exp /2 2 D2 ( x, x n+ ( 2 D2 x, x i, ) ) Pi, P n+ ) ) () D 2 ( x, x i, Pi ) (x x i ) (P i ) (x x i ) (2) is he Mahalanobis disance beween x and x i. To find he new mode locaions in ˆf + (x), we perform mean-shif ieraions unil convergence for each x i, i =...n +. The variable-bandwidh mean-shif vecor a locaion x is defined by m(x) = ( n+ i= ) ( n+ ω i (x)(pi ) i= ω i (x)(pi ) x i ) x (3) where he weighs ω i (x) = κ i P i /2 exp ( ( )) 2 D2 x, x i, P i n+ i= κi Pi /2 exp ( ( 2 D2 x, x i, )) Pi (4) saisfy n + i= ωi (x) =. We selec firs he convergence locaions a which more han one procedure or x n+ converged. Le y be a poin in his se and le x j, j =...m be he saring locaions for which he mean shif procedure converged o y. If he Hessian Ĥ(y) = ( ) ˆf + (y) is negaive definie, we associae wih he mode y a Gaussian componen defined by N(κ y, y, P(y)) where κ y is he sum of x j s weighs (j =...m) and he covariance marix P(y) is given by κ 2 d+2 y P(y) = 2π( Ĥ(y) ) ( Ĥ(y) ) () d+2 The basic idea of equaion () is o fi he covariance using he curvaure in he neighborhood of he mode. A ime +, he Gaussian componens locaed a x j (j =...m) will be subsiued for by he new Gaussian N(κ y, y, P(y)). If he Hessian Ĥ(y) is no negaive definie (i.e., he locaion y is eiher a saddle poin or a local minimum), all he componens associaed wih x j, j =...m are lef unchanged since he Gaussian approximaion in he neighborhood of y would yield oo high an error. For he convergence locaions a which only one procedure converged (excep he ), he weigh, mean and covariance of he associaed Gaussian componen are also lef unchanged. The new parameers in Gaussian mixure ˆf + (x) are deermined by a mode finding algorihm based on mean-shif and covariance esimaion mehod in equaion (), and he updaed densiy funcion is hen given by convergence locaion for x n+ ˆf + (x) = n + (2π) d/2 i= κ i + exp /2 ( ( 2 D2 x, x i +, ) ) Pi + P i + (6) where κ i +, x i +,andp i + are weigh, mean, and covariance of each componen a +, respecively. 2.2 Linear Time Algorihm for Sequenial Approximaion The sequenial densiy approximaion echnique described in he previous secion akes O(n 2 ) ime in each sep, where n is he number of modes a ime sep. Now, we relax he consrain ha he number of Gaussian componens is equal o he number of modes in he densiy funcion, and improve he ime complexiy o linear ime. As a resul, he number of Gaussian componens may be slighly more han he compac represenaion inroduced in secion 2., bu he sequenial densiy approximaion is performed much faser asympoically.

3 Recall equaion (). The previous algorihm runs he meanshif procedure for all of n +componens, and finds convergence poins for all of hem. Then, i finds he mode associaed wih he new daa, and updaes ha mode. So, if we could idenify hose modes ha would merge wih he new daa efficienly, hen he execuion ime can be reduced. This echnique is explained nex Algorihm Descripion Given he n +modes in he +s sep, we firs search for he convergence poin c n+ of x n+ in he densiy ˆf + (x) of equaion (). Now, we have o find which oher modes converge o c n+ and should be merged wih x n+. The candidaes o converge o c n+ are deermined by meanshif, and his procedure is repeaed unil no candidae converges o c n+. The firs candidae mode is he convergence poin x i (i =...n ) from x n+ in he densiy funcion ˆf +(x) = ˆf + (x) N(α, x n+, P n+ ). Noe ha all he candidaes are one of he componens in he previous densiy funcion ˆf (x). The mean-shif procedure is performed for x i in ˆf + (x), and we check if he convergence poin of x i is equal o c n+. If hey are no equal, we conclude ha here are no furher merges wih x n+ and creae a Gaussian for he updaed mode; oherwise, we check he nex candidae, which is deermined by finding he nex convergence poin of x n+ in he densiy funcion ˆf + (x) = ˆf + (x) N(κi, xi, Pi ). The covariance marix and he weigh of he merged mode should be also updaed as proposed in secion 2.. The formal descripion of his algorihm is given in algorihm. In algorihm, MeanShifModeFinding is he funcion o deec he convergence locaion by he mean-shif algorihm from a poin (he second argumen) in he densiy (he firs argumen) Analysis of Algorihm The ime complexiy of his algorihm is O(n max ) by amorized analysis, where n max is he maximum number of modes in all ime seps, and a skech of he proof is as follows. Suppose ha each of new daa has n max + credis, which is defined o be he reserved number of operaions for he Gaussian componen corresponding o he new daa. For he search for he convergence poin (line 3 in algorihm ), a mos n max +operaions are performed and he new componen consumes n max +credis since he funcion MeanShif- ModeFinding akes linear ime. 2n max credis are required for wo mean-shif ieraions when he new componen fails o merge (he las ieraion of while loop). Also, we need 2n max operaions (line 6 and 7) whenever he new componen is merged wih he currenly exising mode, bu he exising mode is responsible for his cos. So, he remaining Rarely, some merges which do no include he new daa may happen. I hardly affecs he accuracy of he densiy funcions, bu leads o a difference in he number of componens beween he quadraic and he linear ime algorihm. Algorihm Linear-ime sequenial densiy approximaion : S = {x n+ }, κ = α 2: ˆf + (x) = ˆf + (x) 3: c n+ = MeanShifModeF inding( ˆf + (x), x n+ 4: ˆf + (x) = ˆf + (x) N(α, xn+, P n+ ) : while do 6: x i = MeanShifModeF inding( ˆf + 7: c = MeanShifModeF inding( ˆf + (x), x i ) 8: if c n+ c hen 9: break : end if ) (x), xn+ ) : S = S {x i }, κ = κ + κi 2: ˆf + (x) = ˆf +(x) N(κ i, x i, P i ) 3: end while 4: merge all he modes in he se S and creae N(κ, c, Pc) where Pc is derived by he same mehod in equaion () 2n max credis are supposed o be used when anoher mode is merged wih i laer. Afer losing all credis, he mode finally disappears. For K ime seps, K new Gaussian componens are enered and sequenial densiy approximaion is performed. Therefore, he number of operaions for all K ime seps is a mos O(Kn max ), and he average ime complexiy in each sep is O(n max ). The derived complexiy is bounded by O(n max ), bu pracically i is faser han his since he number of componens in each sep is less han n max in mos cases. The number of componens is slighly more han he previous quadraic algorihm, bu he improvemen of ime complexiy is he dominaing facor for he overall speed of algorihm. 2.3 Performance of Approximaion The linear ime sequenial densiy approximaion algorihm, which we will refer o as he fas approximaion algorihm,is a varian of he quadraic ime algorihm. The performance of he fas approximaion algorihm was esed hrough simulaion, and compared wih he quadraic algorihm as well as a sequenial version of kernel densiy esimaion. Saring from he iniial densiy funcion, a new daa elemen is incorporaed a each sep, and Mean Inegraed Squared Error (MISE) wih sequenial kernel densiy esimaion is employed as a basis of comparison. The weighed Gaussian mixure N(., 8, 2 ), N(.4, 22, 2 ),and N(.4, 22, 2 ) is used as he iniial densiy funcion, and he new daa is sampled from anoher Gaussian mixure N(.2, 2, 2 ), N(.,, 2 ),andn(., 7, 2 ) plus a uniform disribuion in [, 2] wih weigh.. In his experimen, we expec he iniial densiy funcion o morph o he new densiy funcion from which daa samples are drawn. As seen in figure, he fas approximaion algorihm accuraely simulaes he sequenial kernel densiy esimaion; he final densiy funcion has hree major modes which closely

4 correspond o he Gaussian ceners in he sampling funcion. The simulaed densiy funcion using he quadraic algorihm is very similar o ha of he fas approximaion algorihm in mos seps, so i is no presened separaely in his figure. Noe ha he sequenial kernel densiy esimaion has more han 3 Gaussian componens a he 3h ime sep, bu he fas approximaion algorihm has only 7 modes. 8 x MISE by fas approximaion algorihm 8 x Num. of modes by fas approximaion algorihm MISE by quadraic approximaion algorihm (a) MISE Num. of modes by quadraic approximaion algorihm (b) Number of componens Figure 2: Comparison of MISE and number of componens in each sep of D simulaion beween fas approximaion algorihm (op) and quadraic ime algorihm (boom) (a) = (b) = (c) = 2 (d) = 8.4 (a) = (e) = 24 (f) = 3 Figure : Simulaion of fas approximaion algorihm and comparison wih sequenial kernel densiy esimaion. (a)- (f) Fas sequenial densiy approximaion (op) vs. sequenial kernel densiy esimaion (boom) Figure 2 shows ha he MISE of he fas approximaion algorihm is comparable o he quadraic algorihm (and in repeaed experimens, he new algorihm is ofen beer) while he increase in he number of componens using he fas algorihm is moderae. Muli-dimensional simulaions were also performed, and similar resuls were observed. Figures 3 and 4 presen he simulaion resuls, showing he comparisons of MISE and number of componens, respecively. To compare he speed beween he linear and quadraic ime algorihms, he CPU ime for he one-sep sequenial densiy approximaion procedure was measured for densiy funcions wih differen numbers of componens. Since sequenial densiy esimaion involves marix operaions, i is also worh- (b) = Figure 3: Simulaion of fas sequenial densiy approximaion (lef) and comparison wih sequenial kernel densiy esimaion (righ) while o check he performance wih respec o dimensionaliy. So, our experimens are performed by varying he number of modes and he dimensionaliy. We performed comparisons for wo differen dimensionaliies (2D and 6D), and he resuls are presened in figure. We observe ha he running ime of he fas approximaion algorihm is significanly less han he quadraic algorihm. Finally, we performed -sep sequenial densiy esimaions in various dimensions, and compued he average CPU ime and MISE 2. Figure 6 illusraes ha he fas approximaion algorihm is faser and comparable in accuracy. 2 The MISE is compued only a sample locaions in his case o handle high dimensional examples.

5 2 x 8. Speed comparison quadraic linear MISE comparison MISE by fas approximaion algorihm 2 x Num. of modes by fas approximaion algorihm CPU ime MISE raio MISE by quadraic approximaion algorihm (a) MISE Num. of modes by quadraic approximaion algorihm (b) Number of componens Dimension (a) Dimension (b) Figure 4: Comparison of MISE and number of componens in each sep of 2D simulaion beween fas approximaion algorihm (op) and quadraic ime algorihm (boom). Figure 6: CPU ime and MISE wih respec o dimensionaliy in sequenial densiy approximaion. (MISE raio is error raio of fas approximaion algorihm o quadraic ime algorihm.) CPU ime Comparison in 2D quadraic linear Num. of componens (a) 2D CPU ime Comparison in 6D quadraic linear Num. of componens (b) 6D Figure : CPU ime of fas approximaion algorihm and quadraic ime algorihm. 3 On-line Appearance Model On-line appearance models are imporan for real-ime objec racking, since he arge model can change due o many facors. In his secion, we presen a densiy based arge modeling and on-line model updae algorihm o deal wih changes in arge appearance and size. 3. Targe Modeling We consruc he model of feaures for each pixel in he arge objec wih a mixure of Gaussians, so he arge model is represened as a se of densiy funcions. Our represenaion can include an arbirary number of Gaussian componens in he densiy funcion, and describes he underlying densiy accuraely. Using pixel-wise color densiy modeling has he advanage of describing he deails of arge region, bu does no capure any srucural aspecs of an objec s appearance. So, we also incorporae recangular feaures ino our arge model. These feaures are obained by averaging he inensiies of neighbors (e.g., 3 3 or ) in each color channel (r, g, b) and are compued efficienly wih inegral images [9]. Since recangular feaures encode he spaial informaion around a pixel, hey ameliorae some problems caused by non-rigid moions of objecs and pixel mis-regisraions. The performance of such feaures have previously been invesigaed in objec racking [6] and deecion [9]. Iniially, a ime, he densiy funcion for each pixel (i, j) wihin a seleced arge region has a single Gaussian componen N(, x (i, j), P (i, j)) whose mean x (i, j) is he combinaion of color a (i, j) and average color of is neighborhood. In each ime sep, he new daa x (i, j) a he pixel locaion (i, j) is denoed as x (i, j) =(r, g, b, r, ḡ, b) (7) where ( r, ḡ, b) denoes he average inensiy of he neighborhood cenered a (i, j) for each color channel. Noe ha x (i, j) would be a 2D vecor composed of inensiy and average inensiy for gray scale images. Whenever a new observaion is inegraed ino he curren densiy, he densiy funcion is updaed as explained in secion 2.2. As ime progresses, highly weighed Gaussian componens are consruced around frequenly observed daa, and several minor modes may also develop. Using exponenial updaing, old informaion is removed gradually if no furher observaions are around i. So, he represenaion mainains a hisory of feaure observaions for any given pixel. 3.2 Updae in Scale Space The arge model so consruced is robus o changes of feaure values, bu is no inended o handle scale change. Tracking may fail in sequences conaining large scale changes of arge objecs, since he observaions are severely affeced by drasic up- or down-sampling. So, we updae he size of he arge model a every β% scale change as follows: he pixel locaion in he new arge window is projeced ino he old arge window, and he densiy funcion is compued by a weighed sum of neighborhood densiy funcions as ˆf x (i, j) = (u,v) N(i,j) w(u, v) ˆfx(u, v) (8) where N(i, j) is a se of pixels adjacen o (i, j) s projecion ono he old arge window, ˆfx(u, v) is an esimaed densiy funcion for feaure vecor x a (u, v), andw(u, v) is

6 he normalized weigh associaed wih each densiy funcion ˆfx(u, v). The new densiy funcion ˆf x(i, j) is also a mixure of Gaussians, and he bach version of our densiy approximaion echnique [8] is applied o reduce he number of componens for a compac represenaion. The modeling error in scale change is fairly small because of he spaial coherence of he arge. Also, since he recangular feaures for adjacen pixels are based on highly overlapping areas, hey are robus o updaes in scale space. This appearance model updae in scale space is simple, bu performs well in experimens; he sraegy plays an imporan role in he examples displaying significan scale change. (a) = (b) = 9 4 Objec Tracking In his secion, he crierion o deermine he opimal parameers for objec racking is described, and we presen various racking examples showing he effeciveness of on-line densiy-based appearance modeling. Comparisons wih oher appearance modeling mehods are also performed. 4. Maximum Likelihood Parameer Opimizaion Le M(x; p) denoe he parameerized moion of locaion x, where p =(v x,v y,s) is a vecor for ranslaions and scaling. Denoe by d(m(x; p)) he observaion a he image of x under moion p. Now, he racking problem involves finding he opimal parameer using he maximum likelihood mehod. p =argmax log(p(d(m(x (i,j) ; p)) p p,a (i,j) )) (9) (i,j) R where (i, j) is he relaive locaion in he arge region R, and A (i,j) he curren appearance model a (i, j). A simple gradien-based racking mehod is employed o find he opimal p, and he arge model is updaed as explained in secion Experimens Various sequences are esed o illusrae he performance of our on-line appearance modeling echnique. New daa is inegraed wih he weigh of α =.. Also, he arge model is updaed in scale space a every β =% change of size, and a slighly higher learning rae α =. is used a his ime. For he recangular feaures, neighborhood pixels are used. Figure 7 shows he resuls on he ank sequence, in which he arge has low conras and changes is orienaion during racking. Our racking algorihm succeeds in racking for 94 frames even wih ransien severe noise levels due o dus (e.g., figure 7 (b) and (d)). The resuls on a person sequence are presened nex. In his sequence, a human face is racked wih a large change of face (c) = 94 (d) Targe appearance changes Figure 7: Tracking resul of ank sequence orienaion and lighing condiion; he resuls are shown in figure 8. Figure 8 (e) illusraes how he appearance of he face changes over ime; figure 8 (f) shows he average inensiy of he arge region over ime. In figure 9, he racking resuls for he head of a fooball player are shown. In his sequence, he arge objec moves fas in high cluer and is blurred frequenly. Also, he changes in orienaion and exure of he head make racking difficul, so he densiy funcion for he arge model mus be able o accommodae hose variaions for accurae racking. As shown in figure 9 (f), he average number of modes per pixel (blue solid line) and he sandard deviaion (black doed line) varies up o around 6, which suggess ha a densiy funcion wih a fixed number of componens may produce a high racking error compared wih our mehod. In figure, a gray scale image sequence involving a large scale and illuminaion change is presened, and our appearance model updae sraegy adaps o his well. In he las sequence, he appearance of he car changes frequenly because of he shadow and is red lighs. Also, a person passes in fron of he car and he image is severely shaken several imes by camera movemen. Figure shows ha our on-line densiy-based modeling is successful in spie of occlusion and appearance change. 4.3 Comparison wih Oher Mehods Two differen appearance modeling mehods are implemened for comparison; one is fixed modeling wih a Gaussian disribuion and he oher is 3-componen mixure model based on [9]. For each algorihm, wo differen feaure ses color only and color wih recangular feaure for each pixel are employed. Using he same gradien-based racking, six differen cases including wo for our algorihm are esed, and he

7 (a) = (b) =36 (a) = (b) =22 (c) = (d) = 2 (e) Targe appearance changes Inensiy Frame (f) Inensiy changes Figure 8: Tracking resuls of person sequence (c) =47 (d) =67 (e) Targe appearance changes Frame (f) Num. of componens Figure 9: Tracking resul of fooball sequence resuls are summarized in able. Also, some examples of failures are illusraed in figure 2. As able illusraes, our on-line densiy approximaion shows good performance compared wih oher parameric echniques. The only algorihm able o successfully rack hrough boh sequences was our mehod using boh pixel-wise and recangular feaures. Conclusion We described a sequenial densiy approximaion algorihm in which he densiy funcion is represened wih a mixure of Gaussians whose number, mean, covariance and weigh are auomaically deermined. This algorihm has linear ime complexiy, and can be used in many real-ime applicaions. We apply his echnique o he adapive arge appearance modeling using pixel-wise and recangular feaures for objec racking. The effeciveness of he fas approximaion algorihm and combined feaure is presened by various simulaions and racking resuls in naural videos. Acknowledgmen We hank Dorin Comaniciu and Ying Zhu in Siemens Corporae Research (SCR) and Yoo-Ah Kim in Univ. of Connecicu for he valuable commen and discussion. This work is suppored by ARDA projec (DOD24H842) and SCR. References [] M. J. Black and A. Jepson, Eigenracking: Robus maching and racking of ariculaed objecs using a view-based represenaion, in Proc. European Conf. on Compuer Vision, Cambridge, UK, 996, pp [2] D. Comaniciu and P. Meer, Mean shif analysis and applicaions, in Proc. 7h Inl. Conf. on Compuer Vision, Kerkyra, Greece, Sepember 999, pp [3] D. Comaniciu and P. Meer, Mean shif: A robus approach oward feaure space analysis, IEEE Trans. Paern Anal. Machine Inell., vol. 24, no., pp , 22. [4] D. Comaniciu, V. Ramesh, and P. Meer, Real-ime racking of non-rigid objecs using mean shif, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, Hilon Head, SC, volume II, June 2, pp [] A. Elgammal, R. Duraiswami, and L. Davis, Probabiliy racking in join feaure-spaial spaces, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, Madison, WI, June 23. [6] P. Fieguh and D. Teropoulos, Color-based racking of heads and oher mobile objecs a video frame raes, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, San Juan, Puero Rico, 997, pp

8 (a) = (b) = 27 (a) = (b) =8 (c) = (d) Targe appearance changes (c) = 92 (d) Targe appearance changes Figure : Tracking resul of car sequence Figure : Tracking resul of car2 sequence Table : Comparison of racking resuls Modeling mehod person fooball (2 frames) (8 frames) Fixed C a fail fail Gaussian C+R b fail fail 3-componen C succeed fail mixure [9] C+R succeed fail Our C succeed fail mehod C+R succeed succeed a color feaure b color recangular feaure [7] B. Frey, Filling in scenes by propagaing probabiliies hrough layers ino appearance models, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, Hilon Head, SC, volume I, 2, pp [8] B. Han, Y. Zhu, D. Comaniciu, and L. Davis, Kernel-based bayesian filering for objec racking, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, San Diego, CA, volume I, June 2, pp [9] A. Jepson, D. Flee, and T. El-Maraghi, Robus online appearance models for visual racking, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, Hawaii, volume I, 2, pp [] J. Li and A. Barron, Mixure densiy esimaion, in Advances in Neural Informaion Processing Sysems 2, MIT Press, 2. [] I. Mahews, T. Ishikawa, and S. Baker, The emplae updae problem, IEEE Trans. Paern Anal. Machine Inell., vol. 26, no. 6, pp. 8 8, 24. [2] S. McKenna, Y. Raja, and S. Gong, Tracking colour objecs using adapive mixure models, Image and Vision Compuing Journal, vol. 7, pp , 999. Figure 2: Examples of racking failure. Tracking for person sequence wih he fixed Gaussian modeling (C+R, = 2) (lef) and for fooball sequence wih he 3-componen mixure modeling (C, =9) (righ) [3] H. T. Nguyen, M. Worring, and R. van den Boomgaard, Occlusion robus adapive emplae racking, in Proc. 8h Inl. Conf. on Compuer Vision, Vancouver, Canada, Ocober 2. [4] K. Nummiaro, E. Koller-Meier, and L. V. Gool, An adapive color-based paricle filer, Image and Vision Compuing, vol. 2, no., pp. 99, 23. [] P. Perez, C. Hue, J. Vermaak, and M. Gangne, Color-based probabilisic racking, in Proc. European Conf. on Compuer Vision, Copenhagen, Denmark, volume I, 22, pp [6] C. Priebe and D. Marchee, Adapive mixure densiy esimaion, Paern Recog., vol. 26, no., pp , 993. [7] D. Ross, J. Lim, and M. Yang, Adapive probabilisic visual racking wih incremenal subspace updae, in Proc. European Conf. on Compuer Vision, Prague, Czech, volume II, May 24, pp [8] J. J. Verbeek, N. Vlassis, and B. Kröse, Efficien greedy learning of gaussian mixure models, Neural Compu., vol., no. 2, pp , 23. [9] P. Viola and M. Jones, Rapid objec deecion using a boosed cascade of simple feaures, in Proc. IEEE Conf. on Compuer Vision and Paern Recogniion, Kauai, Hawaii, 2, pp. 8.

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

Robust Object Tracking under Appearance Change Conditions

Robust Object Tracking under Appearance Change Conditions Inernaional Journal of Auomaion and Compuing 7(1), February 2010, 31-38 DOI: 10.1007/s11633-010-0031-9 Robus Objec Tracking under Appearance Change Condiions Qi-Cong Wang Yuan-Hao Gong Chen-Hui Yang Cui-Hua

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

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

Tracking. Announcements

Tracking. Announcements Tracking Tuesday, Nov 24 Krisen Grauman UT Ausin Announcemens Pse 5 ou onigh, due 12/4 Shorer assignmen Auo exension il 12/8 I will no hold office hours omorrow 5 6 pm due o Thanksgiving 1 Las ime: Moion

More information

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis Speaker Adapaion Techniques For Coninuous Speech Using Medium and Small Adapaion Daa Ses Consaninos Boulis Ouline of he Presenaion Inroducion o he speaker adapaion problem Maximum Likelihood Sochasic Transformaions

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

Non-parametric techniques. Instance Based Learning. NN Decision Boundaries. Nearest Neighbor Algorithm. Distance metric important

Non-parametric techniques. Instance Based Learning. NN Decision Boundaries. Nearest Neighbor Algorithm. Distance metric important on-parameric echniques Insance Based Learning AKA: neares neighbor mehods, non-parameric, lazy, memorybased, or case-based learning Copyrigh 2005 by David Helmbold 1 Do no fi a model (as do LDA, logisic

More information

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Kriging Models Predicing Arazine Concenraions in Surface Waer Draining Agriculural Waersheds Paul L. Mosquin, Jeremy Aldworh, Wenlin Chen Supplemenal Maerial Number

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

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II Roland Siegwar Margaria Chli Paul Furgale Marco Huer Marin Rufli Davide Scaramuzza ETH Maser Course: 151-0854-00L Auonomous Mobile Robos Localizaion II ACT and SEE For all do, (predicion updae / ACT),

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

20. Applications of the Genetic-Drift Model

20. Applications of the Genetic-Drift Model 0. Applicaions of he Geneic-Drif Model 1) Deermining he probabiliy of forming any paricular combinaion of genoypes in he nex generaion: Example: If he parenal allele frequencies are p 0 = 0.35 and q 0

More information

Simultaneous Tracking and Action Recognition using the PCA-HOG Descriptor

Simultaneous Tracking and Action Recognition using the PCA-HOG Descriptor Simulaneous Tracking and Acion Recogniion using he PCA-HOG Descripor Wei-Lwun Lu, James J. Lile Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC, CANADA {vailen, lile}@cs.ubc.ca Absrac

More information

Sequential Importance Resampling (SIR) Particle Filter

Sequential Importance Resampling (SIR) Particle Filter Paricle Filers++ Pieer Abbeel UC Berkeley EECS Many slides adaped from Thrun, Burgard and Fox, Probabilisic Roboics 1. Algorihm paricle_filer( S -1, u, z ): 2. Sequenial Imporance Resampling (SIR) Paricle

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

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

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

Non-parametric techniques. Instance Based Learning. NN Decision Boundaries. Nearest Neighbor Algorithm. Distance metric important

Non-parametric techniques. Instance Based Learning. NN Decision Boundaries. Nearest Neighbor Algorithm. Distance metric important on-parameric echniques Insance Based Learning AKA: neares neighbor mehods, non-parameric, lazy, memorybased, or case-based learning Copyrigh 2005 by David Helmbold 1 Do no fi a model (as do LTU, decision

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

GMM - Generalized Method of Moments

GMM - Generalized Method of Moments GMM - Generalized Mehod of Momens Conens GMM esimaion, shor inroducion 2 GMM inuiion: Maching momens 2 3 General overview of GMM esimaion. 3 3. Weighing marix...........................................

More information

MCMC-Based Particle Filtering for Tracking a Variable Number of Interacting Targets. Zia Khan, Tucker Balch, and Frank Dellaert

MCMC-Based Particle Filtering for Tracking a Variable Number of Interacting Targets. Zia Khan, Tucker Balch, and Frank Dellaert 1 MCMC-Based Paricle Filering for Tracking a Variable Number of Ineracing Targes Zia Khan, Tucker Balch, and Frank Dellaer 2 Absrac We describe a paricle filer ha effecively deals wih ineracing arges -

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

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

m = 41 members n = 27 (nonfounders), f = 14 (founders) 8 markers from chromosome 19

m = 41 members n = 27 (nonfounders), f = 14 (founders) 8 markers from chromosome 19 Sequenial Imporance Sampling (SIS) AKA Paricle Filering, Sequenial Impuaion (Kong, Liu, Wong, 994) For many problems, sampling direcly from he arge disribuion is difficul or impossible. One reason possible

More information

CS376 Computer Vision Lecture 6: Optical Flow

CS376 Computer Vision Lecture 6: Optical Flow CS376 Compuer Vision Lecure 6: Opical Flow Qiing Huang Feb. 11 h 2019 Slides Credi: Krisen Grauman and Sebasian Thrun, Michael Black, Marc Pollefeys Opical Flow mage racking 3D compuaion mage sequence

More information

Optimal Path Planning for Flexible Redundant Robot Manipulators

Optimal Path Planning for Flexible Redundant Robot Manipulators 25 WSEAS In. Conf. on DYNAMICAL SYSEMS and CONROL, Venice, Ialy, November 2-4, 25 (pp363-368) Opimal Pah Planning for Flexible Redundan Robo Manipulaors H. HOMAEI, M. KESHMIRI Deparmen of Mechanical Engineering

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

Numerical Dispersion

Numerical Dispersion eview of Linear Numerical Sabiliy Numerical Dispersion n he previous lecure, we considered he linear numerical sabiliy of boh advecion and diffusion erms when approimaed wih several spaial and emporal

More information

Object Tracking. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem

Object Tracking. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem Objec Tracking Compuer Vision Jia-Bin Huang Virginia Tech Man slides from D. Hoiem Adminisraive suffs HW 5 (Scene caegorizaion) Due :59pm on Wed November 6 oll on iazza When should we have he final exam?

More information

Testing for a Single Factor Model in the Multivariate State Space Framework

Testing for a Single Factor Model in the Multivariate State Space Framework esing for a Single Facor Model in he Mulivariae Sae Space Framework Chen C.-Y. M. Chiba and M. Kobayashi Inernaional Graduae School of Social Sciences Yokohama Naional Universiy Japan Faculy of Economics

More information

Object tracking: Using HMMs to estimate the geographical location of fish

Object tracking: Using HMMs to estimate the geographical location of fish Objec racking: Using HMMs o esimae he geographical locaion of fish 02433 - Hidden Markov Models Marin Wæver Pedersen, Henrik Madsen Course week 13 MWP, compiled June 8, 2011 Objecive: Locae fish from agging

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

Západočeská Univerzita v Plzni, Czech Republic and Groupe ESIEE Paris, France

Západočeská Univerzita v Plzni, Czech Republic and Groupe ESIEE Paris, France ADAPTIVE SIGNAL PROCESSING USING MAXIMUM ENTROPY ON THE MEAN METHOD AND MONTE CARLO ANALYSIS Pavla Holejšovsá, Ing. *), Z. Peroua, Ing. **), J.-F. Bercher, Prof. Assis. ***) Západočesá Univerzia v Plzni,

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

Differential Tracking based on Spatial-Appearance Model (SAM)

Differential Tracking based on Spatial-Appearance Model (SAM) Differenial Tracking based on Spaial-Appearance Model (SAM) Ting Yu and Ying Wu Deparmen of Elecrical Engineering and Compuer Science Norhwesern Universiy 2145 Sheridan Road, Evanson, IL, 60208 ingyu,yingwu@ece.norhwesern.edu

More information

L07. KALMAN FILTERING FOR NON-LINEAR SYSTEMS. NA568 Mobile Robotics: Methods & Algorithms

L07. KALMAN FILTERING FOR NON-LINEAR SYSTEMS. NA568 Mobile Robotics: Methods & Algorithms L07. KALMAN FILTERING FOR NON-LINEAR SYSTEMS NA568 Mobile Roboics: Mehods & Algorihms Today s Topic Quick review on (Linear) Kalman Filer Kalman Filering for Non-Linear Sysems Exended Kalman Filer (EKF)

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

Announcements. Recap: Filtering. Recap: Reasoning Over Time. Example: State Representations for Robot Localization. Particle Filtering

Announcements. Recap: Filtering. Recap: Reasoning Over Time. Example: State Representations for Robot Localization. Particle Filtering Inroducion o Arificial Inelligence V22.0472-001 Fall 2009 Lecure 18: aricle & Kalman Filering Announcemens Final exam will be a 7pm on Wednesday December 14 h Dae of las class 1.5 hrs long I won ask anyhing

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

Unsteady Flow Problems

Unsteady Flow Problems School of Mechanical Aerospace and Civil Engineering Unseady Flow Problems T. J. Craf George Begg Building, C41 TPFE MSc CFD-1 Reading: J. Ferziger, M. Peric, Compuaional Mehods for Fluid Dynamics H.K.

More information

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter Sae-Space Models Iniializaion, Esimaion and Smoohing of he Kalman Filer Iniializaion of he Kalman Filer The Kalman filer shows how o updae pas predicors and he corresponding predicion error variances when

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

CONTINUOUS LEARNING OF SIMPLE VISUAL CONCEPTS USING INCREMENTAL KERNEL DENSITY ESTIMATION

CONTINUOUS LEARNING OF SIMPLE VISUAL CONCEPTS USING INCREMENTAL KERNEL DENSITY ESTIMATION CONTINUOUS LEARNING OF SIMPLE VISUAL CONCEPTS USING INCREMENTAL KERNEL DENSITY ESTIMATION Danijel Skočaj, Maej Krisan and Aleš Leonardis Faculy of Compuer and Informaion Science, Universiy of Ljubljana

More information

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI 2017 2nd Inernaional Conference on Informaion Technology and Managemen Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Adapive Compressive Tracking Based on Percepual Hash Algorihm Lei ZHANG, Zheng-guang

More information

Estimation of Poses with Particle Filters

Estimation of Poses with Particle Filters Esimaion of Poses wih Paricle Filers Dr.-Ing. Bernd Ludwig Chair for Arificial Inelligence Deparmen of Compuer Science Friedrich-Alexander-Universiä Erlangen-Nürnberg 12/05/2008 Dr.-Ing. Bernd Ludwig (FAU

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

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Version April 30, 2004.Submied o CTU Repors. EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Per Krysl Universiy of California, San Diego La Jolla, California 92093-0085,

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

A Shooting Method for A Node Generation Algorithm

A Shooting Method for A Node Generation Algorithm A Shooing Mehod for A Node Generaion Algorihm Hiroaki Nishikawa W.M.Keck Foundaion Laboraory for Compuaional Fluid Dynamics Deparmen of Aerospace Engineering, Universiy of Michigan, Ann Arbor, Michigan

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

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should Cambridge Universiy Press 978--36-60033-7 Cambridge Inernaional AS and A Level Mahemaics: Mechanics Coursebook Excerp More Informaion Chaper The moion of projeciles In his chaper he model of free moion

More information

A new flexible Weibull distribution

A new flexible Weibull distribution Communicaions for Saisical Applicaions and Mehods 2016, Vol. 23, No. 5, 399 409 hp://dx.doi.org/10.5351/csam.2016.23.5.399 Prin ISSN 2287-7843 / Online ISSN 2383-4757 A new flexible Weibull disribuion

More information

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis Summer Term 2009 Alber-Ludwigs-Universiä Freiburg Empirische Forschung und Okonomerie Time Series Analysis Classical Time Series Models Time Series Analysis Dr. Sevap Kesel 2 Componens Hourly earnings:

More information

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model 1 Boolean and Vecor Space Rerieval Models Many slides in his secion are adaped from Prof. Joydeep Ghosh (UT ECE) who in urn adaped hem from Prof. Dik Lee (Univ. of Science and Tech, Hong Kong) Rerieval

More information

Using the Kalman filter Extended Kalman filter

Using the Kalman filter Extended Kalman filter Using he Kalman filer Eended Kalman filer Doz. G. Bleser Prof. Sricker Compuer Vision: Objec and People Tracking SA- Ouline Recap: Kalman filer algorihm Using Kalman filers Eended Kalman filer algorihm

More information

2. Nonlinear Conservation Law Equations

2. Nonlinear Conservation Law Equations . Nonlinear Conservaion Law Equaions One of he clear lessons learned over recen years in sudying nonlinear parial differenial equaions is ha i is generally no wise o ry o aack a general class of nonlinear

More information

Class Meeting # 10: Introduction to the Wave Equation

Class Meeting # 10: Introduction to the Wave Equation MATH 8.5 COURSE NOTES - CLASS MEETING # 0 8.5 Inroducion o PDEs, Fall 0 Professor: Jared Speck Class Meeing # 0: Inroducion o he Wave Equaion. Wha is he wave equaion? The sandard wave equaion for a funcion

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION DOI: 0.038/NCLIMATE893 Temporal resoluion and DICE * Supplemenal Informaion Alex L. Maren and Sephen C. Newbold Naional Cener for Environmenal Economics, US Environmenal Proecion

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

Isolated-word speech recognition using hidden Markov models

Isolated-word speech recognition using hidden Markov models Isolaed-word speech recogniion using hidden Markov models Håkon Sandsmark December 18, 21 1 Inroducion Speech recogniion is a challenging problem on which much work has been done he las decades. Some of

More information

CS 4495 Computer Vision Tracking 1- Kalman,Gaussian

CS 4495 Computer Vision Tracking 1- Kalman,Gaussian CS 4495 Compuer Vision A. Bobick CS 4495 Compuer Vision - KalmanGaussian Aaron Bobick School of Ineracive Compuing CS 4495 Compuer Vision A. Bobick Adminisrivia S5 will be ou his Thurs Due Sun Nov h :55pm

More information

EKF SLAM vs. FastSLAM A Comparison

EKF SLAM vs. FastSLAM A Comparison vs. A Comparison Michael Calonder, Compuer Vision Lab Swiss Federal Insiue of Technology, Lausanne EPFL) michael.calonder@epfl.ch The wo algorihms are described wih a planar robo applicaion in mind. Generalizaion

More information

Appendix to Creating Work Breaks From Available Idleness

Appendix to Creating Work Breaks From Available Idleness Appendix o Creaing Work Breaks From Available Idleness Xu Sun and Ward Whi Deparmen of Indusrial Engineering and Operaions Research, Columbia Universiy, New York, NY, 127; {xs2235,ww24}@columbia.edu Sepember

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

Introduction to Probability and Statistics Slides 4 Chapter 4

Introduction to Probability and Statistics Slides 4 Chapter 4 Inroducion o Probabiliy and Saisics Slides 4 Chaper 4 Ammar M. Sarhan, asarhan@mahsa.dal.ca Deparmen of Mahemaics and Saisics, Dalhousie Universiy Fall Semeser 8 Dr. Ammar Sarhan Chaper 4 Coninuous Random

More information

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems Paricle Swarm Opimizaion Combining Diversificaion and Inensificaion for Nonlinear Ineger Programming Problems Takeshi Masui, Masaoshi Sakawa, Kosuke Kao and Koichi Masumoo Hiroshima Universiy 1-4-1, Kagamiyama,

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

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

From Particles to Rigid Bodies

From Particles to Rigid Bodies Rigid Body Dynamics From Paricles o Rigid Bodies Paricles No roaions Linear velociy v only Rigid bodies Body roaions Linear velociy v Angular velociy ω Rigid Bodies Rigid bodies have boh a posiion and

More information

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran Curren Trends in Technology and Science ISSN : 79-055 8hSASTech 04 Symposium on Advances in Science & Technology-Commission-IV Mashhad, Iran A New for Sofware Reliabiliy Evaluaion Based on NHPP wih Imperfec

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu Conen-Based Shape Rerieval Using Differen Shape Descripors: A Comparaive Sudy Dengsheng Zhang and Guojun Lu Gippsland School of Compuing and Informaion Technology Monash Universiy Churchill, Vicoria 3842

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

DEPARTMENT OF STATISTICS

DEPARTMENT OF STATISTICS A Tes for Mulivariae ARCH Effecs R. Sco Hacker and Abdulnasser Haemi-J 004: DEPARTMENT OF STATISTICS S-0 07 LUND SWEDEN A Tes for Mulivariae ARCH Effecs R. Sco Hacker Jönköping Inernaional Business School

More information

HW6: MRI Imaging Pulse Sequences (7 Problems for 100 pts)

HW6: MRI Imaging Pulse Sequences (7 Problems for 100 pts) HW6: MRI Imaging Pulse Sequences (7 Problems for 100 ps) GOAL The overall goal of HW6 is o beer undersand pulse sequences for MRI image reconsrucion. OBJECTIVES 1) Design a spin echo pulse sequence o image

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

15. Vector Valued Functions

15. Vector Valued Functions 1. Vecor Valued Funcions Up o his poin, we have presened vecors wih consan componens, for example, 1, and,,4. However, we can allow he componens of a vecor o be funcions of a common variable. For example,

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

Matlab and Python programming: how to get started

Matlab and Python programming: how to get started Malab and Pyhon programming: how o ge sared Equipping readers he skills o wrie programs o explore complex sysems and discover ineresing paerns from big daa is one of he main goals of his book. In his chaper,

More information

EE100 Lab 3 Experiment Guide: RC Circuits

EE100 Lab 3 Experiment Guide: RC Circuits I. Inroducion EE100 Lab 3 Experimen Guide: A. apaciors A capacior is a passive elecronic componen ha sores energy in he form of an elecrosaic field. The uni of capaciance is he farad (coulomb/vol). Pracical

More information

On Multicomponent System Reliability with Microshocks - Microdamages Type of Components Interaction

On Multicomponent System Reliability with Microshocks - Microdamages Type of Components Interaction On Mulicomponen Sysem Reliabiliy wih Microshocks - Microdamages Type of Componens Ineracion Jerzy K. Filus, and Lidia Z. Filus Absrac Consider a wo componen parallel sysem. The defined new sochasic dependences

More information

Planning in POMDPs. Dominik Schoenberger Abstract

Planning in POMDPs. Dominik Schoenberger Abstract Planning in POMDPs Dominik Schoenberger d.schoenberger@sud.u-darmsad.de Absrac This documen briefly explains wha a Parially Observable Markov Decision Process is. Furhermore i inroduces he differen approaches

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

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang*

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang* A Video Vehicle Deecion Algorihm Based on Improved Adaboos Algorihm Weiguang Liu and Qian Zhang* Zhongyuan Universiy of Technology, Zhengzhou 450000, China lwg66123@163.com, 2817343431@qq.com *The corresponding

More information

A Rao-Blackwellized Particle Filter for EigenTracking

A Rao-Blackwellized Particle Filter for EigenTracking A Rao-Blackwellized Paricle Filer for EigenTracking Zia Khan, Tucker Balch, and Frank Dellaer Georgia Insiue of Technology College of Compuing {zkhan,ucker,dellaer}@cc.gaech.edu Absrac Subspace represenaions

More information

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T Smoohing Consan process Separae signal & noise Smooh he daa: Backward smooher: A an give, replace he observaion b a combinaion of observaions a & before Simple smooher : replace he curren observaion wih

More information

Christos Papadimitriou & Luca Trevisan November 22, 2016

Christos Papadimitriou & Luca Trevisan November 22, 2016 U.C. Bereley CS170: Algorihms Handou LN-11-22 Chrisos Papadimiriou & Luca Trevisan November 22, 2016 Sreaming algorihms In his lecure and he nex one we sudy memory-efficien algorihms ha process a sream

More information

A PROBABILISTIC MULTIMODAL ALGORITHM FOR TRACKING MULTIPLE AND DYNAMIC OBJECTS

A PROBABILISTIC MULTIMODAL ALGORITHM FOR TRACKING MULTIPLE AND DYNAMIC OBJECTS A PROBABILISTIC MULTIMODAL ALGORITHM FOR TRACKING MULTIPLE AND DYNAMIC OBJECTS MARTA MARRÓN, ELECTRONICS. ALCALÁ UNIV. SPAIN mara@depeca.uah.es MIGUEL A. SOTELO, ELECTRONICS. ALCALÁ UNIV. SPAIN soelo@depeca.uah.es

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

1. VELOCITY AND ACCELERATION

1. VELOCITY AND ACCELERATION 1. VELOCITY AND ACCELERATION 1.1 Kinemaics Equaions s = u + 1 a and s = v 1 a s = 1 (u + v) v = u + as 1. Displacemen-Time Graph Gradien = speed 1.3 Velociy-Time Graph Gradien = acceleraion Area under

More information

Rapid Termination Evaluation for Recursive Subdivision of Bezier Curves

Rapid Termination Evaluation for Recursive Subdivision of Bezier Curves Rapid Terminaion Evaluaion for Recursive Subdivision of Bezier Curves Thomas F. Hain School of Compuer and Informaion Sciences, Universiy of Souh Alabama, Mobile, AL, U.S.A. Absrac Bézier curve flaening

More information

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j =

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j = 1: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME Moving Averages Recall ha a whie noise process is a series { } = having variance σ. The whie noise process has specral densiy f (λ) = of

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

An recursive analytical technique to estimate time dependent physical parameters in the presence of noise processes

An recursive analytical technique to estimate time dependent physical parameters in the presence of noise processes WHAT IS A KALMAN FILTER An recursive analyical echnique o esimae ime dependen physical parameers in he presence of noise processes Example of a ime and frequency applicaion: Offse beween wo clocks PREDICTORS,

More information

u(x) = e x 2 y + 2 ) Integrate and solve for x (1 + x)y + y = cos x Answer: Divide both sides by 1 + x and solve for y. y = x y + cos x

u(x) = e x 2 y + 2 ) Integrate and solve for x (1 + x)y + y = cos x Answer: Divide both sides by 1 + x and solve for y. y = x y + cos x . 1 Mah 211 Homework #3 February 2, 2001 2.4.3. y + (2/x)y = (cos x)/x 2 Answer: Compare y + (2/x) y = (cos x)/x 2 wih y = a(x)x + f(x)and noe ha a(x) = 2/x. Consequenly, an inegraing facor is found wih

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

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

4.6 One Dimensional Kinematics and Integration

4.6 One Dimensional Kinematics and Integration 4.6 One Dimensional Kinemaics and Inegraion When he acceleraion a( of an objec is a non-consan funcion of ime, we would like o deermine he ime dependence of he posiion funcion x( and he x -componen of

More information