Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors - Robotics Institute Carnegie Mellon University

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors

Xuanyi Dong, Shoou-I Yu, Xinshuo Weng, Shi-En Wei, Yi Yang, and Yaser Sheikh
Conference Paper, Proceedings of (CVPR) Computer Vision and Pattern Recognition, pp. 360 - 368, June, 2018

Abstract

In this paper, we present supervision-by-registration, an unsupervised approach to improve the precision of facial landmark detectors on both images and videos. Our key observation is that the detections of the same landmark in adjacent frames should be coherent with registration, i.e., optical flow. Interestingly, the coherency of optical flow is a source of supervision that does not require manual labeling and can be leveraged during detector training. For example, we can enforce in the training loss function that a detected landmark at frame t−1 followed by optical flow tracking from frame t−1 to frame t should coincide with the location of the detection at frame t. Essentially, supervision-by-registration augments the training loss function with a registration loss, thus training the detector to have the output that is not only close to the annotations in labeled images, but also consistent with registration on large amounts of unlabeled videos. End-to-end training with the registration loss is made possible by a differentiable Lucas-Kanade operation, which computes optical flow registration in the forward pass, and back propagates gradients that encourage temporal coherency in the detector. The output of our method is a more precise image-based facial landmark detector, which can be applied to single images or video. With supervision-by-registration, we demonstrate (1) improvements in facial landmark detection on both images (300W, ALFW) and video (300VW, Youtube-Celebrities), and (2) significant reduction of jittering in video detections.

BibTeX

@conference{Dong-2018-118901,
author = {Xuanyi Dong and Shoou-I Yu and Xinshuo Weng and Shi-En Wei and Yi Yang and Yaser Sheikh},
title = {Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors},
booktitle = {Proceedings of (CVPR) Computer Vision and Pattern Recognition},
year = {2018},
month = {June},
pages = {360 - 368},
}