TL;DR
This paper introduces a graph neural network-based iterative method for robust transformation synchronization, effectively handling noisy and outlier data without complex pipelines or handcrafted loss functions.
Contribution
It proposes a simple, iterative GNN approach that refines absolute transformations by learning incremental updates, eliminating the need for explicit initialization.
Findings
Performs favorably against existing methods on SO(3) and SE(3) synchronization tasks.
Effectively reduces influence of outliers through learned weighting in message passing.
Achieves high accuracy without complex multi-stage pipelines.
Abstract
Transformation Synchronization is the problem of recovering absolute transformations from a given set of pairwise relative motions. Despite its usefulness, the problem remains challenging due to the influences from noisy and outlier relative motions, and the difficulty to model analytically and suppress them with high fidelity. In this work, we avoid handcrafting robust loss functions, and propose to use graph neural networks (GNNs) to learn transformation synchronization. Unlike previous works which use complicated multi-stage pipelines, we use an iterative approach where each step consists of a single weight-shared message passing layer that refines the absolute poses from the previous iteration by predicting an incremental update in the tangent space. To reduce the influence of outliers, the messages are weighted before aggregation. Our iterative approach alleviates the need for an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
