paper-with-me

Papers

Deep Semantic Graph Matching for Large-scale Outdoor Point Clouds Registration

2023-08-10 · Shaocong Liu, Tao Wang, Yan Zhang, Ruqin Zhou, Li Li, Chenguang Dai, Yongsheng Zhang, Longguang Wang, Hanyun Wang

Current point cloud registration methods are mainly based on local geometric information and usually ignore the semantic information contained in the scenes. In this paper, we treat the point cloud registration problem as a semantic instance matching and registration task, and propose a deep semantic graph matching method (DeepSGM) for large-scale outdoor point cloud registration. Firstly, the semantic categorical labels of 3D points are obtained using a semantic segmentation network. The adjacent points with the same category labels are then clustered together using the Euclidean clustering algorithm to obtain the semantic instances, which are represented by three kinds of attributes including spatial location information, semantic categorical information, and global geometric shape information. Secondly, the semantic adjacency graph is constructed based on the spatial adjacency relations of semantic instances. To fully explore the topological structures between semantic instances in the same scene and across different scenes, the spatial distribution features and the semantic categorical features are learned with graph convolutional networks, and the global geometric shape features are learned with a PointNet-like network. These three kinds of features are further enhanced with the self-attention and cross-attention mechanisms. Thirdly, the semantic instance matching is formulated as an optimal transport problem, and solved through an optimal matching layer. Finally, the geometric transformation matrix between two point clouds is first estimated by the SVD algorithm and then refined by the ICP algorithm. Experimental results conducted on the KITTI Odometry dataset demonstrate that the proposed method improves the registration performance and outperforms various state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2308.05314

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingPoint Cloud RegistrationSemantic Segmentation

Similar Papers 제목 키워드 기반

Weakly Supervised Segmentation on Outdoor 4D Point Clouds With Temporal Matching and Spatial Graph Propagation

2022-01-01 · CVPR 2022 1 · Hanyu Shi, Jiacheng Wei, Ruibo Li, Fayao Liu 외

Existing point cloud segmentation methods require a large amount of annotated data, especially for the outdoor point cloud scene. Due to the complexity of the outdoor 3D scenes, manual annotations on the outdoor poin…

Point Cloud SegmentationScene UnderstandingWeakly-supervised LearningWeakly supervised segmentation

LandscapeAR: Large Scale Outdoor Augmented Reality by Matching Photographs with Terrain Models Using Learned Descriptors

2020-08-01 · ECCV 2020 8 · Jan Brejcha, Michal Lukáč, Yannick Hold-Geoffroy, Oliver Wang 외

We introduce a solution to large scale Augmented Reality for outdoor scenes by registering camera images to textured Digital Elevation Models (DEMs). To accomodate the inherent differences in appearance between real imag…

Patch Matching

HPGNN: Using Hierarchical Graph Neural Networks for Outdoor Point Cloud Processing

2022-06-05 · Arulmolivarman Thieshanthan, Amashi Niwarthana, Pamuditha Somarathne, Tharindu Wickremasinghe 외

Inspired by recent improvements in point cloud processing for autonomous navigation, we focus on using hierarchical graph neural networks for processing and feature learning over large-scale outdoor LiDAR point clouds. W…

Autonomous NavigationGraph Neural NetworkSemantic Segmentation

Controllable 3D Outdoor Scene Generation via Scene Graphs

2025-03-10 · Yuheng Liu, Xinke Li, Yuning Zhang, Lu Qi 외

Three-dimensional scene generation is crucial in computer vision, with applications spanning autonomous driving, gaming and the metaverse. Current methods either lack user control or rely on imprecise, non-intuitive cond…

Autonomous DrivingScene Generation

CausalNav: A Long-term Embodied Navigation System for Autonomous Mobile Robots in Dynamic Outdoor Scenarios

2026-01-05 · Hongbo Duan, Shangyi Luo, Zhiyuan Deng, Yanbo Chen 외 arxiv

Autonomous language-guided navigation in large-scale outdoor environments remains a key challenge in mobile robotics, due to difficulties in semantic reasoning, dynamic conditions, and long-term stability. We propose Cau…