paper-with-me

홈 › Papers

Learning Iterative Robust Transformation Synchronization

2021-11-01 · Zi Jian Yew, Gim Hee Lee

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 explicit initialization step and performs well with identity initial poses. Although our approach is simple, we show that it performs favorably against existing handcrafted and learned synchronization methods through experiments on both SO(3) and SE(3) synchronization.

📄 PDF Abstract BibTeX arXiv:2111.00728

Code (1)

yewzijian/multireg 공식 구현 pytorch

Similar Papers 제목 키워드 기반

K-Best Transformation Synchronization

2019-10-01 · ICCV 2019 10 · Yifan Sun, Jiacheng Zhuo, Arnav Mohan, Qixing Huang

In this paper, we introduce the problem of K-best transformation synchronization for the purpose of multiple scan matching. Given noisy pair-wise transformations computed between a subset of depth scan pairs, K-best tran…

Clustering

Geometric Image Synchronization with Deep Watermarking

2025-09-18 · Pierre Fernandez, Tomáš Souček, Nikola Jovanović, Hady Elsahar 외 arxiv

Synchronization is the task of estimating and inverting geometric transformations (e.g., crop, rotation) applied to an image. This work introduces SyncSeal, a bespoke watermarking method for robust image synchronization,…

On Transitive Consistency for Linear Invertible Transformations between Euclidean Coordinate Systems

2015-09-02 · Johan Thunberg, Florian Bernard, Jorge Goncalves

Transitive consistency is an intrinsic property for collections of linear invertible transformations between Euclidean coordinate frames. In practice, when the transformations are estimated from data, this property is la…

Learning Transformation Synchronization

2019-01-27 · CVPR 2019 6 · Xiangru Huang, Zhenxiao Liang, Xiaowei Zhou, Yao Xie 외

Reconstructing the 3D model of a physical object typically requires us to align the depth scans obtained from different camera poses into the same coordinate system. Solutions to this global alignment problem usually pro…

Dense Correspondences between Human Bodies via Learning Transformation Synchronization on Graphs

2020-12-01 · NeurIPS 2020 12 · Xiangru Huang, Haitao Yang, Etienne Vouga, QiXing Huang

We introduce an approach for establishing dense correspondences between partial scans of human models and a complete template model. Our approach's key novelty lies in formulating dense correspondence computation as init…