CVLGJul 19, 2020

EllSeg: An Ellipse Segmentation Framework for Robust Gaze Tracking

arXiv:2007.09600v292 citations
AI Analysis

This improves gaze tracking robustness for applications like human-computer interaction, though it is incremental as it builds on existing segmentation methods.

The authors tackled the problem of ellipse fitting for gaze tracking being sensitive to occlusions by proposing a CNN that directly segments entire elliptical structures, resulting in at least 10% and 24% increases in pupil and iris center detection rates within a two-pixel error margin.

Ellipse fitting, an essential component in pupil or iris tracking based video oculography, is performed on previously segmented eye parts generated using various computer vision techniques. Several factors, such as occlusions due to eyelid shape, camera position or eyelashes, frequently break ellipse fitting algorithms that rely on well-defined pupil or iris edge segments. In this work, we propose training a convolutional neural network to directly segment entire elliptical structures and demonstrate that such a framework is robust to occlusions and offers superior pupil and iris tracking performance (at least 10$\%$ and 24$\%$ increase in pupil and iris center detection rate respectively within a two-pixel error margin) compared to using standard eye parts segmentation for multiple publicly available synthetic segmentation datasets.

Code Implementations3 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