π€ AI Summary
Existing vision-language models struggle to interpret the fine-grained intent conveyed by usersβ pointing gestures in first-person videos, primarily due to the absence of dedicated datasets and effective modeling mechanisms. This work presents the first systematic benchmark, EgoPointVQA, comprising both synthetic and real-world egocentric videos annotated for pointing gestures, and introduces Hand Intent Tokens (HINT)βa novel approach that leverages off-the-shelf 3D hand reconstruction models to extract spatiotemporal keypoints, which are then encoded as explicit intent tokens and integrated into the input of multimodal large language models to enhance referential reasoning. The resulting HINT-14B model achieves an average accuracy of 68.1% across six tasks, outperforming InternVL3-14B by 6.6 percentage points. Code, models, and the dataset are publicly released.
π Abstract
Understanding and answering questions based on a user's pointing gesture is essential for next-generation egocentric AI assistants. However, current Multimodal Large Language Models (MLLMs) struggle with such tasks due to the lack of gesture-rich data and their limited ability to infer fine-grained pointing intent from egocentric video. To address this, we introduce EgoPointVQA, a dataset and benchmark for gesture-grounded egocentric question answering, comprising 4000 synthetic and 400 real-world videos across multiple deictic reasoning tasks. Built upon it, we further propose Hand Intent Tokens (HINT), which encodes tokens derived from 3D hand keypoints using an off-the-shelf reconstruction model and interleaves them with the model input to provide explicit spatial and temporal context for interpreting pointing intent. We show that our model outperforms others in different backbones and model sizes. In particular, HINT-14B achieves 68.1% accuracy, on average over 6 tasks, surpassing the state-of-the-art, InternVL3-14B, by 6.6%. To further facilitate the open research, we will release the code, model, and dataset. Project page: https://yuuraa.github.io/papers/choi2026egovqa