# Few-Shot Adaptive Gaze Estimation

**Authors:** Seonwook Park, Shalini De Mello, Pavlo Molchanov, Umar Iqbal, and Otmar Hilliges, Jan Kautz

arXiv: 1905.01941 · 2019-10-15

## TL;DR

This paper introduces FAZE, a novel few-shot learning framework for personalized gaze estimation that achieves state-of-the-art accuracy with minimal calibration samples by combining a disentangling encoder-decoder architecture and meta-learning.

## Contribution

It presents a new framework that effectively personalizes gaze estimation networks with fewer than 10 calibration samples, outperforming previous methods.

## Key findings

- Achieves 3.18° error on GazeCapture dataset
- Improves gaze estimation accuracy by 19% over prior art
- Capable of adapting with as few as 3 calibration samples

## Abstract

Inter-personal anatomical differences limit the accuracy of person-independent gaze estimation networks. Yet there is a need to lower gaze errors further to enable applications requiring higher quality. Further gains can be achieved by personalizing gaze networks, ideally with few calibration samples. However, over-parameterized neural networks are not amenable to learning from few examples as they can quickly over-fit. We embrace these challenges and propose a novel framework for Few-shot Adaptive GaZE Estimation (FAZE) for learning person-specific gaze networks with very few (less than or equal to 9) calibration samples. FAZE learns a rotation-aware latent representation of gaze via a disentangling encoder-decoder architecture along with a highly adaptable gaze estimator trained using meta-learning. It is capable of adapting to any new person to yield significant performance gains with as few as 3 samples, yielding state-of-the-art performance of 3.18 degrees on GazeCapture, a 19% improvement over prior art. We open-source our code at https://github.com/NVlabs/few_shot_gaze

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01941/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01941/full.md

## References

61 references — full list in the complete paper: https://tomesphere.com/paper/1905.01941/full.md

---
Source: https://tomesphere.com/paper/1905.01941