TexLiDAR: Automated Text Understanding for Panoramic LiDAR Data
Naor Cohen, Roy Orfaig, Ben-Zion Bobrovsky
TL;DR
The paper tackles the challenge of text-LiDAR alignment by leveraging panoramic 2D LiDAR images from the Ouster OS1. It applies the Florence 2 large model in zero-shot to perform image captioning and object detection on four 90° segments of the lidar imagery, merging outputs to form a 360° scene understanding, and uses the associated point cloud to estimate object distance and angle with $distance = \sqrt{x^2 + y^2}$ and $angle = 360 \times \frac{u_{\text{BB}} - W/2}{W}$. The contributions include bypassing 3D point-cloud processing, achieving richer captions and improved detection relative to LidarCLIP, and enabling efficient, real-time perception over full 360°. The work also outlines future multimodal fusion across ambient, reflectivity, intensity, and range lidar modalities, with broad applicability to autonomous systems and robotics.
Abstract
Efforts to connect LiDAR data with text, such as LidarCLIP, have primarily focused on embedding 3D point clouds into CLIP text-image space. However, these approaches rely on 3D point clouds, which present challenges in encoding efficiency and neural network processing. With the advent of advanced LiDAR sensors like Ouster OS1, which, in addition to 3D point clouds, produce fixed resolution depth, signal, and ambient panoramic 2D images, new opportunities emerge for LiDAR based tasks. In this work, we propose an alternative approach to connect LiDAR data with text by leveraging 2D imagery generated by the OS1 sensor instead of 3D point clouds. Using the Florence 2 large model in a zero-shot setting, we perform image captioning and object detection. Our experiments demonstrate that Florence 2 generates more informative captions and achieves superior performance in object detection tasks compared to existing methods like CLIP. By combining advanced LiDAR sensor data with a large pre-trained model, our approach provides a robust and accurate solution for challenging detection scenarios, including real-time applications requiring high accuracy and robustness.
