CVMay 5, 2024

SalFAU-Net: Saliency Fusion Attention U-Net for Salient Object Detection

arXiv:2405.02906v13 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses salient object detection for computer vision applications, but it is incremental as it builds on existing attention U-Net methods.

The paper tackled the problem of accurately detecting salient objects in challenging scenes by proposing SalFAU-Net, which incorporates a saliency fusion module and attention mechanism into a U-Net model, achieving competitive performance on six datasets with metrics like MAE and F-measure.

Salient object detection (SOD) remains an important task in computer vision, with applications ranging from image segmentation to autonomous driving. Fully convolutional network (FCN)-based methods have made remarkable progress in visual saliency detection over the last few decades. However, these methods have limitations in accurately detecting salient objects, particularly in challenging scenes with multiple objects, small objects, or objects with low resolutions. To address this issue, we proposed a Saliency Fusion Attention U-Net (SalFAU-Net) model, which incorporates a saliency fusion module into each decoder block of the attention U-net model to generate saliency probability maps from each decoder block. SalFAU-Net employs an attention mechanism to selectively focus on the most informative regions of an image and suppress non-salient regions. We train SalFAU-Net on the DUTS dataset using a binary cross-entropy loss function. We conducted experiments on six popular SOD evaluation datasets to evaluate the effectiveness of the proposed method. The experimental results demonstrate that our method, SalFAU-Net, achieves competitive performance compared to other methods in terms of mean absolute error (MAE), F-measure, s-measure, and e-measure.

Foundations

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

Your Notes