English

Lip-reading with Densely Connected Temporal Convolutional Networks

Computer Vision and Pattern Recognition 2022-09-30 v3

Abstract

In this work, we present the Densely Connected Temporal Convolutional Network (DC-TCN) for lip-reading of isolated words. Although Temporal Convolutional Networks (TCN) have recently demonstrated great potential in many vision tasks, its receptive fields are not dense enough to model the complex temporal dynamics in lip-reading scenarios. To address this problem, we introduce dense connections into the network to capture more robust temporal features. Moreover, our approach utilises the Squeeze-and-Excitation block, a light-weight attention mechanism, to further enhance the model's classification power. Without bells and whistles, our DC-TCN method has achieved 88.36% accuracy on the Lip Reading in the Wild (LRW) dataset and 43.65% on the LRW-1000 dataset, which has surpassed all the baseline methods and is the new state-of-the-art on both datasets.

Keywords

Cite

@article{arxiv.2009.14233,
  title  = {Lip-reading with Densely Connected Temporal Convolutional Networks},
  author = {Pingchuan Ma and Yujiang Wang and Jie Shen and Stavros Petridis and Maja Pantic},
  journal= {arXiv preprint arXiv:2009.14233},
  year   = {2022}
}

Comments

WACV 2021. An improved code implementation is available at: https://github.com/mpc001/Lipreading_using_Temporal_Convolutional_Networks

R2 v1 2026-06-23T18:53:22.553Z