paper-with-me

홈 › Papers

Progressive Confident Masking Attention Network for Audio-Visual Segmentation

2024-06-04 · Yuxuan Wang, Jinchao Zhu, Feng Dong, Shuyue Zhu

Audio and visual signals typically occur simultaneously, and humans possess an innate ability to correlate and synchronize information from these two modalities. Recently, a challenging problem known as Audio-Visual Segmentation (AVS) has emerged, intending to produce segmentation maps for sounding objects within a scene. However, the methods proposed so far have not sufficiently integrated audio and visual information, and the computational costs have been extremely high. Additionally, the outputs of different stages have not been fully utilized. To facilitate this research, we introduce a novel Progressive Confident Masking Attention Network (PMCANet). It leverages attention mechanisms to uncover the intrinsic correlations between audio signals and visual frames. Furthermore, we design an efficient and effective cross-attention module to enhance semantic perception by selecting query tokens. This selection is determined through confidence-driven units based on the network's multi-stage predictive outputs. Experiments demonstrate that our network outperforms other AVS methods while requiring less computational resources. The code is available at: https://github.com/PrettyPlate/PCMANet.

📄 PDF Abstract BibTeX arXiv:2406.02345

Code (1)

prettyplate/pcmanet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

Apollo: Unified Multi-Task Audio-Video Joint Generation

2026-01-07 · Jun Wang, Chunyu Qiang, Yuxin Guo, Yiran Wang 외 arxiv

Audio-video joint generation has progressed rapidly, yet substantial challenges still remain. Non-commercial approaches still suffer audio-visual asynchrony, poor lip-speech alignment, and unimodal degradation, which can…

AVF-MAE++: Scaling Affective Video Facial Masked Autoencoders via Efficient Audio-Visual Self-Supervised Learning

2025-01-01 · CVPR 2025 1 · Xuecheng Wu, Heli Sun, Yifan Wang, Jiayu Nie 외

Affective Video Facial Analysis (AVFA) is important for advancing emotion-aware AI, yet the persistent data scarcity in AVFA presents challenges. Recently, the self-supervised learning (SSL) technique of Masked Autoe…

Self-Supervised Learning

Multimodal Speech Recognition with Unstructured Audio Masking

2020-10-16 · EMNLP (nlpbt) 2020 11 · Tejas Srinivasan, Ramon Sanabria, Florian Metze, Desmond Elliott

Visual context has been shown to be useful for automatic speech recognition (ASR) systems when the speech signal is noisy or corrupted. Previous work, however, has only demonstrated the utility of visual context in an un…

8kAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognition+1

Progressive Spatio-temporal Perception for Audio-Visual Question Answering

2023-08-10 · Guangyao Li, Wenxuan Hou, Di Hu

Audio-Visual Question Answering (AVQA) task aims to answer questions about different visual objects, sounds, and their associations in videos. Such naturally multi-modal videos are composed of rich and complex dynamic au…

Audio-visual Question AnsweringAudio-Visual Question Answering (AVQA)Question AnsweringVisual Question Answering

Audio-Visual Person Verification based on Recursive Fusion of Joint Cross-Attention

2024-03-07 · R. Gnana Praveen, Jahangir Alam

Person or identity verification has been recently gaining a lot of attention using audio-visual fusion as faces and voices share close associations with each other. Conventional approaches based on audio-visual fusion re…