Fine-grained Spatiotemporal Grounding on Egocentric Videos
Shuo Liang, Yiwu Zhong, Zi-Yuan Hu, Yeyao Tao, Liwei Wang
TL;DR
This work tackles the lack of pixel-level spatiotemporal grounding benchmarks for egocentric videos by introducing EgoMask, the first such benchmark, and EgoMask-Train for large-scale training. The authors develop an automatic annotation pipeline that couples SAM2-based mask generation with GPT-4o–generated referring expressions, enabling pixel-level ground truth across short, medium, and long video durations. Through extensive experiments, they show that state-of-the-art models struggle on EgoMask but reap substantial gains when fine-tuned on EgoMask-Train, while maintaining performance on exocentric benchmarks, indicating complementary value to existing datasets. Overall, EgoMask provides essential resources and insights to advance egocentric video understanding and embodied AI.
Abstract
Spatiotemporal video grounding aims to localize target entities in videos based on textual queries. While existing research has made significant progress in exocentric videos, the egocentric setting remains relatively underexplored, despite its growing importance in applications such as augmented reality and robotics. In this work, we conduct a systematic analysis of the discrepancies between egocentric and exocentric videos, revealing key challenges such as shorter object durations, sparser trajectories, smaller object sizes, and larger positional shifts. To address these challenges, we introduce EgoMask, the first pixel-level benchmark for fine-grained spatiotemporal grounding in egocentric videos. It is constructed by our proposed automatic annotation pipeline, which annotates referring expressions and object masks across short-, medium-, and long-term videos. Additionally, we create EgoMask-Train, a large-scale training dataset to facilitate model development. Experiments demonstrate that the state-of-the-art spatiotemporal grounding models perform poorly on our benchmark EgoMask, but fine-tuning on EgoMask-Train yields significant improvements, while preserving performance on exocentric datasets. Our work thus provides essential resources and insights for advancing egocentric video understanding. Our code is available at https://github.com/LaVi-Lab/EgoMask .
