3AM: Segment Anything with Geometric Consistency in Videos
Yang-Che Sun, Cheng Sun, Chin-Yang Lin, Fu-En Yang, Min-Hung Chen, Yen-Yu Lin, Yu-Lun Liu
TL;DR
3AM introduces a training-time fusion of 3D-aware MUSt3R features with the 2D promptable SAM2 backbone to achieve geometry-consistent video object segmentation without requiring camera poses or 3D supervision at inference. A Feature Merger combines multi-level 3D representations with SAM2's appearance cues, while a field-of-view–aware training strategy ensures learning aligns with overlapping 3D regions across frames. Empirical results on ScanNet++ and Replica demonstrate substantial gains over SAM2 and its extensions, especially under large viewpoint changes and object reappearance, with 2D tracking translating into competitive 3D instance segmentation. This approach enables robust, promptable, online VOS with strong cross-view identity preservation in real-world, geometry-rich scenes.
Abstract
Video object segmentation methods like SAM2 achieve strong performance through memory-based architectures but struggle under large viewpoint changes due to reliance on appearance features. Traditional 3D instance segmentation methods address viewpoint consistency but require camera poses, depth maps, and expensive preprocessing. We introduce 3AM, a training-time enhancement that integrates 3D-aware features from MUSt3R into SAM2. Our lightweight Feature Merger fuses multi-level MUSt3R features that encode implicit geometric correspondence. Combined with SAM2's appearance features, the model achieves geometry-consistent recognition grounded in both spatial position and visual similarity. We propose a field-of-view aware sampling strategy ensuring frames observe spatially consistent object regions for reliable 3D correspondence learning. Critically, our method requires only RGB input at inference, with no camera poses or preprocessing. On challenging datasets with wide-baseline motion (ScanNet++, Replica), 3AM substantially outperforms SAM2 and extensions, achieving 90.6% IoU and 71.7% Positive IoU on ScanNet++'s Selected Subset, improving over state-of-the-art VOS methods by +15.9 and +30.4 points. Project page: https://jayisaking.github.io/3AM-Page/
