Do Egocentric Video-Language Models Truly Understand Hand-Object Interactions?
Boshen Xu, Ziheng Wang, Yang Du, Zhinan Song, Sipeng Zheng, Qin Jin
TL;DR
This work questions whether ego-centric video-language models truly grasp hand-object interactions, revealing that current EgoVLMs falter when HOI sentences are subtly altered. It introduces EgoHOIBench to systematically test verb- and noun-level HOI distinctions and uncovers an object-centric bias that underperforms on verb understanding. To remedy this, the authors propose EgoNCE++, an asymmetric pretraining objective with HOI-aware hard-negative generation for video-to-text and object-centric sampling for text-to-video, yielding consistent gains across multiple EgoVLMs and downstream HOI tasks. The approach advances open-vocabulary HOI recognition and temporal understanding while maintaining generalization, with practical implications for robust embodied perception in real-world settings.
Abstract
Egocentric video-language pretraining is a crucial step in advancing the understanding of hand-object interactions in first-person scenarios. Despite successes on existing testbeds, we find that current EgoVLMs can be easily misled by simple modifications, such as changing the verbs or nouns in interaction descriptions, with models struggling to distinguish between these changes. This raises the question: Do EgoVLMs truly understand hand-object interactions? To address this question, we introduce a benchmark called EgoHOIBench, revealing the performance limitation of current egocentric models when confronted with such challenges. We attribute this performance gap to insufficient fine-grained supervision and the greater difficulty EgoVLMs experience in recognizing verbs compared to nouns. To tackle these issues, we propose a novel asymmetric contrastive objective named EgoNCE++. For the video-to-text objective, we enhance text supervision by generating negative captions using large language models or leveraging pretrained vocabulary for HOI-related word substitutions. For the text-to-video objective, we focus on preserving an object-centric feature space that clusters video representations based on shared nouns. Extensive experiments demonstrate that EgoNCE++ significantly enhances EgoHOI understanding, leading to improved performance across various EgoVLMs in tasks such as multi-instance retrieval, action recognition, and temporal understanding. Our code is available at https://github.com/xuboshen/EgoNCEpp.
