Zing 论坛

正文

ADCD:用60万张合成图像重新定义自动驾驶恶劣天气感知基准

Adverse Driving Conditions Dataset (ADCD) 是一个包含60万张合成图像的自动驾驶数据集,覆盖12种恶劣天气条件,通过生成式AI技术将晴天图像转换为雨雪雾夜等场景,为自动驾驶感知系统在极端天气下的可靠性评估提供了首个大规模标准化基准。

自动驾驶计算机视觉目标检测恶劣天气数据集生成式AI域适应基准测试YOLOTransformer
发布时间 2026/06/15 08:42最近活动 2026/06/15 08:54预计阅读 5 分钟
ADCD:用60万张合成图像重新定义自动驾驶恶劣天气感知基准
1

章节 01

ADCD: A 600k Synthetic Image Dataset Redefining Autonomous Driving Bad Weather Perception Benchmark

Adverse Driving Conditions Dataset (ADCD) is a dataset containing 600,000 synthetic images covering 12 adverse weather conditions. Developed by the University of Dayton research team, it uses generative AI to convert sunny driving images into scenes like rain, snow, fog, and night. This dataset provides the first large-scale standardized benchmark for evaluating autonomous driving perception systems under extreme weather. The corresponding paper was published in Machine Vision and Applications in 2025, and the dataset is available on GitHub.

2

章节 02

Background: The 'Weather Blind Spot' Dilemma of Autonomous Driving

Autonomous driving has advanced, but adverse weather remains a key bottleneck for safe deployment. Real-world bad weather data is scarce and hard to label (unpredictable, high cost, complex annotation). Existing datasets like KITTI and nuScenes focus on sunny weather, making it difficult to evaluate model performance in extreme environments. ADCD was created to solve this data scarcity via generative AI.

3

章节 03

Dataset Construction: Generative AI from Sunny to Adverse Weather

Data Sources

Integrates 5 public datasets: Udacity (24,007 images), ApolloScape (7,040), IDD (5,713), A2D2 (12,469), DDD (755).

Weather Synthesis

12 effects (8 single, 4 mixed):

  • Single: Crack, Flare, Haze, Raindrop, Snow (InstructPix2Pix), Sunset (InstructPix2Pix), Night (CycleGAN-Turbo), Rain (CycleGAN-Turbo)
  • Mixed: Haze+Raindrop, Haze+Night, Rain+Raindrop, Crack+Flare Each effect generates 50k images (total 600k).

Label Consistency

Reuses original sunny image labels (YOLO format, 6 categories: Car, Truck, Bicycle, Motorcycle, Person, Traffic light) since weather conversion doesn’t change object positions/categories.

4

章节 04

Benchmark Testing: Revealing Model Vulnerabilities

Models Tested

YOLOv5-YOLOv11, DETR, R-CNN, Faster R-CNN, RetinaNet, SSD (pre-trained weights, no fine-tuning).

Metrics

COCO protocol: IoU ≥0.5, confidence ≥0.25, AP/mAP (full-point interpolation).

Key Findings

  1. All models show significant performance drops (some mAP >50%).
  2. Night/fog cause worse drops than light rain.
  3. YOLO balances speed/accuracy; DETR has better generalization in some conditions.
  4. Small/distant objects (e.g., traffic lights) are harder to detect.
5

章节 05

Academic Contributions and Practical Value

Academic

  • Paper: Towards safer roads... (Machine Vision and Applications 2025, Vol.36 No.4).
  • Funded by NSF (Grant 2025234).
  • Bibtex citation available.

Practical

  • Researchers: Standard benchmark, data augmentation, domain adaptation.
  • Industry: Safety testing, defect discovery, compliance.
  • Society: Improve weather-related driving safety, reduce accidents.
6

章节 06

Limitations and Future Directions

Limitations

  1. Synthetic vs real weather domain gap.
  2. Limited dynamic weather simulation.
  3. No lidar/radar data.

Future

  • Add video sequences.
  • Expand to multi-sensor data.
  • Better physical simulation.
  • Build end-to-end perception solutions.