Diffusion-Refined VQA Annotations for Semi-Supervised Gaze Following
Qiaomu Miao, Alexandros Graikos, Jingwei Zhang, Sounak Mondal, Minh Hoai, Dimitris Samaras
TL;DR
This work tackles the costly and ambiguous process of annotating gaze targets by proposing a first semi-supervised gaze-following framework that fuses two priors: Grad-CAM heatmaps derived from prompting a pretrained VQA model and a diffusion-model-based annotation prior trained on labeled data. Grad-CAM heatmaps offer strong guidance but are noisy, which the diffusion refinement mitigates by producing pseudo-labels aligned with the training data distribution. The proposed Grad-CAM Diffusion Refinement (GCDR) method, including a Mean Teacher variant, yields consistent improvements over baselines on GazeFollow and VideoAttentionTarget, achieving notable annotation savings (e.g., 50% fewer labels) while maintaining or surpassing fully supervised performance in many settings. This approach enables scalable gaze-following models for both images and videos and suggests a general path for refining VL-derived priors into reliable supervision across semi-supervised tasks.
Abstract
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.
