Segmentation Results Stimuli Final Saliency Map Ground Truth Constructed Graph CCA

Yao Qin,Mengyang Feng,Huchuan Lu,Garrison W. Cottrell
2017-01-01
Abstract:Saliency detection, finding the most important parts of an image, has become increasingly popular in computer vision. In this paper, we introduce Hierarchical Cellular Automata (HCA) – a temporally evolving model to intelligently detect salient objects. HCA consists of two main components: Single-layer Cellular Automata (SCA) and Cuboid Cellular Automata (CCA). As an unsupervised propagation mechanism, Single-layer Cellular Automata can exploit the intrinsic relevance of similar regions through interactions with neighbors. Low-level image features as well as highlevel semantic information extracted from deep neural networks are incorporated into the SCA to measure the correlation between different image patches. With these hierarchical deep features, an impact factor matrix and a coherence matrix are constructed to balance the influences on each cell’s next state. The saliency values of all cells are iteratively updated according to a well-defined update rule. Furthermore, we propose CCA to integrate multiple saliency maps generated by SCA at different scales in a Bayesian framework. Therefore, single-layer propagation and multi-scale integration are jointly modeled in our unified HCA. Surprisingly, we Yao Qin University of California, San Diego E-mail: yaq007@eng.ucsd.edu Mengyang Feng Dalian University of Technology E-mail: mengyangfeng@gmail.com Huchuan Lu Dalian University of Technology E-mail: lhchuan@dlut.edu.cn Garrsion W. Cottrell University of California, San Diego E-mail: gary@eng.ucsd.edu * Equal Contribution find that the SCA can improve all existing methods that we applied it to, resulting in a similar precision level regardless of the original results. The CCA can act as an efficient pixel-wise aggregation algorithm that can integrate state-of-the-art methods, resulting in even better results. Extensive experiments on four challenging datasets demonstrate that the proposed algorithm outperforms state-of-the-art conventional methods and is competitive with deep learning based approaches.
What problem does this paper attempt to address?