CVLGROMar 7, 2022

L2CS-Net: Fine-Grained Gaze Estimation in Unconstrained Environments

arXiv:2203.03339v1139 citationsh-index: 38Has Code
AI Analysis

This addresses the challenge of accurate gaze estimation for applications like human-robot interaction and virtual reality, though it is incremental with a novel method for a known bottleneck.

The paper tackles the problem of fine-grained gaze estimation in unconstrained environments by proposing a CNN-based model that regresses each gaze angle separately, achieving state-of-the-art accuracies of 3.92° on MPIIGaze and 10.41° on Gaze360 datasets.

Human gaze is a crucial cue used in various applications such as human-robot interaction and virtual reality. Recently, convolution neural network (CNN) approaches have made notable progress in predicting gaze direction. However, estimating gaze in-the-wild is still a challenging problem due to the uniqueness of eye appearance, lightning conditions, and the diversity of head pose and gaze directions. In this paper, we propose a robust CNN-based model for predicting gaze in unconstrained settings. We propose to regress each gaze angle separately to improve the per-angel prediction accuracy, which will enhance the overall gaze performance. In addition, we use two identical losses, one for each angle, to improve network learning and increase its generalization. We evaluate our model with two popular datasets collected with unconstrained settings. Our proposed model achieves state-of-the-art accuracy of 3.92° and 10.41° on MPIIGaze and Gaze360 datasets, respectively. We make our code open source at https://github.com/Ahmednull/L2CS-Net.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes