arXiv:2601.02759cs.CVcs.RO2026-01TPAMI被引 1

无需训练即可跨尺度、场景和传感器实现点云注册,解决零样本泛化难题。

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

  • 自动估算超参数,避免人工调参
  • 在12个数据集上零样本注册成功率超90%
  • 适合自动驾驶与机器人等实时应用

基于深度学习的点云配准方法在零样本泛化方面存在局限,常需针对新环境调整超参数或重新训练。本文指出三大问题:(a) 固定的用户定义参数(如体素大小、搜索半径)无法适应不同尺度;(b) 学习的特征点检测器跨域迁移能力差;(c) 绝对坐标加剧数据集间的尺度不匹配。为此提出BUFFER-X,一种无需训练的配准框架,通过:(a) 几何自举法自动估计超参数;(b) 分布感知的最远点采样替代学习型检测器;(c) 局部块级坐标归一化保证尺度一致性。采用分层多尺度匹配,在局部、中程和全局感受野中提取对应关系,提升复杂环境下的鲁棒性。针对效率敏感场景,推出BUFFER-X-Lite,通过早期退出策略和快速位姿求解器将计算时间减少43%,同时保持精度。在包含12个数据集的综合基准上评估,覆盖物体级、室内和室外场景,以及异构激光雷达配置的跨传感器注册。结果表明,该方法无需手动调参或测试域先验知识即可有效泛化。代码已开源:https://github.com/MIT-SPARK/BUFFER-X。

原文摘要 · Abstract (English)

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 limitations: (a) fixed user-defined parameters (e.g., voxel size, search radius) that fail to generalize across varying scales, (b) learned keypoint detectors exhibit poor cross-domain transferability, and (c) absolute coordinates amplify scale mismatches between datasets. To address these three issues, we present BUFFER-X, a training-free registration framework that achieves zero-shot generalization through: (a) geometric bootstrapping for automatic hyperparameter estimation, (b) distribution-aware farthest point sampling to replace learned detectors, and (c) patch-level coordinate normalization to ensure scale consistency. Our approach employs hierarchical multi-scale matching to extract correspondences across local, middle, and global receptive fields, enabling robust registration in diverse environments. For efficiency-critical applications, we introduce BUFFER-X-Lite, which reduces total computation time by 43% (relative to BUFFER-X) through early exit strategies and fast pose solvers while preserving accuracy. We evaluate on a comprehensive benchmark comprising 12 datasets spanning object-scale, indoor, and outdoor scenes, including cross-sensor registration between heterogeneous LiDAR configurations. Results demonstrate that our approach generalizes effectively without manual tuning or prior knowledge of test domains. Code: https://github.com/MIT-SPARK/BUFFER-X.

点云注册零样本多尺度实时配准

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。