Multi-view Aggregation Network for Dichotomous Image Segmentation

11 Apr 2024  ยท  Qian Yu, Xiaoqi Zhao, Youwei Pang, Lihe Zhang, Huchuan Lu ยท

Dichotomous Image Segmentation (DIS) has recently emerged towards high-precision object segmentation from high-resolution natural images. When designing an effective DIS model, the main challenge is how to balance the semantic dispersion of high-resolution targets in the small receptive field and the loss of high-precision details in the large receptive field. Existing methods rely on tedious multiple encoder-decoder streams and stages to gradually complete the global localization and local refinement. Human visual system captures regions of interest by observing them from multiple views. Inspired by it, we model DIS as a multi-view object perception problem and provide a parsimonious multi-view aggregation network (MVANet), which unifies the feature fusion of the distant view and close-up view into a single stream with one encoder-decoder structure. With the help of the proposed multi-view complementary localization and refinement modules, our approach established long-range, profound visual interactions across multiple views, allowing the features of the detailed close-up view to focus on highly slender structures.Experiments on the popular DIS-5K dataset show that our MVANet significantly outperforms state-of-the-art methods in both accuracy and speed. The source code and datasets will be publicly available at \href{https://github.com/qianyu-dlut/MVANet}{MVANet}.

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Dichotomous Image Segmentation DIS-TE1 MVANet max F-Measure 0.893 # 1
weighted F-measure 0.823 # 2
MAE 0.037 # 2
S-Measure 0.879 # 2
E-measure 0.911 # 2
Dichotomous Image Segmentation DIS-TE2 MVANet max F-Measure 0.925 # 1
weighted F-measure 0.874 # 2
MAE 0.030 # 1
S-Measure 0.915 # 1
E-measure 0.944 # 1
Dichotomous Image Segmentation DIS-TE3 MVANet max F-Measure 0.936 # 1
weighted F-measure 0.890 # 1
MAE 0.031 # 2
S-Measure 0.920 # 1
E-measure 0.954 # 1
Dichotomous Image Segmentation DIS-TE4 MVANet max F-Measure 0.911 # 1
weighted F-measure 0.857 # 2
MAE 0.041 # 2
S-Measure 0.903 # 2
E-measure 0.944 # 1
Dichotomous Image Segmentation DIS-VD MVANet max F-Measure 0.914 # 1
weighted F-measure 0.856 # 2
MAE 0.036 # 1
S-Measure 0.905 # 1
E-measure 0.938 # 1

Methods