Towards Online Multi-Modal Social Interaction Understanding
Xinpeng Li, Shijian Deng, Bolin Lai, Weiguo Pian, James M. Rehg, Yapeng Tian
TL;DR
This work tackles the challenge of real-time multimodal social interaction understanding by formalizing Online-MMSI, where systems must respond using only historical dialogue and video. It introduces Online-MMSI-VLM, a framework that combines (i) multi-party conversation forecasting to enrich linguistic context via a coarse-to-fine prediction of upcoming turns and utterances, and (ii) social-aware visual prompting to highlight gaze, gestures, and group dynamics in annotated frames. The model is trained with two objectives, $\mathcal{L}_{\text{mmsi}}$ and $\mathcal{L}_{\text{forecast}}$, optimized jointly as $\mathcal{L}_{\text{total}} = \mathcal{L}_{\text{mmsi}} + \mathcal{L}_{\text{forecast}}$, and leverages parameter-efficient fine-tuning (LoRA) on state-of-the-art MLLMs. Extensive experiments on YouTube and Ego4D Werewolf datasets show consistent improvements over online baselines, with forecasting and visual prompting providing additive gains across speaking target identification, pronoun coreference resolution, and mentioned player prediction, demonstrating strong potential for practical, real-time social AI systems.
Abstract
Multimodal social interaction understanding (MMSI) is critical in human-robot interaction systems. In real-world scenarios, AI agents are required to provide real-time feedback. However, existing models often depend on both past and future contexts, which hinders them from applying to real-world problems. To bridge this gap, we propose an online MMSI setting, where the model must resolve MMSI tasks using only historical information, such as recorded dialogues and video streams. To address the challenges of missing the useful future context, we develop a novel framework, named Online-MMSI-VLM, that leverages two complementary strategies: multi-party conversation forecasting and social-aware visual prompting with multi-modal large language models. First, to enrich linguistic context, the multi-party conversation forecasting simulates potential future utterances in a coarse-to-fine manner, anticipating upcoming speaker turns and then generating fine-grained conversational details. Second, to effectively incorporate visual social cues like gaze and gesture, social-aware visual prompting highlights the social dynamics in video with bounding boxes and body keypoints for each person and frame. Extensive experiments on three tasks and two datasets demonstrate that our method achieves state-of-the-art performance and significantly outperforms baseline models, indicating its effectiveness on Online-MMSI. The code and pre-trained models will be publicly released at: https://github.com/Sampson-Lee/OnlineMMSI.
