菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-21
📄 Abstract - Enhancing Gaze Reasoning in Vision Foundation Models for Gaze Following

Gaze following requires both scene understanding and gaze reasoning to localize the gaze target of an in-scene person. Recently, vision foundation models (VFMs) have demonstrated strong performance on this task, enabling simpler architectures while outperforming prior methods. However, we observe a key limitation of VFM-based approaches: while VFMs substantially improve scene understanding, they contribute little to gaze reasoning. As a result, existing methods often rely on semantically salient objects rather than true gaze cues, leading to degraded performance when targets are not salient. To address this, we propose a novel training mechanism to enhance gaze reasoning in VFMs for gaze following. Our method includes: (1) a head-conditioned local LoRA, which enables localized adaptation to preserve scene token learning while improving head token learning for gaze reasoning; and (2) 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 that our method achieves state-of-the-art performance, with particularly strong improvements when gaze targets are not semantically salient. Our findings offer valuable insights for advancing future gaze following research. We will release the code once the paper is accepted.

顶级标签: computer vision model training
详细标签: gaze following vision foundation models gaze reasoning lora 或 搜索:

增强视觉基础模型在视线跟随任务中的视线推理能力 / Enhancing Gaze Reasoning in Vision Foundation Models for Gaze Following


1️⃣ 一句话总结

本文提出了一种新方法,通过局部自适应调整和视线方向惩罚机制,增强视觉基础模型在视线跟随任务中的推理能力,尤其显著提升了目标不显眼时的预测准确性。

源自 arXiv: 2605.22607