paper-with-me

홈 › Papers

IIANet: An Intra- and Inter-Modality Attention Network for Audio-Visual Speech Separation

2023-08-16 · Kai Li, Runxuan Yang, Fuchun Sun, Xiaolin Hu

Recent research has made significant progress in designing fusion modules for audio-visual speech separation. However, they predominantly focus on multi-modal fusion at a single temporal scale of auditory and visual features without employing selective attention mechanisms, which is in sharp contrast with the brain. To address this issue, We propose a novel model called Intra- and Inter-Attention Network (IIANet), which leverages the attention mechanism for efficient audio-visual feature fusion. IIANet consists of two types of attention blocks: intra-attention (IntraA) and inter-attention (InterA) blocks, where the InterA blocks are distributed at the top, middle and bottom of IIANet. Heavily inspired by the way how human brain selectively focuses on relevant content at various temporal scales, these blocks maintain the ability to learn modality-specific features and enable the extraction of different semantics from audio-visual features. Comprehensive experiments on three standard audio-visual separation benchmarks (LRS2, LRS3, and VoxCeleb2) demonstrate the effectiveness of IIANet, outperforming previous state-of-the-art methods while maintaining comparable inference time. In particular, the fast version of IIANet (IIANet-fast) has only 7% of CTCNet's MACs and is 40% faster than CTCNet on CPUs while achieving better separation quality, showing the great potential of attention mechanism for efficient and effective multimodal fusion.

📄 PDF Abstract BibTeX arXiv:2308.08143

Code (1)

JusperLee/IIANet 공식 구현 pytorch

Tasks

Speech Separation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Accommodating Audio Modality in CLIP for Multimodal Processing

2023-03-12 · Ludan Ruan, Anwen Hu, Yuqing Song, Liang Zhang 외

Multimodal processing has attracted much attention lately especially with the success of pre-training. However, the exploration has mainly focused on vision-language pre-training, as introducing more modalities can great…

AudioCapsContrastive LearningLanguage ModelingLanguage Modelling+3

Relational graph-driven differential denoising and diffusion attention fusion for multimodal conversation emotion recognition

2026-03-22 · Ying Liu, Yuntao Shou, Wei Ai, Tao Meng 외 arxiv

In real-world scenarios, audio and video signals are often subject to environmental noise and limited acquisition conditions, resulting in extracted features containing excessive noise. Furthermore, there is an imbalance…

Emotion Recognition

Bimodal Connection Attention Fusion for Speech Emotion Recognition

2025-03-08 · Jiachen Luo, Huy Phan, Lin Wang, Joshua D. Reiss

Multi-modal emotion recognition is challenging due to the difficulty of extracting features that capture subtle emotional differences. Understanding multi-modal interactions and connections is key to building effective b…

DecoderEmotion RecognitionSpeech Emotion Recognition

Audio-Visual Speaker Verification via Joint Cross-Attention

2023-09-28 · R. Gnana Praveen, Jahangir Alam

Speaker verification has been widely explored using speech signals, which has shown significant improvement using deep models. Recently, there has been a surge in exploring faces and voices as they can offer more complem…

Speaker Verification

iiANET: Inception Inspired Attention Hybrid Network for efficient Long-Range Dependency

2024-07-10 · Haruna Yunusa, Qin Shiyin, Abdulrahman Hamman Adama Chukkol, Isah Bello 외

The recent emergence of hybrid models has introduced another transformative approach to solving computer vision tasks, slowly shifting away from conventional CNN (Convolutional Neural Network) and ViT (Vision Transformer…