标题:Semantic Graph Based Place Recognition for 3D Point Clouds
作者:Xin Kong, Xuemeng Yang , Guangyao Zhai , Xiangrui Zhao ,Xianfang Zeng , Mengmeng Wang , Yong Liu , Wanlong Li and Feng Wen
Zhejiang University
来源:arxiv 2020
编译:丛阳滋
审核:zhiyong
转载:泡泡机器人SLAM
摘要
由于空间的遮挡与视角的改变,提取用于三维激光点云场景识别的描述子仍然是一个开放的问题,不同于大部分基于原始点云数据局部、全局和统计特征对场景进行描述,本文的方法主要依靠语义信息来提高对不同场景的适应性。模仿人类的认知习惯,我们利用场景中的语义目标及其空间位置分布信息,提出了一种基于语义图的场景识别方法。首先我们创新地提出了语义图的表达方式,直接保留了原始点云的语义和拓扑信息,随后将场景识别建模为图匹配问题,利用提出的网络计算图间的相似度。Kitti的结果表明我们的方法很大程度上优于SOTA,并且开源。
主要贡献
算法流程
本文方法的流程如上图所示,主要分为语义图表达与基于学习的图相似度计算两个部分。
A 语义图表达
我们利用RangeNet++使用SemanticKITTI的语义标签对数据进行语义分割,再通过聚类获得语义目标,如上图所示,每一个节点由中心点坐标以及语义信息构成;
B 图相似度网络
受SimGNN的启发,我们将语义目标表达为DGCNN中的superpoints,利用EdgeConv来提取局部空间特征,并且我们利用K邻近来构建欧氏空间关系,将两个部分分开进行特征的融合,如上图所示;
对每个结点进行加权来获得一个整体图的表达,通过上式来计算一个全局的图上下文信息(Global Graph Context);
通过上式,我们认为与全局上下文信息更相似的节点具有更大的权值,最终我们得到语义图的嵌入表达(Graph Embedding);
一对图之间的关系可以用NTN的方法进行估计,如上式所示,由此得到图间相似性的度量。
实验结果
本文利用KITTI数据集进行广泛的测试,结果如上图所示,效果优于现有方法;
我们使用最大F1分数来进行定量的评价,可以看出在S08数据上表现尤为突出;
为了测试鲁棒性,我们使用遮挡的数据对方法进行评价,结果如上图所示;
从上图可以看到重访区域的相似度大小;
本文还测试了不同阈值对方法精度的影响,如上图所示,另外本文方法可以达到实时的效率。
------------------------------------------------
Abstract
Due to the difficulty in generating the effective descriptors which are robust to occlusion and viewpoint changes,place recognition for 3D point cloud remains an open issue.Unlike most of the existing methods that focus on extractinglocal, global, and statistical features of raw point clouds,our method aims at the semantic level that can be superiorin terms of robustness to environmental changes. Inspiredby the perspective of humans, who recognize scenes throughidentifying semantic objects and capturing their relations, thispaper presents a novel semantic graph based approach for placerecognition. First, we propose a novel semantic graph representation for the point cloud scenes by reserving the semantic andtopological information of the raw point cloud. Thus, placerecognition is modeled as a graph matching problem. Thenwe design a fast and effective graph similarity network tocompute the similarity. Exhaustive evaluations on the KITTIdataset show that our approach is robust to the occlusion aswell as viewpoint changes and outperforms the state-of-theart methods with a large margin. Our code is available at:https://github.com/kxhit/SG_PR
本文仅做学术分享,如有侵权,请联系删文。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有