Papers › Learning Video Temporal Dynamics with Cross-Modal Attention for Robust Audio-Visual...

Learning Video Temporal Dynamics with Cross-Modal Attention for Robust Audio-Visual Speech Recognition

4 Jul 2024arXiv:2407.03563archive 2025-07-28

Sungnyun Kim, Kangwook Jang, Sangmin Bae, Hoirin Kim, Se-Young Yun

Audio-visual speech recognition (AVSR) aims to transcribe human speech using both audio and video modalities. In practical environments with noise-corrupted audio, the role of video information becomes crucial. However, prior works have primarily focused on enhancing audio features in AVSR, overlooking the importance of video features. In this study, we strengthen the video features by learning three temporal dynamics in video data: context order, playback direction, and the speed of video frames. Cross-modal attention modules are introduced to enrich video features with audio information so that speech variability can be taken into account when training on the video temporal dynamics. Based on our approach, we achieve the state-of-the-art performance on the LRS2 and LRS3 AVSR benchmarks for the noise-dominant settings. Our approach excels in scenarios especially for babble and speech noise, indicating the ability to distinguish the speech signal that should be recognized from lip movements in the video modality. We support the validity of our methodology by offering the ablation experiments for the temporal dynamics losses and the cross-modal attention architecture design.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.03563")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sungnyun/avsr-temporal-dynamics officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 10 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
5ran
3unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sungnyun/avsr-temporal-dynamics. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Embedding sungnyun/avsr-temporal-dynamics/avhubert/hubert_asr.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 96cbb5e9ca5b6be0 · report
Linear sungnyun/avsr-temporal-dynamics/avhubert/hubert_asr.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 8cd8cb0d1e9e63e4 · report
apply_half sungnyun/avsr-temporal-dynamics/avhubert/infer_s2s.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 357d3a4f0be679d9 · report
compute_mask_indices sungnyun/avsr-temporal-dynamics/avhubert/utils.py official repository ran Apache-2.0 (permissive) · 581de97f5d5aa97a · report
conv3x3 sungnyun/avsr-temporal-dynamics/avhubert/resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 583f9780bdd00a45 · report
downsample_basic_block sungnyun/avsr-temporal-dynamics/avhubert/resnet.py official repository ran Apache-2.0 (permissive) · d50e3a8f0b0f9a21 · report
downsample_basic_block_v2 sungnyun/avsr-temporal-dynamics/avhubert/resnet.py official repository ran Apache-2.0 (permissive) · 546a770034e200d1 · report
find_runs sungnyun/avsr-temporal-dynamics/avhubert/utils.py official repository ran Apache-2.0 (permissive) · db4a33e22cd9f644 · report
get_symbols_to_strip_from_output sungnyun/avsr-temporal-dynamics/avhubert/infer_s2s.py official repository ran · our draft was wrong Apache-2.0 (permissive) · bbe1a698e337d4d4 · report
load_video sungnyun/avsr-temporal-dynamics/avhubert/utils.py official repository ran Apache-2.0 (permissive) · d5a7afb95212031e · report
load_audio_visual sungnyun/avsr-temporal-dynamics/avhubert/hubert_dataset.py official repository unverified Apache-2.0 (permissive) · f0641584d0fe0fb5 · report
load_label sungnyun/avsr-temporal-dynamics/avhubert/hubert_dataset.py official repository unverified Apache-2.0 (permissive) · 113a523619225ba0 · report
load_label_offset sungnyun/avsr-temporal-dynamics/avhubert/hubert_dataset.py official repository unverified Apache-2.0 (permissive) · 3e9450b6ac2fcddd · report

Tasks

Audio-Visual Speech RecognitionSpeech RecognitionVisual Speech Recognitionspeech-recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSPEEDSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections