Quasi-Newton Solver for Robust Non-Rigid Registration

Abstract

Imperfect data (noise, outliers and partial overlap) and high degrees of freedom make non-rigid registration a classical challenging problem in computer vision. Existing methods typically adopt the l_p type robust estimator to regularize the fitting and smoothness, and the proximal operator is used to solve the resulting non-smooth problem. However, the slow convergence of these algorithms limits its wide applications. In this paper, we propose a formulation for robust non-rigid registration based on a globally smooth robust estimator for data fitting and regularization, which can handle outliers and partial overlaps. We apply the majorization-minimization algorithm to the problem, which reduces each iteration to solving a simple least-squares problem with L-BFGS. Extensive experiments demonstrate the effectiveness of our method for non-rigid alignment between two shapes with outliers and partial overlap. with quantitative evaluation showing that it outperforms state-of-the-art methods in terms of registration accuracy and computational speed. The source code is available at https://github.com/Juyong/Fast_RNRR.

Cite

Text

Yao et al. "Quasi-Newton Solver for Robust Non-Rigid Registration." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00762

Markdown

[Yao et al. "Quasi-Newton Solver for Robust Non-Rigid Registration." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/yao2020cvpr-quasinewton/) doi:10.1109/CVPR42600.2020.00762

BibTeX

@inproceedings{yao2020cvpr-quasinewton,
  title     = {{Quasi-Newton Solver for Robust Non-Rigid Registration}},
  author    = {Yao, Yuxin and Deng, Bailin and Xu, Weiwei and Zhang, Juyong},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00762},
  url       = {https://mlanthology.org/cvpr/2020/yao2020cvpr-quasinewton/}
}