首页 /研究 /Fast Updates for Least‐Squares Rotational Alignment
OTHER

Fast Updates for Least‐Squares Rotational Alignment

Jiayi Eris Zhang, Alec Jacobson, Marc Alexa

发表年份
2021
引用次数
7

摘要

Abstract Across computer graphics, vision, robotics and simulation, many applications rely on determining the 3D rotation that aligns two objects or sets of points. The standard solution is to use singular value decomposition (SVD), where the optimal rotation is recovered as the product of the singular vectors. Faster computation of only the rotation is possible using suitable parameterizations of the rotations and iterative optimization. We propose such a method based on the Cayley transformations. The resulting optimization problem allows better local quadratic approximation compared to the Taylor approximation of the exponential map. This results in both faster convergence as well as more stable approximation compared to other iterative approaches. It also maps well to AVX vectorization. We compare our implementation with a wide range of alternatives on real and synthetic data. The results demonstrate up to two orders of magnitude of speedup compared to a straightforward SVD implementation and a 1.5‐6 times speedup over popular optimized code.

关键词

SpeedupSingular value decompositionVectorization (mathematics)Computer scienceAlgorithmComputationRotation (mathematics)Quadratic equationComputer graphicsArtificial intelligence

相关论文

查看 OTHER 分类全部论文