CVLGFeb 6, 2020

Gaze Preserving CycleGANs for Eyeglass Removal & Persistent Gaze Estimation

arXiv:2002.02077v611 citations
AI Analysis

This work addresses the problem of reliable gaze estimation for drivers in partially automated vehicles, which is incremental as it builds on existing CycleGAN methods with added supervision.

The study tackled the problem of estimating driver gaze in challenging vehicular conditions like harsh lighting and reflective eyeglasses by using infrared cameras and a Gaze Preserving CycleGAN to remove eyeglasses while preserving gaze, resulting in improved performance, interpretability, and robustness on real-world datasets.

A driver's gaze is critical for determining their attention, state, situational awareness, and readiness to take over control from partially automated vehicles. Estimating the gaze direction is the most obvious way to gauge a driver's state under ideal conditions when limited to using non-intrusive imaging sensors. Unfortunately, the vehicular environment introduces a variety of challenges that are usually unaccounted for - harsh illumination, nighttime conditions, and reflective eyeglasses. Relying on head pose alone under such conditions can prove to be unreliable and erroneous. In this study, we offer solutions to address these problems encountered in the real world. To solve issues with lighting, we demonstrate that using an infrared camera with suitable equalization and normalization suffices. To handle eyeglasses and their corresponding artifacts, we adopt image-to-image translation using generative adversarial networks to pre-process images prior to gaze estimation. Our proposed Gaze Preserving CycleGAN (GPCycleGAN) is trained to preserve the driver's gaze while removing potential eyeglasses from face images. GPCycleGAN is based on the well-known CycleGAN approach - with the addition of a gaze classifier and a gaze consistency loss for additional supervision. Our approach exhibits improved performance, interpretability, robustness and superior qualitative results on challenging real-world datasets.

Code Implementations1 repo
Foundations

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

Your Notes