paper-with-me

Papers

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

2018-07-03 · CVPR 2018 6 · Xuanyi Dong, Shoou-I Yu, Xinshuo Weng, Shih-En Wei, Yi Yang, Yaser Sheikh

In this paper, we present supervision-by-registration, an unsupervised approach to improve the precision of facial landmark detectors on both images and video. 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 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.

📄 PDF Abstract BibTeX arXiv:1807.00966

Code (1)

facebookresearch/supervision-by-registration pytorch

Tasks

Facial Landmark DetectionOptical Flow Estimation

Similar Papers 제목 키워드 기반

Supervision by Registration and Triangulation for Landmark Detection

2021-01-25 · Xuanyi Dong, Yi Yang, Shih-En Wei, Xinshuo Weng 외

We present Supervision by Registration and Triangulation (SRT), an unsupervised approach that utilizes unlabeled multi-view video to improve the accuracy and precision of landmark detectors. Being able to utilize unlabel…

Optical Flow Estimation

Vista-Morph: Unsupervised Image Registration of Visible-Thermal Facial Pairs

2023-06-10 · Catherine Ordun, Edward Raff, Sanjay Purushotham

For a variety of biometric cross-spectral tasks, Visible-Thermal (VT) facial pairs are used. However, due to a lack of calibration in the lab, photographic capture between two different sensors leads to severely misalign…

Image RegistrationMORPHPerson Re-IdentificationUnsupervised Image Registration

Semi-weakly-supervised neural network training for medical image registration

2024-02-16 · Yiwen Li, Yunguan Fu, Iani J. M. B. Gayo, Qianye Yang 외

For training registration networks, weak supervision from segmented corresponding regions-of-interest (ROIs) have been proven effective for (a) supplementing unsupervised methods, and (b) being used independently in regi…

Image RegistrationMedical Image Registration

NeRF-Guided Unsupervised Learning of RGB-D Registration

2024-05-01 · Zhinan Yu, Zheng Qin, Yijie Tang, Yongjun Wang 외

This paper focuses on training a robust RGB-D registration model without ground-truth pose supervision. Existing methods usually adopt a pairwise training strategy based on differentiable rendering, which enforces the ph…

Model OptimizationNeRF

UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering

2021-02-23 · CVPR 2021 1 · Mohamed El Banani, Luya Gao, Justin Johnson

Aligning partial views of a scene into a single whole is essential to understanding one's environment and is a key component of numerous robotics tasks such as SLAM and SfM. Recent approaches have proposed end-to-end sys…

Point Cloud Registration