CVGRJan 25, 2021

Supervision by Registration and Triangulation for Landmark Detection

arXiv:2101.09866v145 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the limitation of manual annotations in landmark detection for computer vision applications, offering an unsupervised method to leverage abundant unlabeled data.

The paper tackles the problem of improving landmark detection accuracy and precision by using unlabeled multi-view video data, resulting in demonstrated improvements across 11 datasets with a new precision metric.

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 unlabeled data enables our detectors to learn from massive amounts of unlabeled data freely available and not be limited by the quality and quantity of manual human annotations. To utilize unlabeled data, there are two key observations: (1) the detections of the same landmark in adjacent frames should be coherent with registration, i.e., optical flow. (2) the detections of the same landmark in multiple synchronized and geometrically calibrated views should correspond to a single 3D point, i.e., multi-view consistency. Registration and multi-view consistency are sources of supervision that do not require manual labeling, thus it can be leveraged to augment existing training data during detector training. End-to-end training is made possible by differentiable registration and 3D triangulation modules. Experiments with 11 datasets and a newly proposed metric to measure precision demonstrate accuracy and precision improvements in landmark detection on both images and video. Code is available at https://github.com/D-X-Y/landmark-detection.

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