Saliency Detection by Multi-Context Deep Learning

Abstract

Low-level saliency cues or priors do not produce good enough saliency detection results especially when the salient object presents in a low-contrast background with confusing visual appearance. This issue raises a serious problem for conventional approaches. In this paper, we tackle this problem by proposing a multi-context deep learning framework for salient object detection. We employ deep Convolutional Neural Networks to model saliency of objects in images. Global context and local context are both taken into account, and are jointly modeled in a unified multi-context deep learning framework. To provide a better initialization for training the deep neural networks, we investigate different pre-training strategies, and a task-specific pre-training scheme is designed to make the multi-context modeling suited for saliency detection. Furthermore, recently proposed contemporary deep models in the ImageNet Image Classification Challenge are tested, and their effectiveness in saliency detection are investigated. Our approach is extensively evaluated on five public datasets, and experimental results show significant and consistent improvements over the state-of-the-art methods.

Cite

Text

Zhao et al. "Saliency Detection by Multi-Context Deep Learning." Conference on Computer Vision and Pattern Recognition, 2015. doi:10.1109/CVPR.2015.7298731

Markdown

[Zhao et al. "Saliency Detection by Multi-Context Deep Learning." Conference on Computer Vision and Pattern Recognition, 2015.](https://mlanthology.org/cvpr/2015/zhao2015cvpr-saliency/) doi:10.1109/CVPR.2015.7298731

BibTeX

@inproceedings{zhao2015cvpr-saliency,
  title     = {{Saliency Detection by Multi-Context Deep Learning}},
  author    = {Zhao, Rui and Ouyang, Wanli and Li, Hongsheng and Wang, Xiaogang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2015},
  doi       = {10.1109/CVPR.2015.7298731},
  url       = {https://mlanthology.org/cvpr/2015/zhao2015cvpr-saliency/}
}