paper-with-me

Papers

HeMoRa: Unsupervised Heuristic Consensus Sampling for Robust Point Cloud Registration

2025-01-01 · CVPR 2025 1 · Shaocheng Yan, Yiming Wang, Kaiyan Zhao, Pengcheng Shi, Zhenjun Zhao, Yongjun Zhang, Jiayuan Li

Heuristic information for consensus set sampling is essential for correspondence-based point cloud registration, but existing approaches typically rely on supervised learning or expert-driven parameter tuning. In this work, we propose HeMoRa, a new unsupervised framework that trains a Heuristic information Generator (HeGen) to estimate sampling probabilities for correspondences using a Multi-order Reward Aggregator (MoRa) loss. The core of MoRa is to train HeGen through extensive trials and feedback, enabling unsupervised learning. While this process can be implemented using policy optimization, directly applying the policy gradient to optimize HeGen presents challenges such as sensitivity to noise and low reward efficiency. To address these issues, we propose a Maximal Reward Propagation (MRP) mechanism that enhances the training process by prioritizing noise-free signals and improving reward utilization. Experimental results show that equipped with HeMoRa, the consensus set sampler achieves improvements in both robustness and accuracy. For example, on the 3DMatch dataset with FCGF feature, the registration recall of our unsupervised methods (Ours+SM and Ours+SC^2) even outperforms the state-of-the-art supervised method VBreg. Our code is available at \href https://github.com/Laka-3DV/HeMoRa \texttt HeMoRa .

📄 PDF Abstract BibTeX

Code (1)

laka-3dv/hemora 공식 구현

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Multi-Sample Consensus Driven Unsupervised Normal Estimation for 3D Point Clouds

2023-04-10 · Jie Zhang, Minghui Nie, Junjie Cao, Jian Liu 외

Deep normal estimators have made great strides on synthetic benchmarks. Unfortunately, their performance dramatically drops on the real scan data since they are supervised only on synthetic datasets. The point-wise annot…

Sampling Network Guided Cross-Entropy Method for Unsupervised Point Cloud Registration

2021-09-14 · ICCV 2021 10 · Haobo Jiang, Yaqi Shen, Jin Xie, Jun Li 외

In this paper, by modeling the point cloud registration task as a Markov decision process, we propose an end-to-end deep model embedded with the cross-entropy method (CEM) for unsupervised 3D registration. Our model cons…

Point Cloud Registration

Schemora: schema matching via multi-stage recommendation and metadata enrichment using off-the-shelf llms

2025-07-18 · Osman Erman Gungor, Derak Paulsen, William Kang arxiv

Schema matching is essential for integrating heterogeneous data sources and enhancing dataset discovery, yet it remains a complex and resource-intensive problem. We introduce SCHEMORA, a schema matching framework that co…

Determinantal consensus clustering

2021-02-07 · Serge Vicente, Alejandro Murua

Random restart of a given algorithm produces many partitions to yield a consensus clustering. Ensemble methods such as consensus clustering have been recognized as more robust approaches for data clustering than single c…

ClusteringClustering EnsembleDiversityPoint Processes

Unsupervised Learning of Consensus Maximization for 3D Vision Problems

2019-06-01 · CVPR 2019 6 · Thomas Probst, Danda Pani Paudel, Ajad Chhatkuli, Luc Van Gool

Consensus maximization is a key strategy in 3D vision for robust geometric model estimation from measurements with outliers. Generic methods for consensus maximization, such as Random Sampling and Consensus (RANSAC), hav…