Learnable Histogram: Statistical Context Features for Deep Neural Networks

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.

Cite

Text

Wang et al. "Learnable Histogram: Statistical Context Features for Deep Neural Networks." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46448-0_15

Markdown

[Wang et al. "Learnable Histogram: Statistical Context Features for Deep Neural Networks." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/wang2016eccv-learnable/) doi:10.1007/978-3-319-46448-0_15

BibTeX

@inproceedings{wang2016eccv-learnable,
  title     = {{Learnable Histogram: Statistical Context Features for Deep Neural Networks}},
  author    = {Wang, Zhe and Li, Hongsheng and Ouyang, Wanli and Wang, Xiaogang},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {246-262},
  doi       = {10.1007/978-3-319-46448-0_15},
  url       = {https://mlanthology.org/eccv/2016/wang2016eccv-learnable/}
}