Color Self-Similarity Feature Based Real-Time Pedestrian Detection

Xinggang Lin
2012-01-01
Abstract:Pedestrian detection has wide applications in intelligent surveillance and driver assistant systems.The most commonly used feature in pedestrian detection algorithms is a histogram of the oriented gradient(HOG),which is computationally intensive and results in slow detection speed.This analysis uses a color self-similarity feature(CSSF) that calculates the ratio of two rectangles to measure the self-similarity on the color channels.First,when extracting the human structure information,CSSF avoids the time-consuming gradient calculation which increases the speed.Secondly,CSSF uses a scalar feature which can be efficiently integrated with the AdaBoost based cascaded classifiers learning framework for training the human detector.Thirdly,CSSF is scale invariant,resulting in fast multi-scale detection.Tests show that the CSSF based detector gives improved accuracy and 7 times speedup compared with HOG detectors and can achieve real-time processing with 640×480 images.
What problem does this paper attempt to address?