paper-with-me

홈 › Papers

BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration

2023-01-01 · CVPR 2023 1 · Sheng Ao, Qingyong Hu, Hanyun Wang, Kai Xu, Yulan Guo

An ideal point cloud registration framework should have superior accuracy, acceptable efficiency, and strong generalizability. However, this is highly challenging since existing registration techniques are either not accurate enough, far from efficient, or generalized poorly. It remains an open question that how to achieve a satisfying balance between this three key elements. In this paper, we propose BUFFER, a point cloud registration method for balancing accuracy, efficiency, and generalizability. The key to our approach is to take advantage of both point-wise and patch-wise techniques, while overcoming the inherent drawbacks simultaneously. Different from a simple combination of existing methods, each component of our network has been carefully crafted to tackle specific issues. Specifically, a Point-wise Learner is first introduced to enhance computational efficiency by predicting keypoints and improving the representation capacity of features by estimating point orientations, a Patch-wise Embedder which leverages a lightweight local feature learner is then deployed to extract efficient and general patch features. Additionally, an Inliers Generator which combines simple neural layers and general features is presented to search inlier correspondences. Extensive experiments on real-world scenarios demonstrate that our method achieves the best of both worlds in accuracy, efficiency, and generalization. In particular, our method not only reaches the highest success rate on unseen domains, but also is almost 30 times faster than the strong baselines specializing in generalization. Code is available at https://github.com/aosheng1996/BUFFER.

📄 PDF Abstract BibTeX

Code (1)

aosheng1996/buffer 공식 구현 pytorch

Tasks

Computational EfficiencyOpen-Ended Question AnsweringPoint Cloud Registration

Similar Papers 제목 키워드 기반

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

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

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 thre…

Point Cloud Registration

Neighborhood Mixup Experience Replay: Local Convex Interpolation for Improved Sample Efficiency in Continuous Control Tasks

2022-05-18 · Ryan Sander, Wilko Schwarting, Tim Seyde, Igor Gilitschenski 외

Experience replay plays a crucial role in improving the sample efficiency of deep reinforcement learning agents. Recent advances in experience replay propose using Mixup (Zhang et al., 2018) to further improve sample eff…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

Sim and Real: Better Together

2021-10-01 · NeurIPS 2021 12 · Shirli Di Castro Shashua, Dotan Di Castro, Shie Mannor

Simulation is used extensively in autonomous systems, particularly in robotic manipulation. By far, the most common approach is to train a controller in simulation, and then use it as an initial starting point for the re…

Evolving Constrained Reinforcement Learning Policy

2023-04-19 · Chengpeng Hu, Jiyuan Pei, Jialin Liu, Xin Yao

Evolutionary algorithms have been used to evolve a population of actors to generate diverse experiences for training reinforcement learning agents, which helps to tackle the temporal credit assignment problem and improve…

Evolutionary Algorithmsreinforcement-learningReinforcement Learning

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