+ All Categories
Home > Documents > An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan...

An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan...

Date post: 01-Apr-2015
Category:
Upload: francis-ruston
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
20
An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University CVPR2008 Reporter: Chia-Hao Hsieh 2009/1/19
Transcript
Page 1: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

An Adaptive Learning Method for Target Tracking across Multiple Cameras

Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song ChenNational Taiwan University

CVPR2008

Reporter: Chia-Hao Hsieh2009/1/19

Page 2: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Outline

• Introduction• Visual cues for tracking across camera– Spatio-Temporal Relationships– Brightness Transfer Functions

• Experimental Results

Page 3: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Introduction

• Adaptive learning method• Tracking targets across multiple cameras with

disjoint views• Using prior knowledge– Camera network topology

• Sudden lighting changes

Page 4: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-Temporal Relationships

• Prior knowledge of camera network topologyWhich pair of cameras are adjacentThe blind regions are closed or open– Advantage• Decrease computation complexity• Help remove the redundant links

Page 5: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-Temporal Relationships

• Batch + Adaptive learning method• Batch learning phase– Estimate entry/exit zones for each single image– Model each entry/exit zones as a GMM, and use

EM to estimate parameter of GMM• Adaptive learning phase– Learn the transition probability for each possible

link

Page 6: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-Temporal Relationships

• transition probability

• Valid link– If exceeds double of

the median value

Page 7: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-Temporal Relationships

• Problems– Misclassify two zones into one single zone• Update the entry/exit zones by using on-line K-means

approximation• Propose some operators

– Zone Addition, Zone Merging, Zone Split

Page 8: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Brightness Transfer Functions

• In [7], m x m matrix– The appearance is modeled as an m-bin histogram

• Propose an unsupervised learning method– Low dimensional subspace– Using spatio-temporal information and Markov

chain Monte Carlo (MCMC) sampling

[7] Tracking objects across cameras by incrementally learning inter-camera color calibration and patterns of activity. In ECCV, 2006

Page 9: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Brightness Transfer Functions

• Model– Normalized cumulative histogram Hi, Hj.

– The percentage of image points in Oi with brightness less than or equal to Bi is equal to the percentage of image points in Oj with brightness less than or equal to Bj.

– fij is the BTF for every pair of observations Oi and Oj in the training set

Page 10: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Brightness Transfer Functions

• Learning– Probabilistic Principal Component Analysis PPCA– fij can be written as

• BTF can be learnt with less data

The average reconstruction error decreases when the number of learning data increases

Page 11: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Criterion for BTF estimation

• The transformed histogram gives a much better match as compared to direct histogram matching

A correct BTF learnt by using correct correspondences would have a more diverse reconstruction error distribution and lower errors than the one learnt by using incorrect correspondences

Page 12: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Criterion for BTF estimation

• criterion p(π) for BTF estimation• similarity(pairi): the similarity score of the ith

corresponding pair, which is calculated by (1-reconstruction_error(pairi))

Page 13: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-temporal information and MCMC sampling

• BTF is learnt– without hand-labeled correspondence– by sampling from the training data set– By choosing the best BTF according to the

criterion– NOT practical to sample all of the permutations

directly

Page 14: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Spatio-temporal information and MCMC sampling

• For example– n observations– n! matching permutations– But, n pairs at most the correct correspondence

• Sample by using Markov Chain Monte Carlo and Metropolis-Hastings algorithm

Page 15: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Experimental Results

Page 16: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Experimental Results

Makris’s method This paper

Page 17: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Experimental Results

faster learning rate.Gilbert and Bowden’s method never learns a stable BTF in the testing period

Page 18: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Experimental Results

• Tracking Results

The overall tracking accuracy is 89.4% by using unseen ground-truth of half an hour

Page 19: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Experimental Results

Outdoor environment

Performs well and achieves high tracking accuracy in both indoor and outdoor environment

Page 20: An Adaptive Learning Method for Target Tracking across Multiple Cameras Kuan-Wen Chen, Chih-Chuan Lai, Yi-Ping Hung, Chu-Song Chen National Taiwan University.

Conclusion

• Unlike the other approaches assuming that the monitored environments remain unchanged

• Incrementally refine the clustering results of the entry/exit zones

• Learns the appearance relationship in a short period of time– Combing the spatio-temporal information and efficient

MCMC sampling• Can re-build the appearance relationship models

soon after sudden lighting changes


Recommended