CVSep 24, 2020

Local Context Attention for Salient Object Segmentation

arXiv:2009.11562v111 citations
Originality Incremental advance
AI Analysis

This addresses the problem of segmenting salient objects in images for computer vision applications, with incremental improvements over existing methods.

The paper tackled salient object segmentation by proposing a Local Context Attention Network (LCANet) that enhances local features, achieving a max F-score of 0.883 and MAE of 0.034 on the DUTS-TE dataset.

Salient object segmentation aims at distinguishing various salient objects from backgrounds. Despite the lack of semantic consistency, salient objects often have obvious texture and location characteristics in local area. Based on this priori, we propose a novel Local Context Attention Network (LCANet) to generate locally reinforcement feature maps in a uniform representational architecture. The proposed network introduces an Attentional Correlation Filter (ACF) module to generate explicit local attention by calculating the correlation feature map between coarse prediction and global context. Then it is expanded to a Local Context Block(LCB). Furthermore, an one-stage coarse-to-fine structure is implemented based on LCB to adaptively enhance the local context description ability. Comprehensive experiments are conducted on several salient object segmentation datasets, demonstrating the superior performance of the proposed LCANet against the state-of-the-art methods, especially with 0.883 max F-score and 0.034 MAE on DUTS-TE dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes