Texture Complexity Based Redundant Regions Ranking for Object Proposal

Abstract

Object proposal has been successfully applied in recent visual object detection approaches and shown improved computational efficiency. The purpose of object proposal is to use as few as regions to cover as many as objects. In this paper, we propose a strategy named Texture Complexity based Redundant Regions Ranking (TCR) for object proposal. Our approach first produces rich but redundant regions using a color segmentation approach, i.e. Selective Search. It then uses Texture Complexity (TC) based on complete contour number and Local Binary Pattern (LBP) entropy to measure the objectness score of each region. By ranking based on the TC, it is expected that as many as true object regions are preserved, while the number of the regions is significantly reduced. Experimental results on the PASCAL VOC 2007 dataset show that the proposed TCR significantly improves the baseline approach by increasing AUC (area under recall curve) from 0.39 to 0.48. It also outperforms the state-of-the-art with AUC and uses fewer detection proposals to achieve comparable recall rates.

Cite

Text

Ke et al. "Texture Complexity Based Redundant Regions Ranking for Object Proposal." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016. doi:10.1109/CVPRW.2016.139

Markdown

[Ke et al. "Texture Complexity Based Redundant Regions Ranking for Object Proposal." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016.](https://mlanthology.org/cvprw/2016/ke2016cvprw-texture/) doi:10.1109/CVPRW.2016.139

BibTeX

@inproceedings{ke2016cvprw-texture,
  title     = {{Texture Complexity Based Redundant Regions Ranking for Object Proposal}},
  author    = {Ke, Wei and Zhang, Tianliang and Chen, Jie and Wan, Fang and Ye, Qixiang and Han, Zhenjun},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2016},
  pages     = {1083-1091},
  doi       = {10.1109/CVPRW.2016.139},
  url       = {https://mlanthology.org/cvprw/2016/ke2016cvprw-texture/}
}