Learning Spatio-Temporal Feature Representations for Video-Based Gaze Estimation
Alexandre Personnic, Mihai Bâce
TL;DR
ST-Gaze addresses video-based gaze estimation by preserving intra-frame spatial context before temporal fusion, leveraging a dual-stream CNN backbone, channel attention, and a spatio-temporal recurrence. The method achieves state-of-the-art single-view 3D gaze accuracy on the EVE dataset (2.58°) and provides a strong backbone for downstream person-specific adaptation (1.87° offline with SCPT). An extensive ablation study validates the importance of the Self-Attention Module and the spatio-temporal recurrence, highlighting the superiority of maintaining spatial information over premature pooling. The approach demonstrates robust, camera-only gaze estimation in real-world settings and offers a principled path toward more general-purpose video gaze systems and downstream personalization.
Abstract
Video-based gaze estimation methods aim to capture the inherently temporal dynamics of human eye gaze from multiple image frames. However, since models must capture both spatial and temporal relationships, performance is limited by the feature representations within a frame but also between multiple frames. We propose the Spatio-Temporal Gaze Network (ST-Gaze), a model that combines a CNN backbone with dedicated channel attention and self-attention modules to fuse eye and face features optimally. The fused features are then treated as a spatial sequence, allowing for the capture of an intra-frame context, which is then propagated through time to model inter-frame dynamics. We evaluated our method on the EVE dataset and show that ST-Gaze achieves state-of-the-art performance both with and without person-specific adaptation. Additionally, our ablation study provides further insights into the model performance, showing that preserving and modelling intra-frame spatial context with our spatio-temporal recurrence is fundamentally superior to premature spatial pooling. As such, our results pave the way towards more robust video-based gaze estimation using commonly available cameras.
