English

Learnable Histogram: Statistical Context Features for Deep Neural Networks

Computer Vision and Pattern Recognition 2018-10-16 v3

Abstract

Statistical features, such as histogram, Bag-of-Words (BoW) and Fisher Vector, were commonly used with hand-crafted features in conventional classification methods, but attract less attention since the popularity of deep learning methods. In this paper, we propose a learnable histogram layer, which learns histogram features within deep neural networks in end-to-end training. Such a layer is able to back-propagate (BP) errors, learn optimal bin centers and bin widths, and be jointly optimized with other layers in deep networks during training. Two vision problems, semantic segmentation and object detection, are explored by integrating the learnable histogram layer into deep networks, which show that the proposed layer could be well generalized to different applications. In-depth investigations are conducted to provide insights on the newly introduced layer.

Keywords

Cite

@article{arxiv.1804.09398,
  title  = {Learnable Histogram: Statistical Context Features for Deep Neural Networks},
  author = {Zhe Wang and Hongsheng Li and Wanli Ouyang and Xiaogang Wang},
  journal= {arXiv preprint arXiv:1804.09398},
  year   = {2018}
}

Comments

refined some typos, ECCV 2016

R2 v1 2026-06-23T01:34:58.923Z