arXiv:2502.04074cs.CV2025-02CVPR被引 11

用3D gaze模型仅靠几张图就搞定新设备的2D gaze估计。

3D Prior is All You Need: Cross-Task Few-shot 2D Gaze Estimation

  • 用可学习的物理投影模块将3D gaze转为2D,自动估计屏幕姿态。
  • 在3个不同设备数据集上达到领先效果,少样本下仍稳定。
  • 适合快速适配新终端的2D gaze系统开发者使用。

3D与2D gaze估计虽目标一致,但长期被视为独立领域。本文提出一种跨任务少样本2D gaze估计方法:仅需少量图像,即可将预训练的3D gaze网络迁移到未见设备上的2D预测。该任务因3D/2D域差异、未知屏幕姿态及数据稀缺而极具挑战。为此,我们设计了一个基于物理的可微分投影模块,通过可学习参数建模屏幕姿态并实现3D到2D的映射,且无需修改原有3D网络结构。此外,针对翻转图像带来的2D标签难题,提出动态伪标注策略:先将2D标签反投影至3D空间,再在3D空间中进行翻转,最后通过动态变换矩阵补偿3D空间与相机坐标系的偏移。我们在MPIIGaze(笔记本)、EVE(台式机)和GazeCapture(移动设备)数据集上验证,结果表明本方法性能优越,具备强现实应用潜力。

原文摘要 · Abstract (English)

3D and 2D gaze estimation share the fundamental objective of capturing eye movements but are traditionally treated as two distinct research domains. In this paper, we introduce a novel cross-task few-shot 2D gaze estimation approach, aiming to adapt a pre-trained 3D gaze estimation network for 2D gaze prediction on unseen devices using only a few training images. This task is highly challenging due to the domain gap between 3D and 2D gaze, unknown screen poses, and limited training data. To address these challenges, we propose a novel framework that bridges the gap between 3D and 2D gaze. Our framework contains a physics-based differentiable projection module with learnable parameters to model screen poses and project 3D gaze into 2D gaze. The framework is fully differentiable and can integrate into existing 3D gaze networks without modifying their original architecture. Additionally, we introduce a dynamic pseudo-labelling strategy for flipped images, which is particularly challenging for 2D labels due to unknown screen poses. To overcome this, we reverse the projection process by converting 2D labels to 3D space, where flipping is performed. Notably, this 3D space is not aligned with the camera coordinate system, so we learn a dynamic transformation matrix to compensate for this misalignment. We evaluate our method on MPIIGaze, EVE, and GazeCapture datasets, collected respectively on laptops, desktop computers, and mobile devices. The superior performance highlights the effectiveness of our approach, and demonstrates its strong potential for real-world applications.

眼动估计少样本学习跨任务迁移3D投影

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。