KISS-Matcher: Fast and Robust Point Cloud Registration Revisited
Hyungtae Lim, Daebeom Kim, Gunhee Shin, Jingnan Shi, Ignacio Vizzo, Hyun Myung, Jaesik Park, Luca Carlone

TL;DR
KISS-Matcher is a comprehensive open-source C++ library for point cloud registration that introduces a faster feature detector and an efficient outlier rejection method, significantly improving speed and scalability while maintaining accuracy.
Contribution
It presents a holistic registration pipeline with a novel feature detector and graph-based pruning, enhancing speed and robustness over existing methods.
Findings
Achieves faster registration compared to state-of-the-art methods.
Demonstrates superior scalability and broad applicability.
Maintains high accuracy despite speed improvements.
Abstract
While global point cloud registration systems have advanced significantly in all aspects, many studies have focused on specific components, such as feature extraction, graph-theoretic pruning, or pose solvers. In this paper, we take a holistic view on the registration problem and develop an open-source and versatile C++ library for point cloud registration, called KISS-Matcher. KISS-Matcher combines a novel feature detector, Faster-PFH, that improves over the classical fast point feature histogram (FPFH). Moreover, it adopts a -core-based graph-theoretic pruning to reduce the time complexity of rejecting outlier correspondences. Finally, it combines these modules in a complete, user-friendly, and ready-to-use pipeline. As verified by extensive experiments, KISS-Matcher has superior scalability and broad applicability, achieving a substantial speed-up compared to state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Surveying and Cultural Heritage · Image Processing and 3D Reconstruction · Remote Sensing and LiDAR Applications
MethodsLib · Pruning
