Skip to content

Codes for the “Benchmarking the Robustness of Panoptic Segmentation for Automotive Cameras”(preprint)

Notifications You must be signed in to change notification settings

Warwick-Jocelyn/BRPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking-the-Robustness-of-Panoptic-Segmentation-for-Automotive-Cameras

This is the PyTorch re-implementation of our aiXiv paper: Benchmarking the Robustness of Panoptic Segmentation for Automated Driving, link.

Illustration of D-Cityscapes+

![Illustrating of the degradation image examples. ](doc/adverse_model.png)
  • New robustness dataset: Degraded-Cityscapes+ (D-Cityscapes+) (New model for snow and unfavourable light)
  • Unifying degradation pipeline: unifying pipeline to assess the robustness of panoptic segmentation models for assisted and automated driving (AAD) systems, correlating it with image quality.
  • Benchmarking experiments: 3 state-of-the-art CNN- and transformer-based panoptic segmentation networks are used to compare their robustness.

Illustrating of the unifying degradation data generation pipeline.

Requirements

Here, we show examples of using the EfficeintPS, DeepLab, and Oneformer for the Cityscape dataset.

  • Requirement for EfficientPS is from here.
  • Requirement for DeepLab is from here.
  • Requirement for Oneformer is from here.
  • Download the Cityscape validation here.

More coming soon upon!

To-do List

  • Share all the D-Cityscapes+ dataset with 19 noise factors
  • Share the noise generation table and tools
  • Share the re-trained model on the new noisy data under adverse weather conditions

Citation

If you find this code helpful in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@article{wang2024benchmarking,
  title={Benchmarking the Robustness of Panoptic Segmentation for Automated Driving},
  author={Wang, Yiting and Zhao, Haonan and Gummadi, Daniel and Dianati, Mehrdad and Debattista, Kurt and Donzella, Valentina},
  journal={arXiv preprint arXiv:2402.15469},
  year={2024}
}

About

Codes for the “Benchmarking the Robustness of Panoptic Segmentation for Automotive Cameras”(preprint)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages