CVMMAug 8, 2024

Multi-Scale and Detail-Enhanced Segment Anything Model for Salient Object Detection

arXiv:2408.04326v194 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving SOD accuracy and generalization in complex cases, which is important for applications like image editing and autonomous systems, though it is incremental as it builds upon the existing SAM framework.

The paper tackles the problem of Salient Object Detection (SOD) by enhancing the Segment Anything Model (SAM) to handle multi-scale information and fine-grained details without requiring prompts, resulting in superior performance on multiple SOD datasets and strong generalization on other segmentation tasks.

Salient Object Detection (SOD) aims to identify and segment the most prominent objects in images. Advanced SOD methods often utilize various Convolutional Neural Networks (CNN) or Transformers for deep feature extraction. However, these methods still deliver low performance and poor generalization in complex cases. Recently, Segment Anything Model (SAM) has been proposed as a visual fundamental model, which gives strong segmentation and generalization capabilities. Nonetheless, SAM requires accurate prompts of target objects, which are unavailable in SOD. Additionally, SAM lacks the utilization of multi-scale and multi-level information, as well as the incorporation of fine-grained details. To address these shortcomings, we propose a Multi-scale and Detail-enhanced SAM (MDSAM) for SOD. Specifically, we first introduce a Lightweight Multi-Scale Adapter (LMSA), which allows SAM to learn multi-scale information with very few trainable parameters. Then, we propose a Multi-Level Fusion Module (MLFM) to comprehensively utilize the multi-level information from the SAM's encoder. Finally, we propose a Detail Enhancement Module (DEM) to incorporate SAM with fine-grained details. Experimental results demonstrate the superior performance of our model on multiple SOD datasets and its strong generalization on other segmentation tasks. The source code is released at https://github.com/BellyBeauty/MDSAM.

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