paper-with-me

홈 › Papers

Disentangling Homophemes in Lip Reading using Perplexity Analysis

2020-11-28 · Souheil Fenghour, Daqing Chen, Kun Guo, Perry Xiao

The performance of automated lip reading using visemes as a classification schema has achieved less success compared with the use of ASCII characters and words largely due to the problem of different words sharing identical visemes. The Generative Pre-Training transformer is an effective autoregressive language model used for many tasks in Natural Language Processing, including sentence prediction and text classification. This paper proposes a new application for this model and applies it in the context of lip reading, where it serves as a language model to convert visual speech in the form of visemes, to language in the form of words and sentences. The network uses the search for optimal perplexity to perform the viseme-to-word mapping and is thus a solution to the one-to-many mapping problem that exists whereby various words that sound different when spoken look identical. This paper proposes a method to tackle the one-to-many mapping problem when performing automated lip reading using solely visual cues in two separate scenarios: the first scenario is where the word boundary, that is, the beginning and the ending of a word, is unknown; and the second scenario is where the boundary is known. Sentences from the benchmark BBC dataset "Lip Reading Sentences in the Wild"(LRS2), are classified with a character error rate of 10.7% and a word error rate of 18.0%. The main contribution of this paper is to propose a method of predicting words through the use of perplexity analysis when only visual cues are present, using an autoregressive language model.

📄 PDF Abstract BibTeX arXiv:2012.07528

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLip ReadingSentencetext-classificationText Classification

Similar Papers 제목 키워드 기반

Multi-Grained Spatio-temporal Modeling for Lip-reading

2019-08-30 · Chenhao Wang

Lip-reading aims to recognize speech content from videos via visual analysis of speakers' lip movements. This is a challenging task due to the existence of homophemes-words which involve identical or highly similar lip m…

LipreadingLip Reading

Why Does Surprisal From Larger Transformer-Based Language Models Provide a Poorer Fit to Human Reading Times?

2022-12-23 · Byung-Doh Oh, William Schuler

This work presents a detailed linguistic analysis into why larger Transformer-based pre-trained language models with more parameters and lower perplexity nonetheless yield surprisal estimates that are less predictive of …

Why Does Surprisal From Smaller GPT-2 Models Provide Better Fit to Human Reading Times?

2022-01-16 · ACL ARR January 2022 1 · Anonymous

This work presents an in-depth analysis of an observation that contradicts the findings of recent work in computational psycholinguistics, namely that smaller GPT-2 models that show higher test perplexity nonetheless gen…

regression

Estimating Contamination via Perplexity: Quantifying Memorisation in Language Model Evaluation

2023-09-19 · Yucheng Li

Data contamination in model evaluation is getting increasingly prevalent as the massive training corpora of large language models often unintentionally include benchmark samples. Therefore, contamination analysis has bec…

Language Model EvaluationLanguage ModelingLanguage ModellingMultiple-choice+1

DiPO: Disentangled Perplexity Policy Optimization for Fine-grained Exploration-Exploitation Trade-Off

2026-04-15 · Xiaofan Li, Ming Yang, Zhiyuan Ma, Shichao Ma 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has catalyzed significant advances in the reasoning capabilities of Large Language Models (LLMs). However, effectively managing the exploration and exploitation trade…

Reinforcement LearningMathematical Reasoning