2025
Road Segmentation with Mask2Former (Swin-L)
Production road-segmentation engine built on Mask2Former with a Swin-L backbone — deployed and running live on NVIDIA V100, and serving as the supervised reference for the DINOv3 system.
- 76.86 IoU on pothole-class segmentation (held-out production validation set) — the product metric that governs how reliably a road defect is found and measured in the field.
- 60.89 mIoU zero-shot on 152 never-seen Australian urban street images across 15 classes, including night scenes — evidence the model learned roads, not a dataset.
- 1.05 s single forward pass on the production V100; 1.8 s per image for the full 6-vote test-time-augmentation pipeline behind the headline result.
- Dual-head design with road-gated false-positive filtering; Swin-L hierarchical transformer (ImageNet-22K pretrained) with Mask2Former's masked and multi-scale deformable attention.
- Same training infrastructure and data pipeline as the DINOv3 variant, enabling fair supervised-vs-self-supervised architecture comparisons.
Swin Transformer
Mask2Former
Road Segmentation
Production
