paper-with-me

홈 › Papers

An approach to robust ICP initialization

2022-12-10 · Alexander Kolpakov, Michael Werman

In this note, we propose an approach to initialize the Iterative Closest Point (ICP) algorithm to match unlabelled point clouds related by rigid transformations. The method is based on matching the ellipsoids defined by the points' covariance matrices and then testing the various principal half-axes matchings that differ by elements of a finite reflection group. We derive bounds on the robustness of our approach to noise and numerical experiments confirm our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2212.05332

Code (1)

sashakolpakov/icp-init 공식 구현

Similar Papers 제목 키워드 기반

On weight initialization in deep neural networks

2017-04-28 · Siddharth Krishna Kumar

A proper initialization of the weights in a neural network is critical to its convergence. Current insights into weight initialization come primarily from linear activation functions. In this paper, I develop a theory fo…

Principles for Initialization and Architecture Selection in Graph Neural Networks with ReLU Activations

2023-06-20 · Gage DeZoort, Boris Hanin

This article derives and validates three principles for initialization and architecture selection in finite width graph neural networks (GNNs) with ReLU activations. First, we theoretically derive what is essentially the…

Depth-Aware Initialization for Stable and Efficient Neural Network Training

2025-09-05 · Vijay Pandey arxiv

In past few years, various initialization schemes have been proposed. These schemes are glorot initialization, He initialization, initialization using orthogonal matrix, random walk method for initialization. Some of the…

Power Variable Projection for Initialization-Free Large-Scale Bundle Adjustment

2024-05-08 · Simon Weber, Je Hyeong Hong, Daniel Cremers

Most Bundle Adjustment (BA) solvers like the Levenberg-Marquardt algorithm require a good initialization. Instead, initialization-free BA remains a largely uncharted territory. The under-explored Variable Projection algo…

Distributed Gradient Clustering: Convergence and the Effect of Initialization

2026-03-20 · Aleksandar Armacki, Himkant Sharma, Dragana Bajović, Dušan Jakovetić 외 arxiv

We study the effects of center initialization on the performance of a family of distributed gradient-based clustering algorithms introduced in [1], that work over connected networks of users. In the considered scenario, …