moving object tracking
play

Moving Object Tracking Princeton University COS 429 Lecture Dec. - PowerPoint PPT Presentation

Moving Object Tracking Princeton University COS 429 Lecture Dec. 6, 2007 Harpreet S. Sawhney hsawhney@sarnoff.com Recapitulation : Last Lecture Moving object detection as robust regression with outlier detection Simultaneous


  1. Moving Object Tracking Princeton University COS 429 Lecture Dec. 6, 2007 Harpreet S. Sawhney hsawhney@sarnoff.com

  2. Recapitulation : Last Lecture • Moving object detection as robust regression with outlier detection • Simultaneous multiple surface/moving object estimation • Expectation-Maximization (EM) algorithm as a formal mechanism for multiple model estimation & its application to multiple motion detection and estimation

  3. The Tracking Problem • Maintain identity across time of designated or automatically detected objects

  4. The Tracking Problem : Issues Object Detection : Designated or automatically detected • Object State Instantiation : Object representation • – Position, Velocity, Shape, Color, Appearance, Template… State Prediction : • – Having seen what state do these measurements predict for the { y , y , K , y } 0 1 i - 1 next time instant i ? = = P ( X | Y y , K , Y y ) – Need a representation for i 0 0 i - 1 i - 1 • Data Association : – Which of the measurements at the i -th instant correspond to the predicted state at that instant ? – Use to establish the correspondence = = P ( X | Y y , K , Y y ) i 0 0 i - 1 i - 1 State Update : • y – With the corresponding measurement established for instant i , compute i = = P ( X | Y y , K , Y y ) an estimate of the optimal new state through i 0 0 i i

  5. Object Detection Designated Object • User specifies a template • The system converts that template into an appropriate representation to be tracked

  6. Object Detection Fixed Cameras • Model the background using a reference image or a reference distribution • Detect objects as changes with respect to the reference

  7. Object Detection Moving Cameras • Align consecutive frames using the now well-known techniques studied in this class • Use frame differencing between aligned frames to detect changes designated as new objects

  8. Simple Tracker : Blob tracker • Change-based tracker : – Approach • Align video images • Detect regions of change • Track change blobs – Problem with this approach is that it uses no appearance information • difficult to deal with stalled or close-by objects

  9. Moving Blobs

  10. Simple Tracker - Correlation Based • Correlation-based tracker: – Approach • Initialize the templates and the supports of foreground objects • Estimate motion by correlation – The problem with this approach is that it does not simultaneously compute the segmentation and appearance • No accurate segmentation or region of support ⇒ may drift over time. • Get confused by cluttered backgrounds

  11. Problems with the simple trackers • They lack the two key ingredients for optimal tracking: – State prediction – Optimal state updation • Since measurements are never perfect --- each has some uncertainty associated with it --- optimal state prediction and updation need to take the uncertainties into account • Furthermore, the object representation needs to be richer – Not just a change blob, or fixed template – Optimal method for updating the state

  12. Kalman Filtering • Assume that results of experiment (i.e., optical flow) are noisy measurements of system state • Model of how system evolves • Prediction / correction framework • Optimal combination of system model and observations Rudolf Emil Kalman Rudolf Emil Kalman Acknowledgment: much of the following material is based on the Acknowledgment: much of the following material is based on the SIGGRAPH 2001 course by Greg Welch and Gary Bishop (UNC) SIGGRAPH 2001 course by Greg Welch and Gary Bishop (UNC)

  13. Simple Example • A point whose position remains constant : x – Say a temperature reading • Noisy measurement of that single point z 1 • Variance σ 12 (uncertainty σ 1 ) x = x = • Best estimate of true position ˆ ˆ z z 1 1 1 1 σ = σ σ = σ 2 2 2 2 ˆ • Uncertainty in best estimate ˆ 1 1 1 1

  14. Simple Example • Second measurement z 2 , variance σ 22 • Best estimate of true position + + 1 1 1 1 z z z z σ 2 1 σ 2 2 σ 2 1 σ 2 2 = = ˆ ˆ x 1 2 x 1 2 + + 2 2 1 1 1 1 σ σ σ 2 σ 2 2 2 1 2 1 2 ( ) ( ) σ 2 σ 2 = = + + − − ˆ ˆ ˆ ˆ x z x x 1 z x 1 1 σ + σ 2 1 1 σ 2 + σ 2 2 1 2 2 1 2 1 2 1 1 σ = σ = 2 2 ˆ ˆ + • Uncertainty in best estimate + 2 2 1 1 1 1 σ 2 σ 2 σ 2 σ 2 ˆ ˆ 1 2 1 2

  15. Online Weighted Average • Combine successive measurements into constantly- improving estimate • Uncertainty decreases over time • Only need to keep current measurement, last estimate of state and uncertainty We have essentially computed the Least Squares OR Minimum Variance OR Maximum Likelihood estimate of X given a number of noisy measurements Z through an incremental method

  16. Terminology • In this example, position is state – in general, any vector • State evolves over time according to a dynamic model or process model – (in this example, “nothing changes”) • Measurements are related to the state according to a measurement model – (possibly incomplete, possibly noisy) ˆ ˆ x x • Best estimate of state with covariance P

  17. Tracking Framework • Very general model: – We assume there are moving objects, which have an underlying state X – There are measurements Z, some of which are functions of this state – There is a clock • at each tick, the state changes • at each tick, we get a new observation • Examples – object is ball, state is 3D position+velocity, measurements are stereo pairs – object is person, state is body configuration, measurements are frames, clock is in camera (30 fps)

  18. Bayesian Graphical Model Those that tell us about objects & their states State Variables: But they are hidden, cannot be directly observed Dynamic Model X X X + k - 1 k k 1 K K Measuement Model Z Z Z k k + k 1 - 1 Can be directly observed Measurements: Are noisy, uncertain

  19. Bayesian Formulation ∫ = κ p ( x | z ) p ( z | x ) p ( x | x ) p ( x | z ) dx k k k k k k - 1 k - 1 k - 1 k - 1 p ( x | z ) Posterior probability after latest measurement k k p ( z | x ) Likelihood of the current measurement k k p ( x | x ) Temporal prior from the dynamic model k k - 1 p ( x | z ) Posterior probability after previous measurement k - 1 k - 1 κ Normalizing constant

  20. The Kalman Filter • Key ideas: – Linear models interact uniquely well with Gaussian noise • make the prior Gaussian, • everything else Gaussian and the calculations are easy – Gaussians are really easy to represent • once you know the mean and covariance, you’re done

  21. Linear Models • For “standard” Kalman filtering, everything must be linear = Φ + ξ = Φ + ξ x x x x • System / Dynamical model: − − − − − − 1 1 1 k k 1 k 1 k 1 k k k k • The matrix Φ k is state transition matrix • The vector ξ k represents additive noise , assumed to have covariance Q : N(0;Q) Φ Φ x ~ N ( x ; Q ) x ~ N ( x ; Q ) k k k - 1 k k k k - 1 k

  22. Linear Models • Measurement model / Likelihood model: = + μ = + μ z H x z H x k k k k k k k k z ~ N ( H x ; R ) z ~ N ( H x ; R ) k k k k k k k k • Matrix H is measurement matrix • The vector μ is measurement noise , assumed to have covariance R : μ N ( 0 ; )

  23. Position-Velocity Model • Points moving with constant velocity • We wish to estimate their PV state at every time instant ⎡ ⎤ ⎡ ⎤ x x = = x x Position-Velocity State ⎢ ⎥ ⎢ ⎥ k k ⎣ ⎦ ⎣ ⎦ dx dx dt dt Δ Δ ⎡ ⎤ ⎡ ⎤ 1 1 t t Constant Velocity Φ = Φ = k k ⎢ ⎥ ⎢ ⎥ Dynamic Model Matrix k k ⎣ 0 1 ⎦ ⎣ 0 1 ⎦ [ ] [ ] Only position is directly = = 1 0 1 0 H H observable

  24. Prediction/Correction • Predict new state ′ ′ = Φ = Φ 1 ˆ 1 ˆ x x x x − − − − 1 k k k 1 k k k ′ ′ = Φ Φ + = Φ Φ + T T P P Q P P Q − − − − − − − − 1 1 1 1 k k 1 k 1 k 1 k 1 k k k k k • Correct to take new measurements into account ( ) ( ) ′ ′ ′ ′ = + − = + − ˆ ˆ x x K z H x x x K z H x k k k k k k k k k k k k ( ) k ( ) k ′ ′ = − = − P I K H P P I K H P k k k k k k

  25. Kalman Gain • Weighting of process model vs. measurements ( ) ( ) − − 1 ′ ′ 1 ′ ′ = + = + T T T T K P H H P H R K P H H P H R k k k k k k k k k k k k k k • Compare to what we saw earlier: σ σ 2 2 1 1 σ + σ σ + σ 2 2 2 2 1 2 1 2

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend