Enhancing Gaze Reasoning in Vision Foundation Models for Gaze Following
Summary
A novel training mechanism enhances gaze reasoning in Vision Foundation Models (VFMs) for gaze following, addressing a key limitation where VFMs improve scene understanding but not gaze reasoning. Existing VFM-based methods often rely on semantically salient objects, degrading performance when gaze targets lack salience. The proposed method introduces two components: a head-conditioned local LoRA, which enables localized adaptation to preserve scene token learning while improving head token learning for gaze reasoning, and an out-of-cone penalty, which injects gaze cues into head tokens while aligning them with scene tokens. Experiments on the GazeFollow and VAT datasets demonstrate leading performance, with particularly strong improvements observed when gaze targets are not semantically salient. This research, published on 2026-05-21, offers valuable insights for future gaze following advancements.
Key takeaway
For Computer Vision Engineers developing gaze following systems, if your models struggle with non-semantically salient gaze targets, consider integrating this novel training mechanism. Implementing a head-conditioned local LoRA and an out-of-cone penalty can significantly enhance gaze reasoning in your Vision Foundation Models, achieving top performance on challenging datasets like GazeFollow and VAT. This approach directly addresses a key VFM limitation.
Key insights
A novel training mechanism significantly improves Vision Foundation Models' gaze reasoning for gaze following, particularly with non-salient targets.
Principles
- VFMs require explicit gaze reasoning enhancement.
- Localized adaptation preserves scene token learning.
- Gaze cues improve head token alignment.
Method
The method employs a head-conditioned local LoRA for localized adaptation, preserving scene token learning while boosting head token learning. An out-of-cone penalty injects gaze cues into head tokens, aligning them with scene tokens.
In practice
- Improve gaze following for non-salient objects.
- Apply local LoRA for targeted VFM adaptation.
- Refine head token learning with gaze cues.
Topics
- Gaze Following
- Vision Foundation Models
- Gaze Reasoning
- LoRA Adaptation
- Computer Vision
- GazeFollow Dataset
Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.