SlideShare a Scribd company logo
Mean Shift Tracking

   CS4243 Computer Vision and Pattern Recognition

                     Leow Wee Kheng

              Department of Computer Science
                   School of Computing
              National University of Singapore




(CS4243)             Mean Shift Tracking            1 / 1
Mean Shift


Mean Shift

Mean Shift [Che98, FH75, Sil86]
    An algorithm that iteratively shifts a data point to the average of
    data points in its neighborhood.
    Similar to clustering.
    Useful for clustering, mode seeking, probability density estimation,
    tracking, etc.




       (CS4243)                Mean Shift Tracking                   2 / 1
Mean Shift


Consider a set S of n data points xi in d-D Euclidean space X.
Let K(x) denote a kernel function that indicates how much x
contributes to the estimation of the mean.
Then, the sample mean m at x with kernel K is given by
                                   n
                                       K(x − xi ) xi
                               i=1
                    m(x) =       n                               (1)
                                         K(x − xi )
                                   i=1

The difference m(x) − x is called mean shift.
Mean shift algorithm: iteratively move date point to its mean.
In each iteration, x ← m(x).
The algorithm stops when m(x) = x.



   (CS4243)             Mean Shift Tracking                      3 / 1
Mean Shift


The sequence x, m(x), m(m(x)), . . . is called the trajectory of x.
If sample means are computed at multiple points, then at each
iteration, update is done simultaneously to all these points.




   (CS4243)              Mean Shift Tracking                          4 / 1
Mean Shift    Kernel


Kernel

      Typically, kernel K is a function of x 2 :

                                K(x) = k( x 2 )       (2)

      k is called the profile of K.

Properties of Profile:
  1   k is nonnegative.
  2   k is nonincreasing: k(x) ≥ k(y) if x < y.
  3   k is piecewise continuous and
                                     ∞
                                         k(x)dx < ∞   (3)
                                 0




         (CS4243)              Mean Shift Tracking    5 / 1
Mean Shift   Kernel


Examples of kernels [Che98]:
    Flat kernel:
                                           1 if x ≤ 1
                            K(x) =                                  (4)
                                           0 otherwise
    Gaussian kernel:
                               K(x) = exp(− x 2 )                   (5)




                  (a) Flat kernel             (b) Gaussian kernel


       (CS4243)                 Mean Shift Tracking                 6 / 1
Mean Shift   Density Estimation


Density Estimation

   Kernel density estimation (Parzen window technique) is a popular
   method for estimating probability density
   [CRM00, CRM02, DH73].
   For a set of n data points xi in d-D space, the kernel density
   estimate with kernel K(x) (profile k(x)) and radius h is
                                        n
                   ˜              1               x − xi
                   fK (x) =                  K
                                 nhd                h
                                       i=1
                                                                    (6)
                                        n                   2
                                  1               x − xi
                           =                 k
                                 nhd                h
                                       i=1

   The quality of kernel density estimator is measured by the mean
   square error between the actual density and the estimate.

      (CS4243)              Mean Shift Tracking                      7 / 1
Mean Shift       Density Estimation


The mean square error is minimized by the Epanechnikov kernel:
                 
                  1
                         (d + 2)(1 − x 2 ) if x ≤ 1
        KE (x) =     2Cd                                    (7)
                              0           otherwise

where Cd is the volume of the unit d-D sphere, with profile
                   
                    1
                          (d + 2)(1 − x) if 0 ≤ x ≤ 1
          kE (x) =    2Cd                                        (8)
                             0           if x > 1

A more commonly used kernel is Gaussian
                              1                     1       2
                 K(x) =                  exp −        x          (9)
                             (2π)d                  2

with profile
                                   1            1
                   k(x) =                  exp − x              (10)
                               (2π)d            2
   (CS4243)             Mean Shift Tracking                      8 / 1
Mean Shift   Density Estimation


    Define another kernel G(x) = g( x 2 ) such that

                                                   dk(x)
                         g(x) = −k (x) = −                         (11)
                                                    dx


Important Result
Mean shift with kernel G moves x along the direction of the gradient of
                 ˜
density estimate f with kernel K.


    Define density estimate with kernel K.
    But, perform mean shift with kernel G.
    Then, mean shift performs gradient ascent on density estimate.




       (CS4243)              Mean Shift Tracking                     9 / 1
Mean Shift         Density Estimation


Proof:
          ˜
    Define f with kernel G
                                         n                           2
                     ˜         C                      x − xi
                     fG (x) ≡                  g                              (12)
                              nhd                       h
                                         i=1

    where C is a normalization constant.
    Mean shift M with kernel G is
                               n                            2
                                               x − xi
                                     g                              xi
                                                 h
                               i=1
                    MG (x) ≡     n                              2
                                                                         −x   (13)
                                                   x − xi
                                         g
                                                     h
                                i=1




         (CS4243)           Mean Shift Tracking                                10 / 1
Mean Shift     Density Estimation


Estimate of density gradient is the gradient of density estimate
        ˜ fK (x) ≡     ˜
                       fK (x)
                                n                              2
                       2                              x − xi
                 =                  (x − xi ) k
                     nhd+2                              h
                             i=1
                                n                              2
                                                                   (14)
                       2                             x − xi
                 =                  (xi − x) g
                     nhd+2                             h
                             i=1

                      2 ˜
                 =       fG (x)MG (x)
                     Ch2
Then,
                                     Ch2 ˜ fK (x)
                      MG (x) =                                     (15)
                                          ˜
                                      2 fG (x)
Thus, MG is an estimate of the normalized gradient of fK .
So, can use mean shift (Eq. 13) to obtain estimate of fK .
   (CS4243)             Mean Shift Tracking                         11 / 1
Mean Shift Tracking


Mean Shift Tracking

Basic Ideas [CRM00]:
    Model object using color probability density.
    Track target object in video by matching color density.
    Use mean shift to estimate color density and target location.




       (CS4243)               Mean Shift Tracking                   12 / 1
Mean Shift Tracking     Object Model


Object Model

  Let xi , i = 1, . . . , n, denote pixel locations of model centered at 0.
  Represent color distribution by discrete m-bin color histogram.
  Let b(xi ) denote the color bin of the color at xi .
  Assume size of model is normalized; so, kernel radius h = 1.
  Then, the probability q of color u in the model is
                                 n
                     qu = C           k( xi 2 ) δ(b(xi ) − u)          (16)
                                i=1

  C is the normalization constant
                                       n                   −1
                                                    2
                            C=              k( xi )                    (17)
                                      i=1

  Kernel profile k weights contribution by distance to centroid.
     (CS4243)                 Mean Shift Tracking                       13 / 1
Mean Shift Tracking   Object Model


δ is the Kronecker delta function
                                       1 if a = 0
                        δ(a) =                        (18)
                                       0 otherwise

That is, contribute k( xi 2 ) to qu if b(xi ) = u.




   (CS4243)                Mean Shift Tracking         14 / 1
Mean Shift Tracking     Target Candidate


Target Candidate

   Let yi , i = 1, . . . , nh , denote pixel locations of target centered at y.
   Then, the probability p of color u in the target is
                               nh                      2
                                             y − yi
                 pu (y) = Ch         k                         δ(b(yi ) − u)   (19)
                                               h
                               i=1

   Ch is the normalization constant
                                    nh                     2      −1
                                               y − yi
                       Ch =              k                                     (20)
                                                 h
                                  i=1




      (CS4243)                 Mean Shift Tracking                              15 / 1
Mean Shift Tracking   Color Density Matching


Color Density Matching

   Use Bhattacharyya coefficient ρ
                                            m
                          ρ(p(y), q) =               pu (y) qu          (21)
                                           u=1
                               √            √          √            √
   ρ is the cosine of vectors ( p1 , . . . , pm ) and ( q1 , . . . , qm ) .
   Large ρ means good color match.
   For each image frame, find y that maximizes ρ.
   This y is the location of the target.




      (CS4243)                 Mean Shift Tracking                       16 / 1
Mean Shift Tracking      Tracking Algorithm


Tracking Algorithm

Given {qu } of model and location y of target in previous frame:
  1   Initialize location of target in current frame as y.
  2   Compute {pu (y)} and ρ(p(y), q).
  3   Apply mean shift: Compute new location z as
                                   nh                       2
                                                 y − yi
                                        g                           yi
                                                   h
                                  i=1
                            z=      nh                          2
                                                                         (22)
                                                   y − yi
                                            g
                                                     h
                                    i=1

  4   Compute {pu (z)} and ρ(p(z), q).
  5   While ρ(p(z), q) < ρ(p(y), q), do z ← 1 (y + z).
                                            2
  6   If z − y is small enough, stop. Else, set y ← z and goto (1).

         (CS4243)                Mean Shift Tracking                      17 / 1
Mean Shift Tracking   Tracking Algorithm


Step 3: In practice, a window of pixels yi is considered.
Size of window is related to h.
Step 5 is used to validate the target’s new location.
Can stop Step 5 if y and z round off to the same pixel.
Tests show that Step 5 is needed only 0.1% of the time.
Step 6: can stop algorithm if y and z round off to the same pixel.
To track object that changes size, varies radius h
(see [CRM00] for details).




   (CS4243)               Mean Shift Tracking                  18 / 1
Mean Shift Tracking   Tracking Algorithm


Example 1: Track football player no. 78 [CRM00].




       (CS4243)              Mean Shift Tracking              19 / 1
Mean Shift Tracking   Tracking Algorithm


Example 2: Track a passenger in train station [CRM00].




       (CS4243)              Mean Shift Tracking              20 / 1
Reference


Reference I

  Y. Cheng.
  Mean shift, mode seeking, and clustering.
  IEEE Trans. on Pattern Analysis and Machine Intelligence,
  17(8):790–799, 1998.
  D. Comaniciu, V. Ramesh, and P. Meer.
  Real-time tracking of non-rigid objects using mean shift.
  In IEEE Proc. on Computer Vision and Pattern Recognition, pages
  673–678, 2000.
  D. Comaniciu, V. Ramesh, and P. Meer.
  Mean shift: A robust approach towards feature space analysis.
  IEEE Trans. on Pattern Analysis and Machine Intelligence,
  24(5):603–619, 2002.



     (CS4243)             Mean Shift Tracking                     21 / 1
Reference


Reference II

   R. O. Duda and P. E. Hart.
   Pattern Classification and Scene Analysis.
   Wiley, 1973.
   K. Fukunaga and L. D. Hostetler.
   The estimation of the gradient of a density function, with
   applications in pattern recognition.
   IEEE Trans. on Information Theory, 21:32–40, 1975.
   B. W. Silverman.
   Density Estimation for Statistics and Data Analysis.
   Chapman and Hall, 1986.




      (CS4243)             Mean Shift Tracking                  22 / 1

More Related Content

What's hot

★Mean shift a_robust_approach_to_feature_space_analysis
★Mean shift a_robust_approach_to_feature_space_analysis★Mean shift a_robust_approach_to_feature_space_analysis
★Mean shift a_robust_approach_to_feature_space_analysisirisshicat
 
Support Vector Machines Simply
Support Vector Machines SimplySupport Vector Machines Simply
Support Vector Machines Simply
Emad Nabil
 
2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised
Krish_ver2
 
Linear models for classification
Linear models for classificationLinear models for classification
Linear models for classification
Sung Yub Kim
 
Decision trees in Machine Learning
Decision trees in Machine Learning Decision trees in Machine Learning
Decision trees in Machine Learning
Mohammad Junaid Khan
 
K-Means Clustering Simply
K-Means Clustering SimplyK-Means Clustering Simply
K-Means Clustering Simply
Emad Nabil
 
Dimension Reduction: What? Why? and How?
Dimension Reduction: What? Why? and How?Dimension Reduction: What? Why? and How?
Dimension Reduction: What? Why? and How?
Kazi Toufiq Wadud
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
zekeLabs Technologies
 
K Nearest Neighbor Presentation
K Nearest Neighbor PresentationK Nearest Neighbor Presentation
K Nearest Neighbor Presentation
Dessy Amirudin
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
zekeLabs Technologies
 
Variational Autoencoder
Variational AutoencoderVariational Autoencoder
Variational Autoencoder
Mark Chang
 
LSH
LSHLSH
svm.pptx
svm.pptxsvm.pptx
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machines
CloudxLab
 
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain RatioLecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
Marina Santini
 
Svm and kernel machines
Svm and kernel machinesSvm and kernel machines
Svm and kernel machines
Nawal Sharma
 
K means clustering
K means clusteringK means clustering
K means clustering
keshav goyal
 
Depth Fusion from RGB and Depth Sensors by Deep Learning
Depth Fusion from RGB and Depth Sensors by Deep LearningDepth Fusion from RGB and Depth Sensors by Deep Learning
Depth Fusion from RGB and Depth Sensors by Deep Learning
Yu Huang
 

What's hot (20)

★Mean shift a_robust_approach_to_feature_space_analysis
★Mean shift a_robust_approach_to_feature_space_analysis★Mean shift a_robust_approach_to_feature_space_analysis
★Mean shift a_robust_approach_to_feature_space_analysis
 
Support Vector Machines Simply
Support Vector Machines SimplySupport Vector Machines Simply
Support Vector Machines Simply
 
2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised
 
Chapter8
Chapter8Chapter8
Chapter8
 
Linear models for classification
Linear models for classificationLinear models for classification
Linear models for classification
 
Decision trees in Machine Learning
Decision trees in Machine Learning Decision trees in Machine Learning
Decision trees in Machine Learning
 
K-Means Clustering Simply
K-Means Clustering SimplyK-Means Clustering Simply
K-Means Clustering Simply
 
Dimension Reduction: What? Why? and How?
Dimension Reduction: What? Why? and How?Dimension Reduction: What? Why? and How?
Dimension Reduction: What? Why? and How?
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
 
K Nearest Neighbor Presentation
K Nearest Neighbor PresentationK Nearest Neighbor Presentation
K Nearest Neighbor Presentation
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Variational Autoencoder
Variational AutoencoderVariational Autoencoder
Variational Autoencoder
 
LSH
LSHLSH
LSH
 
svm.pptx
svm.pptxsvm.pptx
svm.pptx
 
Lecture6 - C4.5
Lecture6 - C4.5Lecture6 - C4.5
Lecture6 - C4.5
 
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machines
 
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain RatioLecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
Lecture 4 Decision Trees (2): Entropy, Information Gain, Gain Ratio
 
Svm and kernel machines
Svm and kernel machinesSvm and kernel machines
Svm and kernel machines
 
K means clustering
K means clusteringK means clustering
K means clustering
 
Depth Fusion from RGB and Depth Sensors by Deep Learning
Depth Fusion from RGB and Depth Sensors by Deep LearningDepth Fusion from RGB and Depth Sensors by Deep Learning
Depth Fusion from RGB and Depth Sensors by Deep Learning
 

Viewers also liked

TS-IASSL2014
TS-IASSL2014TS-IASSL2014
TS-IASSL2014
ychaubey
 
Bwright
BwrightBwright
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
CSCJournals
 
27. cognitive radio
27. cognitive radio27. cognitive radio
27. cognitive radio
Wisdom Eduventre
 
ピンホールカメラモデル
ピンホールカメラモデルピンホールカメラモデル
ピンホールカメラモデル
Shohei Mori
 
カメラ位置姿勢とビュー行列
カメラ位置姿勢とビュー行列カメラ位置姿勢とビュー行列
カメラ位置姿勢とビュー行列
Shohei Mori
 
Limonta - Input2012
Limonta -  Input2012Limonta -  Input2012
Limonta - Input2012
INPUT 2012
 
CVIM mean shift-3
CVIM mean shift-3CVIM mean shift-3
CVIM mean shift-3
正志 坪坂
 
Chaubey seminarslides2017
Chaubey seminarslides2017Chaubey seminarslides2017
Chaubey seminarslides2017
ychaubey
 
エピポーラ幾何 (Epipolar geometry)
エピポーラ幾何 (Epipolar geometry)エピポーラ幾何 (Epipolar geometry)
エピポーラ幾何 (Epipolar geometry)
Shohei Mori
 
Image-Based Rendering 各手法の直感的理解
Image-Based Rendering各手法の直感的理解Image-Based Rendering各手法の直感的理解
Image-Based Rendering 各手法の直感的理解
Shohei Mori
 
ISMAR2016まとめ
ISMAR2016まとめISMAR2016まとめ
ISMAR2016まとめ
Shohei Mori
 
Compressed air car technology
Compressed air car technologyCompressed air car technology
Compressed air car technology
keshav goyal
 
Real Time Object Tracking
Real Time Object TrackingReal Time Object Tracking
Real Time Object Tracking
Vanya Valindria
 
Object tracking
Object trackingObject tracking
Object tracking
Sri vidhya k
 
Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Yan Xu
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
parry prabhu
 
Kernel Bayes Rule
Kernel Bayes RuleKernel Bayes Rule
Kernel Bayes Rule
Yan Xu
 
グラフィカルモデル入門
グラフィカルモデル入門グラフィカルモデル入門
グラフィカルモデル入門Kawamoto_Kazuhiko
 
Active contour segmentation
Active contour segmentationActive contour segmentation
Active contour segmentation
Nishant Jain
 

Viewers also liked (20)

TS-IASSL2014
TS-IASSL2014TS-IASSL2014
TS-IASSL2014
 
Bwright
BwrightBwright
Bwright
 
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
Speech Processing in Stressing Co-Channel Interference Using the Wigner Distr...
 
27. cognitive radio
27. cognitive radio27. cognitive radio
27. cognitive radio
 
ピンホールカメラモデル
ピンホールカメラモデルピンホールカメラモデル
ピンホールカメラモデル
 
カメラ位置姿勢とビュー行列
カメラ位置姿勢とビュー行列カメラ位置姿勢とビュー行列
カメラ位置姿勢とビュー行列
 
Limonta - Input2012
Limonta -  Input2012Limonta -  Input2012
Limonta - Input2012
 
CVIM mean shift-3
CVIM mean shift-3CVIM mean shift-3
CVIM mean shift-3
 
Chaubey seminarslides2017
Chaubey seminarslides2017Chaubey seminarslides2017
Chaubey seminarslides2017
 
エピポーラ幾何 (Epipolar geometry)
エピポーラ幾何 (Epipolar geometry)エピポーラ幾何 (Epipolar geometry)
エピポーラ幾何 (Epipolar geometry)
 
Image-Based Rendering 各手法の直感的理解
Image-Based Rendering各手法の直感的理解Image-Based Rendering各手法の直感的理解
Image-Based Rendering 各手法の直感的理解
 
ISMAR2016まとめ
ISMAR2016まとめISMAR2016まとめ
ISMAR2016まとめ
 
Compressed air car technology
Compressed air car technologyCompressed air car technology
Compressed air car technology
 
Real Time Object Tracking
Real Time Object TrackingReal Time Object Tracking
Real Time Object Tracking
 
Object tracking
Object trackingObject tracking
Object tracking
 
Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
 
Kernel Bayes Rule
Kernel Bayes RuleKernel Bayes Rule
Kernel Bayes Rule
 
グラフィカルモデル入門
グラフィカルモデル入門グラフィカルモデル入門
グラフィカルモデル入門
 
Active contour segmentation
Active contour segmentationActive contour segmentation
Active contour segmentation
 

Similar to Meanshift Tracking Presentation

A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...gueste63bd9
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...ganuraga
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Least squares support Vector Machine Classifier
Least squares support Vector Machine ClassifierLeast squares support Vector Machine Classifier
Least squares support Vector Machine Classifier
Raj Sikarwar
 
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Matthew Leingang
 
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
SSA KPI
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
Matthew Leingang
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
The Statistical and Applied Mathematical Sciences Institute
 
Fluctuations and rare events in stochastic aggregation
Fluctuations and rare events in stochastic aggregationFluctuations and rare events in stochastic aggregation
Fluctuations and rare events in stochastic aggregation
Colm Connaughton
 
Information-theoretic clustering with applications
Information-theoretic clustering  with applicationsInformation-theoretic clustering  with applications
Information-theoretic clustering with applications
Frank Nielsen
 
QMC Error SAMSI Tutorial Aug 2017
QMC Error SAMSI Tutorial Aug 2017QMC Error SAMSI Tutorial Aug 2017
QMC Error SAMSI Tutorial Aug 2017
Fred J. Hickernell
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...
Alexander Litvinenko
 
Automatic Bayesian method for Numerical Integration
Automatic Bayesian method for Numerical Integration Automatic Bayesian method for Numerical Integration
Automatic Bayesian method for Numerical Integration
Jagadeeswaran Rathinavel
 
SSA slides
SSA slidesSSA slides
SSA slides
atikrkhan
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
rik0
 
Munich07 Foils
Munich07 FoilsMunich07 Foils
Munich07 FoilsAntonini
 
Engr 213 final 2009
Engr 213 final 2009Engr 213 final 2009
Engr 213 final 2009akabaka12
 
Md2521102111
Md2521102111Md2521102111
Md2521102111
IJERA Editor
 

Similar to Meanshift Tracking Presentation (20)

A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Least squares support Vector Machine Classifier
Least squares support Vector Machine ClassifierLeast squares support Vector Machine Classifier
Least squares support Vector Machine Classifier
 
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
 
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
How good are interior point methods? Klee–Minty cubes tighten iteration-compl...
 
Assignment6
Assignment6Assignment6
Assignment6
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Fluctuations and rare events in stochastic aggregation
Fluctuations and rare events in stochastic aggregationFluctuations and rare events in stochastic aggregation
Fluctuations and rare events in stochastic aggregation
 
Information-theoretic clustering with applications
Information-theoretic clustering  with applicationsInformation-theoretic clustering  with applications
Information-theoretic clustering with applications
 
QMC Error SAMSI Tutorial Aug 2017
QMC Error SAMSI Tutorial Aug 2017QMC Error SAMSI Tutorial Aug 2017
QMC Error SAMSI Tutorial Aug 2017
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...
 
Automatic Bayesian method for Numerical Integration
Automatic Bayesian method for Numerical Integration Automatic Bayesian method for Numerical Integration
Automatic Bayesian method for Numerical Integration
 
SSA slides
SSA slidesSSA slides
SSA slides
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Munich07 Foils
Munich07 FoilsMunich07 Foils
Munich07 Foils
 
Engr 213 final 2009
Engr 213 final 2009Engr 213 final 2009
Engr 213 final 2009
 
Md2521102111
Md2521102111Md2521102111
Md2521102111
 

Recently uploaded

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 

Recently uploaded (20)

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 

Meanshift Tracking Presentation

  • 1. Mean Shift Tracking CS4243 Computer Vision and Pattern Recognition Leow Wee Kheng Department of Computer Science School of Computing National University of Singapore (CS4243) Mean Shift Tracking 1 / 1
  • 2. Mean Shift Mean Shift Mean Shift [Che98, FH75, Sil86] An algorithm that iteratively shifts a data point to the average of data points in its neighborhood. Similar to clustering. Useful for clustering, mode seeking, probability density estimation, tracking, etc. (CS4243) Mean Shift Tracking 2 / 1
  • 3. Mean Shift Consider a set S of n data points xi in d-D Euclidean space X. Let K(x) denote a kernel function that indicates how much x contributes to the estimation of the mean. Then, the sample mean m at x with kernel K is given by n K(x − xi ) xi i=1 m(x) = n (1) K(x − xi ) i=1 The difference m(x) − x is called mean shift. Mean shift algorithm: iteratively move date point to its mean. In each iteration, x ← m(x). The algorithm stops when m(x) = x. (CS4243) Mean Shift Tracking 3 / 1
  • 4. Mean Shift The sequence x, m(x), m(m(x)), . . . is called the trajectory of x. If sample means are computed at multiple points, then at each iteration, update is done simultaneously to all these points. (CS4243) Mean Shift Tracking 4 / 1
  • 5. Mean Shift Kernel Kernel Typically, kernel K is a function of x 2 : K(x) = k( x 2 ) (2) k is called the profile of K. Properties of Profile: 1 k is nonnegative. 2 k is nonincreasing: k(x) ≥ k(y) if x < y. 3 k is piecewise continuous and ∞ k(x)dx < ∞ (3) 0 (CS4243) Mean Shift Tracking 5 / 1
  • 6. Mean Shift Kernel Examples of kernels [Che98]: Flat kernel: 1 if x ≤ 1 K(x) = (4) 0 otherwise Gaussian kernel: K(x) = exp(− x 2 ) (5) (a) Flat kernel (b) Gaussian kernel (CS4243) Mean Shift Tracking 6 / 1
  • 7. Mean Shift Density Estimation Density Estimation Kernel density estimation (Parzen window technique) is a popular method for estimating probability density [CRM00, CRM02, DH73]. For a set of n data points xi in d-D space, the kernel density estimate with kernel K(x) (profile k(x)) and radius h is n ˜ 1 x − xi fK (x) = K nhd h i=1 (6) n 2 1 x − xi = k nhd h i=1 The quality of kernel density estimator is measured by the mean square error between the actual density and the estimate. (CS4243) Mean Shift Tracking 7 / 1
  • 8. Mean Shift Density Estimation The mean square error is minimized by the Epanechnikov kernel:   1 (d + 2)(1 − x 2 ) if x ≤ 1 KE (x) = 2Cd (7)  0 otherwise where Cd is the volume of the unit d-D sphere, with profile   1 (d + 2)(1 − x) if 0 ≤ x ≤ 1 kE (x) = 2Cd (8)  0 if x > 1 A more commonly used kernel is Gaussian 1 1 2 K(x) = exp − x (9) (2π)d 2 with profile 1 1 k(x) = exp − x (10) (2π)d 2 (CS4243) Mean Shift Tracking 8 / 1
  • 9. Mean Shift Density Estimation Define another kernel G(x) = g( x 2 ) such that dk(x) g(x) = −k (x) = − (11) dx Important Result Mean shift with kernel G moves x along the direction of the gradient of ˜ density estimate f with kernel K. Define density estimate with kernel K. But, perform mean shift with kernel G. Then, mean shift performs gradient ascent on density estimate. (CS4243) Mean Shift Tracking 9 / 1
  • 10. Mean Shift Density Estimation Proof: ˜ Define f with kernel G n 2 ˜ C x − xi fG (x) ≡ g (12) nhd h i=1 where C is a normalization constant. Mean shift M with kernel G is n 2 x − xi g xi h i=1 MG (x) ≡ n 2 −x (13) x − xi g h i=1 (CS4243) Mean Shift Tracking 10 / 1
  • 11. Mean Shift Density Estimation Estimate of density gradient is the gradient of density estimate ˜ fK (x) ≡ ˜ fK (x) n 2 2 x − xi = (x − xi ) k nhd+2 h i=1 n 2 (14) 2 x − xi = (xi − x) g nhd+2 h i=1 2 ˜ = fG (x)MG (x) Ch2 Then, Ch2 ˜ fK (x) MG (x) = (15) ˜ 2 fG (x) Thus, MG is an estimate of the normalized gradient of fK . So, can use mean shift (Eq. 13) to obtain estimate of fK . (CS4243) Mean Shift Tracking 11 / 1
  • 12. Mean Shift Tracking Mean Shift Tracking Basic Ideas [CRM00]: Model object using color probability density. Track target object in video by matching color density. Use mean shift to estimate color density and target location. (CS4243) Mean Shift Tracking 12 / 1
  • 13. Mean Shift Tracking Object Model Object Model Let xi , i = 1, . . . , n, denote pixel locations of model centered at 0. Represent color distribution by discrete m-bin color histogram. Let b(xi ) denote the color bin of the color at xi . Assume size of model is normalized; so, kernel radius h = 1. Then, the probability q of color u in the model is n qu = C k( xi 2 ) δ(b(xi ) − u) (16) i=1 C is the normalization constant n −1 2 C= k( xi ) (17) i=1 Kernel profile k weights contribution by distance to centroid. (CS4243) Mean Shift Tracking 13 / 1
  • 14. Mean Shift Tracking Object Model δ is the Kronecker delta function 1 if a = 0 δ(a) = (18) 0 otherwise That is, contribute k( xi 2 ) to qu if b(xi ) = u. (CS4243) Mean Shift Tracking 14 / 1
  • 15. Mean Shift Tracking Target Candidate Target Candidate Let yi , i = 1, . . . , nh , denote pixel locations of target centered at y. Then, the probability p of color u in the target is nh 2 y − yi pu (y) = Ch k δ(b(yi ) − u) (19) h i=1 Ch is the normalization constant nh 2 −1 y − yi Ch = k (20) h i=1 (CS4243) Mean Shift Tracking 15 / 1
  • 16. Mean Shift Tracking Color Density Matching Color Density Matching Use Bhattacharyya coefficient ρ m ρ(p(y), q) = pu (y) qu (21) u=1 √ √ √ √ ρ is the cosine of vectors ( p1 , . . . , pm ) and ( q1 , . . . , qm ) . Large ρ means good color match. For each image frame, find y that maximizes ρ. This y is the location of the target. (CS4243) Mean Shift Tracking 16 / 1
  • 17. Mean Shift Tracking Tracking Algorithm Tracking Algorithm Given {qu } of model and location y of target in previous frame: 1 Initialize location of target in current frame as y. 2 Compute {pu (y)} and ρ(p(y), q). 3 Apply mean shift: Compute new location z as nh 2 y − yi g yi h i=1 z= nh 2 (22) y − yi g h i=1 4 Compute {pu (z)} and ρ(p(z), q). 5 While ρ(p(z), q) < ρ(p(y), q), do z ← 1 (y + z). 2 6 If z − y is small enough, stop. Else, set y ← z and goto (1). (CS4243) Mean Shift Tracking 17 / 1
  • 18. Mean Shift Tracking Tracking Algorithm Step 3: In practice, a window of pixels yi is considered. Size of window is related to h. Step 5 is used to validate the target’s new location. Can stop Step 5 if y and z round off to the same pixel. Tests show that Step 5 is needed only 0.1% of the time. Step 6: can stop algorithm if y and z round off to the same pixel. To track object that changes size, varies radius h (see [CRM00] for details). (CS4243) Mean Shift Tracking 18 / 1
  • 19. Mean Shift Tracking Tracking Algorithm Example 1: Track football player no. 78 [CRM00]. (CS4243) Mean Shift Tracking 19 / 1
  • 20. Mean Shift Tracking Tracking Algorithm Example 2: Track a passenger in train station [CRM00]. (CS4243) Mean Shift Tracking 20 / 1
  • 21. Reference Reference I Y. Cheng. Mean shift, mode seeking, and clustering. IEEE Trans. on Pattern Analysis and Machine Intelligence, 17(8):790–799, 1998. D. Comaniciu, V. Ramesh, and P. Meer. Real-time tracking of non-rigid objects using mean shift. In IEEE Proc. on Computer Vision and Pattern Recognition, pages 673–678, 2000. D. Comaniciu, V. Ramesh, and P. Meer. Mean shift: A robust approach towards feature space analysis. IEEE Trans. on Pattern Analysis and Machine Intelligence, 24(5):603–619, 2002. (CS4243) Mean Shift Tracking 21 / 1
  • 22. Reference Reference II R. O. Duda and P. E. Hart. Pattern Classification and Scene Analysis. Wiley, 1973. K. Fukunaga and L. D. Hostetler. The estimation of the gradient of a density function, with applications in pattern recognition. IEEE Trans. on Information Theory, 21:32–40, 1975. B. W. Silverman. Density Estimation for Statistics and Data Analysis. Chapman and Hall, 1986. (CS4243) Mean Shift Tracking 22 / 1