histogram of oriented gradients

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

Upload: thedarer

Post on 10-Jul-2016

303 views

Category:

Documents


12 download

DESCRIPTION

Histogram of Oriented Gradients for object detection

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