CVNov 27, 2018

Multiview Supervision By Registration

arXiv:1811.11251v218 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of keypoint detection in non-human species with minimal labeled data, representing an incremental improvement over existing methods.

The paper tackles the problem of training keypoint detectors with limited labeled data by introducing a semi-supervised framework that uses multiview geometry and visual tracking to supervise unlabeled data, resulting in performance that outperforms existing detectors like DeepLabCut for non-human species.

This paper presents a semi-supervised learning framework to train a keypoint detector using multiview image streams given the limited labeled data (typically $<$4\%). We leverage the complementary relationship between multiview geometry and visual tracking to provide three types of supervisionary signals to utilize the unlabeled data: (1) keypoint detection in one view can be supervised by other views via the epipolar geometry; (2) a keypoint moves smoothly over time where its optical flow can be used to temporally supervise consecutive image frames to each other; (3) visible keypoint in one view is likely to be visible in the adjacent view. We integrate these three signals in a differentiable fashion to design a new end-to-end neural network composed of three pathways. This design allows us to extensively use the unlabeled data to train the keypoint detector. We show that our approach outperforms existing detectors including DeepLabCut tailored to the keypoint detection of non-human species such as monkeys, dogs, and mice.

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