CASSPR: Cross Attention Single Scan Place Recognition
- URL: http://arxiv.org/abs/2211.12542v2
- Date: Tue, 29 Aug 2023 18:40:19 GMT
- Title: CASSPR: Cross Attention Single Scan Place Recognition
- Authors: Yan Xia, Mariia Gladkova, Rui Wang, Qianyun Li, Uwe Stilla, Jo\~ao F.
Henriques, Daniel Cremers
- Abstract summary: Place recognition based on point clouds (LiDAR) is an important component for autonomous robots or self-driving vehicles.
Current SOTA performance is achieved on accumulated LiDAR submaps using either point-based or voxel-based structures.
We propose CASSPR as a method to fuse point-based and voxel-based approaches using cross attention transformers.
- Score: 43.68230981047338
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Place recognition based on point clouds (LiDAR) is an important component for
autonomous robots or self-driving vehicles. Current SOTA performance is
achieved on accumulated LiDAR submaps using either point-based or voxel-based
structures. While voxel-based approaches nicely integrate spatial context
across multiple scales, they do not exhibit the local precision of point-based
methods. As a result, existing methods struggle with fine-grained matching of
subtle geometric features in sparse single-shot Li- DAR scans. To overcome
these limitations, we propose CASSPR as a method to fuse point-based and
voxel-based approaches using cross attention transformers. CASSPR leverages a
sparse voxel branch for extracting and aggregating information at lower
resolution and a point-wise branch for obtaining fine-grained local
information. CASSPR uses queries from one branch to try to match structures in
the other branch, ensuring that both extract self-contained descriptors of the
point cloud (rather than one branch dominating), but using both to inform the
output global descriptor of the point cloud. Extensive experiments show that
CASSPR surpasses the state-of-the-art by a large margin on several datasets
(Oxford RobotCar, TUM, USyd). For instance, it achieves AR@1 of 85.6% on the
TUM dataset, surpassing the strongest prior model by ~15%. Our code is publicly
available.
Related papers
- TopoRec: Point Cloud Recognition Using Topological Data Analysis [3.08426078422188]
We propose TopoRec, which utilizes Topological Data Analysis (TDA) for extracting local descriptors from a point cloud.<n>Our method does not require extensive training, making it easily adaptable to new environments.<n>It consistently outperforms both state-of-the-art learning-based and handcrafted baselines on standard benchmark datasets.
arXiv Detail & Related papers (2025-06-23T14:59:39Z) - SALSA: Swift Adaptive Lightweight Self-Attention for Enhanced LiDAR Place Recognition [9.216146804584614]
We propose SALSA, a novel, lightweight, and efficient framework for LiDAR place recognition.
It consists of a Sphereformer backbone that uses radial window attention to enable information aggregation for sparse distant points.
It outperforms existing methods on various LiDAR place recognition datasets in terms of both retrieval and metric localization while operating in real-time.
arXiv Detail & Related papers (2024-07-11T08:00:19Z) - SparseDet: A Simple and Effective Framework for Fully Sparse LiDAR-based 3D Object Detection [14.137208879448389]
LiDAR-based sparse 3D object detection plays a crucial role in autonomous driving applications.
Existing methods either use the features of a single central voxel as an object proxy, or treat an aggregated cluster of foreground points as an object proxy.
We propose SparseDet which designs sparse queries as object proxies.
arXiv Detail & Related papers (2024-06-16T12:11:44Z) - That's My Point: Compact Object-centric LiDAR Pose Estimation for
Large-scale Outdoor Localisation [18.26335698291226]
This paper is about 3D pose estimation on LiDAR scans with extremely minimal storage requirements.
We achieve this by clustering all points of segmented scans into semantic objects and representing them only with their respective centroid and semantic class.
We achieve accurate metric estimates comparable with state-of-the-art methods with almost half the representation size.
arXiv Detail & Related papers (2024-03-07T18:55:30Z) - Coupled Laplacian Eigenmaps for Locally-Aware 3D Rigid Point Cloud Matching [0.0]
We propose a new technique, based on graph Laplacian eigenmaps, to match point clouds by taking into account fine local structures.
To deal with the order and sign ambiguity of Laplacian eigenmaps, we introduce a new operator, called Coupled Laplacian.
We show that the similarity between those aligned high-dimensional spaces provides a locally meaningful score to match shapes.
arXiv Detail & Related papers (2024-02-27T10:10:12Z) - CPR++: Object Localization via Single Coarse Point Supervision [55.8671776333499]
coarse point refinement (CPR) is first attempt to alleviate semantic variance from an algorithmic perspective.
CPR reduces semantic variance by selecting a semantic centre point in a neighbourhood region to replace the initial annotated point.
CPR++ can obtain scale information and further reduce the semantic variance in a global region.
arXiv Detail & Related papers (2024-01-30T17:38:48Z) - Learning Continuous Implicit Field with Local Distance Indicator for
Arbitrary-Scale Point Cloud Upsampling [55.05706827963042]
Point cloud upsampling aims to generate dense and uniformly distributed point sets from a sparse point cloud.
Previous methods typically split a sparse point cloud into several local patches, upsample patch points, and merge all upsampled patches.
We propose a novel approach that learns an unsigned distance field guided by local priors for point cloud upsampling.
arXiv Detail & Related papers (2023-12-23T01:52:14Z) - Learning Implicit Feature Alignment Function for Semantic Segmentation [51.36809814890326]
Implicit Feature Alignment function (IFA) is inspired by the rapidly expanding topic of implicit neural representations.
We show that IFA implicitly aligns the feature maps at different levels and is capable of producing segmentation maps in arbitrary resolutions.
Our method can be combined with improvement on various architectures, and it achieves state-of-the-art accuracy trade-off on common benchmarks.
arXiv Detail & Related papers (2022-06-17T09:40:14Z) - SASA: Semantics-Augmented Set Abstraction for Point-based 3D Object
Detection [78.90102636266276]
We propose a novel set abstraction method named Semantics-Augmented Set Abstraction (SASA)
Based on the estimated point-wise foreground scores, we then propose a semantics-guided point sampling algorithm to help retain more important foreground points during down-sampling.
In practice, SASA shows to be effective in identifying valuable points related to foreground objects and improving feature learning for point-based 3D detection.
arXiv Detail & Related papers (2022-01-06T08:54:47Z) - Fast Point Voxel Convolution Neural Network with Selective Feature
Fusion for Point Cloud Semantic Segmentation [7.557684072809662]
We present a novel lightweight convolutional neural network for point cloud analysis.
Our method operates on the entire point sets without sampling and achieves good performances efficiently.
arXiv Detail & Related papers (2021-09-23T19:39:01Z) - SPU-Net: Self-Supervised Point Cloud Upsampling by Coarse-to-Fine
Reconstruction with Self-Projection Optimization [52.20602782690776]
It is expensive and tedious to obtain large scale paired sparse-canned point sets for training from real scanned sparse data.
We propose a self-supervised point cloud upsampling network, named SPU-Net, to capture the inherent upsampling patterns of points lying on the underlying object surface.
We conduct various experiments on both synthetic and real-scanned datasets, and the results demonstrate that we achieve comparable performance to the state-of-the-art supervised methods.
arXiv Detail & Related papers (2020-12-08T14:14:09Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.