Narrowing your FOV with SOLiD: Spatially Organized and Lightweight Global Descriptor for FOV-constrained LiDAR Place Recognition

Hogyun Kim,Jiwon Choi,Taehu Sim,Giseop Kim,Younggun Cho
DOI: https://doi.org/10.1109/LRA.2024.3440089
2024-10-02
Abstract:We often encounter limited FOV situations due to various factors such as sensor fusion or sensor mount in real-world robot navigation. However, the limited FOV interrupts the generation of descriptions and impacts place recognition adversely. Therefore, we suffer from correcting accumulated drift errors in a consistent map using LiDAR-based place recognition with limited FOV. Thus, in this paper, we propose a robust LiDAR-based place recognition method for handling narrow FOV scenarios. The proposed method establishes spatial organization based on the range-elevation bin and azimuth-elevation bin to represent places. In addition, we achieve a robust place description through reweighting based on vertical direction information. Based on these representations, our method enables addressing rotational changes and determining the initial heading. Additionally, we designed a lightweight and fast approach for the robot's onboard autonomy. For rigorous validation, the proposed method was tested across various LiDAR place recognition scenarios (i.e., single-session, multi-session, and multi-robot scenarios). To the best of our knowledge, we report the first method to cope with the restricted FOV. Our place description and SLAM codes will be released. Also, the supplementary materials of our descriptor are available at \texttt{\url{<a class="link-external link-https" href="https://sites.google.com/view/lidar-solid" rel="external noopener nofollow">this https URL</a>}}.
Robotics
What problem does this paper attempt to address?
This paper attempts to solve the problem of limited Field of View (FOV) when using LiDAR for Place Recognition (PR) in robot navigation. Specifically: 1. **Limited Field of View**: In practical applications, due to sensor fusion, occlusion by mechanical parts or the influence of operators, the situation of limited Field of View is often encountered. In this case, it becomes difficult to generate descriptors and perform place recognition, which in turn affects the performance of LiDAR - based place recognition and makes it difficult to correct the cumulative drift error. 2. **Change in Vertical Resolution**: Existing methods face challenges when dealing with different vertical resolutions (for example, the number of LiDAR channels varies from 6 to 128) and different scanning patterns (such as solid - state LiDAR). 3. **Information Transmission and Processing Time**: It is necessary to consider how to convey semi - metric information in the descriptors, and complete the generation of descriptors and cyclic search within a limited time, while also compactly summarizing place information. Traditional descriptors are difficult to be effectively utilized on in - vehicle computers because they are usually computationally expensive and occupy a large amount of memory. To solve the above problems, the paper proposes a new Spatial Organization and Lightweight Global Descriptor (SOLiD), aiming to improve the performance of place recognition in the case of limited Field of View. SOLiD is achieved in the following ways: - **Flexibility**: It is suitable for various positioning scenarios with limited Field of View, and can maintain performance regardless of the vertical resolution. - **Lightweight and Fast**: Through spatial encapsulation, it ensures that the descriptors are lightweight and the search speed is fast, which is suitable for deployment on in - vehicle computers with limited memory. - **Rotation Robustness**: It can handle rotation changes in the case of limited Field of View, provide loop detection indexes and directly derive 1 - degree - of - freedom angles (initial heading), which helps to improve the accuracy of SLAM. - **Evaluation and Open Source**: It has been verified in a variety of challenging LiDAR positioning scenarios, and the source code is provided to facilitate the integration of existing SLAM frameworks. In general, the main contribution of this paper is to propose a method that can perform place recognition efficiently and robustly in the case of limited Field of View, and solve the limitations of existing methods in these scenarios.