paper-with-me

Papers

DeepBBS: Deep Best Buddies for Point Cloud Registration

2021-10-06 · Itan Hezroni, Amnon Drory, Raja Giryes, Shai Avidan

Recently, several deep learning approaches have been proposed for point cloud registration. These methods train a network to generate a representation that helps finding matching points in two 3D point clouds. Finding good matches allows them to calculate the transformation between the point clouds accurately. Two challenges of these techniques are dealing with occlusions and generalizing to objects of classes unseen during training. This work proposes DeepBBS, a novel method for learning a representation that takes into account the best buddy distance between points during training. Best Buddies (i.e., mutual nearest neighbors) are pairs of points nearest to each other. The Best Buddies criterion is a strong indication for correct matches that, in turn, leads to accurate registration. Our experiments show improved performance compared to previous methods. In particular, our learned representation leads to an accurate registration for partial shapes and in unseen categories.

📄 PDF Abstract BibTeX arXiv:2110.03016

Code (1)

itanhe/deepbbs 공식 구현 pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Best Buddies Registration for Point Clouds

2020-10-05 · Amnon Drory, Tal Shomer, Shai Avidan, Raja Giryes

We propose new, and robust, loss functions for the point cloud registration problem. Our loss functions are inspired by the Best Buddies Similarity (BBS) measure that counts the number of mutual nearest neighbors between…

Point Cloud RegistrationTemplate Matching

Best-Buddies Tracking

2016-11-01 · Shaul Oron, Denis Suhanov, Shai Avidan

Best-Buddies Tracking (BBT) applies the Best-Buddies Similarity measure (BBS) to the problem of model-free online tracking. BBS was introduced as a similarity measure between two point sets and was shown to be very effec…

Template Matching

Best-Buddies Similarity for Robust Template Matching

2015-06-01 · CVPR 2015 6 · Tali Dekel, Shaul Oron, Michael Rubinstein, Shai Avidan 외

We propose a novel method for template matching in unconstrained environments. Its essence is the Best Buddies Similarity (BBS), a useful, robust, and parameter-free similarity measure between two sets of points. BBS is …

Template Matching

Best-Buddies Similarity - Robust Template Matching using Mutual Nearest Neighbors

2016-09-06 · Shaul Oron, Tali Dekel, Tianfan Xue, William T. Freeman 외

We propose a novel method for template matching in unconstrained environments. Its essence is the Best-Buddies Similarity (BBS), a useful, robust, and parameter-free similarity measure between two sets of points. BBS is …

Template Matching

VRHCF: Cross-Source Point Cloud Registration via Voxel Representation and Hierarchical Correspondence Filtering

2024-03-15 · Guiyu Zhao, Zewen Du, Zhentao Guo, Hongbin Ma

Addressing the challenges posed by the substantial gap in point cloud data collected from diverse sensors, achieving robust cross-source point cloud registration becomes a formidable task. In response, we present a novel…

Point Cloud Registration