SpotNet: An Image Centric, Lidar Anchored Approach To Long Range Perception
Louis Foucard, Samar Khanna, Yi Shi, Chi-Kuei Liu, Quinn Z Shen, Thuyen Ngo, Zi-Xiang Xia
TL;DR
SpotNet tackles long-range 3D perception for heavy vehicles by fusing high-resolution camera imagery with LiDAR-derived range anchoring in a single-stage, range-view RGB-D framework. Detections are anchored to LiDAR points, with LiDAR projected into a reduced-resolution image to form a sparse depth raster that is fused at multiple network stages, and 2D/3D predictions are jointly supervised in image space using a Laplacian-based likelihood. Experiments on the Aurora Long Range Dataset show SpotNet surpassing lidar-centric BEV and image-centric baselines, with notable gains from 2MP to 8MP imagery and a training-on-2MP, testing-on-8MP strategy that preserves depth density. The approach delivers efficient, real-time-like inference while maintaining accuracy at 100–500 m, highlighting the practicality of LiDAR-anchored, image-rich long-range perception for autonomous trucking.
Abstract
In this paper, we propose SpotNet: a fast, single stage, image-centric but LiDAR anchored approach for long range 3D object detection. We demonstrate that our approach to LiDAR/image sensor fusion, combined with the joint learning of 2D and 3D detection tasks, can lead to accurate 3D object detection with very sparse LiDAR support. Unlike more recent bird's-eye-view (BEV) sensor-fusion methods which scale with range $r$ as $O(r^2)$, SpotNet scales as $O(1)$ with range. We argue that such an architecture is ideally suited to leverage each sensor's strength, i.e. semantic understanding from images and accurate range finding from LiDAR data. Finally we show that anchoring detections on LiDAR points removes the need to regress distances, and so the architecture is able to transfer from 2MP to 8MP resolution images without re-training.
