English

Neural Non-Rigid Tracking

Computer Vision and Pattern Recognition 2021-01-13 v2 Graphics Machine Learning Image and Video Processing

Abstract

We introduce a novel, end-to-end learnable, differentiable non-rigid tracker that enables state-of-the-art non-rigid reconstruction by a learned robust optimization. Given two input RGB-D frames of a non-rigidly moving object, we employ a convolutional neural network to predict dense correspondences and their confidences. These correspondences are used as constraints in an as-rigid-as-possible (ARAP) optimization problem. By enabling gradient back-propagation through the weighted non-linear least squares solver, we are able to learn correspondences and confidences in an end-to-end manner such that they are optimal for the task of non-rigid tracking. Under this formulation, correspondence confidences can be learned via self-supervision, informing a learned robust optimization, where outliers and wrong correspondences are automatically down-weighted to enable effective tracking. Compared to state-of-the-art approaches, our algorithm shows improved reconstruction performance, while simultaneously achieving 85 times faster correspondence prediction than comparable deep-learning based methods. We make our code available.

Keywords

Cite

@article{arxiv.2006.13240,
  title  = {Neural Non-Rigid Tracking},
  author = {Aljaž Božič and Pablo Palafox and Michael Zollhöfer and Angela Dai and Justus Thies and Matthias Nießner},
  journal= {arXiv preprint arXiv:2006.13240},
  year   = {2021}
}

Comments

Video: https://youtu.be/nqYaxM6Rj8I, Code: https://github.com/DeformableFriends/NeuralTracking

R2 v1 2026-06-23T16:34:01.911Z