paper-with-me

Papers

Graph Matching Optimization Network for Point Cloud Registration

2023-02-12 · Qianliang Wu, Yaqi Shen, Haobo Jiang, Guofeng Mei, Yaqing Ding, Lei Luo, Jin Xie, Jian Yang

Point Cloud Registration is a fundamental and challenging problem in 3D computer vision. Recent works often utilize the geometric structure information in point feature embedding or outlier rejection for registration while neglecting to consider explicitly isometry-preserving constraint ($e.g.,$ point pair linked edge's length preserving after transformation) in training. We claim that the explicit isometry-preserving constraint is also important for improving feature representation abilities in the feature training stage. To this end, we propose a \underline{G}raph \underline{M}atching \underline{O}ptimization based \underline{Net}work (GMONet for short), which utilizes the graph-matching optimizer to explicitly exert the isometry preserving constraints in the point feature training to improve the point feature representation. Specifically, we exploit a partial graph-matching optimizer to optimize the super point ($i.e.,$ down-sampled key points) features and a full graph-matching optimizer to optimize fine-level point features in the overlap region. Meanwhile, we leverage the inexact proximal point method and the mini-batch sampling technique to accelerate these two graph-matching optimizers. Given high discriminative point features in the evaluation stage, we utilize the RANSAC approach to estimate the transformation between the scanned pairs. The proposed method has been evaluated on the 3DMatch/3DLoMatch benchmarks and the KITTI benchmark. The experimental results show that our method performs competitively compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2302.05844

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingPoint Cloud Registration

Similar Papers 제목 키워드 기반

A Graph-Matching Approach for Cross-view Registration of Over-view 2 and Street-view based Point Clouds

2022-02-14 · Xiao Ling, Rongjun Qin

In this paper, based on the assumption that the object boundaries (e.g., buildings) from the over-view data should coincide with footprints of fa\c{c}ade 3D points generated from street-view photogrammetric images, we ai…

global-optimizationGraph Matching

Pairwise Point Cloud Registration using Graph Matching and Rotation-invariant Features

2021-05-05 · Rong Huang, Wei Yao, Yusheng Xu, Zhen Ye 외

Registration is a fundamental but critical task in point cloud processing, which usually depends on finding element correspondence from two point clouds. However, the finding of reliable correspondence relies on establis…

Graph MatchingPoint Cloud RegistrationTranslation

SG-PGM: Partial Graph Matching Network with Semantic Geometric Fusion for 3D Scene Graph Alignment and Its Downstream Tasks

2024-03-28 · CVPR 2024 1 · Yaxu Xie, Alain Pagani, Didier Stricker

Scene graphs have been recently introduced into 3D spatial understanding as a comprehensive representation of the scene. The alignment between 3D scene graphs is the first step of many downstream tasks such as scene grap…

3D Scene Graph AlignmentGraph MatchingGraph Neural NetworkPoint Cloud Registration+1

Robust Point Cloud Registration Framework Based on Deep Graph Matching(TPAMI Version)

2022-11-09 · Kexue Fu, Jiazheng Luo, Xiaoyuan Luo, Shaolei Liu 외

3D point cloud registration is a fundamental problem in computer vision and robotics. Recently, learning-based point cloud registration methods have made great progress. However, these methods are sensitive to outliers, …

graph constructionGraph MatchingPoint Cloud Registration

Cross-modal registration using point clouds and graph-matching in the context of correlative microscopies

2020-12-01 · Stephan Kunne, Guillaume Potier, Jean Mérot, Perrine Paul-Gilloteaux

Correlative microscopy aims at combining two or more modalities to gain more information than the one provided by one modality on the same biological structure. Registration is needed at different steps of correlative mi…

Graph Matching