efficient visual object tracking with online nearest neighbor classifier many slides adapt from...

30
Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Upload: patience-phillips

Post on 14-Jan-2016

230 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Efficient Visual Object Tracking with Online Nearest Neighbor

Classifier

Many slides adapt from Steve Gu

Page 2: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Application Fields

• Motion-based recognition ---human identification based on gait;• automated surveillance• --monitoring a scene to detect suspicious activities;• video indexing• --automatic annotation and retrieval of the videos in

multimedia databases;• human-computer interaction -- gesture , eye gaze tracking for data input to

computers;• Robot or vehicle navigation --video-based path planning and obstacle avoidance

capabilities.

Page 3: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Main contributions• A tracking-by-detection framework is

proposed that combines nearest-neighbor classification of bags of features

• Efficient sub-window search• A framework that handles occlusion,

background clutter, scale and appearance change

State-of-art results on challenging sequences Demo

Page 4: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Outline

• Object tracking and its challenges

• The proposed tracking-by-detection framework

–Bag-of-Features model

–Online nearest neighbor classifier

–Efficient sub-window search

• Analysis and results

• Result on our data

Page 5: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Challenges in object tracking

• Occlusion

• Scale change

• Background clutter

• Appearance change

—loss of information from 3D world on a 2D image,—scene illumination changes—complex object motion,—nonrigid or articulated nature of objects,—real-time processing requirements.

Page 6: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Occlusion

Page 7: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Scale change

Page 8: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Background Clutter

Page 9: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Appearance change

Page 10: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Main Contributions

• A simple yet effective visual tracker, combine nearest-neighbor classification of bags of features

• A framework that handles occlusion, background clutter, scale and appearance change

• Can be implemented efficiently with ESS.

Page 11: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

-----The main advantages of tracking by detection come from the flexibility and adaptability of its underlying representation of appearance.

Page 12: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Tracking-by-detection framework

• Appearance Model

Page 13: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

The Objective

Given:

• the object model in the previous frame: Ok-1

• the background modelB, which is static

• the location of the tracked window: Wk

Estimate

• the updated object model: Ok

Page 14: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 15: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 16: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

The Motion Model

Given• –the object model in the previous frame: Ok-1• –the background model B, which is static• –the window in the previous frame: Wk-1• –the current test window W

Compute• –the matching score between Wand Wk-1given

Ok-1

Page 17: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 18: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 19: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 20: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Tracking with ESS

• We modify the quality function:

• Easy to show that the quality function satisfies the criteria for branch and bound

Page 21: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 22: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu
Page 23: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Limitation

•SIFT descriptor cannot handle uniform regions and motion blur

•No advanced motion model is utilized–e.g. Kalmanfilter, particle filter, etc

•current tracker cannot localize objects very precisely when the object’s shape deforms.

Page 24: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Comparison with MIL

Page 25: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Application in our project

Application background:

• Robot walks around, taking pictures intermittently; so the

• View, scale of object change when robot is approaching, leaving, walking around the object.

• As robot walking around ,the background changes

Page 26: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Changes in view (appearance), scale, occlusion and background

Page 27: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

SIFT

Page 28: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Revised

• Feature , from sift to color sift and dense sift

• Update the background model

Page 29: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

Tracking result with dense-sift

Page 30: Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu

How to improve

• Object representation

• Features representation