CVAISep 15, 2023

M$^3$Net: Multilevel, Mixed and Multistage Attention Network for Salient Object Detection

arXiv:2309.08365v15 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate salient object detection in computer vision, offering incremental improvements over existing methods by combining attention mechanisms.

The paper tackled the problem of salient object detection by proposing M$^3$Net, a network that uses multilevel, mixed, and multistage attention to improve feature aggregation and context modeling, achieving state-of-the-art results on six datasets with superior performance in four metrics.

Most existing salient object detection methods mostly use U-Net or feature pyramid structure, which simply aggregates feature maps of different scales, ignoring the uniqueness and interdependence of them and their respective contributions to the final prediction. To overcome these, we propose the M$^3$Net, i.e., the Multilevel, Mixed and Multistage attention network for Salient Object Detection (SOD). Firstly, we propose Multiscale Interaction Block which innovatively introduces the cross-attention approach to achieve the interaction between multilevel features, allowing high-level features to guide low-level feature learning and thus enhancing salient regions. Secondly, considering the fact that previous Transformer based SOD methods locate salient regions only using global self-attention while inevitably overlooking the details of complex objects, we propose the Mixed Attention Block. This block combines global self-attention and window self-attention, aiming at modeling context at both global and local levels to further improve the accuracy of the prediction map. Finally, we proposed a multilevel supervision strategy to optimize the aggregated feature stage-by-stage. Experiments on six challenging datasets demonstrate that the proposed M$^3$Net surpasses recent CNN and Transformer-based SOD arts in terms of four metrics. Codes are available at https://github.com/I2-Multimedia-Lab/M3Net.

Code Implementations1 repo
Foundations

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

Your Notes