Lift, Splat, Shoot: Encoding Images From Arbitrary Camera Rigs by Implicitly Unprojecting to 3D
About
The goal of perception for autonomous vehicles is to extract semantic representations from multiple sensors and fuse these representations into a single "bird's-eye-view" coordinate frame for consumption by motion planning. We propose a new end-to-end architecture that directly extracts a bird's-eye-view representation of a scene given image data from an arbitrary number of cameras. The core idea behind our approach is to "lift" each image individually into a frustum of features for each camera, then "splat" all frustums into a rasterized bird's-eye-view grid. By training on the entire camera rig, we provide evidence that our model is able to learn not only how to represent images but how to fuse predictions from all cameras into a single cohesive representation of the scene while being robust to calibration error. On standard bird's-eye-view tasks such as object segmentation and map segmentation, our model outperforms all baselines and prior work. In pursuit of the goal of learning dense representations for motion planning, we show that the representations inferred by our model enable interpretable end-to-end motion planning by "shooting" template trajectories into a bird's-eye-view cost map output by our network. We benchmark our approach against models that use oracle depth from lidar. Project page with code: https://nv-tlabs.github.io/lift-splat-shoot .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | nuScenes (val) | -- | 323 | |
| BEV Semantic Segmentation | nuScenes (val) | Drivable Area IoU75.4 | 55 | |
| Map Segmentation | nuScenes (val) | mIoU44.4 | 35 | |
| BeV Segmentation | nuScenes v1.0 (val) | Drivable Area75.4 | 25 | |
| Bird's-eye view semantic segmentation | nuScenes | Driv. Area Score72.7 | 20 | |
| Map Segmentation | nuScenes | Drivable Area75.4 | 19 | |
| 3D Object Detection | OmniHD-Scenes (test) | mAP22.44 | 18 | |
| 3D Object Detection | OmniHD-Scenes (test) | FPS3.7 | 17 | |
| 3D Object Detection | OmniHD-Scenes night and rainy weather (test) | mAP21.21 | 17 | |
| BeV Segmentation | nuScenes (val) | Vehicle Segmentation Score32.1 | 16 |