GazeAnywhere:首个支持概念提示的通用注视目标估计模型

HuggingFace Daily Papers(社区热门论文)·2026-08-11 08:00·15天前
AI 导读

研究团队提出提示式注视目标估计(PGE)任务,并发布配套数据集 Gaze-Co 与首个专为该任务设计的模型 GazeAnywhere。GazeAnywhere 通过文本或视觉提示(如“穿红衣服的男孩”)指定分析对象,将主体定位与注视估计整合为端到端流程,在多个 PGE 基准上达到最优性能,并已在 GitHub 开源。

HuggingFace Daily Papers(社区热门论文)
53AI 编辑部评分,满分 100

GazeAnywhere:首个支持概念提示的通用注视目标估计模型

2026-08-11 08:00· 15天前
AI 导读

研究团队提出提示式注视目标估计(PGE)任务,并发布配套数据集 Gaze-Co 与首个专为该任务设计的模型 GazeAnywhere。GazeAnywhere 通过文本或视觉提示(如“穿红衣服的男孩”)指定分析对象,将主体定位与注视估计整合为端到端流程,在多个 PGE 基准上达到最优性能,并已在 GitHub 开源。

Estimating human gaze targets from images in-the-wild is an important and formidable task. Existing approaches primarily employ brittle, multi-stage pipelines that require explicit inputs, like head bounding boxes and human pose, in order to identify the subject of gaze analysis. As a result, detection errors can cascade and lead to failure. Moreover, these prior works lack the flexibility of specifying the gaze analysis task via natural language prompting, an approach which has been shown to have significant benefits in convenience and scalability for other image analysis tasks. To overcome these limitations, we introduce the Promptable Gaze Target Estimation (PGE) task, a new end-to-end, concept-driven paradigm for gaze analysis. PGE conditions gaze prediction on flexible user text or visual prompts (e.g., "the boy in the red shirt" or "person in point [0.52, 0.48]") to identify a specific subject for gaze analysis. This approach integrates subject localization with gaze estimation, and eliminates the rigid dependency on intermediate analysis stages. We develop a scalable data engine to generate Gaze-Co (Gaze Estimation with Concepts), a dataset and benchmark of 120K high-quality, prompt-annotated image pairs. We also propose GazeAnywhere, the first model designed for PGE. GazeAnywhere uses a transformer-based detector to fuse features from frozen encoders and simultaneously solves subject localization, in/out-of-frame presence, and gaze target heatmap estimation. GazeAnywhere achieves state-of-the-art performance on multiple PGE benchmarks, setting a strong baseline for this new problem even on a difficult out-of-domain, real-world clinical dataset. GazeAnywhere is open-sourced in github.com/IrohXu/GazeAnywhere.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org