Predicting Turn-Taking and Backchannel in Human-Machine Conversations Using Linguistic, Acoustic, and Visual Signals
Yuxin Lin, Yinglin Zheng, Ming Zeng, Wangzheng Shi
TL;DR
This work tackles predicting turn-taking and backchannel in human-machine conversations using linguistic, acoustic, and visual signals. It introduces MM-F2F, a large, de-identified tri-modal dataset collected from in-the-wild two-person videos, with word-level annotations for turn-taking and backchannels, and an end-to-end framework capable of processing any combination of text, audio, and video inputs. The framework employs uni-modal encoders and a flexible, low-rank fusion module with modality selection and random modality dropout to achieve state-of-the-art performance, including substantial gains in backchannel prediction. The dataset and code are publicly released, enabling future research toward more natural and robust face-to-face human-computer interactions, with potential extensions to richer visual cues and personalization.
Abstract
This paper addresses the gap in predicting turn-taking and backchannel actions in human-machine conversations using multi-modal signals (linguistic, acoustic, and visual). To overcome the limitation of existing datasets, we propose an automatic data collection pipeline that allows us to collect and annotate over 210 hours of human conversation videos. From this, we construct a Multi-Modal Face-to-Face (MM-F2F) human conversation dataset, including over 1.5M words and corresponding turn-taking and backchannel annotations from approximately 20M frames. Additionally, we present an end-to-end framework that predicts the probability of turn-taking and backchannel actions from multi-modal signals. The proposed model emphasizes the interrelation between modalities and supports any combination of text, audio, and video inputs, making it adaptable to a variety of realistic scenarios. Our experiments show that our approach achieves state-of-the-art performance on turn-taking and backchannel prediction tasks, achieving a 10% increase in F1-score on turn-taking and a 33% increase on backchannel prediction. Our dataset and code are publicly available online to ease of subsequent research.
