paper-with-me

Papers

Cross-modal Audio-visual Co-learning for Text-independent Speaker Verification

2023-02-22 · Meng Liu, Kong Aik Lee, Longbiao Wang, Hanyi Zhang, Chang Zeng, Jianwu Dang

Visual speech (i.e., lip motion) is highly related to auditory speech due to the co-occurrence and synchronization in speech production. This paper investigates this correlation and proposes a cross-modal speech co-learning paradigm. The primary motivation of our cross-modal co-learning method is modeling one modality aided by exploiting knowledge from another modality. Specifically, two cross-modal boosters are introduced based on an audio-visual pseudo-siamese structure to learn the modality-transformed correlation. Inside each booster, a max-feature-map embedded Transformer variant is proposed for modality alignment and enhanced feature generation. The network is co-learned both from scratch and with pretrained models. Experimental results on the LRSLip3, GridLip, LomGridLip, and VoxLip datasets demonstrate that our proposed method achieves 60% and 20% average relative performance improvement over independently trained audio-only/visual-only and baseline fusion systems, respectively.

📄 PDF Abstract BibTeX arXiv:2302.11254

Code (1)

danielmengliu/audiovisuallip 공식 구현 pytorch

Tasks

Speaker VerificationText-Independent Speaker Verification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Adversarial-Metric Learning for Audio-Visual Cross-Modal Matching

2021-01-12 · IEEE Transactions on Multimedia 2021 1 · Aihua Zheng, Menglan Hu, Bo Jiang *, Yan Huang 외

Audio-visual matching aims to learn the intrinsic correspondence between image and audio clip. Existing works mainly concentrate on learning discriminative features, while ignore the cross-modal heterogeneous issue betwe…

audio-visual learningMetric LearningRetrieval

Audio-Visual Event Localization in Unconstrained Videos

2018-03-23 · ECCV 2018 9 · Yapeng Tian, Jing Shi, Bochen Li, Zhiyao Duan 외

In this paper, we introduce a novel problem of audio-visual event localization in unconstrained videos. We define an audio-visual event as an event that is both visible and audible in a video segment. We collect an Audio…

audio-visual event localizationTemporal Localization

VATLM: Visual-Audio-Text Pre-Training with Unified Masked Prediction for Speech Representation Learning

2022-11-21 · Qiushi Zhu, Long Zhou, Ziqiang Zhang, Shujie Liu 외

Although speech is a simple and effective way for humans to communicate with the outside world, a more realistic speech interaction contains multimodal information, e.g., vision, text. How to design a unified framework t…

Audio-Visual Speech RecognitionLanguage ModellingRepresentation Learningspeech-recognition+3

AVRT: Audio-Visual Reasoning Transfer through Single-Modality Teachers

2026-04-17 · Edson Araujo, Saurabhchand Bhati, M. Jehanzeb Mirza, Brian Kingsbury 외 arxiv

Recent advances in reasoning models have shown remarkable progress in text-based domains, but transferring those capabilities to multimodal settings, e.g., to allow reasoning over audio-visual data, still remains a chall…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Keep What Audio Cannot Say: Context-Preserving Token Pruning for Omni-LLMs

2026-05-12 · Chaeyoung Jung, Kyeongha Rho, Joon Son Chung arxiv

Omnimodal Large Language Models (Omni-LLMs) incur substantial computational overhead due to the large number of multimodal input tokens they process, making token reduction essential for real-world deployment. Existing O…