paper-with-me

홈 › Papers

BUFFER-X: Towards Zero-Shot Point Cloud Registration in Diverse Scenes

2025-03-11 · Minkyun Seo, Hyungtae Lim, Kanghee Lee, Luca Carlone, Jaesik Park

Recent advances in deep learning-based point cloud registration have improved generalization, yet most methods still require retraining or manual parameter tuning for each new environment. In this paper, we identify three key factors limiting generalization: (a) reliance on environment-specific voxel size and search radius, (b) poor out-of-domain robustness of learning-based keypoint detectors, and (c) raw coordinate usage, which exacerbates scale discrepancies. To address these issues, we present a zero-shot registration pipeline called BUFFER-X by (a) adaptively determining voxel size/search radii, (b) using farthest point sampling to bypass learned detectors, and (c) leveraging patch-wise scale normalization for consistent coordinate bounds. In particular, we present a multi-scale patch-based descriptor generation and a hierarchical inlier search across scales to improve robustness in diverse scenes. We also propose a novel generalizability benchmark using 11 datasets that cover various indoor/outdoor scenarios and sensor modalities, demonstrating that BUFFER-X achieves substantial generalization without prior information or manual parameter tuning for the test datasets. Our code is available at https://github.com/MIT-SPARK/BUFFER-X.

📄 PDF Abstract BibTeX arXiv:2503.07940

Code (1)

mit-spark/buffer-x 공식 구현

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Towards Zero-Shot Point Cloud Registration Across Diverse Scales, Scenes, and Sensor Setups

2026-01-06 · Hyungtae Lim, Minkyun Seo, Luca Carlone, Jaesik Park arxiv

Some deep learning-based point cloud registration methods struggle with zero-shot generalization, often requiring dataset-specific hyperparameter tuning or retraining for new environments. We identify three critical limi…

Zero-shot GeneralizationPoint Cloud Registration

ZeroReg: Zero-Shot Point Cloud Registration with Foundation Models

2023-12-05 · Weijie Wang, Wenqi Ren, Guofeng Mei, Bin Ren 외

State-of-the-art 3D point cloud registration methods rely on labeled 3D datasets for training, which limits their practical applications in real-world scenarios and often hinders generalization to unseen scenes. Leveragi…

DecoderGraph MatchingObjectObject Localization+1

RARE: Refine Any Registration of Pairwise Point Clouds via Zero-Shot Learning

2025-07-26 · Chengyu Zheng, Jin Huang, Honghua Chen, Mingqiang Wei arxiv

Recent research leveraging large-scale pretrained diffusion models has demonstrated the potential of using diffusion features to establish semantic correspondences in images. Inspired by advancements in diffusion-based t…

Point Cloud RegistrationZero-Shot LearningPoint Clouds

Zero-shot RGB-D Point Cloud Registration with Pre-trained Large Vision Model

2025-01-01 · CVPR 2025 1 · Haobo Jiang, Jin Xie, Jian Yang, Liang Yu 외

This paper introduces ZeroMatch, a novel zero-shot RGB-D point cloud registration framework, aimed at achieving robust 3D matching on unseen data without any task-specific training. Our core idea is to utilize the po…

Point Cloud Registration

Register Any Point: Scaling 3D Point Cloud Registration by Flow Matching

2025-12-01 · Yue Pan, Tao Sun, Liyuan Zhu, Lucas Nunes 외 arxiv

Point cloud registration aligns multiple unposed point clouds into a common reference frame and is a core step for 3D reconstruction and robot localization without initial guess. In this work, we cast registration as con…

Point Cloud Registration3D ReconstructionPoint Clouds