Enhancing Autonomous Vehicle Perception in Adverse Weather through Image Augmentation during Semantic Segmentation Training
Ethan Kou, Noah Curran

TL;DR
This paper demonstrates that applying weather-related image augmentation during training improves semantic segmentation performance of autonomous vehicle perception systems in adverse weather conditions, using simulated data.
Contribution
It introduces a data augmentation method with weather effects during training to enhance domain adaptation for semantic segmentation in autonomous vehicles.
Findings
Augmentation significantly improves segmentation in adverse weather conditions.
Models trained on augmented data outperform those trained only on clear weather data in most conditions.
There is potential to further improve domain adaptation with additional augmentations and real-world data.
Abstract
Robust perception is crucial in autonomous vehicle navigation and localization. Visual processing tasks, like semantic segmentation, should work in varying weather conditions and during different times of day. Semantic segmentation is where each pixel is assigned a class, which is useful for locating overall features (1). Training a segmentation model requires large amounts of data, and the labeling process for segmentation data is especially tedious. Additionally, many large datasets include only images taken in clear weather. This is a problem because training a model exclusively on clear weather data hinders performance in adverse weather conditions like fog or rain. We hypothesize that given a dataset of only clear days images, applying image augmentation (such as random rain, fog, and brightness) during training allows for domain adaptation to diverse weather conditions. We used…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Imaging and Analysis · Advanced Image Fusion Techniques
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator
