Efficient Histogram-Based Sliding Window

Abstract

Many computer vision problems rely on computing histogram-based objective functions with a sliding window. A main limiting factor is the high computational cost. Existing computational methods have a complexity linear in the histogram dimension. In this paper, we propose an efficient method that has a constant complexity in the histogram dimension and therefore scales well with high dimensional histograms. This is achieved by harnessing the spatial coherence of natural images and computing the objective function in an incremental manner. We demonstrate the significant performance enhancement by our method through important vision tasks including object detection, object tracking and image saliency analysis. Compared with state-of-the-art techniques, our method typically achieves from tens to hundreds of times speedup for those tasks.

Cite

Text

Wei and Tao. "Efficient Histogram-Based Sliding Window." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540049

Markdown

[Wei and Tao. "Efficient Histogram-Based Sliding Window." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/wei2010cvpr-efficient/) doi:10.1109/CVPR.2010.5540049

BibTeX

@inproceedings{wei2010cvpr-efficient,
  title     = {{Efficient Histogram-Based Sliding Window}},
  author    = {Wei, Yichen and Tao, Litian},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {3003-3010},
  doi       = {10.1109/CVPR.2010.5540049},
  url       = {https://mlanthology.org/cvpr/2010/wei2010cvpr-efficient/}
}