HandsOnVLM: Vision-Language Models for Hand-Object Interaction Prediction
Chen Bao, Jiarui Xu, Xiaolong Wang, Abhinav Gupta, Homanga Bharadhwaj
TL;DR
HandsOnVLM tackles predicting future egocentric hand trajectories conditioned on natural-language prompts. It leverages a SlowFast-based visual encoder, extended <HAND> token, and autoregressive decoding within a pre-trained Vision-Language Model, augmented with a CVAE-based hand trajectory decoder. It introduces Vanilla Hand Prediction and Reasoning-Based Hand Prediction tasks and corresponding benchmarks, and demonstrates strong generalization and reasoning, including zero-shot performance on unseen datasets. This work bridges high-level language-based reasoning with low-level hand action prediction, with potential impact on autonomous manipulation and human-robot interaction.
Abstract
How can we predict future interaction trajectories of human hands in a scene given high-level colloquial task specifications in the form of natural language? In this paper, we extend the classic hand trajectory prediction task to two tasks involving explicit or implicit language queries. Our proposed tasks require extensive understanding of human daily activities and reasoning abilities about what should be happening next given cues from the current scene. We also develop new benchmarks to evaluate the proposed two tasks, Vanilla Hand Prediction (VHP) and Reasoning-Based Hand Prediction (RBHP). We enable solving these tasks by integrating high-level world knowledge and reasoning capabilities of Vision-Language Models (VLMs) with the auto-regressive nature of low-level ego-centric hand trajectories. Our model, HandsOnVLM is a novel VLM that can generate textual responses and produce future hand trajectories through natural-language conversations. Our experiments show that HandsOnVLM outperforms existing task-specific methods and other VLM baselines on proposed tasks, and demonstrates its ability to effectively utilize world knowledge for reasoning about low-level human hand trajectories based on the provided context. Our website contains code and detailed video results https://www.chenbao.tech/handsonvlm/
