Modeling Fine-Grained Hand-Object Dynamics for Egocentric Video Representation Learning
Baoqi Pei, Yifei Huang, Jilan Xu, Guo Chen, Yuping He, Lijin Yang, Yali Wang, Weidi Xie, Yu Qiao, Fei Wu, Limin Wang
TL;DR
This work tackles the lack of fine-grained hand-object dynamics in egocentric video representation learning by introducing HOD, a data-generation pipeline that uses hand-object detectors and an LLM to produce rich, dynamics-infused captions. It then proposes EgoVideo, a ViT-based model with a lightweight motion adapter and a co-training scheme to efficiently learn these dynamics from high-framerate signals, achieving state-of-the-art results across multiple downstream tasks and showing strong generalization to robot manipulation. The approach demonstrates that enriching video-language pretraining with detailed hand-object interactions substantially improves performance in zero-shot and fine-tuned settings, with practical implications for embodied AI and assistive technologies. Code and data are publicly available, enabling broader adoption and further research into fine-grained egocentric understanding.
Abstract
In egocentric video understanding, the motion of hands and objects as well as their interactions play a significant role by nature. However, existing egocentric video representation learning methods mainly focus on aligning video representation with high-level narrations, overlooking the intricate dynamics between hands and objects. In this work, we aim to integrate the modeling of fine-grained hand-object dynamics into the video representation learning process. Since no suitable data is available, we introduce HOD, a novel pipeline employing a hand-object detector and a large language model to generate high-quality narrations with detailed descriptions of hand-object dynamics. To learn these fine-grained dynamics, we propose EgoVideo, a model with a new lightweight motion adapter to capture fine-grained hand-object motion information. Through our co-training strategy, EgoVideo effectively and efficiently leverages the fine-grained hand-object dynamics in the HOD data. Extensive experiments demonstrate that our method achieves state-of-the-art performance across multiple egocentric downstream tasks, including improvements of 6.3% in EK-100 multi-instance retrieval, 5.7% in EK-100 classification, and 16.3% in EGTEA classification in zero-shot settings. Furthermore, our model exhibits robust generalization capabilities in hand-object interaction and robot manipulation tasks. Code and data are available at https://github.com/OpenRobotLab/EgoHOD/.
