Are Synthetic Corruptions A Reliable Proxy For Real-World Corruptions?
Shashank Agnihotri, David Schader, Nico Sharei, Mehmet Ege Kaçar, Margret Keuper
TL;DR
The paper addresses whether synthetic corruptions can serve as reliable proxies for real-world distribution shifts in semantic segmentation. It conducts a large-scale benchmarking study across real-world corruptions from ACDC and synthetic corruptions from Cityscapes-C, evaluating multiple architectures on Cityscapes, ADE20K, and PASCAL VOC2012. It finds a strong overall correlation in mean performance, suggesting synthetic corruptions are useful for robustness evaluation, though per-corruption analysis reveals notable gaps (e.g., brightness and fog) where proxies misrepresent real-world effects. The work introduces GAM as a worst-case robustness metric, provides insights into which corruption types align, and releases open-source benchmarks to guide future OOD robustness research.
Abstract
Deep learning (DL) models are widely used in real-world applications but remain vulnerable to distribution shifts, especially due to weather and lighting changes. Collecting diverse real-world data for testing the robustness of DL models is resource-intensive, making synthetic corruptions an attractive alternative for robustness testing. However, are synthetic corruptions a reliable proxy for real-world corruptions? To answer this, we conduct the largest benchmarking study on semantic segmentation models, comparing performance on real-world corruptions and synthetic corruptions datasets. Our results reveal a strong correlation in mean performance, supporting the use of synthetic corruptions for robustness evaluation. We further analyze corruption-specific correlations, providing key insights to understand when synthetic corruptions succeed in representing real-world corruptions. Open-source Code: https://github.com/shashankskagnihotri/benchmarking_robustness/tree/segmentation_david/semantic_segmentation
