paper-with-me

홈 › Papers

Diffusion-Refined VQA Annotations for Semi-Supervised Gaze Following

2024-06-04 · Qiaomu Miao, Alexandros Graikos, Jingwei Zhang, Sounak Mondal, Minh Hoai, Dimitris Samaras

Training gaze following models requires a large number of images with gaze target coordinates annotated by human annotators, which is a laborious and inherently ambiguous process. We propose the first semi-supervised method for gaze following by introducing two novel priors to the task. We obtain the first prior using a large pretrained Visual Question Answering (VQA) model, where we compute Grad-CAM heatmaps by `prompting' the VQA model with a gaze following question. These heatmaps can be noisy and not suited for use in training. The need to refine these noisy annotations leads us to incorporate a second prior. We utilize a diffusion model trained on limited human annotations and modify the reverse sampling process to refine the Grad-CAM heatmaps. By tuning the diffusion process we achieve a trade-off between the human annotation prior and the VQA heatmap prior, which retains the useful VQA prior information while exhibiting similar properties to the training data distribution. Our method outperforms simple pseudo-annotation generation baselines on the GazeFollow image dataset. More importantly, our pseudo-annotation strategy, applied to a widely used supervised gaze following model (VAT), reduces the annotation need by 50%. Our method also performs the best on the VideoAttentionTarget dataset.

📄 PDF Abstract BibTeX arXiv:2406.02774

Code (1)

cvlab-stonybrook/gcdr-gaze pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Weakly-Supervised Physically Unconstrained Gaze Estimation

2021-05-20 · CVPR 2021 1 · Rakshit Kothari, Shalini De Mello, Umar Iqbal, Wonmin Byeon 외

A major challenge for physically unconstrained gaze estimation is acquiring training data with 3D gaze annotations for in-the-wild and outdoor scenarios. In contrast, videos of human interactions in unconstrained environ…

Domain GeneralizationGaze Estimation

Iterative multi-path tracking for video and volume segmentation with sparse point supervision

2018-08-27 · Laurent Lejeune, Jan Grossrieder, Raphael Sznitman

Recent machine learning strategies for segmentation tasks have shown great ability when trained on large pixel-wise annotated image datasets. It remains a major challenge however to aggregate such datasets, as the time a…

BIG-bench Machine LearningObjectSegmentation

Semi-Supervised Gaze Estimation via Disentangled Subspace Contrastive Learning

2026-05-26 · Qida Tan, Hongyu Yang, Wenchao Du arxiv

Appearance-based gaze estimation always suffers from poor generalization due to limited annotated samples and insufficient dataset diversity. Leading approaches adopt weakly supervised learning to generate large-scale ps…

Domain GeneralizationContrastive LearningGaze Estimation

Ensemble-based Semi-supervised Learning to Improve Noisy Soiling Annotations in Autonomous Driving

2021-05-17 · Michal Uricar, Ganesh Sistu, Lucie Yahiaoui, Senthil Yogamani

Manual annotation of soiling on surround view cameras is a very challenging and expensive task. The unclear boundary for various soiling categories like water drops or mud particles usually results in a large variance in…

Autonomous DrivingPseudo Label

Learning from Simulated and Unsupervised Images through Adversarial Training

2016-12-22 · CVPR 2017 7 · Ashish Shrivastava, Tomas Pfister, Oncel Tuzel, Josh Susskind 외

With recent progress in graphics, it has become more tractable to train models on synthetic images, potentially avoiding the need for expensive annotations. However, learning from synthetic images may not achieve the des…

Domain AdaptationGaze EstimationHand Pose EstimationImage-to-Image Translation+1