Papers › Lip2Vec: Efficient and Robust Visual Speech Recognition via Latent-to-Latent Visual to...

Lip2Vec: Efficient and Robust Visual Speech Recognition via Latent-to-Latent Visual to Audio Representation Mapping

11 Aug 2023ICCV 2023 1arXiv:2308.06112archive 2025-07-28

Yasser Abdelaziz Dahou Djilali, Sanath Narayan, Haithem Boussaid, Ebtessam Almazrouei, Merouane Debbah

Visual Speech Recognition (VSR) differs from the common perception tasks as it requires deeper reasoning over the video sequence, even by human experts. Despite the recent advances in VSR, current approaches rely on labeled data to fully train or finetune their models predicting the target speech. This hinders their ability to generalize well beyond the training set and leads to performance degeneration under out-of-distribution challenging scenarios. Unlike previous works that involve auxiliary losses or complex training procedures and architectures, we propose a simple approach, named Lip2Vec that is based on learning a prior model. Given a robust visual speech encoder, this network maps the encoded latent representations of the lip sequence to their corresponding latents from the audio pair, which are sufficiently invariant for effective text decoding. The generated audio representation is then decoded to text using an off-the-shelf Audio Speech Recognition (ASR) model. The proposed model compares favorably with fully-supervised learning methods on the LRS3 dataset achieving 26 WER. Unlike SoTA approaches, our model keeps a reasonable performance on the VoxCeleb test set. We believe that reprogramming the VSR as an ASR task narrows the performance gap between the two and paves the way for more flexible formulations of lip reading.

PaperPDFConference PDFCode 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="2308.06112")

Code

Syntology Ran 12 of 19 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

YasserdahouML/Lip2Vec found in paper text by Syntology 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

19 samples harvested; 12 ran; 1 honoured the contract we drafted; 7 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
11ran
7unverified

Licence: 19 of the 19 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 YasserdahouML/Lip2Vec. “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.

apply_transform YasserdahouML/Lip2Vec/datasets/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · 362b232acbc220b7 · report
crop YasserdahouML/Lip2Vec/datasets/functional_video.py found in paper text by Syntology ran no licence file found · pointer only · c6fb86dd68007249 · report
exact_div YasserdahouML/Lip2Vec/datasets/utils.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 6e0808fc4828513a · report
get_cer YasserdahouML/Lip2Vec/metrics/measures.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5fcb88dca39140d4 · report
get_video_properties YasserdahouML/Lip2Vec/datasets/utils_data.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8b03deae3bdc3ad3 · report
linear_interpolate YasserdahouML/Lip2Vec/datasets/preprocess.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5fc5cf4404249a10 · report
load_audio YasserdahouML/Lip2Vec/datasets/utils_data.py found in paper text by Syntology ran no licence file found · pointer only · b3510aa8b8ed8518 · report
read_txt_lines YasserdahouML/Lip2Vec/datasets/utils_data.py found in paper text by Syntology ran no licence file found · pointer only · 8c9319bbaa8f67c1 · report
resize YasserdahouML/Lip2Vec/datasets/functional_video.py found in paper text by Syntology ran no licence file found · pointer only · a42f16eadfb7718f · report
resized_crop YasserdahouML/Lip2Vec/datasets/functional_video.py found in paper text by Syntology ran no licence file found · pointer only · b0239305ba36c73f · report
sinusoids YasserdahouML/Lip2Vec/models/prior.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a314b3fcba001058 · report
warp_img YasserdahouML/Lip2Vec/datasets/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · 353e88e37719cd08 · report
build_transformer YasserdahouML/Lip2Vec/models/transformer.py found in paper text by Syntology unverified no licence file found · pointer only · 5c86d34cae9ef6a1 · report
get_er YasserdahouML/Lip2Vec/metrics/measures.py found in paper text by Syntology unverified no licence file found · pointer only · f646df9b796b4337 · report
get_wer YasserdahouML/Lip2Vec/metrics/measures.py found in paper text by Syntology unverified no licence file found · pointer only · f0ad236b3b39fdaf · report
mel_filters YasserdahouML/Lip2Vec/datasets/audio.py found in paper text by Syntology unverified no licence file found · pointer only · edf924293b4b2375 · report
optional_int YasserdahouML/Lip2Vec/datasets/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e56996b20b9c19cb · report
pad_or_trim YasserdahouML/Lip2Vec/datasets/audio.py found in paper text by Syntology unverified no licence file found · pointer only · 9f13de1c23e4003d · report
str2bool YasserdahouML/Lip2Vec/datasets/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 176b6ba6c2c2940c · report

Tasks

Lip ReadingSpeech RecognitionVisual Speech Recognitionspeech-recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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