OmniGF:一种用于统一视线追踪的双分支视觉语言框架 / OmniGF: A Dual-Branch Vision-Language Framework for Unified Gaze Following
1️⃣ 一句话总结
该论文提出了一种名为OmniGF的智能框架,通过结合视觉语言模型的双分支解码策略(一个处理语言推理、另一个处理空间定位),同时实现了高精度的视线落点预测、注视目标语义识别和多人社交场景分析,并显著提升了性能。
Understanding human gaze behavior is essential for complex scene comprehension and human-computer interaction. Traditional gaze following models are typically restricted to pure spatial localization, lacking the high-level capacity to reason about semantic targets or complex social contexts. Furthermore, these models often process individuals sequentially, requiring redundant computations over the same scene image for multi-person inference. While recent Vision-Language Models (VLMs) offer the exceptional semantic reasoning needed to address gaze-related semantic tasks, their reliance on discrete text generation inherently limits precision in continuous spatial tasks like gaze localization. To bridge this gap, we propose OmniGF, a unified vision-language framework that adapts foundational VLMs for highly scalable multi-person gaze reasoning. The model adopts a dual-branch decoding strategy: a structured language branch generates discrete reasoning states, while a continuous spatial branch directly taps into the VLM's dense hidden states. Supervising these extracted representations with high-resolution gaze target heatmaps effectively overcomes the spatial bottleneck of text-only coordinate generation. Furthermore, to explicitly ground the model in multi-person scenes, we augment the input with head embeddings encoded from cropped head images, providing fine-grained appearance and orientation cues for all individuals simultaneously. By modeling all individuals and leveraging the strong semantic capability of VLMs, OmniGF seamlessly integrates precise spatial gaze target estimation, semantic gaze prediction, and complex social gaze reasoning. Extensive experiments demonstrate that our framework establishes new state-of-the-art performance across multiple standard benchmarks. Code is available at this https URL.
OmniGF:一种用于统一视线追踪的双分支视觉语言框架 / OmniGF: A Dual-Branch Vision-Language Framework for Unified Gaze Following
该论文提出了一种名为OmniGF的智能框架,通过结合视觉语言模型的双分支解码策略(一个处理语言推理、另一个处理空间定位),同时实现了高精度的视线落点预测、注视目标语义识别和多人社交场景分析,并显著提升了性能。
源自 arXiv: 2605.26399