Top Banner
Pedestrian Detection Histograms of Oriented Gradients for Human Detection Navneet Dalal and Bill Triggs CVPR ‘05 Pete Barnum March 8, 2006
17

Histogram of Oriented Gradients

Jul 10, 2016

Download

Documents

TheDarer

Histogram of Oriented Gradients for object detection
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Histogram of Oriented Gradients

Pedestrian DetectionHistograms of Oriented Gradients for Human Detection

Navneet Dalal and Bill Triggs CVPR ‘05

Pete BarnumMarch 8, 2006

Page 2: Histogram of Oriented Gradients
Page 3: Histogram of Oriented Gradients

Challenges

• Wide variety of articulated poses• Variable appearance/clothing• Complex backgrounds• Unconstrined illumination• Occlusions• Different Scales

Page 4: Histogram of Oriented Gradients

Slides from Sminchisescu

Page 5: Histogram of Oriented Gradients

Slides from Sminchisescu

Page 6: Histogram of Oriented Gradients

Slides from Sminchisescu

Page 7: Histogram of Oriented Gradients

Feature Sets• Haar wavelets + SVM:

– Papageorgiou & Poggio (2000)– Mohan et al (2001)– DePoortere et al (2002)

• Rectangular differential features + adaBoost:– Viola & Jones(2001)

• Parts based binary orientation position histogram + adaBoost:– Mikolajczk et al (2004)

• Edge templates + nearest neighbor: – Gavrila & Philomen (1999)

• Dynamic programming: – Felzenszwalb & Huttenlocher (2000), – Loffe & Forsyth (1999)

• Orientation histograms: – C.F. Freeman et al (1996)– Lowe(1999)

• Shape contexts: – Belongie et al (2002)

• PCA-SIFT: – Ke and Sukthankar (2004)

Page 8: Histogram of Oriented Gradients
Page 9: Histogram of Oriented Gradients

• Tested with– RGB– LAB– Grayscale

• Gamma Normalization and Compression– Square root– Log

Page 10: Histogram of Oriented Gradients

uncentered

centered

cubic-corrected

diagonal

Sobel

Page 11: Histogram of Oriented Gradients

• Histogram of gradient orientations-Orientation -Position

– Weighted by magnitude

Page 12: Histogram of Oriented Gradients
Page 13: Histogram of Oriented Gradients
Page 14: Histogram of Oriented Gradients
Page 15: Histogram of Oriented Gradients
Page 16: Histogram of Oriented Gradients
Page 17: Histogram of Oriented Gradients