paper-with-me

홈 › Papers

Spatio-Temporal Attention and Gaussian Processes for Personalized Video Gaze Estimation

2024-04-08 · Swati Jindal, Mohit Yadav, Roberto Manduchi

Gaze is an essential prompt for analyzing human behavior and attention. Recently, there has been an increasing interest in determining gaze direction from facial videos. However, video gaze estimation faces significant challenges, such as understanding the dynamic evolution of gaze in video sequences, dealing with static backgrounds, and adapting to variations in illumination. To address these challenges, we propose a simple and novel deep learning model designed to estimate gaze from videos, incorporating a specialized attention module. Our method employs a spatial attention mechanism that tracks spatial dynamics within videos. This technique enables accurate gaze direction prediction through a temporal sequence model, adeptly transforming spatial observations into temporal insights, thereby significantly improving gaze estimation accuracy. Additionally, our approach integrates Gaussian processes to include individual-specific traits, facilitating the personalization of our model with just a few labeled samples. Experimental results confirm the efficacy of the proposed approach, demonstrating its success in both within-dataset and cross-dataset settings. Specifically, our proposed approach achieves state-of-the-art performance on the Gaze360 dataset, improving by $2.5^\circ$ without personalization. Further, by personalizing the model with just three samples, we achieved an additional improvement of $0.8^\circ$. The code and pre-trained models are available at \url{https://github.com/jswati31/stage}.

📄 PDF Abstract BibTeX arXiv:2404.05215

Code (1)

jswati31/stage 공식 구현 pytorch

Tasks

Gaussian ProcessesGaze Estimation

Similar Papers 제목 키워드 기반

4D-ACFNet: A 4D Attention Mechanism-Based Prognostic Framework for Colorectal Cancer Liver Metastasis Integrating Multimodal Spatiotemporal Features

2025-03-12 · Zesheng Li, Wei Yang, Yan Su, Yiran Zhu 외

Postoperative prognostic prediction for colorectal cancer liver metastasis (CRLM) remains challenging due to tumor heterogeneity, dynamic evolution of the hepatic microenvironment, and insufficient multimodal data fusion…

cross-modal alignmentDisentanglement

Spatio-temporal Diffusion Point Processes

2023-05-21 · Yuan Yuan, Jingtao Ding, Chenyang Shao, Depeng Jin 외

Spatio-temporal point process (STPP) is a stochastic collection of events accompanied with time and space. Due to computational complexities, existing solutions for STPPs compromise with conditional independence between …

EpidemiologyPoint Processes

Spatiotemporal-Enhanced Network for Click-Through Rate Prediction in Location-based Services

2022-09-20 · Shaochuan Lin, Yicong Yu, Xiyu Ji, Taotao Zhou 외

In Location-Based Services(LBS), user behavior naturally has a strong dependence on the spatiotemporal information, i.e., in different geographical locations and at different times, user click behavior will change signif…

AttributeClick-Through Rate Prediction

Robust and Conjugate Spatio-Temporal Gaussian Processes

2025-02-04 · William Laplante, Matias Altamirano, Andrew Duncan, Jeremias Knoblauch 외

State-space formulations allow for Gaussian process (GP) regression with linear-in-time computational cost in spatio-temporal settings, but performance typically suffers in the presence of outliers. In this paper, we ada…

Gaussian ProcessesUncertainty QuantificationWeather Forecasting

The Use of Gaussian Processes in System Identification

2019-07-13 · Simo Särkkä

Gaussian processes are used in machine learning to learn input-output mappings from observed data. Gaussian process regression is based on imposing a Gaussian process prior on the unknown regressor function and statistic…

FormGaussian ProcessesState Space ModelsTime Series+2