English

AuralSAM2: Enabling SAM2 Hear Through Pyramid Audio-Visual Feature Prompting

Computer Vision and Pattern Recognition 2026-05-15 v2

Abstract

Segment Anything Model 2 (SAM2) exhibits strong generalisation for promptable segmentation in video clips; however, its integration with the audio modality remains underexplored. Existing approaches either convert audio into visual prompts (e.g., boxes) via foundation models, or inject adapters into the image encoder for audio-visual fusion. Yet both directions fall short in human-in-the-loop scenarios due to limited prompt accuracy and increased inference overhead. In particular, these adapter-based methods often suffer from audio prompt dilution, where the signal gradually weakens as it propagates through the network. In this work, we propose AuralSAM2, which integrates audio into SAM2 while largely preserving its promptable segmentation capability. Its core module, AuralFuser, fuses audio and visual features to generate sparse and dense prompts. Guided by audio and built upon SAM2's feature pyramid, these prompts propagate auditory cues across visual layers, reinforcing cross-modal influence. To further align modalities, we introduce an audio-guided contrastive loss that emphasises auditory relevance in dominant visual features. Our method achieves notable accuracy gains on public benchmarks with only minimal impact on the interactive efficiency of promptable segmentation. Our code is available at https://github.com/yyliu01/AuralSAM2.

Keywords

Cite

@article{arxiv.2506.01015,
  title  = {AuralSAM2: Enabling SAM2 Hear Through Pyramid Audio-Visual Feature Prompting},
  author = {Yuyuan Liu and Yuanhong Chen and Chong Wang and Junlin Han and Junde Wu and Can Peng and Jingkun Chen and Yu Tian and Gustavo Carneiro},
  journal= {arXiv preprint arXiv:2506.01015},
  year   = {2026}
}

Comments

Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Findings, 2026

R2 v1 2026-07-01T02:53:09.819Z