Grounded Question-Answering in Long Egocentric Videos
Shangzhe Di, Weidi Xie
TL;DR
This work tackles grounded question answering in long egocentric videos by proposing GroundVQA, a unified model that simultaneously localizes the relevant temporal window and generates an answer. GroundVQA fuses video and language through a visual-language encoder and employs a dual-headed design for temporal localization and answer generation, trained jointly on three tasks: video-language grounding, OpenQA, and CloseQA. To overcome data scarcity, the authors generate large-scale QA data from Ego4D narrations using large language models, yielding EgoTimeQA with 5,389 videos and 303K QA samples, which improves grounding and QA performance while reducing overfitting. They also introduce CloseQA for reliable evaluation of open-ended QA challenges. The approach achieves state-of-the-art results on QaEgo4D and Ego4D-NLQ benchmarks, highlighting its potential for real-world applications in episodic memory and robotics, and demonstrates the effectiveness of unified multi-task training and LLM-based data augmentation. $T=(s,e)$ denotes the grounded temporal window, and the model optimizes a joint loss $L = 0.5 L_{ ext{VLG}} + 0.5 L_{ ext{QA}}$, enabling robust visual-language grounding and QA.
Abstract
Existing approaches to video understanding, mainly designed for short videos from a third-person perspective, are limited in their applicability in certain fields, such as robotics. In this paper, we delve into open-ended question-answering (QA) in long, egocentric videos, which allows individuals or robots to inquire about their own past visual experiences. This task presents unique challenges, including the complexity of temporally grounding queries within extensive video content, the high resource demands for precise data annotation, and the inherent difficulty of evaluating open-ended answers due to their ambiguous nature. Our proposed approach tackles these challenges by (i) integrating query grounding and answering within a unified model to reduce error propagation; (ii) employing large language models for efficient and scalable data synthesis; and (iii) introducing a close-ended QA task for evaluation, to manage answer ambiguity. Extensive experiments demonstrate the effectiveness of our method, which also achieves state-of-the-art performance on the QaEgo4D and Ego4D-NLQ benchmarks. Code, data, and models are available at https://github.com/Becomebright/GroundVQA.
