The VVAD-LRS3 Dataset for Visual Voice Activity Detection
Adrian Lubitz, Matias Valdenegro-Toro, Frank Kirchner
TL;DR
The VVAD-LRS3 paper tackles the scarcity of Visual Voice Activity Detection data by creating a large, LRS3-derived dataset for VVAD. It builds a flexible pipeline to convert TED talk videos into speaking/not-speaking samples, producing four feature flavors (face images, lip images, and their landmark features) and yielding 44,489 samples (train/validation/test). Baseline and end-to-end CNN–LSTM models show strong performance, with the best end-to-end face-image models reaching about 92% test accuracy, exceeding human performance on the same task. The dataset, metadata schema, and baselines are publicly available to accelerate robust VVAD development for social robots and related applications.
Abstract
Robots are becoming everyday devices, increasing their interaction with humans. To make human-machine interaction more natural, cognitive features like Visual Voice Activity Detection (VVAD), which can detect whether a person is speaking or not, given visual input of a camera, need to be implemented. Neural networks are state of the art for tasks in Image Processing, Time Series Prediction, Natural Language Processing and other domains. Those Networks require large quantities of labeled data. Currently there are not many datasets for the task of VVAD. In this work we created a large scale dataset called the VVAD-LRS3 dataset, derived by automatic annotations from the LRS3 dataset. The VVAD-LRS3 dataset contains over 44K samples, over three times the next competitive dataset (WildVVAD). We evaluate different baselines on four kinds of features: facial and lip images, and facial and lip landmark features. With a Convolutional Neural Network Long Short Term Memory (CNN LSTM) on facial images an accuracy of 92% was reached on the test set. A study with humans showed that they reach an accuracy of 87.93% on the test set.
