paper-with-me

Papers

Extending Segment Anything Model into Auditory and Temporal Dimensions for Audio-Visual Segmentation

2024-06-10 · Juhyeong Seon, Woobin Im, Sebin Lee, Jumin Lee, Sung-Eui Yoon

Audio-visual segmentation (AVS) aims to segment sound sources in the video sequence, requiring a pixel-level understanding of audio-visual correspondence. As the Segment Anything Model (SAM) has strongly impacted extensive fields of dense prediction problems, prior works have investigated the introduction of SAM into AVS with audio as a new modality of the prompt. Nevertheless, constrained by SAM's single-frame segmentation scheme, the temporal context across multiple frames of audio-visual data remains insufficiently utilized. To this end, we study the extension of SAM's capabilities to the sequence of audio-visual scenes by analyzing contextual cross-modal relationships across the frames. To achieve this, we propose a Spatio-Temporal, Bidirectional Audio-Visual Attention (ST-BAVA) module integrated into the middle of SAM's image encoder and mask decoder. It adaptively updates the audio-visual features to convey the spatio-temporal correspondence between the video frames and audio streams. Extensive experiments demonstrate that our proposed model outperforms the state-of-the-art methods on AVS benchmarks, especially with an 8.3% mIoU gain on a challenging multi-sources subset.

📄 PDF Abstract BibTeX arXiv:2406.06163

Code (1)

Sunjuhyeong/SAM_STBAVA 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Hippocampal and auditory contributions to speech segmentation

2022-03-11 · Neus Ramos-Escobar, Manuel Mercier, Agnès Trébuchon-Fonséca, Antoni Rodriguez-Fornells 외

Statistical learning has been proposed as a mechanism to structure and segment the continuous flow of information in several sensory modalities. Previous studies proposed that the medial temporal lobe, and in particular …

HippocampusSegmentation

Evaluating SAM2 for Video Semantic Segmentation

2025-12-01 · Syed Hesham Syed Ariff, Yun Liu, Guolei Sun, Jing Yang 외 arxiv

The Segmentation Anything Model 2 (SAM2) has proven to be a powerful foundation model for promptable visual object segmentation in both images and videos, capable of storing object-aware memories and transferring them te…

Video Semantic SegmentationVideo Object Segmentation

SAM-MT: Real-Time Interactive Multi-Target Video Segmentation

2026-07-09 · Ruiqi Shen, Chang Liu, Henghui Ding arxiv

Modern Video Object Segmentation (VOS) involves tracking and segmenting user-specified targets. While recent approaches have achieved remarkable performance in single-target scenarios, extending them to multi-target sett…

Video Object SegmentationVideo Segmentation

SAVE: Segment Audio-Visual Easy way using Segment Anything Model

2024-07-02 · Khanh-Binh Nguyen, Chae Jung Park

The primary aim of Audio-Visual Segmentation (AVS) is to precisely identify and locate auditory elements within visual scenes by accurately predicting segmentation masks at the pixel level. Achieving this involves compre…

MobileSAM2: Lightweight Segment Anything for Spatial Intelligence

2026-07-14 · Kai Jiang, Jiaxing Huang, Jingyi Zhang, Weiying Xie 외 arxiv

The recent large video foundation model, SAM2, enables segment anything in both images and videos, serving as a powerful base model for various applications. However, many of such use cases require to operate on resource…

Knowledge Distillation