Robo3D Benchmark

February 18, 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.

GFNet

SemanticKITTI-C

CorruptionLightModerateHeavyAverageCEi\text{CE}_iRRi\text{RR}_i
Fog46.5746.3333.2342.04131.3466.73
Wet Ground59.3055.8954.5356.5794.3989.79
Snow55.7656.8157.5756.7192.6690.02
Motion Blur60.2558.5456.9758.5961.7393.00
Beam Missing60.9157.0152.9356.9598.5690.40
Crosstalk22.5916.2312.6117.14198.9027.21
Incomplete Echo58.7055.5551.4355.2398.2487.67
Cross-Sensor58.4052.7037.3549.4893.6478.54
  • Summary: mIoUclean=\text{mIoU}_{\text{clean}} = 63.00%, mCE=\text{mCE} = 108.68%, mRR=\text{mRR} = 77.92%.

References

@inproceedings{qiu2022gfnet,
  title = {GFNet: Geometric Flow Network for 3D Point Cloud Semantic Segmentation},
  author = {Haibo Qiu and Baosheng Yu and Dacheng Tao},
  booktitle = {Transactions on Machine Learning Research},
  year = {2022},
}