Efficient Segment Anything with Depth-Aware Fusion and Limited Training Data
Yiming Zhou, Xuenjie Xie, Panfeng Li, Albrecht Kunz, Ahmad Osman, Xavier Maldague
TL;DR
This work tackles the data- and compute-heavy nature of Segment Anything Models (SAM) by introducing Depth-Aware EfficientViT-SAM, which injects monocular depth priors into a lightweight RGB backbone. Depth maps from DepthAnything are processed by a dedicated depth encoder and fused with RGB features through additive fusion, enabling improved boundary delineation with limited training data. Trained on only $11.2k$ images (less than 0.1% of SA-1B) over 4 epochs, the approach surpasses EfficientViT-SAM in zero-shot accuracy and delivers competitive results in box- and point-prompted settings while remaining far lighter than SAM-ViT-H. The findings demonstrate that depth priors provide strong geometric guidance, offering practical gains for real-time segmentation on resource-constrained devices.
Abstract
Segment Anything Models (SAM) achieve impressive universal segmentation performance but require massive datasets (e.g., 11M images) and rely solely on RGB inputs. Recent efficient variants reduce computation but still depend on large-scale training. We propose a lightweight RGB-D fusion framework that augments EfficientViT-SAM with monocular depth priors. Depth maps are generated with a pretrained estimator and fused mid-level with RGB features through a dedicated depth encoder. Trained on only 11.2k samples (less than 0.1\% of SA-1B), our method achieves higher accuracy than EfficientViT-SAM, showing that depth cues provide strong geometric priors for segmentation.
