paper-with-me

Papers

TAViS: Text-bridged Audio-Visual Segmentation with Foundation Models

2025-06-13 · Ziyang Luo, Nian Liu, Xuguang Yang, Salman Khan, Rao Muhammad Anwer, Hisham Cholakkal, Fahad Shahbaz Khan, Junwei Han

Audio-Visual Segmentation (AVS) faces a fundamental challenge of effectively aligning audio and visual modalities. While recent approaches leverage foundation models to address data scarcity, they often rely on single-modality knowledge or combine foundation models in an off-the-shelf manner, failing to address the cross-modal alignment challenge. In this paper, we present TAViS, a novel framework that \textbf{couples} the knowledge of multimodal foundation models (ImageBind) for cross-modal alignment and a segmentation foundation model (SAM2) for precise segmentation. However, effectively combining these models poses two key challenges: the difficulty in transferring the knowledge between SAM2 and ImageBind due to their different feature spaces, and the insufficiency of using only segmentation loss for supervision. To address these challenges, we introduce a text-bridged design with two key components: (1) a text-bridged hybrid prompting mechanism where pseudo text provides class prototype information while retaining modality-specific details from both audio and visual inputs, and (2) an alignment supervision strategy that leverages text as a bridge to align shared semantic concepts within audio-visual modalities. Our approach achieves superior performance on single-source, multi-source, semantic datasets, and excels in zero-shot settings.

📄 PDF Abstract BibTeX arXiv:2506.11436

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentSegmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

STAViS: Spatio-Temporal AudioVisual Saliency Network

2020-01-09 · CVPR 2020 6 · Antigoni Tsiami, Petros Koutras, Petros Maragos

We introduce STAViS, a spatio-temporal audiovisual saliency network that combines spatio-temporal visual and auditory information in order to efficiently address the problem of saliency estimation in videos. Our approach…

Saliency Prediction

Discovering Sounding Objects by Audio Queries for Audio Visual Segmentation

2023-09-18 · Shaofei Huang, Han Li, Yuqing Wang, Hongji Zhu 외

Audio visual segmentation (AVS) aims to segment the sounding objects for each frame of a given video. To distinguish the sounding objects from silent ones, both audio-visual semantic correspondence and temporal interacti…

ObjectSemantic correspondence

DataVisT5: A Pre-trained Language Model for Jointly Understanding Text and Data Visualization

2024-08-14 · Zhuoyue Wan, Yuanfeng Song, Shuaimin Li, Chen Jason Zhang 외

Data visualization (DV) is the fundamental and premise tool to improve the efficiency in conveying the insights behind the big data, which has been widely accepted in existing data-driven world. Task automation in DV, su…

Data VisualizationLanguage ModelingLanguage ModellingNatural Language Queries

TB-AVA: Text as a Semantic Bridge for Audio-Visual Parameter Efficient Finetuning

2026-05-12 · Seongah Kim, Dinh Phu Tran, Hyeontaek Hwang, Saad Wazir 외 arxiv

Audio-visual understanding requires effective alignment between heterogeneous modalities, yet cross-modal correspondence remains challenging when temporally aligned audio and visual signals lack clear semantic correspond…

parameter-efficient fine-tuningRepresentation LearningSemantic correspondence

ViNet: Pushing the limits of Visual Modality for Audio-Visual Saliency Prediction

2020-12-11 · Samyak Jain, Pradeep Yarlagadda, Shreyank Jyoti, Shyamgopal Karthik 외

We propose the ViNet architecture for audio-visual saliency prediction. ViNet is a fully convolutional encoder-decoder architecture. The encoder uses visual features from a network trained for action recognition, and the…

Action RecognitionDecoderPredictionSaliency Prediction+2