paper-with-me

Papers

TDACloud: Point Cloud Recognition Using Topological Data Analysis

2025-06-23 · Anirban Ghosh, Ian Dahlin, Ayan Dutta

Point cloud-based object/place recognition remains a problem of interest in applications such as autonomous driving, scene reconstruction, and localization. Extracting meaningful local descriptors from a query point cloud that can be matched with the descriptors of the collected 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 TDACloud, using Topological Data Analysis (TDA) for local descriptor extraction from a point cloud, which does not need resource-intensive GPU-based machine learning training. More specifically, we used the ATOL vectorization method to generate vectors for point clouds. Unlike voxelization, our proposed technique can take raw point clouds as inputs and outputs a fixed-size TDA-descriptor vector. To test the quality of the proposed TDACloud technique, we have implemented it on multiple real-world (e.g., Oxford RobotCar, KITTI-360) and realistic (e.g., ShapeNet) point cloud datasets for object and place recognition. We have also tested TDACloud on noisy and transformed test cases where the query point cloud has been scaled, translated, or rotated. Our results demonstrate high recognition accuracies in noisy conditions and large-scale real-world place recognition while outperforming the baselines by up to approximately 14%.

📄 PDF Abstract BibTeX arXiv:2506.18725

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingGPUTopological Data Analysis

Similar Papers 제목 키워드 기반

Topologically Persistent Features-based Object Recognition in Cluttered Indoor Environments

2022-05-16 · Ekta U. Samani, Ashis G. Banerjee

Recognition of occluded objects in unseen indoor environments is a challenging problem for mobile robots. This work proposes a new slicing-based topological descriptor that captures the 3D shape of object point clouds to…

Object RecognitionPoint Cloud ClassificationUnity

Semantic Graph Based Place Recognition for 3D Point Clouds

2020-08-26 · Xin Kong, Xuemeng Yang, Guangyao Zhai, Xiangrui Zhao 외

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 focu…

Graph MatchingGraph Similarity

Topological Point Cloud Clustering

2023-03-29 · Vincent P. Grande, Michael T. Schaub

We present Topological Point Cloud Clustering (TPCC), a new method to cluster points in an arbitrary point cloud based on their contribution to global topological features. TPCC synthesizes desirable features from spectr…

ClusteringTopological Data Analysis

Point-Level Topological Representation Learning on Point Clouds

2024-06-04 · Vincent P. Grande, Michael T. Schaub

Topological Data Analysis (TDA) allows us to extract powerful topological and higher-order information on the global shape of a data set or point cloud. Tools like Persistent Homology or the Euler Transform give a single…

Representation LearningTopological Data Analysis

Adaptive Topological Feature via Persistent Homology: Filtration Learning for Point Clouds

2023-07-18 · NeurIPS 2023 11 · Naoki Nishikawa, Yuichi Ike, Kenji Yamanishi

Machine learning for point clouds has been attracting much attention, with many applications in various fields, such as shape recognition and material science. For enhancing the accuracy of such machine learning methods,…