# Eye Contact Correction using Deep Neural Networks

**Authors:** Leo F. Isikdogan, Timo Gerasimow, Gilad Michael

arXiv: 1906.05378 · 2019-12-30

## TL;DR

This paper presents a real-time deep neural network model that corrects eye contact in video calls by redirecting gaze to the camera, improving user experience without extra hardware or complex inputs.

## Contribution

The proposed model uniquely redirects gaze to the camera without needing camera/display geometry or redirection angles, trained on synthetic data for robustness.

## Key findings

- Runs in real-time on standard CPUs
- Does not require additional hardware
- Produces natural and smooth gaze correction

## Abstract

In a typical video conferencing setup, it is hard to maintain eye contact during a call since it requires looking into the camera rather than the display. We propose an eye contact correction model that restores the eye contact regardless of the relative position of the camera and display. Unlike previous solutions, our model redirects the gaze from an arbitrary direction to the center without requiring a redirection angle or camera/display/user geometry as inputs. We use a deep convolutional neural network that inputs a monocular image and produces a vector field and a brightness map to correct the gaze. We train this model in a bi-directional way on a large set of synthetically generated photorealistic images with perfect labels. The learned model is a robust eye contact corrector which also predicts the input gaze implicitly at no additional cost. Our system is primarily designed to improve the quality of video conferencing experience. Therefore, we use a set of control mechanisms to prevent creepy results and to ensure a smooth and natural video conferencing experience. The entire eye contact correction system runs end-to-end in real-time on a commodity CPU and does not require any dedicated hardware, making our solution feasible for a variety of devices.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.05378/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1906.05378/full.md

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