paper-with-me

홈 › Papers

Enhancing Autonomous Vehicle Perception in Adverse Weather through Image Augmentation during Semantic Segmentation Training

2024-08-14 · Ethan Kou, Noah Curran

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 CARLA, a 3D realistic autonomous vehicle simulator, to collect 1200 images in clear weather composed of 29 classes from 10 different towns (2). We also collected 1200 images of random weather effects. We trained encoder-decoder UNet models to perform semantic segmentation. Applying augmentations significantly improved segmentation under weathered night conditions (p < 0.001). However, models trained on weather data have significantly lower losses than those trained on augmented data in all conditions except for clear days. This shows there is room for improvement in the domain adaptation approach. Future work should test more types of augmentations and also use real-life images instead of CARLA. Ideally, the augmented model meets or exceeds the performance of the weather model.

📄 PDF Abstract BibTeX arXiv:2408.07239

Code (1)

bubblybingbong/augmentationsegmentation 공식 구현 tf

Tasks

Domain AdaptationImage AugmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Survey on LiDAR Perception in Adverse Weather Conditions

2023-04-13 · Mariella Dreissig, Dominik Scheuble, Florian Piewak, Joschka Boedecker

Autonomous vehicles rely on a variety of sensors to gather information about their surrounding. The vehicle's behavior is planned based on the environment perception, making its reliability crucial for safety reasons. Th…

Autonomous VehiclesDenoisingSensor FusionSurvey

Object detection in adverse weather conditions for autonomous vehicles using Instruct Pix2Pix

2025-05-13 · Unai Gurbindo, Axel Brando, Jaume Abella, Caroline König

Enhancing the robustness of object detection systems under adverse weather conditions is crucial for the advancement of autonomous driving technology. This study presents a novel approach leveraging the diffusion model I…

Autonomous DrivingAutonomous VehiclesData AugmentationObject+2

How Do We Fail? Stress Testing Perception in Autonomous Vehicles

2022-03-26 · Harrison Delecki, Masha Itkina, Bernard Lange, Ransalu Senanayake 외

Autonomous vehicles (AVs) rely on environment perception and behavior prediction to reason about agents in their surroundings. These perception systems must be robust to adverse weather such as rain, fog, and snow. Howev…

Autonomous VehiclesData AugmentationObject TrackingTrajectory Prediction

Worsening Perception: Real-time Degradation of Autonomous Vehicle Perception Performance for Simulation of Adverse Weather Conditions

2021-03-03 · Ivan Fursa, Elias Fandi, Valentina Musat, Jacob Culley 외

Autonomous vehicles rely heavily upon their perception subsystems to see the environment in which they operate. Unfortunately, the effect of variable weather conditions presents a significant challenge to object detectio…

Autonomous RacingAutonomous VehiclesImage Augmentationobject-detection+1

WATonoBus: Field-Tested All-Weather Autonomous Shuttle Technology

2023-12-01 · Neel P. Bhatt, Ruihe Zhang, Minghao Ning, Ahmad Reza Alghooneh 외

All-weather autonomous vehicle operation poses significant challenges, encompassing modules from perception and decision-making to path planning and control. The complexity arises from the need to address adverse weather…

AllDecision Making