paper-with-me

Papers

Visual Context-driven Audio Feature Enhancement for Robust End-to-End Audio-Visual Speech Recognition

2022-07-13 · Joanna Hong, Minsu Kim, Daehun Yoo, Yong Man Ro

This paper focuses on designing a noise-robust end-to-end Audio-Visual Speech Recognition (AVSR) system. To this end, we propose Visual Context-driven Audio Feature Enhancement module (V-CAFE) to enhance the input noisy audio speech with a help of audio-visual correspondence. The proposed V-CAFE is designed to capture the transition of lip movements, namely visual context and to generate a noise reduction mask by considering the obtained visual context. Through context-dependent modeling, the ambiguity in viseme-to-phoneme mapping can be refined for mask generation. The noisy representations are masked out with the noise reduction mask resulting in enhanced audio features. The enhanced audio features are fused with the visual features and taken to an encoder-decoder model composed of Conformer and Transformer for speech recognition. We show the proposed end-to-end AVSR with the V-CAFE can further improve the noise-robustness of AVSR. The effectiveness of the proposed method is evaluated in noisy speech recognition and overlapped speech recognition experiments using the two largest audio-visual datasets, LRS2 and LRS3.

📄 PDF Abstract BibTeX arXiv:2207.06020

Code (1)

ms-dot-k/AVSR 공식 구현 pytorch

Tasks

Audio-Visual Speech RecognitionDecoderNoisy Speech Recognitionspeech-recognitionSpeech RecognitionVisual Speech Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Contextual Audio-Visual Switching For Speech Enhancement in Real-World Environments

2018-08-28 · Ahsan Adeel, Mandar Gogate, Amir Hussain

Human speech processing is inherently multimodal, where visual cues (lip movements) help to better understand the speech in noise. Lip-reading driven speech enhancement significantly outperforms benchmark audio-only appr…

Lip ReadingSpeech Enhancement

Audio-Visual Target Speaker Enhancement on Multi-Talker Environment using Event-Driven Cameras

2019-12-05 · Ander Arriandiaga, Giovanni Morrone, Luca Pasa, Leonardo Badino 외

We propose a method to address audio-visual target speaker enhancement in multi-talker environments using event-driven cameras. State of the art audio-visual speech separation methods shows that crucial information is th…

Optical Flow EstimationSpeech Separation

An Overview of Deep-Learning-Based Audio-Visual Speech Enhancement and Separation

2020-08-21 · Daniel Michelsanti, Zheng-Hua Tan, Shi-Xiong Zhang, Yong Xu 외

Speech enhancement and speech separation are two related tasks, whose purpose is to extract either one or more target speech signals, respectively, from a mixture of sounds generated by several sources. Traditionally, th…

Deep LearningSpeech EnhancementSpeech Separation

Lip-Reading Driven Deep Learning Approach for Speech Enhancement

2018-07-31 · Ahsan Adeel, Mandar Gogate, Amir Hussain, William M. Whitmer

This paper proposes a novel lip-reading driven deep learning framework for speech enhancement. The proposed approach leverages the complementary strengths of both deep learning and analytical acoustic modelling (filterin…

Acoustic ModellingDeep LearningLip Readingregression+1

Audio-visual Contrastive Alignment for Diffusion-based Visual-conditioned Speech Enhancement

2026-06-16 · Colombe Mboungou, Mostafa Sadeghi, Jean-Eudes Ayilo, Romain Serizel arxiv

Audio-visual speech enhancement (AVSE) exploits visual cues such as lip movements to recover speech in noisy environments. Recent work introduced diffusion-based unsupervised AVSE, where a speech diffusion model conditio…

Speech Enhancement