SOTAVerified

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

2023-09-15Code Available1· sign in to hype

Yao Yuan, Pan Gao, Xiaoyang Tan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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^3Net, 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^3Net surpasses recent CNN and Transformer-based SOD arts in terms of four metrics. Codes are available at https://github.com/I2-Multimedia-Lab/M3Net.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DUT-OMRONM3Net-RS-Measure0.85Unverified
DUT-OMRONM3Net-SS-Measure0.87Unverified
DUTS-TEM3Net-RS-Measure0.9Unverified
DUTS-TEM3Net-SS-Measure0.93Unverified
ECSSDM3Net-SS-Measure0.95Unverified
ECSSDM3Net-RS-Measure0.93Unverified
HKU-ISM3Net-RS-Measure0.93Unverified
HKU-ISM3Net-SS-Measure0.94Unverified
PASCAL-SM3Net-RS-Measure0.87Unverified
PASCAL-SM3Net-SS-Measure0.89Unverified

Reproductions