paper-with-me

Papers

Learning Spatio-Temporal Features with Two-Stream Deep 3D CNNs for Lipreading

2019-05-04 · Xinshuo Weng, Kris Kitani

We focus on the word-level visual lipreading, which requires recognizing the word being spoken, given only the video but not the audio. State-of-the-art methods explore the use of end-to-end neural networks, including a shallow (up to three layers) 3D convolutional neural network (CNN) + a deep 2D CNN (e.g., ResNet) as the front-end to extract visual features, and a recurrent neural network (e.g., bidirectional LSTM) as the back-end for classification. In this work, we propose to replace the shallow 3D CNNs + deep 2D CNNs front-end with recent successful deep 3D CNNs --- two-stream (i.e., grayscale video and optical flow streams) I3D. We evaluate different combinations of front-end and back-end modules with the grayscale video and optical flow inputs on the LRW dataset. The experiments show that, compared to the shallow 3D CNNs + deep 2D CNNs front-end, the deep 3D CNNs front-end with pre-training on the large-scale image and video datasets (e.g., ImageNet and Kinetics) can improve the classification accuracy. Also, we demonstrate that using the optical flow input alone can achieve comparable performance as using the grayscale video as input. Moreover, the two-stream network using both the grayscale video and optical flow inputs can further improve the performance. Overall, our two-stream I3D front-end with a Bi-LSTM back-end results in an absolute improvement of 5.3% over the previous art on the LRW dataset.

📄 PDF Abstract BibTeX arXiv:1905.02540

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationLipreadingOptical Flow Estimation

Similar Papers 제목 키워드 기반

LipNet: End-to-End Sentence-level Lipreading

2016-11-05 · Yannis M. Assael, Brendan Shillingford, Shimon Whiteson, Nando de Freitas

Lipreading is the task of decoding text from the movement of a speaker's mouth. Traditional approaches separated the problem into two stages: designing or learning visual features, and prediction. More recent deep liprea…

General ClassificationLipreadingSentence

MA-LipNet: Multi-Dimensional Attention Networks for Robust Lipreading

2026-01-27 · Matteo Rossi arxiv

Lipreading, the technology of decoding spoken content from silent videos of lip movements, holds significant application value in fields such as public security. However, due to the subtle nature of articulatory gestures…

Visual Speech Recognition

Dynamic Spatio-temporal Graph-based CNNs for Traffic Prediction

2018-12-05 · Ken Chen, Fei Chen, Baisheng Lai, Zhongming Jin 외

Forecasting future traffic flows from previous ones is a challenging problem because of their complex and dynamic nature of spatio-temporal structures. Most existing graph-based CNNs attempt to capture the static relatio…

PredictionTraffic Prediction

3D Feature Pyramid Attention Module for Robust Visual Speech Recognition

2018-10-15 · Jing-Yun Xiao

Visual speech recognition is the task to decode the speech content from a video based on visual information, especially the movements of lips. It is also referenced as lipreading. Motivated by two problems existing in li…

LipreadingSentencespeech-recognitionSpeech Recognition+1

On the Importance of Video Action Recognition for Visual Lipreading

2019-03-22 · Xinshuo Weng

We focus on the word-level visual lipreading, which requires to decode the word from the speaker's video. Recently, many state-of-the-art visual lipreading methods explore the end-to-end trainable deep models, involving …

Action RecognitionLipreadingOptical Flow EstimationTemporal Action Localization