A Unified BEV Model for Joint Learning of 3D Local Features and Overlap Estimation
Lin Li, Wendong Ding, Yongkun Wen, Yufei Liang, Yong Liu, Guowei Wan

TL;DR
This paper introduces a unified BEV-based model that jointly learns 3D local features and overlap estimation to improve pairwise point cloud registration, especially in scenes with small overlaps, achieving state-of-the-art results.
Contribution
The paper proposes a novel BEV-based neural network that simultaneously estimates overlap regions and extracts features for registration, enhancing robustness in low-overlap scenarios.
Findings
Outperforms existing methods in overlap estimation accuracy.
Achieves top registration performance on KITTI and Apollo-SouthBay datasets.
Significantly improves registration in scenes with small overlaps.
Abstract
Pairwise point cloud registration is a critical task for many applications, which heavily depends on finding correct correspondences from the two point clouds. However, the low overlap between input point clouds causes the registration to fail easily, leading to mistaken overlapping and mismatched correspondences, especially in scenes where non-overlapping regions contain similar structures. In this paper, we present a unified bird's-eye view (BEV) model for jointly learning of 3D local features and overlap estimation to fulfill pairwise registration and loop closure. Feature description is performed by a sparse UNet-like network based on BEV representation, and 3D keypoints are extracted by a detection head for 2D locations, and a regression head for heights. For overlap detection, a cross-attention module is applied for interacting contextual information of input point clouds,…
| Distance(m) | IOU(%) | Precision(%) | Recall(%) | |||
| OP [12] | Ours | OP [12] | Ours | OP [12] | Ours | |
| 10 | 73.5 | 88.8 | 91.5 | 99.0 | 78.9 | 89.5 |
| 20 | 65.9 | 85.9 | 82.4 | 97.2 | 76.6 | 87.9 |
| 30 | 56.3 | 83.2 | 70.0 | 94.9 | 74.3 | 86.6 |
| 40 | 42.5 | 78.5 | 52.8 | 91.0 | 69.6 | 84.1 |
| 50 | 29.5 | 74.1 | 35.5 | 85.3 | 67.1 | 83.2 |
| 60 | 15.9 | 61.5 | 18.1 | 72.5 | 63.5 | 76.6 |
| Mean | 47.3 | 78.6 | 58.4 | 90.0 | 71.7 | 84.7 |
| Distance(m) | KITTI | Apollo | |||
| OP [12] | O.w.o.O | O.w.O | O.w.o.O | O.w.O | |
| 10 | 97.1 | 99.6 | 99.6 | 99.5 | 100.0 |
| 20 | 95.4 | 96.8 | 98.2 | 99.8 | 99.8 |
| 30 | 80.5 | 87.0 | 96.2 | 99.3 | 99.7 |
| 40 | 51.1 | 59.9 | 86.9 | 97.7 | 98.8 |
| 50 | 24.5 | 33.0 | 67.9 | 93.0 | 97.2 |
| 60 | 9.4 | 11.8 | 47.1 | 88.2 | 94.5 |
| 70 | - | - | - | 74.2 | 89.7 |
| 80 | - | - | - | 47.4 | 76.7 |
| Loss | Registration Metrics | ||
| RR | RTE | RRE | |
| 1.46 | 119.4 | 3.97 | |
| 40.1 | 94.1 | 2.33 | |
| 59.9 | 63.2 | 1.77 | |
| 86.9 | 57.0 | 1.63 | |
| Loss | Overlap Metrics | ||
| OI | OP | OR | |
| 60.2 | 74.5 | 75.0 | |
| 78.6 | 90.0 | 84.7 | |
| Feature map | Size | IOU (%) | Precision (%) | Recall (%) |
| 50.3 | 62.2 | 74.2 | ||
| 64.9 | 78.2 | 78.7 | ||
| 73.8 | 85.2 | 83.2 | ||
| 78.6 | 90.0 | 84.7 |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis · Robotics and Sensor-Based Localization
Methodsfail · Softmax · Concatenated Skip Connection
A Unified BEV Model for Joint Learning of 3D Local Features and Overlap Estimation
Lin Li1,2, Wendong Ding1, Yongkun Wen1, Yufei Liang2, Yong Liu2,∗ and Guowei Wan1,∗ 1Wendong Ding, Yongkun Wen and Guowei Wan are with Baidu Intelligent Driving Group, Beijing 100094, P. R. China. This work is done when Lin Li is an intern at Baidu.2Lin Li, Yufei Liang and Yong Liu are with the Institute of Cyber-Systems and Control, Zhejiang University, Hangzhou 310027, P. R. China.*∗*Corresponding authors, email: [email protected] and [email protected].
Abstract
Pairwise point cloud registration is a critical task for many applications, which heavily depends on finding correct correspondences from the two point clouds. However, the low overlap between input point clouds causes the registration to fail easily, leading to mistaken overlapping and mismatched correspondences, especially in scenes where non-overlapping regions contain similar structures. In this paper, we present a unified bird’s-eye view (BEV) model for jointly learning of 3D local features and overlap estimation to fulfill pairwise registration and loop closure. Feature description is performed by a sparse UNet-like network based on BEV representation, and 3D keypoints are extracted by a detection head for 2D locations, and a regression head for heights. For overlap detection, a cross-attention module is applied for interacting contextual information of input point clouds, followed by a classification head to estimate the overlapping region. We evaluate our unified model extensively on the KITTI dataset and Apollo-SouthBay dataset. The experiments demonstrate that our method significantly outperforms existing methods on overlap estimation, especially in scenes with small overlaps. It also achieves top registration performance on both datasets in terms of translation and rotation errors.
I INTRODUCTION
Pairwise point cloud registration aims to align two partially overlapped point clouds, which is a fundamental task in many applications, such as LiDAR SLAM [1, 2], LiDAR-based mapping [3, 4], and localization [5, 6]. Another equally important module in the SLAM system is loop closure, which ensures a globally consistent map. Recent works have made substantial progress in loop closure detection [7, 8, 9, 10] and point cloud registration [11, 12, 13]. For loop closure detection, it is common practice to encode the entire point cloud into a global descriptor [7, 8]. The advantage of this encoding method is that it is lightweight and convenient for retrieval. However, due to the lack of information interaction, this encoding is not robust to occlusions and small overlaps. The same problem exists in the field of point cloud registration. Some recent point cloud registration works [12, 14, 15] have begun to focus on small overlapping scenarios. However, most of these works are mainly aimed at indoor scenes. Point cloud registration of outdoor scenes with low overlap is very challenging because the point cloud gets sparser with distance.
Loop closure detection is inherently related to overlap estimation, and the latter can be considered as a similarity metric. Intuitively, pairwise registration is directly affected by the overlap of the two point clouds; e.g., the overlap can be utilized to filter out mismatched correspondences. To go further, in the training stage, the overlap can effectively supervise the contrastive learning of the two input point clouds for feature description and keypoint detection. Therefore, overlap estimation is important for loop closure and pairwise registration of point clouds.
In this work, we seek to jointly learn overlap estimation and 3D local features in a unified BEV model. BEV form is a compact and natural representation of point clouds in outdoor scenes, which are usually collected using LiDAR sensors mounted on vehicles. We represent input point clouds as multi-layer BEVs and apply a UNet-like network to extract multi-scale features. We detect keypoints on the 2D BEV representation and extract local descriptors. For 6-DoF registration, we obtain the height of each 2D BEV cell in a regression way. We adopt a cross-attention module to interact with the input point clouds and then perform overlapping region classification on the 2D BEV plane. For pairwise registration, we only detect corresponding keypoints within the overlapping area. For loop closure detection, we take the area of the overlapping region as a measure of their similarity. Fig. 1 is an illustration of our method.
To summarize, our main contributions are:
- •
A joint learning framework for overlap estimation and 3D local features, which effectively fulfills loop closure and 6-DoF registration in urban scenes.
- •
A novel overlap estimation method that fully interacts with pairwise information, yielding high precision and recall under low overlap scenes.
- •
Based on BEV, the separation of 2D keypoint detection on the BEV plane and height regression makes it an efficient and practical 3D keypoint detection method.
- •
Rigorous tests and detailed ablations on the KITTI[16] and Apollo-Southbay[6] datasets to comprehensively verify the effectiveness of the proposed method.
II RELATED WORK
II-A LiDAR-based Loop Closure Detection
As a hot research field of SLAM, numerous researchers have studied LiDAR-based loop closure detection, and many excellent works have been proposed [17, 10, 18, 19, 20, 7, 21, 22, 23, 24, 25].
One of the common solutions is encoding the input point cloud into a global descriptor[26, 27] as a 1D vector or 2D matrix and comparing their similarity to find the loop closures. Scan Context [9] globally describes the point cloud as a bird’s-eye view (BEV) with height information in polar coordinates, which makes the descriptor robust to rotation and has good generalization. Extension works [17, 10, 18, 19, 20] encode additional semantic [10] and intensity [17] information further to improve the detection performance.
Recently learning-based methods have shown impressive results. Some works [7, 21, 22, 23, 24, 25] extract local features with a deep network and aggregate them to a global descriptor with NetVLAD [28] or other context gating techniques[29, 30, 31]. Another common practice is to segment the point cloud into objects as local features and then match them directly [32, 33] or by a graph [34, 35].
The above methods only encode features from its single input point cloud and do not know about the correlated information from the counterpart one. Predator [12] fuses the feature maps from two stream networks and implicitly encodes the overlapping context with designated supervision loss to handle the low overlap registration problem. Unlike Predator, overlap estimation is an explicit network design in our method, rather than supervision only, which is more conducive to obtaining desired results. Furthermore, we use the deepest feature maps that contain contextual information for interacting instead of at the point level, which makes our method more robust and is validated in our experiments.
II-B Deep Point Cloud Registration
Point cloud registration is also a widely studied topic in SLAM research society, in which deep learning methods demonstrate promising results when solving challenge cases, e.g., bad initialization or low overlap. Some of these methods are based on directly inferring correspondences, in which key points are extracted and described on local patches [36, 37, 38], then the accurate transformation is obtained with robust pose estimation, e.g., RANSAC [39] or weighted Procrustes [40]. In order to learn local features more effectively, point convolution backbones [41, 42] are adopted to extract dense features in a single forward process [43, 11, 12].
Instead of directly finding correspondences, some other methods estimate the transformation in an end-to-end manner. Some of them [44, 45, 46] build soft correspondences by learning patch features and use a differentiable weighted SVD module to compute the transformation. Others [47, 48, 14] directly use the extracted features to regress the transformation.
These learning-based methods give competitive results, but the performance drops drastically in small overlap scenes. This problem already draws the attention of many researchers, as [12, 13, 15] tried in indoor scenes. Our method only detects keypoints in the estimated overlap, thus avoiding wrong matches between non-overlapping regions.
III METHODOLOGY
In this section, we describe the architecture of the proposed unified BEV model for 3D local features and overlap estimation in detail, as shown in Fig. 2. Inspired by DiSCO[30], the two input point clouds are first converted to multi-layer BEV representations and then fed into a 2D U-Net backbone to extract multi-scale features. The deepest feature maps of the two input point clouds interact with each other via a cross-attention module to measure their relevance, after which a classification head is used to calculate two overlap score maps. Meanwhile, the multi-scale features are fed into a description head, a detection head, and a regression head to obtain feature descriptors and 3D keypoints, respectively.
III-A Dense Feature Description
We first divide the input point clouds and into grids, in which each voxel is set to 0 or 1 depending on its occupancy. By treating each pillar of the grid as a -dimension channel, the point clouds and are then converted into BEV representations, denoted as and .
2D UNet Backbone. Instead of using 3D (sparse) convolutions or point convolutions, we directly apply 2D sparse convolutions on BEV representations to extract deep features. Concretely, we use a 2D UNet-like structure with skip connections and residual blocks in the encoder and decoder. Considering the sparsity of the inputs, 2D sparse convolutions can be used to speed up. After performing 2D convolutions on BEV representations, we can obtain the following multi-scale feature maps:
[TABLE]
[TABLE]
where and represent the encoder and decoder of the backbone, respectively.
Description Head. The description head extracts feature descriptors from the feature map , which consists of a convolution and normalization layer as follows:
[TABLE]
where is the normalization operation across feature channels.
III-B Dense Keypoint Detection
D3Feat [11] detects 3D keypoints of point cloud based on the loal maximum of the channel and spatial dimensions of the point features. Our keypoint detection also adopts a similar way, except that we detect 2D keypoints {(, )} on the BEV feature descriptors and regress their heights {} to form the 3D keypoints {(, , )}, which makes our approach a more efficient implementation.
Detection Head. The spatial saliency of each pixel in is evaluated in its local neighborhood. Thanks to the regularity of BEV representation, the neighborhood of each pixel simply consists of the pixels within the square centered around it, thus avoiding the heavy operation of kdtree search in D3Feat [11]. The spatial saliency score of each pixel is defined as
[TABLE]
where , and represents the non-empty neighboring pixels of .
For each pixel , there will be at most non-empty pixels in its neighborhood, where represents the length of the square. In this way, for Equ. 4, we can use the AvgPool operation to achieve an efficient implementation as follows.
[TABLE]
where is the window size of the average pooling, and is the sum of -th channel values of neighborhood, is the channel max value representing the occupancy of pillars, and represents the number of the non-empty neighboring pixels. The in the numerator and denominator can be eliminated. In addition, a sparse AvgPool operation can be directly used to calculate the average of non-empty pixels in Equ. 4, thus replacing Equ. 5.
The channel max score is computed as
[TABLE]
Both the spatial and channel scores are considered for computing the final detection score:
[TABLE]
Regression Head. The 2D salient keypoints can be detected in BEV representation with , but the heights still need to be recovered. Here we apply a regression head to predict a weight vector for each pillar . Let denote the heights of voxels in a pillar, then the height of the keypoint in is predicted by a convolutional layer and a sigmoid layer as
[TABLE]
[TABLE]
Finally, we obtain a regressed height for each non-empty pillar and denote the regressed point clouds as and .
III-C Overlapping Region Classification
Cross attention has demonstrated its effectiveness in interacting information [12, 13] and detecting overlap regions [15] from encoded feature maps. Similar to ImLoveNet [15], we adopt cross attention on two feature maps of the input point clouds to learn relevant information, followed by a classification head to solve the overlap as learning a similarity score. Different from [15], we only use the deepest feature maps for overlap estimation because the deepest feature maps contain richer context information and are easier to learn robust correlations.
Cross Attention. The cross attention module takes the deepest feature maps, and , to generate two relevant feature maps, and , in a bilateral way. Specific details are as follows.
[TABLE]
where denotes a three-layer fully connected network, and is the attention model, the detailed description can be referred from [15].
Classification Head. With the correlated feature maps and from the cross attention module, we apply a binary classification to predict the overlap score maps, and , of and as
[TABLE]
where two convolution layers, a sigmoid layer, and a ReLU are used.
Similarity Score. By counting the overlapped regions, we can obtain a similarity metric as
[TABLE]
where and denote the number of occupied pixels of and . In subsequent experiments IV-B, we will demonstrate that this similarity metric can be used for the loop closure detection task.
III-D Loss Function
To train the network in an end-to-end manner, we utilize multi-task loss functions for jointly optimizing the feature description, keypoint detection, height regression, and overlap region classification.
Description Loss. Following [12], we take the circle loss [49] to learn discriminative descriptors. We perform random sampling to balance the number of positive and negative samples. The positive samples are selected correspondences, where the set of correspondences is defined as points in that lie within a radius around point in . The negative samples are formed from points of outside a larger radius of the point . This loss function can be expressed by:
[TABLE]
where and are positive and negative margins, and are feature distance of positive samples and negative samples, and are the positive and negative weights, computed for each sample individually with and . We recommend referring to the original paper [49] for details. Through the same process, we can get the reverse loss , and the total loss is the average of and .
Detection Loss. The detection loss aims to encourage the easily matchable correspondences to have higher keypoint detection scores than the correspondences which are hard to match as
[TABLE]
where are correspondences of and , and denote their saliency scores, is the feature distance between positive samples, represents the feature distance between the hardest negative samples.
Regression Loss. For the input point cloud , to recover the heights of keypoints, we use both the origin point cloud and its counterpart to supervise the recovered heights as
[TABLE]
where is the predicted height of point in regressed point cloud , is the height of closest point to in point cloud , and is the point cloud transformed into frame of , is the predicted height of corresponding point of in the .
Classification Loss. A binary cross entropy is used in the classification loss as
[TABLE]
where denotes the binary cross entropy, and are ground-truth labels. In addition, we found that additional supervision of strengthening contrastive distance on the deepest feature map is helpful for network convergence. Therefore we construct another circle loss similar to Equ. 13 on the deepest feature map and forms the classification loss together with BCE loss .
IV EXPERIMENTS
IV-A Datasets and Implementation Details
Our method has been extensively tested in real-world urban scenarios, primarily using two public datasets, the KITTI dataset [16], and the Apollo-SouthBay dataset [6, 39]. Code is available at https://github.com/lilin-hitcrt/BEVNet.
KITTI Odometry Dataset. The KITTI odometry dataset collected point clouds captured with a Velodyne HDL64 LiDAR. It contains a total of 22 sequences, of which only the first 11 have ground-truth pose annotations. We use the last 11 sequences to train our network and use the poses provided by semantic KITTI [50] for supervision. We validate the performance of our method in detecting loop closures on six sequences (00, 02, 05, 06, 07, 08). Like other methods, we verified the performance of point cloud registration on 08-10 sequences.
Apollo-SouthBay Dataset. The Apollo-SouthBay dataset collected point clouds using the same model of LiDAR as the KITTI odometry dataset, but in the San Francisco Bay area, United States. Similar to KITTI, it covers various scenarios, including residential areas, urban downtown areas, and highways. Our model is trained on sequence Columbia-Park and tested on sequence Sunnyvale-Big-Loop to demonstrate the method’s performance on small overlap loop closure detection and point cloud registration. Considering points are sparse in the region far from the LiDAR center in a single frame, we stitch point clouds from several consecutive frames into a submap. Additionally, the submap is cropped within 100m 100m and voxelized into 50cm voxels for use.
Implementation Details. The BEV representation is formed into the shape of . The backbone is configured with four layers in the encoder and three layers in the decoder, so the deepest feature, , has the shape of . In constructing the training data, point cloud pairs with distances ranging from 0 to 80 meters are used. We adopt spconv [51] to implement our backbone. Our code is based on PyTorch using the Adam optimizer with a learning rate of .
IV-B Overlap Estimation
Overlapping Region Detection. As shown in Table. I, overlapping region evaluation metrics include intersection over union (IOU), classification precision and recall. On sequences 08-10 of the KITTI odometry dataset, different distances between pairs ranging from 10m to 60m are used to verify the influence of overlap size on our model’s performance. The comparison method [12], marked as OP, was retrained with the same distance configuration. The result shows that our method can effectively detect overlapping regions with average IOU, precision, and recall of 78.6%, 90.0%, and 84.7%, respectively. As the distance between pairs is going large, the performance of Predator drops drastically, while our method shows better results in each distance range with only a slight fall, and still above 0.7 even under 60m distance. One of the causes is that overlap classification on the raw, unorganized point cloud in Predator is more difficult than in our method. The ablation studies IV-D have shown support for this view. Two pairs of point clouds and their ground truth and predicted overlapping regions are visualized in Fig. 3.
Loop Closure Detection. To make the model robust to loop closure detection, the issues of occlusion and small overlaps need to be addressed. To compare with the existing methods, Recall@1 in [30] is used as the evaluation metric. The best matching result for each query frame is inferred among the neighboring frames around the query, excluding 100 consecutive frames near the query. An inference is considered correct when its distance from the query is less than 10m. As shown in Table. II, our method outperforms the existing methods on most sequences. We can conclude that estimating the correct overlapping regions is the key factor in making our method stand out. Most methods could successfully detect loops in large overlapping scenes, while only our method survives with small overlaps, as illustrated in the right part of Fig. 3.
Loop closure detection is also tested on the Apollo-Southbay dataset. The tested pairs are sampled at various distances with 10m intervals. As shown in Tab. III, our method outperforms others at all distance settings. Since the Sunnyvale-Big-Loop sequence contains some quite different scenes which are not included in the training data, our method still works well, which demonstrates the better generalization capacity of our method.
IV-C Point Cloud Registration
For pairwise registration, state-of-the-art methods [53, 43, 11, 54, 12, 55, 13] are compared at a 10m distance setting, and all keypoints are used. We use RANSAC with 50,000 max iterations to estimate the transformation following [11]. As shown in Tab. IV, the relative translation error (RTE), relative rotation error (RRE), and registration recall (RR)[11] of our method are cm, , and , respectively. The comparable accuracy our method achieved illustrates the effectiveness of our feature description and keypoint detection on BEV representations.
We conduct experiments with various distance settings to address the low overlap cases. With registration recall defined as m and , Predator[12] and our method with/without overlap estimation detection (O.w.O/O.w.o.O) are compared on the KITTI and Apollo-Southbay datasets. Up to 250 keypoints per point cloud are used. As shown in Tab. V, O.w.o.O achieves comparable results to OP [12] on KITTI, and O.w.O always keeps top performance, thus illustrating the usefulness of overlap estimation in small overlapping scenes. The comparison of our method shows the same conclusion on the Apollo-Southbay dataset, O.w.O/O.w.o.O methods give 77%/47% RR at 80m, respectively. The grouped comparison demonstrates that the overlap is crucial for registration: A better overlap estimation makes better registration.
IV-D Ablation Study
We ablate the loss functions for registration and overlap estimation tasks on the KITTI dataset. The ablation of registration uses a 40m distance setting for the point cloud pair and 250 keypoints for each point cloud, while the ablation of overlap estimation is the same as in Section IV-B. As shown in Tab. VI, height information supervised by is indispensable for registration recall. The loss for overlap estimation improves the registration accuracy significantly (recall+27%). The detection loss helping to select discriminate key points also boosts recall with +20%, RTE with -30cm. In addition, the loss term has a remarkable influence on overlap estimation (precision+15%).
Another ablation is performed on the choices of feature maps for overlap estimation. As shown in Tab. VII, the performance, including IOU, precision, and recall consistently increases as the size of feature maps becomes smaller. As mentioned in Section III-C, the deepest feature maps are the best scale to make overlap region classification.
V CONCLUSION
We have presented a unified BEV model that jointly learns 3D local features and overlap estimation for point cloud registration and loop closure. The BEV representation makes it convenient to use a shared backbone for related multi-task processes. Overlap estimation plays a core role in significantly enhancing performance on both registration and loop closure, especially in low overlap scenarios. As a further extension of this work, we plan to add a new task head to generate a global descriptor that makes the method capable of place recognition at global scope retrieval. Furthermore, we will explore an end-to-end registration process that directly generates the relative transformation without RANSAC post-processing.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] J.-E. Deschaud, “Imls-slam: Scan-to-model matching based on 3d data,” 2018 IEEE International Conference on Robotics and Automation (ICRA) , pp. 2480–2485, 2018.
- 2[2] J. Zhang and S. Singh, “LOAM: lidar odometry and mapping in real-time,” in Robotics: Science and Systems X, University of California, Berkeley, USA, July 12-16, 2014 (D. Fox, L. E. Kavraki, and H. Kurniawati, eds.), 2014.
- 3[3] T. Shiratori, J. Berclaz, M. Harville, C. Shah, T. Li, Y. Matsushita, and S. Shiller, “Efficient large-scale point cloud registration using loop closures,” in 2015 International Conference on 3D Vision , pp. 232–240, 2015.
- 4[4] S. Yang, X. Zhu, X. Nian, L. Feng, X. Qu, and T. Ma, “A robust pose graph approach for city scale lidar mapping,” in 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pp. 1175–1182, 2018.
- 5[5] K. Yoneda, H. Tehrani, T. Ogawa, N. Hukuyama, and S. Mita, “Lidar scan feature for localization with highly precise 3-d map,” in 2014 IEEE Intelligent Vehicles Symposium Proceedings , pp. 1345–1350, 2014.
- 6[6] W. Lu, Y. Zhou, G. Wan, S. Hou, and S. Song, “L 3-Net: Towards learning based Li DAR localization for autonomous driving,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pp. 6389–6398, 2019.
- 7[7] M. A. Uy and G. H. Lee, “Pointnetvlad: Deep point cloud based retrieval for large-scale place recognition,” in Proceedings of the IEEE conference on computer vision and pattern recognition , pp. 4470–4479, 2018.
- 8[8] X. Chen, T. Läbe, A. Milioto, T. Röhling, J. Behley, and C. Stachniss, “Overlapnet: a siamese network for computing lidar scan similarity with applications to loop closing and localization,” Autonomous Robots , vol. 46, no. 1, pp. 61–81, 2022.
