EECS 274 Computer Vision Object detection. Human detection HOG features Cue integration Ensemble of classifiers ROC curve Reading: Assigned papers.

Slides:



Advertisements
Similar presentations
Real-Time Detection, Alignment and Recognition of Human Faces
Advertisements

Pose Estimation and Segmentation of People in 3D Movies Karteek Alahari, Guillaume Seguin, Josef Sivic, Ivan Laptev Inria, Ecole Normale Superieure ICCV.
Histograms of Oriented Gradients for Human Detection
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
Recap: Advanced Feature Encoding Bag of Visual Words is only about counting the number of local descriptors assigned to each Voronoi region (0 th order.
Computer Vision for Human-Computer InteractionResearch Group, Universität Karlsruhe (TH) cv:hci Dr. Edgar Seemann 1 Computer Vision: Histograms of Oriented.
Lecture 31: Modern object recognition
Many slides based on P. FelzenszwalbP. Felzenszwalb General object detection with deformable part-based models.
Activity Recognition Aneeq Zia. Agenda What is activity recognition Typical methods used for action recognition “Evaluation of local spatio-temporal features.
Presenter: Hoang, Van Dung
AdaBoost & Its Applications
Object Category Detection: Sliding Windows Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 04/10/12.
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
Sketch Tokens: A Learned Mid-level Representation for Contour and Object Detection CVPR2013 POSTER.
Viola/Jones: features “Rectangle filters” Differences between sums of pixels in adjacent rectangles { y t (x) = +1 if h t (x) >  t -1 otherwise Unique.
Detecting Pedestrians by Learning Shapelet Features
Fast intersection kernel SVMs for Realtime Object Detection
More sliding window detection: Discriminative part-based models Many slides based on P. FelzenszwalbP. Felzenszwalb.
São Paulo Advanced School of Computing (SP-ASC’10). São Paulo, Brazil, July 12-17, 2010 Looking at People Using Partial Least Squares William Robson Schwartz.
Generic Object Detection using Feature Maps Oscar Danielsson Stefan Carlsson
Robust Real-time Object Detection by Paul Viola and Michael Jones ICCV 2001 Workshop on Statistical and Computation Theories of Vision Presentation by.
Ensemble Tracking Shai Avidan IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE February 2007.
Object Detection using Histograms of Oriented Gradients
Viola and Jones Object Detector Ruxandra Paun EE/CS/CNS Presentation
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
Predicting Matchability - CVPR 2014 Paper -
Lecture 29: Recent work in recognition CS4670: Computer Vision Noah Snavely.
Foundations of Computer Vision Rapid object / face detection using a Boosted Cascade of Simple features Presented by Christos Stoilas Rapid object / face.
Global and Efficient Self-Similarity for Object Classification and Detection CVPR 2010 Thomas Deselaers and Vittorio Ferrari.
Generic object detection with deformable part-based models
Ren Haoyu ICCV 2009 Paper Reading. Selected Paper Paper 1 –187 LabelMe Video: Building a Video Database with Human Annotations –J. Yuen, B.
EADS DS / SDC LTIS Page 1 7 th CNES/DLR Workshop on Information Extraction and Scene Understanding for Meter Resolution Image – 29/03/07 - Oberpfaffenhofen.
“Secret” of Object Detection Zheng Wu (Summer intern in MSRNE) Sep. 3, 2010 Joint work with Ce Liu (MSRNE) William T. Freeman (MIT) Adam Kalai (MSRNE)
Window-based models for generic object detection Mei-Chen Yeh 04/24/2012.
Marco Pedersoli, Jordi Gonzàlez, Xu Hu, and Xavier Roca
Lecture 29: Face Detection Revisited CS4670 / 5670: Computer Vision Noah Snavely.
Face detection Slides adapted Grauman & Liebe’s tutorial
Visual Object Recognition
Lecture 31: Modern recognition CS4670 / 5670: Computer Vision Noah Snavely.
Pedestrian Detection and Localization
Supervised Learning of Edges and Object Boundaries Piotr Dollár Zhuowen Tu Serge Belongie.
BAGGING ALGORITHM, ONLINE BOOSTING AND VISION Se – Hoon Park.
Real-Time Detection, Alignment and Recognition of Human Faces Rogerio Schmidt Feris Changbo Hu Matthew Turk Pattern Recognition Project June 12, 2003.
Project 3 Results.
Histograms of Oriented Gradients for Human Detection(HOG)
Sean M. Ficht.  Problem Definition  Previous Work  Methods & Theory  Results.
Human Detection Method Combining HOG and Cumulative Sum based Binary Pattern Jong Gook Ko', Jin Woo Choi', So Hee Park', Jang Hee You', ' Electronics and.
CS 1699: Intro to Computer Vision Detection II: Deformable Part Models Prof. Adriana Kovashka University of Pittsburgh November 12, 2015.
Object Detection Overview Viola-Jones Dalal-Triggs Deformable models Deep learning.
FACE DETECTION : AMIT BHAMARE. WHAT IS FACE DETECTION ? Face detection is computer based technology which detect the face in digital image. Trivial task.
Week 10 Emily Hand UNR.
CS-498 Computer Vision Week 9, Class 2 and Week 10, Class 1
Presented by David Lee 3/20/2006
Face Detection and Head Tracking Ying Wu Electrical Engineering & Computer Science Northwestern University, Evanston, IL
More sliding window detection: Discriminative part-based models
Cascade for Fast Detection
Object detection with deformable part-based models
Presented by David Lee 3/20/2006
Performance of Computer Vision
Presented by Minh Hoai Nguyen Date: 28 March 2007
Lit part of blue dress and shadowed part of white dress are the same color
Yun-FuLiu Jing-MingGuo Che-HaoChang
Recap: Advanced Feature Encoding
Object detection as supervised classification
Introduction of Pedestrian Detection
A Tutorial on HOG Human Detection
An HOG-LBP Human Detector with Partial Occlusion Handling
Progress report 2019/1/14 PHHung.
Lecture 29: Face Detection Revisited
Presentation transcript:

EECS 274 Computer Vision Object detection

Human detection HOG features Cue integration Ensemble of classifiers ROC curve Reading: Assigned papers

Human detection with HOG Histogram of oriented gradients Using local gradients to represent positive and negative examples

Histogram of oriented gradients

HOG descriptors

Results with MIT dataset

Results with INRIA dataset

Parameter sweeping

Block/cell size

Results

Observations No gradient smoothing with [-1,0,1] derivative filter Use gradient magnitude (no thresholding) Orientation voting into fine bins Spatial voting into coarser bins Strong local normalization Overlapping normalization blocks

Cal Tech Pedestrian Dataset A large annoated dataset with performance evaluation

Performance evaluation

Results (cont’d)

Summary HOG, MultiFtr, FtrMine outperform others VJ and Shaplet perform poorly LatSvm trained on PASCAL dataset HOG poerforms best on near, unoccluded pedestrians MultiFtr ties or outperforms HOG on difficult cases Much room for imporvment

Daimler dataset Recent survey in PAMI 09 Observation –HOG/linSVM at higher image resolution performs well, with lower processing speed) –Wavelet-based Adaboost cascade at lower image resolution performs well, with higher processing speed

Neural network with receptive fields

Results

Cue integration Multi-cue pedestrian detection and tracking from a moving vehicle, IJCV 06

Classifier ensemble Cascade of boosted classifiers Variable-size blocks: 12 x 12, 64 x 128, etc.  5031 blocks in 64 x 128 image patch Fast human detection using a cascade of histograms of oriented gradients, CVPR 06

Classifier ensemble An HOG-LBP Human Detector with Partial Occlusion Handling, ICCV 09

Convert holistic classifier to local-classifier ensemble An HOG-LBP Human Detector with Partial Occlusion Handling, ICCV 09 ?