paper-with-me

홈 › Papers

FastLR: Non-Autoregressive Lipreading Model with Integrate-and-Fire

2020-08-06 · Jinglin Liu, Yi Ren, Zhou Zhao, Chen Zhang, Baoxing Huai, Nicholas Jing Yuan

Lipreading is an impressive technique and there has been a definite improvement of accuracy in recent years. However, existing methods for lipreading mainly build on autoregressive (AR) model, which generate target tokens one by one and suffer from high inference latency. To breakthrough this constraint, we propose FastLR, a non-autoregressive (NAR) lipreading model which generates all target tokens simultaneously. NAR lipreading is a challenging task that has many difficulties: 1) the discrepancy of sequence lengths between source and target makes it difficult to estimate the length of the output sequence; 2) the conditionally independent behavior of NAR generation lacks the correlation across time which leads to a poor approximation of target distribution; 3) the feature representation ability of encoder can be weak due to lack of effective alignment mechanism; and 4) the removal of AR language model exacerbates the inherent ambiguity problem of lipreading. Thus, in this paper, we introduce three methods to reduce the gap between FastLR and AR model: 1) to address challenges 1 and 2, we leverage integrate-and-fire (I\&F) module to model the correspondence between source video frames and output text sequence. 2) To tackle challenge 3, we add an auxiliary connectionist temporal classification (CTC) decoder to the top of the encoder and optimize it with extra CTC loss. We also add an auxiliary autoregressive decoder to help the feature extraction of encoder. 3) To overcome challenge 4, we propose a novel Noisy Parallel Decoding (NPD) for I\&F and bring Byte-Pair Encoding (BPE) into lipreading. Our experiments exhibit that FastLR achieves the speedup up to 10.97$\times$ comparing with state-of-the-art lipreading model with slight WER absolute increase of 1.5\% and 5.5\% on GRID and LRS2 lipreading datasets respectively, which demonstrates the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2008.02516

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModellingLipreading

Similar Papers 제목 키워드 기반

FastLRNR and Sparse Physics Informed Backpropagation

2024-10-05 · Woojin Cho, Kookjin Lee, Noseong Park, Donsub Rim 외

We introduce Sparse Physics Informed Backpropagation (SPInProp), a new class of methods for accelerating backpropagation for a specialized neural network architecture called Low Rank Neural Representation (LRNR). The app…

Target Speaker Lipreading by Audio-Visual Self-Distillation Pretraining and Speaker Adaptation

2025-02-09 · Jing-Xuan Zhang, Tingzhi Mao, Longjiang Guo, Jin Li 외

Lipreading is an important technique for facilitating human-computer interaction in noisy environments. Our previously developed self-supervised learning method, AV2vec, which leverages multimodal self-distillation, has …

Cross-Lingual TransferLipreadingSelf-Supervised LearningTransfer Learning

Probabilistic Wildfire Spread Prediction Using an Autoregressive Conditional Generative Adversarial Network

2025-11-26 · Taehoon Kang, Taeyong Kim arxiv

Climate change has intensified the frequency and severity of wildfires, making rapid and accurate prediction of fire spread essential for effective mitigation and response. Physics-based simulators such as FARSITE offer …

Cross-Attention Fusion of Visual and Geometric Features for Large Vocabulary Arabic Lipreading

2024-02-18 · Samar Daou, Achraf Ben-Hamadou, Ahmed Rekik, Abdelaziz Kallel

Lipreading involves using visual data to recognize spoken words by analyzing the movements of the lips and surrounding area. It is a hot research topic with many potential applications, such as human-machine interaction …

LipreadingLip Readingspeech-recognitionSpeech Recognition

Achieving Timestamp Prediction While Recognizing with Non-Autoregressive End-to-End ASR Model

2023-01-29 · Xian Shi, Yanni Chen, Shiliang Zhang, Zhijie Yan

Conventional ASR systems use frame-level phoneme posterior to conduct force-alignment~(FA) and provide timestamps, while end-to-end ASR systems especially AED based ones are short of such ability. This paper proposes to …