Camera-Only Bird's Eye View Perception: A Neural Approach to LiDAR-Free Environmental Mapping for Autonomous Vehicles
Anupkumar Bochare
TL;DR
This work presents a camera-only BEV perception system that extends the Lift-Splat-Shoot framework to fuse multi-view camera data with DepthAnythingV2 monocular depth and YOLOv11 object detection, producing a unified BEV semantic map and object placements without LiDAR. A depth-aware lifting, precise 3D projection using calibrated extrinsics, and BEV feature aggregation enable 360-degree scene understanding, while BEVLoss jointly optimizes segmentation, detection, and depth accuracy. Evaluated on OpenLane-V2 and NuScenes, the method achieves about 85% road segmentation accuracy and 85-90% vehicle detection relative to LiDAR ground truth, with average positional errors around 1.2 m, highlighting substantial cost savings (≈85% reduction) and practical viability for LiDAR-free autonomous navigation. The approach demonstrates strong gains from integrating DepthAnythingV2 and YOLOv11 within a unified BEV pipeline, with notable performance near LiDAR-based systems and clear directions for improving robustness, range, and efficiency in real-world deployments.
Abstract
Autonomous vehicle perception systems have traditionally relied on costly LiDAR sensors to generate precise environmental representations. In this paper, we propose a camera-only perception framework that produces Bird's Eye View (BEV) maps by extending the Lift-Splat-Shoot architecture. Our method combines YOLOv11-based object detection with DepthAnythingV2 monocular depth estimation across multi-camera inputs to achieve comprehensive 360-degree scene understanding. We evaluate our approach on the OpenLane-V2 and NuScenes datasets, achieving up to 85% road segmentation accuracy and 85-90% vehicle detection rates when compared against LiDAR ground truth, with average positional errors limited to 1.2 meters. These results highlight the potential of deep learning to extract rich spatial information using only camera inputs, enabling cost-efficient autonomous navigation without sacrificing accuracy.
