Gaze-VLM:Bridging Gaze and VLMs through Attention Regularization for Egocentric Understanding
Anupam Pani, Yanchao Yang
TL;DR
This work tackles egocentric understanding and short-horizon future action prediction with Vision-Language Models by leveraging human gaze as a training-time regularizer. A modular gaze-regularized attention mechanism aligns model focus with human visual attention, implemented as a KL-divergence penalty between patch-wise model attention and aggregated gaze heatmaps, while allowing RGB-only inference. Across multiple VLM backbones and on Ego4D-derived data, the method yields consistent gains in both current activity understanding and future action prediction, reduces hallucinations, and improves attention alignment with human gaze. The approach demonstrates strong generalization to out-of-distribution egocentric data and maintains practical inference efficiency, paving the way for gaze-grounded, robust assistive and collaborative robotics applications.
Abstract
Eye gaze offers valuable cues about attention, short-term intent, and future actions, making it a powerful signal for modeling egocentric behavior. In this work, we propose a gaze-regularized framework that enhances VLMs for two key egocentric understanding tasks: fine-grained future event prediction and current activity understanding. Unlike prior approaches that rely solely on visual inputs or use gaze as an auxiliary input signal , our method uses gaze only during training. We introduce a gaze-regularized attention mechanism that aligns model focus with human visual gaze. This design is flexible and modular, allowing it to generalize across multiple VLM architectures that utilize attention. Experimental results show that our approach improves semantic prediction scores by up to 11 for future event prediction and around 7 for current activity understanding, compared to the corresponding baseline models trained without gaze regularization. These results highlight the value of gaze-guided training in improving the accuracy and robustness of egocentric VLMs. Overall, this work establishes a foundation for using human gaze to enhance the predictive capabilities of VLMs in real-world scenarios like assistive robots and human-machine collaboration. Code and additional information is available at: https://github.com/anupampani/Gaze-VLM
