Robo3D Benchmark

February 23, 2023 · View on GitHub

Robo3D Benchmark

The following metrics are consistently used in our benchmark:

  • Mean Corruption Error (mCE):

    • The Corruption Error (CE) for model AA under corruption type ii across 3 severity levels is: CEiModelA=((1  mIoU)ModelA)((1  mIoU)Baseline)\text{CE}_i^{\text{Model}A} = \frac{\sum((1 - \text{mIoU})^{\text{Model}A})}{\sum((1 - \text{mIoU})^{\text{Baseline}})}.
    • The average CE for model AA on all NN corruption types, i.e., mCE, is calculated as: mCE = 1NCEi\text{mCE} = \frac{1}{N}\sum\text{CE}_i.
  • Mean Resilience Rate (mRR):

    • The Resilience Rate (RR) for model AA under corruption type ii across 3 severity levels is: RRiModelA = (mIoUModelA)3×(clean-mIoUModelA) .\text{RR}_i^{\text{Model}A} = \frac{\sum(\text{mIoU}^{\text{Model}A})}{3\times (\text{clean-mIoU}^{\text{Model}A})} .
    • The average RR for model AA on all NN corruption types, i.e., mRR, is calculated as: mRR = 1NRRi\text{mRR} = \frac{1}{N}\sum\text{RR}_i.

FIDNet

SemanticKITTI-C

CorruptionLightModerateHeavyAverageCEi\text{CE}_iRRi\text{RR}_i
Fog45.4944.9840.5143.66127.6774.25
Wet Ground55.6750.2248.9951.63105.1387.81
Snow48.1049.8251.1149.68107.7184.49
Motion Blur45.1840.3735.5940.3888.8868.67
Beam Missing55.6549.3143.0049.32116.0383.88
Crosstalk51.7749.4347.1849.46121.3284.12
Incomplete Echo49.4648.2946.7748.17113.7481.92
Cross-Sensor40.8530.7317.9729.85130.0350.77
  • Summary: mIoUclean=\text{mIoU}_{\text{clean}} = 58.80%, mCE=\text{mCE} = 113.81%, mRR=\text{mRR} = 76.99%.

nuScenes-C

CorruptionLightModerateHeavyAverageCEi\text{CE}_iRRi\text{RR}_i
Fog66.3165.5662.5264.80
Wet Ground69.6568.4465.9868.02
Snow
Motion Blur58.5348.8039.3848.90
Beam Missing57.4447.4239.5648.14
Crosstalk
Incomplete Echo52.0848.4745.7348.76
Cross-Sensor29.9120.83
  • Summary: mIoUclean=\text{mIoU}_{\text{clean}} = 71.38%, mCE=\text{mCE} = %, mRR=\text{mRR} = %.

References

@inproceedings{zhao2021fidnet,
  title = {FIDNet: LiDAR Point Cloud Semantic Segmentation with Fully Interpolation Decoding},
  author = {Zhao, Yiming and Bai, Lin and Huang, Xinming},
  booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems},
  year = {2021},
}