CVFeb 6

SPDA-SAM: A Self-prompted Depth-Aware Segment Anything Model for Instance Segmentation

arXiv:2602.06335v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses the problem of improving instance segmentation accuracy for computer vision applications by making SAM more robust and depth-aware, though it is incremental as it builds directly on SAM.

The paper tackles the limitations of the Segment Anything Model (SAM) in instance segmentation by proposing SPDA-SAM, which uses self-prompting and depth-aware fusion to reduce dependency on manual prompts and incorporate spatial information, achieving state-of-the-art performance across twelve datasets.

Recently, Segment Anything Model (SAM) has demonstrated strong generalizability in various instance segmentation tasks. However, its performance is severely dependent on the quality of manual prompts. In addition, the RGB images that instance segmentation methods normally use inherently lack depth information. As a result, the ability of these methods to perceive spatial structures and delineate object boundaries is hindered. To address these challenges, we propose a Self-prompted Depth-Aware SAM (SPDA-SAM) for instance segmentation. Specifically, we design a Semantic-Spatial Self-prompt Module (SSSPM) which extracts the semantic and spatial prompts from the image encoder and the mask decoder of SAM, respectively. Furthermore, we introduce a Coarse-to-Fine RGB-D Fusion Module (C2FFM), in which the features extracted from a monocular RGB image and the depth map estimated from it are fused. In particular, the structural information in the depth map is used to provide coarse-grained guidance to feature fusion, while local variations in depth are encoded in order to fuse fine-grained feature representations. To our knowledge, SAM has not been explored in such self-prompted and depth-aware manners. Experimental results demonstrate that our SPDA-SAM outperforms its state-of-the-art counterparts across twelve different data sets. These promising results should be due to the guidance of the self-prompts and the compensation for the spatial information loss by the coarse-to-fine RGB-D fusion operation.

Foundations

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

Your Notes