Transparency Distortion Robustness for SOTA Image Segmentation Tasks
Volker Knauthe, Arne Rak, Tristan Wirth, Thomas Pöllabauer, Simon Metzler, Arjan Kuijper, Dieter W. Fellner
TL;DR
This work investigates how spatially varying distortions from transparent materials affect semantic segmentation. It introduces a grid distortion model to synthetically simulate local radial distortions and evaluates Swin Transformer and DINOv2 backbones, revealing substantial performance degradation, especially under grid distortions. The study finds that while larger pretraining and model capacity provide some robustness, fine-tuning on distorted data offers only limited relief, underscoring the need for intrinsic robust representations. The findings highlight a practical challenge for real-world vision systems operating through transparent surfaces and point toward future directions in distortion-aware training and model design.
Abstract
Semantic Image Segmentation facilitates a multitude of real-world applications ranging from autonomous driving over industrial process supervision to vision aids for human beings. These models are usually trained in a supervised fashion using example inputs. Distribution Shifts between these examples and the inputs in operation may cause erroneous segmentations. The robustness of semantic segmentation models against distribution shifts caused by differing camera or lighting setups, lens distortions, adversarial inputs and image corruptions has been topic of recent research. However, robustness against spatially varying radial distortion effects that can be caused by uneven glass structures (e.g. windows) or the chaotic refraction in heated air has not been addressed by the research community yet. We propose a method to synthetically augment existing datasets with spatially varying distortions. Our experiments show, that these distortion effects degrade the performance of state-of-the-art segmentation models. Pretraining and enlarged model capacities proof to be suitable strategies for mitigating performance degradation to some degree, while fine-tuning on distorted images only leads to marginal performance improvements.
