Real-Time Accurate Object Detection Using Multiple Resolutions

Abstract

We propose a multi-resolution framework inspired by human visual search for general object detection. Different resolutions are represented using a coarse-to-fine feature hierarchy. During detection, the lower resolution features are initially used to reject the majority of negative windows at relatively low cost, leaving a relatively small number of windows to be processed in higher resolutions. This enables the use of computationally more expensive higher resolution features to achieve high detection accuracy. We applied this framework on Histograms of Oriented Gradient (HOG) features for object detection. Our multi-resolution detector produced better performance for pedestrian detection than state-of-the-art methods (Dalal and Triggs, 2005), and was faster during both training and testing. Testing our method on motorbikes and cars from the VOC database revealed similar improvements in both speed and accuracy, suggesting that our approach is suitable for realtime general object detection applications.

Cite

Text

Zhang et al. "Real-Time Accurate Object Detection Using Multiple Resolutions." IEEE/CVF International Conference on Computer Vision, 2007. doi:10.1109/ICCV.2007.4409057

Markdown

[Zhang et al. "Real-Time Accurate Object Detection Using Multiple Resolutions." IEEE/CVF International Conference on Computer Vision, 2007.](https://mlanthology.org/iccv/2007/zhang2007iccv-real/) doi:10.1109/ICCV.2007.4409057

BibTeX

@inproceedings{zhang2007iccv-real,
  title     = {{Real-Time Accurate Object Detection Using Multiple Resolutions}},
  author    = {Zhang, Wei and Zelinsky, Gregory J. and Samaras, Dimitris},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2007},
  pages     = {1-8},
  doi       = {10.1109/ICCV.2007.4409057},
  url       = {https://mlanthology.org/iccv/2007/zhang2007iccv-real/}
}