ARGaze: Autoregressive Transformers for Online Egocentric Gaze Estimation
Jia Li, Wenjie Zhao, Shijian Deng, Bolin Lai, Yuheng Wu, RUijia Chen, Jon E. Froehlich, Yuhang Zhao, Yapeng Tian
TL;DR
This work tackles online egocentric gaze estimation by reframing it as causal autoregressive sequence generation. ARGaze integrates a Scene Encoder, Autoregressive Heatmap Tokenizer, Tracking-aware Template Module, and a causal Transformer Decoder to predict gaze heatmaps $\mathbf{H}_t$ from current visual input and a bounded history $\mathbf{H}_{t-k:t-1}$, enabling strictly online inference with a fixed memory footprint. The model achieves state-of-the-art performance on EGTEA Gaze+, Ego4D, and EgoExo4D, improving robustness to hand-induced biases and generalizing to out-of-distribution scenarios, while significantly boosting inference speed (e.g., up to $1.82\times$) and reducing memory usage. Key contributions include the explicit autoregressive formulation with a bounded gaze-history window, a heatmap tokenizer for temporal tokens, a tracking-aware template mechanism for localized priors, and a training regime using KL loss with scheduled sampling, culminating in real-world streaming viability for AR and assistive technologies. These advances offer practical impact for real-time gaze-aware systems, while also raising privacy considerations and the need for responsible deployment in user-facing applications $ $.
Abstract
Online egocentric gaze estimation predicts where a camera wearer is looking from first-person video using only past and current frames, a task essential for augmented reality and assistive technologies. Unlike third-person gaze estimation, this setting lacks explicit head or eye signals, requiring models to infer current visual attention from sparse, indirect cues such as hand-object interactions and salient scene content. We observe that gaze exhibits strong temporal continuity during goal-directed activities: knowing where a person looked recently provides a powerful prior for predicting where they look next. Inspired by vision-conditioned autoregressive decoding in vision-language models, we propose ARGaze, which reformulates gaze estimation as sequential prediction: at each timestep, a transformer decoder predicts current gaze by conditioning on (i) current visual features and (ii) a fixed-length Gaze Context Window of recent gaze target estimates. This design enforces causality and enables bounded-resource streaming inference. We achieve state-of-the-art performance across multiple egocentric benchmarks under online evaluation, with extensive ablations validating that autoregressive modeling with bounded gaze history is critical for robust prediction. We will release our source code and pre-trained models.
