用拓扑分析提取点云特征,无需训练即可高效识别物体与场景。
TopoRec: Point Cloud Recognition Using Topological Data Analysis
- 基于拓扑数据分析生成点云局部描述符,避免依赖深度学习训练。
- 在Oxford RobotCar等数据集上优于主流方法,准确率更高且泛化性强。
- 适合资源受限场景,可快速部署于新环境而不需重新训练。
基于点云的物体/场景识别在自动驾驶、场景重建和定位等领域具有重要意义。如何从查询点云中提取有意义的全局描述符,并与数据库中的描述符匹配,仍是挑战性问题。当查询点云存在噪声或发生旋转等变换时,问题更为复杂。为此,我们提出一种名为TopoRec的新方法,利用拓扑数据分析(TDA)从点云中提取局部描述符,无需依赖耗时的GPU深度学习训练。具体地,采用ATOL向量化方法生成点云向量。我们在多个真实世界(如Oxford RobotCar、NCLT)和模拟数据集(如ShapeNet)上测试了TopoRec在大规模场景与物体识别中的性能。与PointNetVLAD、PCAN等学习型方法相比,本方法无需大量训练,可轻松适配新环境;尽管如此,在标准基准测试中仍持续优于当前最优的学习型及手工设计基线方法(如M2DP、ScanContext),展现出更高的精度与更强的泛化能力。
原文摘要 · Abstract (English)
Point cloud-based object/place recognition remains a problem of interest in applications such as autonomous driving, scene reconstruction, and localization. Extracting a meaningful global descriptor from a query point cloud that can be matched with the descriptors of the database point clouds is a challenging problem. Furthermore, when the query point cloud is noisy or has been transformed (e.g., rotated), it adds to the complexity. To this end, we propose a novel methodology, named TopoRec, which utilizes Topological Data Analysis (TDA) for extracting local descriptors from a point cloud, thereby eliminating the need for resource-intensive GPU-based machine learning training. More specifically, we used the ATOL vectorization method to generate vectors for point clouds. To test the quality of the proposed TopoRec technique, we have implemented it on multiple real-world (e.g., Oxford RobotCar, NCLT) and realistic (e.g., ShapeNet) point cloud datasets for large-scale place and object recognition, respectively. Unlike existing learning-based approaches such as PointNetVLAD and PCAN, our method does not require extensive training, making it easily adaptable to new environments. Despite this, it consistently outperforms both state-of-the-art learning-based and handcrafted baselines (e.g., M2DP, ScanContext) on standard benchmark datasets, demonstrating superior accuracy and strong generalization.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。