README.md

December 6, 2025 · View on GitHub

English | 简体中文

Robo3D: Towards Robust and Reliable 3D Perception against Corruptions

Lingdong Kong1,2,*    Youquan Liu1,3,*    Xin Li1,4,*    Runnan Chen1,5    Wenwei Zhang1,6
Jiawei Ren6    Liang Pan6    Kai Chen1    Ziwei Liu6
1Shanghai AI Laboratory    2National University of Singapore    3Hochschule Bremerhaven    4East China Normal University    5The University of Hong Kong    6S-Lab, Nanyang Technological University

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:

  1. Adverse weather conditions, such as fog, wet ground, and snow;
  2. External disturbances that are caused by motion blur or result in LiDAR beam missing;
  3. Internal sensor failure, including crosstalk, possible incomplete echo, and cross-sensor scenarios.
CleanFogWet Ground
SnowMotion BlurBeam Missing
CrosstalkIncomplete EchoCross-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
    • Track 2: Robust Map Segmentation
      • :1st_place_medal: SafeDrive-SSR, :2nd_place_medal: CrazyFriday, :3rd_place_medal: Samsung Research
    • Track 3: Robust Occupancy Prediction
      • :1st_place_medal: ViewFormer, :2nd_place_medal: APEC Blue, :3rd_place_medal: hm.unilab
    • Track 4: Robust Depth Estimation
      • :1st_place_medal: HIT-AIIA, :2nd_place_medal: BUAA-Trans, :3rd_place_medal: CUSTZS
    • Track 5: Robust Multi-Modal BEV Detection
      • :1st_place_medal: safedrive-promax, :2nd_place_medal: Ponyville Autonauts Ltd, :3rd_place_medal: HITSZrobodrive
  • [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: 1KITTI-C, 2SemanticKITTI-C, 3nuScenes-C, and 4WOD-C. Join the challenge today! :raising_hand:
  • [2023.03] - The KITTI-C, SemanticKITTI-C, and nuScenes-C datasets 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 Robo3D benchmark. 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

FogWet GroundSnowMotion Blur
Beam MissingCrosstalkIncomplete EchoCross-Sensor

Video Demo

Demo 1Demo 2Demo 3
Link :arrow_heading_up:Link :arrow_heading_up:Link :arrow_heading_up:

Installation

For details related to installation, kindly refer to INSTALL.md.

Data Preparation

Our datasets are hosted by OpenDataLab.


OpenDataLab is a pioneering open data platform for the large AI model era, making datasets accessible. By using OpenDataLab, researchers can obtain free formatted datasets in various fields.

Kindly refer to DATA_PREPARE.md for the details to prepare the 1KITTI, 2KITTI-C, 3SemanticKITTI, 4SemanticKITTI-C, 5nuScenes, 6nuScenes-C, 7WOD, and 8WOD-C datasets.

Getting Started

To learn more usage about this codebase, kindly refer to GET_STARTED.md.

Model Zoo

 LiDAR Semantic Segmentation
 LiDAR Panoptic Segmentation
 3D Object Detection

Benchmark

LiDAR Semantic Segmentation

The mean Intersection-over-Union (mIoU) is consistently used as the main indicator for evaluating model performance in our LiDAR semantic segmentation benchmark. The following two metrics are adopted to compare among models' robustness:

  • mCE (the lower the better): The average corruption error (in percentage) of a candidate model compared to the baseline model, which is calculated among all corruption types across three severity levels.
  • mRR (the higher the better): The average resilience rate (in percentage) of a candidate model compared to its "clean" performance, which is calculated among all corruption types across three severity levels.

:red_car:  SemanticKITTI-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
SqueezeSeg164.8766.8131.6118.8527.3022.7017.9325.0121.6527.667.85
SqueezeSegV2152.4565.2941.2825.6435.0227.7522.7532.1926.6833.8011.78
RangeNet21136.3373.4247.1531.0440.8837.4331.1638.1637.9841.5418.76
RangeNet53130.6673.5950.2936.3343.0740.0230.1040.8046.0842.6716.98
SalsaNext116.1480.5155.8034.8948.4445.5547.9349.6340.2148.0344.72
FIDNet34113.8176.9958.8043.6651.6349.6840.3849.3249.4648.1729.85
CENet34103.4181.2962.5542.7057.3453.6452.7155.7845.3753.4045.84
FRNet96.8080.0467.5547.6162.1557.0856.8062.5440.9458.1147.30
KPConv99.5482.9062.1754.4657.7054.1525.7057.3553.3855.6453.91
PIDSNAS1.25x104.1377.9463.2547.9054.4848.8622.9754.9356.7055.8152.72
PIDSNAS2.0x101.2078.4264.5551.1955.9751.1122.4956.9557.4155.5554.27
WaffleIron109.5472.1866.0445.5258.5549.3033.0259.2822.4858.5554.62
PolarNet118.5674.9858.1738.7450.7349.4241.7754.1025.7948.9639.44
:star:MinkUNet18100.0081.9062.7655.8753.9953.2832.9256.3258.3454.4346.05
MinkUNet34100.6180.2263.7853.5454.2750.1733.8057.3558.3854.8846.95
Cylinder3DSPC103.2580.0863.4237.1057.4546.9452.4557.6455.9852.5146.22
Cylinder3DTSC103.1383.9061.0037.1153.4045.3958.6456.8153.5954.8849.62
SPVCNN18100.3082.1562.4755.3253.9851.4234.5356.6758.1054.6045.95
SPVCNN3499.1682.0163.2256.5353.6852.3534.3956.7659.0054.9747.07
RPVNet111.7473.8663.7547.6453.5451.1347.2953.5122.6454.7946.17
CPGNet107.3481.0561.5037.7957.3951.2659.0560.2918.5056.7257.79
2DPASS106.1477.5064.6140.4660.6848.5357.8058.7828.4655.8450.01
GFNet108.6877.9263.0042.0456.5756.7158.5956.9517.1455.2349.48

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

:blue_car:  nuScenes-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
FIDNet34122.4273.3371.3864.8068.0258.9748.9048.1457.4548.7623.70
CENet34112.7976.0473.2867.0169.8761.6458.3149.9760.8953.3124.78
FRNet98.6377.4877.6569.1476.5869.4954.4968.3241.4358.7443.13
WaffleIron106.7372.7876.0756.0773.9349.5959.4665.1933.1261.5144.01
PolarNet115.0976.3471.3758.2369.9164.8244.6061.9140.7753.6442.01
:star:MinkUNet18100.0074.4475.7653.6473.9140.3573.3968.5426.5863.8350.95
MinkUNet3496.3775.0876.9056.9174.9337.5075.2470.1029.3264.9652.96
Cylinder3DSPC111.8472.9476.1559.8572.6958.0742.1364.4544.4460.5042.23
Cylinder3DTSC105.5678.0873.5461.4271.0258.4056.0264.1545.3659.9743.03
SPVCNN18106.6574.7074.4059.0172.4641.0858.3665.3636.8362.2949.21
SPVCNN3497.4575.1076.5755.8674.0441.9574.6368.9428.1164.9651.57
2DPASS98.5675.2477.9264.5076.7654.4662.0467.8434.3763.1945.83
GFNet92.5583.3176.7969.5975.5271.8359.4364.4766.7861.8642.30

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

:taxi:  WOD-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
:star:MinkUNet18100.0091.2269.0666.9960.9957.7568.9264.1565.3763.3656.44
MinkUNet3496.2191.8070.1568.3162.9857.9570.1065.7966.4864.5559.02
Cylinder3DTSC106.0292.3965.9363.0959.4058.4365.7262.0862.9960.3455.27
SPVCNN18103.6091.6067.3565.1359.1258.1067.2462.4165.4661.7954.30
SPVCNN3498.7292.0469.0167.1062.4157.5768.9264.6764.7064.1458.63

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

3D Object Detection

The mean average precision (mAP) and nuScenes detection score (NDS) are consistently used as the main indicator for evaluating model performance in our LiDAR semantic segmentation benchmark. The following two metrics are adopted to compare between models' robustness:

  • mCE (the lower the better): The average corruption error (in percentage) of a candidate model compared to the baseline model, which is calculated among all corruption types across three severity levels.
  • mRR (the higher the better): The average resilience rate (in percentage) of a candidate model compared to its "clean" performance, which is calculated among all corruption types across three severity levels.

:red_car:  KITTI-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
PointPillars110.6774.9466.7045.7066.7135.7747.0952.2460.0154.8437.50
SECOND95.9382.9468.4953.2468.5154.9249.1954.1467.1959.2548.00
PointRCNN91.8883.4670.2656.3171.8250.2051.5256.8465.7062.0254.73
PartA2Free82.2281.8776.2858.0676.2958.1755.1559.4675.5965.6651.22
PartA2Anchor88.6280.6773.9856.5973.9751.3255.0456.3871.7263.2949.15
PVRCNN90.0481.7372.3655.3672.8952.1254.4456.8870.3963.0048.01
:star:CenterPoint100.0079.7368.7053.1068.7148.5647.9449.8866.0058.9045.12
SphereFormer-----------

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

:blue_car:  nuScenes-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
PointPillarsMH102.9077.2443.3333.1642.9229.4938.0433.6134.6130.9025.00
SECONDMH97.5076.9647.8738.0047.5933.9241.3235.6440.3034.1223.82
:star:CenterPoint100.0076.6845.9935.0145.4131.2341.7935.1635.2232.5325.78
CenterPointLR98.7472.4949.7236.3947.3432.8140.5434.4738.1135.5023.16
CenterPointHR95.8075.2650.3139.5549.7734.7343.2136.2140.9835.0923.38
SphereFormer-----------

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

:taxi:  WOD-C

ModelmCE (%)mRR (%)CleanFogWet GroundSnowMotion BlurBeam MissingCross-TalkIncomplete EchoCross-Sensor
PointPillars127.5381.2350.1731.2449.7546.0734.9343.9339.8043.4136.67
SECOND121.4381.1253.3732.8952.9947.2035.9844.7249.2846.8436.43
PVRCNN104.9082.4361.2737.3261.2760.3842.7849.5359.5954.4338.73
:star:CenterPoint100.0083.3063.5943.0662.8458.5943.5354.4160.3257.0143.98
PVRCNN++91.6084.1467.4545.5067.1862.7147.3557.8364.7160.9647.77
SphereFormer-----------

Note: Symbol :star: denotes the baseline model adopted in mCE calculation.

:vertical_traffic_light: More Benchmarking Results

For more detailed experimental results and visual comparisons, please refer to RESULTS.md.

Create Corruption Set

You can manage to create your own "Robo3D" corruption sets on other LiDAR-based point cloud datasets using our defined corruption types! Follow the instructions listed in CREATE.md.

TODO List

  • Initial release. 🚀
  • Add scripts for creating common corruptions.
  • Add download links for corruption sets.
  • Add evaluation scripts on corruption sets.

License

Creative Commons License
This work is under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, while some specific operations in this codebase might be with other licenses. Please refer to LICENSE.md for a more careful check, if you are using our code for commercial matters.

Acknowledgements

This work is developed based on the MMDetection3D codebase.


MMDetection3D is an open source object detection toolbox based on PyTorch, towards the next-generation platform for general 3D detection. It is a part of the OpenMMLab project developed by MMLab.

:heart: We thank Jiangmiao Pang and Tai Wang for their insightful discussions and feedback. We thank the OpenDataLab platform for hosting our datasets.