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

Size: px
Start display at page:

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

Transcription

1 2017 2nd Inernaional Conference on Informaion Technology and Managemen Engineering (ITME 2017) ISBN: Adapive Compressive Tracking Based on Percepual Hash Algorihm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI School of Elecronic Informaion, Nanong Universiy, Nanong , China *Corresponding auhor Keywords: Compressive Tracking, Percepual Hash Algorihm, Real-ime Performance. Absrac. As he compressive racking algorihm is easily failed o rack arge due o he classifier learning rae is fixed when appearances and lighings of arge ge seriously changed and compleely loses he arge afer heavy occlusion, we propose adapive compressive racking algorihm based on percepual hash algorihm. I makes he compressive racking algorihm more adapive o he change of arge appearances by adjusing he learning rae of classifier in real ime according o he Hamming disance beween he hash fingerprins of curren arge and he original one. Experimenal resuls show ha he mehod can quickly and accuraely rack he arge in he case of he objec appearances change and he objec is occluded. Our racker accuracy and robusness have been improved and real-ime performance. Inroducion In recen years, wih he developmen of compuer video processing echnology, compuer vision has become a ho research opic [1]. As an exremely imporan par of compuer vision, moving objec deecion and racking echnology has been widely sudied and applied o video surveillance, image processing, arificial inelligence and so on[2-3]. Compared o he early arge racking algorihms, such as mean filering, paricle filering, opical flow and emplae maching mehod, scholars have pu forward a lo of effecive arge racking algorihms ha have made a grea breakhrough. However, he objec racking is sill challenging because of he change of arge pose, moion blur, he change of illuminaion and especially heavy occlusion. A presen, he research focus of real-ime arge racking is he discriminaive algorihm [4] ha poses he racking problem as a binary classificaion ask. By choosing he appropriae classifier, i classifies he candidae image blocks and selec he image block wih he maximum confidence as he arge locaion. The arge model classifier updaes laer o improve he racking performance. Grabner e al. [5] proposed an online boosing algorihm o selec feaures for racking. However, i only uses one posiive sample (i.e, he curren racker locaion) a few negaive samples while updaing he classifier. As he appearance model is updaed wih noisy and poenially misaligned examples, his ofen leads o he racking drif problem. Babenko e al. [6] inroduced muliple insance learning ino online racking where samples are considered wihin posiive and negaive bags or ses in order o solve he problem of classifying samples wrong. However, due o he complexiy of calculaion, i can mee he requiremens of real-ime. In [7] an algorihm named online discriminaion feaure selecion is proposed. Hare e al. [8] demonsraed a mehod ha classifies arge and background by using suppor vecor machine algorihm works well in racking. Zhang e al. [9-10] proposed an efficien arge racking algorihm based on compressive sensing heory. I akes he generalized haar-like feaures of arge and background as he posiive and negaive samples of online learning o updae classifier, which grealy reduces he complexiy of racking algorihm and has good real-ime performance. However, while occlusion occurs in racking, all of he above mehods are easy o lose he rue arge by regarding he background as objec, which leads o failure of racking. I is required o design an objec racking mehod o deal wih his problem. 41

2 Proposed Mehod The deficiency of he discriminaive algorihm, such as compressive racking algorihm, is ha he updae rae of classifier fixed. I doesn know wheher or no he curren racking arge is rue. The arge emplae will be incorrecly updaed wih background when he arge is obscured, which leads o drif or loss of arge and racking failure afer long occlusion. In his paper, we combine he compressive racking wih percepual hash algorihm o improve is performance for occlusion. The phash algorihm is mainly used in similar image search. I generaes a fingerprin sring for each image o deermine wheher he images are similar by comparing Hamming disance beween fingerprins. The phash Algorihm procedure is as follows: 1) Resize he dimension of arge image o 32*32; 2) Use discree cosine ransformaion (DCT) on he gray image o ge he DCT coefficien marix wih he size 32*32; 3) Preserve he 8*8 marix of he upper lef corner and calculae he mean value of DCT marix; 4) Se values of he 8*8 marix which are greaer han or equal o he mean value o 1 and ohers o 0. The composior of he marix makes up a 64 i ineger, which is he fingerprin of he image. As long as he overall srucure of he image remains unchanged, he fingerprin is unchanged. The differen bis, i.e. he Hamming disance d beween wo srings shows he similariy degree of wo images. d = 0 means wo images are very similar while d > 10 means he difference of wo images are more han fify percen, which is verified massive experimens. The racking algorihm is able o deermine wheher he curren arge is he arge of ineres and adjus he updae rae λ of classifier real-ime in Eq. 1 o keep he arge emplae correc. λ1, d < 5 λ = λ 2, 5 d < 1 0 1, d 10 The classifier sops updaing while heavy occlusion occurring ( d > 10 ), which makes i possible o locae he real objec afer occlusion, and updaes quickly when arge changes slowly ( d < 5). This mehod effecively improves he accuracy of arge racking wih occlusion. Our algorihm are summarized as follows: Inpu: -h video frame 1) Calculae and save he hash fingerprin H -1 of he arge a he (-1)-h frame. 2) γ Sample a se of image paches, D = { z l( z) l 1 < γ} where l 1 is he racking locaion a he (-1)-h frame, and exrac he feaures wih low dimensionaliy. 3) Use rained classifier o each feaure vecor v( z ) and find he racking locaion l wih he maximal classifier response. 4) Calculae and save he hash fingerprin H of he curren arge. 5) Adjus Hamming disance d beween H -1 and H, and λ as (1). 6) α ζ, β Sample wo ses of image paches D = { z l( z) l < α} and D = { z ζ < l( z) l < β} wih α < ζ < β. 7) Exrac he feaures wih hese wo ses of samples and updae he classifier. Oupu: Tracking locaion l, learning rae λ and classifier parameers. (1) Experimenal Resuls We perform exensive evaluaions on VOT 2014 daase o validae our approach. We compared wih he compressive racking (CT) [9] and he fas compressive racking (FCT) [10] o verify he 42

3 effeciveness and rubusness of he proposed algorihm in racking wih heavy occlusion. The search radius for drawing posiive samples is se o α =4 which generaes 45 posiive samples. The inner and ouer radii for he se X ζ, β ha generaes negaive samples are se o ζ =8 and β =30, respecively. We randomly selec 50 negaive samples from se X ζ, β. The search radius for se D γ o deec he objec locaion is se o γ =20 and abou 1100 samples are generaed. And he learning rae λ 1 is se o 0.35 and λ 2 is se o The compuer is configured o Inel Core i processor, 2GB ram, Win7 32 operaing sysem, and he sofware environmen is MATLAB 2011b. In order o objecively compare he racking performance of hree racking algorihms, he success rae (SR) and cener locaion error (CLE) are used o evaluae he racking resuls. Cener error represens he mean value of he Euclidean disance beween he posiion cener of racking and he cener of he acual arge locaion. The success rae is defined area( ROIT ROIG ) as: score = where ROI T means he racked region of curren frame and area( ROI ROI ) T G ROI G means he acual region. The racking of curren frame is successful while score 0.5. The average resuls of 50 imes simulaion are shown in Table 1. Bold fons indicae he bes performance. I s easy o find ha he performance of our algorihm has improved significanly in racking possible o locae he rue objec afer heavy occlusion according o he resul ha shown in Figure 1. Conclusion In his paper, a simple and efficien mehod based on percepual hash algorihm is proposed for objec racking when occlusion occurs frequenly. The performance of he compressive racking algorihm in racking ha he objec is obscured or los is evidenly improved by adjusing he learning rae of classifier in real ime, which makes he arge emplae more adapive and proper. We have successfully achieved he resuls ha he mehod works quickly and accuraely when arge is occluded or los and is able o locae he real objec afer heavy occlusion. Robusness is significanly improved. Acknowledgmens This work was suppored by he Naional Naural Science Foundaion of China (NO , he Universiy Science Research Projec of Jiangsu Province (NO. 16KJB510036), he Science and Technology Program of Nanong (NO. MS ), Nanong Universiy Undergraduae Training Program for Innovaion (NO ). Table 1. Cener locaion error (in pixels) and success rae(%). Video sequences CLE SR Ours CT FCT Ours CT FCT Coke Coupon David Faceocc Faceocc Subway Suv Sylveser Tiger Walking

4 (a) David (b) Sylveser (c)subway (d) faceocc2 (e) suv (f) walking2 (g) suv (h) walking2 Figure 1. Screenshos of some sampled racking resuls. References [1] Wu Yi, Lim J, Yang Ming-hsuan. Online Objec Tracking, A Benchmark[C]//Conference on Compuer Vision and Paern Recogniion. IEEE, 2013: [2] Hongjun Li, Ching Y. Suen. A novel Non-local means image denoising mehod based on grey heory[j]. Paern Recogniion, 2016, 49(1): [3] Hongjun Li, Ching Y. Suen. Robus face recogniion based on dynamic rank represenaion[j]. Paern Recogniion, 2016, 60(12): [4] Al N, Hinersoisser S, Navab N. Rapid selecion of reliable emplaes for visual racking[c]//conference on Compuer Vision and Paern Recogniion. IEEE, 2010: [5] Grabner H, Grabner M, Bischof H. Real-Time Tracking via On-line Boosing[C]//Briish Machine Vision Conference. 2006: [6] Babenko B, Yang Ming-hsuan, Belongie S. Visual racking wih online Muliple Insance Learning[C]// Conference on Compuer Vision and Paern Recogniion. IEEE, 2009: [7] Zhang Kai-hua, Zhang Lei, Yang Ming-hsuan. Real-ime objec racking via online discriminaive feaure selecion[j]. IEEE Transacions on Image Processing, 2013, 22(12): [8] Hare S, Saffari A, Torr P H S. Sruck: Srucured Oupu Tracking wih Kernels[C]//Inernaional Conference on Compuer Vision. IEEE, 2011:

5 [9] Zhang Kai-hua, Zhang Lei, Yang Ming-hsuan. Real-ime compressive racking[c]//12h European Conference on Compuer Vision. Springer-Verlag, 2012: [10] Zhang Kai-hua, Zhang Lei, Yang Ming-hsuan. Fas Compressive Tracking[J]. IEEE Transacions on Paern Analysis and Machine Inelligence, 2014, 36(10):

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

Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, , 2016

Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, , 2016 Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, 358-363, 216 doi:1.21311/1.39.1.41 Face Deecion and Recogniion Based on an Improved Adaboos Algorihm and Neural Nework Haoian Zhang*, Jiajia Xing, Muian Zhu,

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

Ensamble methods: Boosting

Ensamble methods: Boosting Lecure 21 Ensamble mehods: Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Schedule Final exam: April 18: 1:00-2:15pm, in-class Term projecs April 23 & April 25: a 1:00-2:30pm in CS seminar room

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

Ensamble methods: Bagging and Boosting

Ensamble methods: Bagging and Boosting Lecure 21 Ensamble mehods: Bagging and Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Ensemble mehods Mixure of expers Muliple base models (classifiers, regressors), each covers a differen par

More information

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems Single-Pass-Based Heurisic Algorihms for Group Flexible Flow-shop Scheduling Problems PEI-YING HUANG, TZUNG-PEI HONG 2 and CHENG-YAN KAO, 3 Deparmen of Compuer Science and Informaion Engineering Naional

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

JOINT SPARSITY-BASED ROBUST VISUAL TRACKING

JOINT SPARSITY-BASED ROBUST VISUAL TRACKING JOINT SPARSITY-BASED ROBUST VISUAL TRACKING Behzad Bozorgabar 1 1 Vision & Sensing, HCC Lab, ESTeM Universiy of Canberra Email: Behzad.Bozorgabar@canberra.edu.au Roland Goecke 1, IHCC, RSCS, CECS Ausralian

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

Overview. COMP14112: Artificial Intelligence Fundamentals. Lecture 0 Very Brief Overview. Structure of this course

Overview. COMP14112: Artificial Intelligence Fundamentals. Lecture 0 Very Brief Overview. Structure of this course OMP: Arificial Inelligence Fundamenals Lecure 0 Very Brief Overview Lecurer: Email: Xiao-Jun Zeng x.zeng@mancheser.ac.uk Overview This course will focus mainly on probabilisic mehods in AI We shall presen

More information

Subtractive Clustering Based RBF Neural Network Model for Outlier Detection

Subtractive Clustering Based RBF Neural Network Model for Outlier Detection JOURNAL OF COMPUTERS, VOL. 4, NO. 8, AUGUST 9 755 Subracive Clusering Based RBF Neural Nework Model for Oulier Deecion Peng Yang School of Compuer Science, Chongqing Universiy, Chongqing, China Email:

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

ONLINE EVALUATION OF TRACKING ALGORITHM PERFORMANCE

ONLINE EVALUATION OF TRACKING ALGORITHM PERFORMANCE ONLINE EVALUATION OF TRACKING ALGORITHM PERFORMANCE Duc Phu CHAU, François BREMOND and Monique THONNAT Pulsar eam, INRIA, 2004 roue des Lucioles, 06560 Valbonne, France {Duc-Phu.Chau, Francois.Bremond,

More information

Adaptive Noise Estimation Based on Non-negative Matrix Factorization

Adaptive Noise Estimation Based on Non-negative Matrix Factorization dvanced cience and Technology Leers Vol.3 (ICC 213), pp.159-163 hp://dx.doi.org/1.14257/asl.213 dapive Noise Esimaion ased on Non-negaive Marix Facorizaion Kwang Myung Jeon and Hong Kook Kim chool of Informaion

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

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

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

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2 Page of 6 all effec Aim :- ) To deermine he all coefficien (R ) ) To measure he unknown magneic field (B ) and o compare i wih ha measured by he Gaussmeer (B ). Apparaus :- ) Gauss meer wih probe ) Elecromagne

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

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

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

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

WATER LEVEL TRACKING WITH CONDENSATION ALGORITHM

WATER LEVEL TRACKING WITH CONDENSATION ALGORITHM WATER LEVEL TRACKING WITH CONDENSATION ALGORITHM Shinsuke KOBAYASHI, Shogo MURAMATSU, Hisakazu KIKUCHI, Masahiro IWAHASHI Dep. of Elecrical and Elecronic Eng., Niigaa Universiy, 8050 2-no-cho Igarashi,

More information

Lecture 3: Exponential Smoothing

Lecture 3: Exponential Smoothing NATCOR: Forecasing & Predicive Analyics Lecure 3: Exponenial Smoohing John Boylan Lancaser Cenre for Forecasing Deparmen of Managemen Science Mehods and Models Forecasing Mehod A (numerical) procedure

More information

On-Line Density-Based Appearance Modeling for Object Tracking

On-Line Density-Based Appearance Modeling for Object Tracking 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, lsd}@cs.umd.edu Absrac Objec racking

More information

Tracking and Classifying Moving Objects from Video *

Tracking and Classifying Moving Objects from Video * Tracking and Classifying Moving Objecs from Video * Quming Zhou and J.K.Aggarwal Compuer and Vision Research Cener Deparmen of Elecrical and Compuer Engineering The Universiy of Texas a Ausin Ausin, TX

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

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries MATEMATIČKI VESNIK MATEMATIQKI VESNIK 70, 1 (2018), 89 94 March 2018 research paper originalni nauqni rad ERROR LOCATING CODES AND EXTENDED HAMMING CODE Pankaj Kumar Das Absrac. Error-locaing codes, firs

More information

Anti-Disturbance Control for Multiple Disturbances

Anti-Disturbance Control for Multiple Disturbances Workshop a 3 ACC Ani-Disurbance Conrol for Muliple Disurbances Lei Guo (lguo@buaa.edu.cn) Naional Key Laboraory on Science and Technology on Aircraf Conrol, Beihang Universiy, Beijing, 9, P.R. China. Presened

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

SPH3U: Projectiles. Recorder: Manager: Speaker:

SPH3U: Projectiles. Recorder: Manager: Speaker: SPH3U: Projeciles Now i s ime o use our new skills o analyze he moion of a golf ball ha was ossed hrough he air. Le s find ou wha is special abou he moion of a projecile. Recorder: Manager: Speaker: 0

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

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

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

Lab #2: Kinematics in 1-Dimension

Lab #2: Kinematics in 1-Dimension Reading Assignmen: Chaper 2, Secions 2-1 hrough 2-8 Lab #2: Kinemaics in 1-Dimension Inroducion: The sudy of moion is broken ino wo main areas of sudy kinemaics and dynamics. Kinemaics is he descripion

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

RC, RL and RLC circuits

RC, RL and RLC circuits Name Dae Time o Complee h m Parner Course/ Secion / Grade RC, RL and RLC circuis Inroducion In his experimen we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors.

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

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

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

Learning Naive Bayes Classifier from Noisy Data

Learning Naive Bayes Classifier from Noisy Data UCLA Compuer Science Deparmen Technical Repor CSD-TR No 030056 1 Learning Naive Bayes Classifier from Noisy Daa Yirong Yang, Yi Xia, Yun Chi, and Richard R Munz Universiy of California, Los Angeles, CA

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

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

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

Phys1112: DC and RC circuits

Phys1112: DC and RC circuits Name: Group Members: Dae: TA s Name: Phys1112: DC and RC circuis Objecives: 1. To undersand curren and volage characerisics of a DC RC discharging circui. 2. To undersand he effec of he RC ime consan.

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

Spring Ammar Abu-Hudrouss Islamic University Gaza

Spring Ammar Abu-Hudrouss Islamic University Gaza Chaper 7 Reed-Solomon Code Spring 9 Ammar Abu-Hudrouss Islamic Universiy Gaza ١ Inroducion A Reed Solomon code is a special case of a BCH code in which he lengh of he code is one less han he size of he

More information

A Reinforcement Learning Approach for Collaborative Filtering

A Reinforcement Learning Approach for Collaborative Filtering A Reinforcemen Learning Approach for Collaboraive Filering Jungkyu Lee, Byonghwa Oh 2, Jihoon Yang 2, and Sungyong Park 2 Cyram Inc, Seoul, Korea jklee@cyram.com 2 Sogang Universiy, Seoul, Korea {mrfive,yangjh,parksy}@sogang.ac.kr

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

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

FastSLAM with Stereo Vision

FastSLAM with Stereo Vision FasSLAM wih Sereo Vision Wikus Brink Elecronic Sysems Lab Elecrical and Elecronic Engineering Sellenbosch Universiy Email: wikusbrink@ieee.org Corné E. van Daalen Elecronic Sysems Lab Elecrical and Elecronic

More information

Presentation Overview

Presentation Overview Acion Refinemen in Reinforcemen Learning by Probabiliy Smoohing By Thomas G. Dieerich & Didac Busques Speaer: Kai Xu Presenaion Overview Bacground The Probabiliy Smoohing Mehod Experimenal Sudy of Acion

More information

The Paradox of Twins Described in a Three-dimensional Space-time Frame

The Paradox of Twins Described in a Three-dimensional Space-time Frame The Paradox of Twins Described in a Three-dimensional Space-ime Frame Tower Chen E_mail: chen@uguam.uog.edu Division of Mahemaical Sciences Universiy of Guam, USA Zeon Chen E_mail: zeon_chen@yahoo.com

More information

5.2. The Natural Logarithm. Solution

5.2. The Natural Logarithm. Solution 5.2 The Naural Logarihm The number e is an irraional number, similar in naure o π. Is non-erminaing, non-repeaing value is e 2.718 281 828 59. Like π, e also occurs frequenly in naural phenomena. In fac,

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

Online Convex Optimization Example And Follow-The-Leader

Online Convex Optimization Example And Follow-The-Leader CSE599s, Spring 2014, Online Learning Lecure 2-04/03/2014 Online Convex Opimizaion Example And Follow-The-Leader Lecurer: Brendan McMahan Scribe: Sephen Joe Jonany 1 Review of Online Convex Opimizaion

More information

Electrical and current self-induction

Electrical and current self-induction Elecrical and curren self-inducion F. F. Mende hp://fmnauka.narod.ru/works.hml mende_fedor@mail.ru Absrac The aricle considers he self-inducance of reacive elemens. Elecrical self-inducion To he laws of

More information

Resource Allocation in Visible Light Communication Networks NOMA vs. OFDMA Transmission Techniques

Resource Allocation in Visible Light Communication Networks NOMA vs. OFDMA Transmission Techniques Resource Allocaion in Visible Ligh Communicaion Neworks NOMA vs. OFDMA Transmission Techniques Eirini Eleni Tsiropoulou, Iakovos Gialagkolidis, Panagiois Vamvakas, and Symeon Papavassiliou Insiue of Communicaions

More information

Direction-Based Modified Particle Filter for Vehicle Tracking

Direction-Based Modified Particle Filter for Vehicle Tracking Direcion-Based Modified Paricle Filer for Vehicle Tracking Musafa Eren Yildirim, Ibrahim Furkan Ince, Yucel Bau Salman, Jong Kwan Song, Jang Sik Park, and Byung Woo Yoon This research proposes a modified

More information

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

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Space Inernaional Journal of Indusrial and Manufacuring Engineering Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Space Vichai Rungreunganaun and Chirawa Woarawichai

More information

Robot Motion Model EKF based Localization EKF SLAM Graph SLAM

Robot Motion Model EKF based Localization EKF SLAM Graph SLAM Robo Moion Model EKF based Localizaion EKF SLAM Graph SLAM General Robo Moion Model Robo sae v r Conrol a ime Sae updae model Noise model of robo conrol Noise model of conrol Robo moion model

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

An Advanced H-Infinity Filtering Approach for Multiple Object Tracking in Video Sequences

An Advanced H-Infinity Filtering Approach for Multiple Object Tracking in Video Sequences Inernaional Journal of Applied Engineering Research ISSN 973-456 Volume, Number 4 (7) pp. 5489-55 Research India Publicaions. hp://www.ripublicaion.com An Advanced H-Infiniy Filering Approach for Muliple

More information

arxiv: v1 [cs.cv] 2 Apr 2017

arxiv: v1 [cs.cv] 2 Apr 2017 Efficien Version-Space Reducion for Visual Tracking Kourosh Meshgi, Shigeyuki Oba, Shin Ishii Graduae School of Informaics, Kyoo Universiy, Kyoo, Japan {meshgi-k, oba, ishii}@sys.i.kyoo-u.ac.jp arxiv:1704.00299v1

More information

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H.

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H. ACE 56 Fall 005 Lecure 5: he Simple Linear Regression Model: Sampling Properies of he Leas Squares Esimaors by Professor Sco H. Irwin Required Reading: Griffihs, Hill and Judge. "Inference in he Simple

More information

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes Some common engineering funcions 2.7 Inroducion This secion provides a caalogue of some common funcions ofen used in Science and Engineering. These include polynomials, raional funcions, he modulus funcion

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

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

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function A Framework for Efficien Documen Ranking Using Order and Non Order Based Finess Funcion Hazra Imran, Adii Sharan Absrac One cenral problem of informaion rerieval is o deermine he relevance of documens

More information

Mean Square Projection Error Gradient-based Variable Forgetting Factor FAPI

Mean Square Projection Error Gradient-based Variable Forgetting Factor FAPI 3rd Inernaional Conference on Advances in Elecrical and Elecronics Engineering (ICAEE'4) Feb. -, 4 Singapore Mean Square Projecion Error Gradien-based Variable Forgeing Facor FAPI Young-Kwang Seo, Jong-Woo

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

Phys 221 Fall Chapter 2. Motion in One Dimension. 2014, 2005 A. Dzyubenko Brooks/Cole

Phys 221 Fall Chapter 2. Motion in One Dimension. 2014, 2005 A. Dzyubenko Brooks/Cole Phys 221 Fall 2014 Chaper 2 Moion in One Dimension 2014, 2005 A. Dzyubenko 2004 Brooks/Cole 1 Kinemaics Kinemaics, a par of classical mechanics: Describes moion in erms of space and ime Ignores he agen

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

Shape-Based Similarity Query for Trajectory of Mobile Objects

Shape-Based Similarity Query for Trajectory of Mobile Objects Shape-Based Similariy Query for Trajecory of Mobile Objecs uaka anagisawa, Jun-ichi Akahani, and Tesuji Saoh NTT Communicaion Science Laboraories, NTT Corporaion {yuaka,akahani,saoh}@cslab.kecl.n.co.jp

More information

Principal Component Analysis)

Principal Component Analysis) 1 shirai@ci.risumei.ac.jp @ jp www.i.ci.risumei.ac.jp/~shirai/ Principal Componen Analysis) n p i i,...,, =1,2 x φ x 3 i T i x z φ = φ 2 φ 3 φ 1 x 2 n s n i i T / 1 2 2 = = x φ x 1 φ φ φ φ φ ) / ( ) /

More information

Lab 10: RC, RL, and RLC Circuits

Lab 10: RC, RL, and RLC Circuits Lab 10: RC, RL, and RLC Circuis In his experimen, we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors. We will sudy he way volages and currens change in

More information

An Efficient Image Similarity Measure Based on Approximations of KL-Divergence Between Two Gaussian Mixtures

An Efficient Image Similarity Measure Based on Approximations of KL-Divergence Between Two Gaussian Mixtures An Efficien Image Similariy Measure Based on Approximaions of KL-Divergence Beween Two Gaussian Mixures Jacob Goldberger CUTe Sysems Ld Tel-Aviv, Israel acob@cuecoil Shiri Gordon Faculy of Engineering

More information

The ROC-Boost Design Algorithm for Asymmetric Classification

The ROC-Boost Design Algorithm for Asymmetric Classification The ROC-Boos Design Algorihm for Asymmeric Classificaion Guido Cesare Deparmen of Mahemaics Universiy of Genova (Ialy guido.cesare@gmail.com Robero Manduchi Deparmen of Compuer Engineering Universiy of

More information

2.1: What is physics? Ch02: Motion along a straight line. 2.2: Motion. 2.3: Position, Displacement, Distance

2.1: What is physics? Ch02: Motion along a straight line. 2.2: Motion. 2.3: Position, Displacement, Distance Ch: Moion along a sraigh line Moion Posiion and Displacemen Average Velociy and Average Speed Insananeous Velociy and Speed Acceleraion Consan Acceleraion: A Special Case Anoher Look a Consan Acceleraion

More information

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions Muli-Period Sochasic Models: Opimali of (s, S) Polic for -Convex Objecive Funcions Consider a seing similar o he N-sage newsvendor problem excep ha now here is a fixed re-ordering cos (> 0) for each (re-)order.

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

Mobility-Pattern Based Localization Update Algorithms for Mobile Wireless Sensor Networks

Mobility-Pattern Based Localization Update Algorithms for Mobile Wireless Sensor Networks Mobiliy-Paern Based Localizaion Updae Algorihms for Mobile Wireless Sensor Neworks Mohammad Y. Al-laho, Min Song, Jun Wang Deparmen of Elecrical and Compuer Engineering Old Dominion Universiy 231 Kaufman

More information

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK Michal Pluhacek, Roman Senkerik, Adam Vikorin and Tomas Kadavy Tomas Baa Universiy in Zlin, Faculy of Applied Informaics Nam T.G. Masaryka 5555,

More information

1. Kinematics I: Position and Velocity

1. Kinematics I: Position and Velocity 1. Kinemaics I: Posiion and Velociy Inroducion The purpose of his eperimen is o undersand and describe moion. We describe he moion of an objec by specifying is posiion, velociy, and acceleraion. In his

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

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization Air Qualiy Index Predicion Using Error Back Propagaion Algorihm and Improved Paricle Swarm Opimizaion Jia Xu ( ) and Lang Pei College of Compuer Science, Wuhan Qinchuan Universiy, Wuhan, China 461406563@qq.com

More information

Let us start with a two dimensional case. We consider a vector ( x,

Let us start with a two dimensional case. We consider a vector ( x, Roaion marices We consider now roaion marices in wo and hree dimensions. We sar wih wo dimensions since wo dimensions are easier han hree o undersand, and one dimension is a lile oo simple. However, our

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

Haar Wavelet Operational Matrix Method for Solving Fractional Partial Differential Equations

Haar Wavelet Operational Matrix Method for Solving Fractional Partial Differential Equations Copyrigh 22 Tech Science Press CMES, vol.88, no.3, pp.229-243, 22 Haar Wavele Operaional Mari Mehod for Solving Fracional Parial Differenial Equaions Mingu Yi and Yiming Chen Absrac: In his paper, Haar

More information

Hardware-Software Co-design of Slimmed Optical Neural Networks

Hardware-Software Co-design of Slimmed Optical Neural Networks Hardware-Sofware Co-design of Slimmed Opical Neural Neworks Zheng Zhao 1, Derong Liu 1, Meng Li 1, Zhoufeng Ying 1, Lu Zhang 2, Biying Xu 1, Bei Yu 2, Ray Chen 1, David Pan 1 The Universiy of Texas a Ausin

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

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

Switching Observation Models for Contour Tracking in Clutter

Switching Observation Models for Contour Tracking in Clutter In Proc. of IEEE Conf. on CVPR 03, Madison, Wisconsin, 2003 Swiching Observaion Models for Conour Tracking in Cluer Ying Wu, Gang Hua, Ting Yu Deparmen of Elecrical & Compuer Engineering Norhwesern Universiy

More information

An Efficient Image Similarity Measure based on Approximations of KL-Divergence Between Two Gaussian Mixtures

An Efficient Image Similarity Measure based on Approximations of KL-Divergence Between Two Gaussian Mixtures An Efficien Image Similariy Measure based on Approximaions of KL-Divergence Beween Two Gaussian Mixures Jacob Goldberger Shiri Gordon Hayi Greenspan Cue Sysems Tel Aviv Israel The Engineering Deparmen

More information

Name: Teacher: DO NOT OPEN THE EXAMINATION PAPER UNTIL YOU ARE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS FINAL EXAMINATION June 2010.

Name: Teacher: DO NOT OPEN THE EXAMINATION PAPER UNTIL YOU ARE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS FINAL EXAMINATION June 2010. Name: Teacher: DO NOT OPEN THE EXAMINATION PAPER UNTIL YOU ARE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS 224 FINAL EXAMINATION June 21 Value: 1% General Insrucions This examinaion consiss of wo pars. Boh

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

An Improved Adaptive CUSUM Control Chart for Monitoring Process Mean

An Improved Adaptive CUSUM Control Chart for Monitoring Process Mean An Improved Adapive CUSUM Conrol Char for Monioring Process Mean Jun Du School of Managemen Tianjin Universiy Tianjin 37, China Zhang Wu, Roger J. Jiao School of Mechanical and Aerospace Engineering Nanyang

More information

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models Journal of Saisical and Economeric Mehods, vol.1, no.2, 2012, 65-70 ISSN: 2241-0384 (prin), 2241-0376 (online) Scienpress Ld, 2012 A Specificaion Tes for Linear Dynamic Sochasic General Equilibrium Models

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