RoboBEV Benchmark

March 1, 2023 · View on GitHub

RoboBEV Benchmark

The official nuScenes metrics are considered in our benchmark:

Average Precision (AP)

The average precision (AP) defines a match by thresholding the 2D center distance d on the ground plane instead of the intersection over union (IoU). This is done in order to decouple detection from object size and orientation but also because objects with small footprints, like pedestrians and bikes, if detected with a small translation error, give $0IoU.WethencalculateAPasthenormalizedareaundertheprecisionrecallcurveforrecallandprecisionover10 IoU. We then calculate AP as the normalized area under the precision-recall curve for recall and precision over 10%. Operating points where recall or precision is less than \10% are removed in order to minimize the impact of noise commonly seen in low precision and recall regions. If no operating point in this region is achieved, the AP for that class is set to zero. We then average over-matching thresholds of \mathbb{D}={0.5, 1, 2, 4}metersandthesetofclassesmeters and the set of classes\mathbb{C}$ :

mAP= 1CDcCdDAPc,d.\text{mAP}= \frac{1}{|\mathbb{C}||\mathbb{D}|}\sum_{c\in\mathbb{C}}\sum_{d\in\mathbb{D}}\text{AP}_{c,d} .

True Positive (TP)

All TP metrics are calculated using d=2d=2 m center distance during matching, and they are all designed to be positive scalars. Matching and scoring happen independently per class and each metric is the average of the cumulative mean at each achieved recall level above $10%. If a \10% recall is not achieved for a particular class, all TP errors for that class are set to \1$.

  • Average Translation Error (ATE) is the Euclidean center distance in 2D (units in meters).
  • Average Scale Error (ASE) is the 3D intersection-over-union (IoU) after aligning orientation and translation ($1$ − IoU).
  • Average Orientation Error (AOE) is the smallest yaw angle difference between prediction and ground truth (radians). All angles are measured on a full $360-degree period except for barriers where they are measured on a \180$-degree period.
  • Average Velocity Error (AVE) is the absolute velocity error as the L2 norm of the velocity differences in 2D (m/s).
  • Average Attribute Error (AAE) is defined as $1 minus attribute classification accuracy (\1$ − acc).

nuScenes Detection Score (NDS)

mAP with a threshold on IoU is perhaps the most popular metric for object detection. However, this metric can not capture all aspects of the nuScenes detection tasks, like velocity and attribute estimation. Further, it couples location, size, and orientation estimates. nuScenes proposed instead consolidating the different error types into a scalar score:

NDS = 110 [5mAP+mTPTP (1min(1, mTP))].\text{NDS} = \frac{1}{10} [5\text{mAP}+\sum_{\text{mTP}\in\mathbb{TP}} (1-\min(1, \text{mTP}))] .

Sparse4D R101

CorruptionNDSmAPmATEmASEmAOEmAVEmAAE
Clean0.54380.44090.62820.27210.38530.29220.1888
Cam Crash0.28730.13190.78520.29170.49890.96110.2510
Frame Lost0.26110.10500.81750.31660.54041.02530.2726
Color Quant0.33100.23450.83480.29560.54520.97120.2496
Motion Blur0.25140.14380.87190.35530.67801.08170.3347
Brightness0.39840.32960.75430.28350.48440.92320.2187
Low Light0.25100.13860.85010.35430.64641.16210.3356
Fog0.38840.30970.75520.28400.49330.90870.2229
Snow0.22590.12750.88600.38750.71161.14180.3936

Experiment Log

Time: Day Month xx xx:xx:xx 2023

Camera Crash

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.33690.20350.75330.28570.47440.90230.2325
Moderate0.26230.09790.81500.29330.50161.00380.2571
Hard0.26280.09440.78740.29620.52060.97720.2633
Average0.28730.13190.78520.29170.49890.96110.2510

Frame Lost

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.34940.22590.74980.28470.46490.90600.2306
Moderate0.24790.07460.82040.30080.53510.99290.2449
Hard0.18610.01430.88240.36430.62121.17700.3423
Average0.26110.10500.81750.31660.54041.02530.2726

Color Quant

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.41090.34270.74880.28010.46200.88370.2295
Moderate0.33850.24620.82220.28990.56130.92950.2433
Hard0.24350.11470.93330.31670.61241.10040.2761
Average0.33100.23450.83480.29560.54520.97120.2496

Motion Blur

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.36920.28300.77310.28980.53520.89520.2292
Moderate0.21690.09270.93020.32860.74641.08060.2895
Hard0.16810.05570.91240.44750.75251.26930.4853
Average0.25140.14380.87190.35530.67801.08170.3347

Brightness

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.42730.36260.71570.28010.45010.87220.2219
Moderate0.39910.33210.75380.28380.49180.92380.2157
Hard0.36870.29420.79330.28660.51140.97370.2186
Average0.39840.32960.75430.28350.48440.92320.2187

Low Light

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.31150.20960.82590.30050.57490.98940.2419
Moderate0.26130.13980.85610.31540.63961.12600.2751
Hard0.18030.06640.86820.44710.72461.37080.4897
Average0.25100.13860.85010.35430.64641.16210.3356

Fog

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.40210.32940.74340.28360.48930.89180.2179
Moderate0.39260.31280.75160.28280.48190.89900.2228
Hard0.37060.28690.77060.28570.50870.93530.2280
Average0.38840.30970.75520.28400.49330.90870.2229

Snow

SeverityNDSmAPmATEmASEmAOEmAVEmAAE
Easy0.22590.12750.88600.38750.71161.14180.3936
Moderate0.17570.07360.93950.41590.84361.26430.4121
Hard0.16820.06540.95480.41600.85151.25780.4229
Average0.18990.08880.92680.40650.80221.22130.4095

References

@article{lin2022sparse4d,
  title={Sparse4D: Multi-view 3D Object Detection with Sparse Spatial-Temporal Fusion},
  author={Lin, Xuewu and Lin, Tianwei and Pei, Zixiang and Huang, Lichao and Su, Zhizhong},
  journal={arXiv preprint arXiv:2211.10581},
  year={2022}
}