Robo3D
[ICCV 2023] Robo3D: Towards Robust and Reliable 3D Perception against Corruptions
Install / Use
/learn @worldbench/Robo3DREADME
About
Robo3D is an evaluation suite heading toward robust and reliable 3D perception in autonomous driving. With it, we probe the robustness of 3D detectors and segmentors under out-of-distribution (OoD) scenarios against corruptions that occur in the real-world environment. Specifically, we consider natural corruptions happen in the following cases:
- Adverse weather conditions, such as
fog,wet ground, andsnow; - External disturbances that are caused by
motion bluror result in LiDARbeam missing; - Internal sensor failure, including
crosstalk, possibleincomplete echo, andcross-sensorscenarios.
| | | | | :---: | :---: | :---: | | <img src="docs/figs/teaser/clean.png" width="240"> | <img src="docs/figs/teaser/fog.png" width="240"> | <img src="docs/figs/teaser/wet_ground.png" width="240"> | | Clean | Fog | Wet Ground | | <img src="docs/figs/teaser/snow.png" width="240"> | <img src="docs/figs/teaser/motion_blur.png" width="240"> | <img src="docs/figs/teaser/beam_missing.png" width="240"> | Snow | Motion Blur | Beam Missing | | <img src="docs/figs/teaser/crosstalk.png" width="240"> | <img src="docs/figs/teaser/incomplete_echo.png" width="240"> | <img src="docs/figs/teaser/cross_sensor.png" width="240"> | | Crosstalk | Incomplete Echo | Cross-Sensor | | | | |
Visit our project page to explore more examples. :oncoming_automobile:
:books: Citation
If you find this work helpful, please kindly consider citing our paper:
@inproceedings{kong2023robo3d,
author = {Lingdong Kong and Youquan Liu and Xin Li and Runnan Chen and Wenwei Zhang and Jiawei Ren and Liang Pan and Kai Chen and Ziwei Liu},
title = {{Robo3D}: Towards Robust and Reliable {3D} Perception against Corruptions},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
pages = {19994-20006},
year = {2023}
}
@misc{kong2023robo3d_benchmark,
title = {The Robo3D Benchmark for Robust and Reliable 3D Perception},
author = {Lingdong Kong and Youquan Liu and Xin Li and Runnan Chen and Wenwei Zhang and Jiawei Ren and Liang Pan and Kai Chen and Ziwei Liu},
howpublished = {\url{https://github.com/ldkong1205/Robo3D}},
year = {2023},
}
Updates
- [2024.05] - Check out the technical report of this competition: The RoboDrive Challenge: Drive Anytime Anywhere in Any Condition :blue_car:.
- [2024.05] - The slides of the 2024 RoboDrive Workshop are available here :arrow_heading_up:.
- [2024.05] - The video recordings are available on YouTube :arrow_heading_up: and Bilibili :arrow_heading_up:.
- [2024.05] - We are glad to announce the winning teams of the 2024 RoboDrive Challenge:
- Track 1: Robust BEV Detection
- :1st_place_medal:
DeepVision, :2nd_place_medal:Ponyville Autonauts Ltd, :3rd_place_medal:CyberBEV
- :1st_place_medal:
- Track 2: Robust Map Segmentation
- :1st_place_medal:
SafeDrive-SSR, :2nd_place_medal:CrazyFriday, :3rd_place_medal:Samsung Research
- :1st_place_medal:
- Track 3: Robust Occupancy Prediction
- :1st_place_medal:
ViewFormer, :2nd_place_medal:APEC Blue, :3rd_place_medal:hm.unilab
- :1st_place_medal:
- Track 4: Robust Depth Estimation
- :1st_place_medal:
HIT-AIIA, :2nd_place_medal:BUAA-Trans, :3rd_place_medal:CUSTZS
- :1st_place_medal:
- Track 5: Robust Multi-Modal BEV Detection
- :1st_place_medal:
safedrive-promax, :2nd_place_medal:Ponyville Autonauts Ltd, :3rd_place_medal:HITSZrobodrive
- :1st_place_medal:
- Track 1: Robust BEV Detection
- [2024.01] - The toolkit tailored for the 2024 RoboDrive Challenge has been released. :hammer_and_wrench:
- [2023.12] - We are hosting the RoboDrive Challenge at ICRA 2024. :blue_car:
- [2023.09] - Intend to improve the OoD robustness of your 3D perception models? Check out our recent work, Seal :seal:, an image-to-LiDAR self-supervised pretraining framework that leverages off-the-shelf knowledge from vision foundation models for cross-modality representation learning.
- [2023.07] - Robo3D was accepted to ICCV 2023! :tada:
- [2023.03] - We establish "Robust 3D Perception" leaderboards on Paper-with-Code: <sup>1</sup>
KITTI-C, <sup>2</sup>SemanticKITTI-C, <sup>3</sup>nuScenes-C, and <sup>4</sup>WOD-C. Join the challenge today! :raising_hand: - [2023.03] - The
KITTI-C,SemanticKITTI-C, andnuScenes-Cdatasets are ready for download at the OpenDataLab platform. Kindly refer to this page for more details on preparing these datasets. :beers: - [2023.01] - Launch of the
Robo3Dbenchmark. In this initial version, we include 12 detectors and 22 segmentors, evaluated on 4 large-scale autonomous driving datasets (KITTI, SemanticKITTI, nuScenes, and Waymo Open) with 8 corruption types across 3 severity levels.
Outline
- Taxonomy
- Video Demo
- Installation
- Data Preparation
- Getting Started
- Model Zoo
- Benchmark
- Create Corruption Set
- TODO List
- Citation
- License
- Acknowledgements
Taxonomy
| | | | | | :---: | :---: | :---: | :---: | | <img src="docs/figs/demo/bev_fog.gif" width="180"> | <img src="docs/figs/demo/bev_wet_ground.gif" width="180"> | <img src="docs/figs/demo/bev_snow.gif" width="180"> | <img src="docs/figs/demo/bev_motion_blur.gif" width="180"> | | <img src="docs/figs/demo/rv_fog.gif" width="180"> | <img src="docs/figs/demo/rv_wet_ground.gif" width="180"> | <img src="docs/figs/demo/rv_snow.gif" width="180"> | <img src="docs/figs/demo/rv_motion_blur.gif" width="180"> | | Fog | Wet Ground | Snow | Motion Blur | | | | <img src="docs/figs/demo/bev_beam_missing.gif" width="180"> | <img src="docs/figs/demo/bev_crosstalk.gif" width="180"> | <img src="docs/figs/demo/bev_incomplete_echo.gif" width="180"> | <img src="docs/figs/demo/bev_cross_sensor.gif" width="180"> | | <img src="docs/figs/demo/rv_beam_missing.gif" width="180"> | <img src="docs/figs/demo/rv_crosstalk.gif" width="180"> | <img src="docs/figs/demo/rv_incomplete_echo.gif" width="180"> | <img src="docs/figs/demo/rv_cross_sensor.gif" width="180"> | | Beam Missing | Crosstalk | Incomplete Echo | Cross-Sensor | | | | | |
Video Demo
| Demo 1 | Demo 2| Demo 3 | | :-: | :-: | :-: | | <img width="100%" src="docs/figs/demo1.png"> | <img width="100%" src="docs/figs/demo2.png"> | <img width="100%" src="docs/figs/demo3.png"> | | Link <sup>:arrow_heading_up:</sup> | [Link](https://ww
