Interactive Offline Tracking for Color Objects

Slides:



Advertisements
Similar presentations
Kullback-Leibler Boosting
Advertisements

Statistical Learning of Multi-View Face Detection
An Interactive-Voting Based Map Matching Algorithm
Context-based object-class recognition and retrieval by generalized correlograms by J. Amores, N. Sebe and P. Radeva Discussion led by Qi An Duke University.
Pose Estimation and Segmentation of People in 3D Movies Karteek Alahari, Guillaume Seguin, Josef Sivic, Ivan Laptev Inria, Ecole Normale Superieure ICCV.
Learning Techniques for Video Shot Detection Under the guidance of Prof. Sharat Chandran by M. Nithya.
Patch to the Future: Unsupervised Visual Prediction
Constructing Popular Routes from Uncertain Trajectories Ling-Yin Wei 1, Yu Zheng 2, Wen-Chih Peng 1 1 National Chiao Tung University, Taiwan 2 Microsoft.
Virtual Dart: An Augmented Reality Game on Mobile Device Supervisor: Professor Michael R. Lyu Prepared by: Lai Chung Sum Siu Ho Tung.
{ Fast Disparity Estimation Using Spatio- temporal Correlation of Disparity Field for Multiview Video Coding Wei Zhu, Xiang Tian, Fan Zhou and Yaowu Chen.
A New Block Based Motion Estimation with True Region Motion Field Jozef Huska & Peter Kulla EUROCON 2007 The International Conference on “Computer as a.
Natan Jacobson, Yen-Lin Lee, Vijay Mahadevan, Nuno Vasconcelos, Truong Q. Nguyen IEEE, ICME 2010.
HCI Final Project Robust Real Time Face Detection Paul Viola, Michael Jones, Robust Real-Time Face Detetion, International Journal of Computer Vision,
Ensemble Tracking Shai Avidan IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE February 2007.
Viola and Jones Object Detector Ruxandra Paun EE/CS/CNS Presentation
Object Detection Using the Statistics of Parts Henry Schneiderman Takeo Kanade Presented by : Sameer Shirdhonkar December 11, 2003.
Scale-Invariant Feature Transform (SIFT) Jinxiang Chai.
Foundations of Computer Vision Rapid object / face detection using a Boosted Cascade of Simple features Presented by Christos Stoilas Rapid object / face.
FACE DETECTION AND RECOGNITION By: Paranjith Singh Lohiya Ravi Babu Lavu.
Webcam-synopsis: Peeking Around the World Young Ki Baik (CV Lab.) (Fri)
Yuan Li, Chang Huang and Ram Nevatia
Detecting Pedestrians Using Patterns of Motion and Appearance Paul Viola Microsoft Research Irfan Ullah Dept. of Info. and Comm. Engr. Myongji University.
Learning to Associate: HybridBoosted Multi-Target Tracker for Crowded Scene Present by 陳群元.
Learning a Fast Emulator of a Binary Decision Process Center for Machine Perception Czech Technical University, Prague ACCV 2007, Tokyo, Japan Jan Šochman.
Window-based models for generic object detection Mei-Chen Yeh 04/24/2012.
Computer Vision Lab Seoul National University Keyframe-Based Real-Time Camera Tracking Young Ki BAIK Vision seminar : Mar Computer Vision Lab.
BAGGING ALGORITHM, ONLINE BOOSTING AND VISION Se – Hoon Park.
An Efficient Search Strategy for Block Motion Estimation Using Image Features Digital Video Processing 1 Term Project Feng Li Michael Su Xiaofeng Fan.
Geodesic Saliency Using Background Priors
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Automated Solar Cavity Detection
Robust Real Time Face Detection
Boosted Particle Filter: Multitarget Detection and Tracking Fayin Li.
Video Tracking G. Medioni, Q. Yu Edwin Lei Maria Pavlovskaia.
BVisionBVision Dedicated for the Morris water maze test study of effect of different compounds on spatial orientation and memory of experimental animals.
CSE 185 Introduction to Computer Vision Feature Matching.
FACE DETECTION : AMIT BHAMARE. WHAT IS FACE DETECTION ? Face detection is computer based technology which detect the face in digital image. Trivial task.
Visual Odometry David Nister, CVPR 2004
DetectorPLS version Author: William Robson Schwartz (project webpage)
Project Overview CSE 6367 – Computer Vision Vassilis Athitsos University of Texas at Arlington.
Similarity Measurement and Detection of Video Sequences Chu-Hong HOI Supervisor: Prof. Michael R. LYU Marker: Prof. Yiu Sang MOON 25 April, 2003 Dept.
Strong Supervision From Weak Annotation Interactive Training of Deformable Part Models ICCV /05/23.
AdaBoost Algorithm and its Application on Object Detection Fayin Li.
Introduction to Skin and Face Detection
2. Skin - color filtering.
Cascade for Fast Detection
Improving Chinese handwriting Recognition by Fusing speech recognition
핵심어 검출을 위한 단일 끝점 DTW 알고리즘 Yong-Sun Choi and Soo-Young Lee
Compositional Human Pose Regression
Lit part of blue dress and shadowed part of white dress are the same color
Tracking parameter optimization
Video Summarization by Spatial-Temporal Graph Optimization
Learning to Detect a Salient Object
Spatial Online Sampling and Aggregation
V. Mezaris, I. Kompatsiaris, N. V. Boulgouris, and M. G. Strintzis
A New Approach to Track Multiple Vehicles With the Combination of Robust Detection and Two Classifiers Weidong Min , Mengdan Fan, Xiaoguang Guo, and Qing.
AIM: Clustering the Data together
Iterative Optimization
Efficient Deformable Template Matching for Face Tracking
Globally Optimal Generalized Maximum Multi Clique Problem (GMMCP) using Python code for Pedestrian Object Tracking By Beni Mulyana.
Cos 429: Face Detection (Part 2) Viola-Jones and AdaBoost Guest Instructor: Andras Ferencz (Your Regular Instructor: Fei-Fei Li) Thanks to Fei-Fei.
Efficient Distribution-based Feature Search in Multi-field Datasets Ohio State University (Shen) Problem: How to efficiently search for distribution-based.
ADABOOST(Adaptative Boosting)
Synthesis of Motion from Simple Animations
EE 492 ENGINEERING PROJECT
CSE 185 Introduction to Computer Vision
Gradient Domain Salience-preserving Color-to-gray Conversion
Real time signal processing
Jie Chen, Shiguang Shan, Shengye Yan, Xilin Chen, Wen Gao
Self-Managed Systems: an Architectural Challenge
Presentation transcript:

Interactive Offline Tracking for Color Objects ICCV 2007 Yichen Wei , Jian Sun, Xiaoou Tang, Heung-Yeung Shum Microsoft Research Asia Yuan-Hao Lai

[Interactive Offline Tracking for Color Objects] Interactive offline for generic objects User refine tracking result train a object detector from user input use temporal coherence to generate trajectories optimal path found by dynamic programming

[Trial-and-error way] Tracks the object from the first frame User goes back several frames to correct May fail frequently due to continuous changes No guarantee to connect the tracks between two neighboring keyframes consistently and smoothly

works like an optimized “interpolation” [Offline tracking] global optimization problem to find an optimal path in the entire video works like an optimized “interpolation” refine at any frame, restart the optimization 60-100 fps on a 320×240 video

[Minimize global cost] xi: object at i L: user input d(·):data term s(·): smoothness term

[Offline tracking] User starts the tracking by specifying first and last keyframe, system minimizes (1) User then adds or modifies keyframes to correct Exhaustive search: O(WH(wh+B)) →20 seconds Proposed method Detector to quickly reject 98% of non-object regions Trajectory growing algorithm

[Color bin as feature] Spatial configuration of object could easily fail Interactive system should use flexible feature

[Boosted color bins] Adaboosting

[Training] Perturb the position of specified rectangle Scale the object colors Generate about 1000 positive and 3000 negative samples per keyframe for training Using at most 10 color bins are good enough to achieve reasonable training errors

[Experimental Results]

Fast but memory consuming [Pre-computation ] Fast but memory consuming for a 320 × 240 frame, storing all 13 histograms with 8 bins costs about 30MB only integral histograms for several keyframes are loaded Memory cost is 0.7MB/I-frame per frame

[Timing]

[Detection evaluation]

[Conclusion / Future work] Interactive offline tracking for color objects via an efficient global optimization framework Obtain high quality results for difficult videos in a short time Combining other features? Interactive multiple object tracking?

Thank You.