Siltframe Custom data

Leaderboard · updated 2026-09-23

Which degradation breaks which segmentation model — and by how much.

Relative mIoU drop on real RELLIS-3D test frames when the same frames are degraded. Lower is more robust. Where an independent (held-out) generator exists we use it, so no model — including ours — has seen the corruption code.

#ModelClean mIoUDustDust plumeNightheld-outRain on lensRain on lensMud / spatterheld-outFogheld-outMotion blurheld-outMean drop
1DeepLabV3-MobileNetV3CNN · 11.0M35.0−36.4%−63.6%−31.9%−26.2%−37.5%−27.4%−37.2%
2SegFormer-B0Transformer · 3.7M38.0−43.7%−63.6%−26.1%−43.3%−23.0%−30.8%−38.4%
Mask2Former (Swin-T)Mask transformerrunning on our GPU now
SegFormer-B2Transformerrunning on our GPU now
OneFormer (Swin-T)Universal transformerneeds a larger GPU — queued
SAM 2 (Hiera-T encoder + seg head)Foundation encoderclass-agnostic model; needs a trained semantic head — queued
Baselines trained on 1,200 clean RELLIS-3D frames at 640×400; test = 600 clean / 300 degraded frames × 3 severities. Sorted by mean drop.

reading it

Night is the worst condition on average (−64%). The biggest architecture split is mud / spatter: Transformer models lose 43%, CNN models 26%. That’s why a single “robustness score” per model hides what you actually need to fix.

Want your model on this board? Send it — we run the same protocol and publish with your permission.

How much a pack wins back

Fine-tuning from each baseline. Control = the same extra training on clean data only, so the gain can’t be extra steps. Held-out degraded mIoU, mean over seeds.

ModelControl+200 synthetic frames+ online synthesisClean-weather change
DeepLabV3-MobileNetV33 seed(s)21.724.5 (+2.8)25.6 (+3.9)-0.5
SegFormer-B03 seed(s)22.825.2 (+2.4)26.0 (+3.2)+0.6

Methodology

  1. Real test frames only. No synthetic frame is ever scored as ground truth.
  2. Held-out generators. Night = Brooks/Cui unprocessing low-light; mud = ImageNet-C spatter; fog and motion blur = ImageNet-C. None is used to make training data.
  3. Control arm and seeds. Every gain is measured against identical training on clean data, over several seeds.
  4. Metric. mIoU over the RELLIS-3D classes present in the test split; relative drop = (clean − degraded) / clean, averaged over 3 severities.

limits, stated plainly

  • Degraded test inputs are synthetic (held-out generators): RELLIS-3D contains no real dust or night frames.
  • Small models at 640×400 on one consumer GPU; absolute mIoU is below full-resolution published numbers.
  • Rows marked queued are not measured yet — no numbers are shown for them.

Read the evaluation protocol & code layout.