Dataset Viewer
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

RASMD: RGB And SWIR Multispectral Driving Dataset for Robust Perception in Adverse Conditions

Current autonomous driving algorithms heavily rely on the visible spectrum, which is prone to performance degradation in adverse conditions like fog, rain, snow, glare, and high contrast. Although other spectral bands like near-infrared (NIR) and long-wave infrared (LWIR) can enhance vision perception in such situations, they have limitations and lack large-scale datasets and benchmarks. Short-wave infrared (SWIR) imaging offers several advantages over NIR and LWIR. However, no publicly available large-scale datasets currently incorporate SWIR data for autonomous driving. To address this gap, we introduce the RGB and SWIR Multispectral Driving (RASMD) dataset, which comprises 100,000 synchronized and spatially aligned RGB-SWIR image pairs collected across diverse locations, lighting, and weather conditions. In addition, we provide a subset for RGB-SWIR translation and object detection annotations for a subset of challenging traffic scenarios to demonstrate the utility of SWIR imaging through experiments on both object detection and RGB-to-SWIR image translation. Our experiments show that combining RGB and SWIR data in an ensemble framework significantly improves detection accuracy compared to RGB-only approaches, particularly in conditions where visible-spectrum sensors struggle. We anticipate that the RASMD dataset will advance research in multispectral imaging for autonomous driving and robust perception systems.

Dataset Details

Folders and their content:

  • RASMD_aligned: RGB-SWIR pair aligned images
  • RASMD_Source_#: RGB-SWIR pair source images
  • RASMD_detection: RGB-SWIR pair object detection benchmark images
  • RASMD_detection_annotation: cocoformat object detection annotations
  • RASMD_translation: image-to-image translation benchmark with zeroshot
  • RASMD_metadata: RASMD_aligned, RASMD_source_# metadata json file. Included RGB-SWIR aligned, source pair, location(urban, suburban), weather(sunny, cloudy, rainy, snowy).

Dataset Description

Dataset Sources

Dataset Structure

-RASMD_aligned, RASMD_source

β”œβ”€β”€ RASMD_DATASET (RASMD_aligned)
β”‚   β”œβ”€β”€ 1_sunny
β”‚   β”‚   β”œβ”€β”€ data_1_urban
β”‚   β”‚   β”‚   └── croped_data
β”‚   β”‚   β”‚       β”œβ”€β”€ rgb
β”‚   β”‚   β”‚       β”‚   └── ...
β”‚   β”‚   β”‚       └── swir
β”‚   β”‚   β”‚           └── ...
β”‚   β”‚   └── data_2_urban
β”‚   β”‚       ...       
β”‚   └── 2_sunny
β”‚       ... 
β”‚
β”œβ”€β”€ RASMD_source
β”‚   β”œβ”€β”€ 1_sunny
β”‚   β”‚   β”œβ”€β”€ data_1_urban
β”‚   β”‚   β”‚   └── source_images
β”‚   β”‚   β”‚       β”œβ”€β”€ rgb
β”‚   β”‚   β”‚       β”‚   └── ...
β”‚   β”‚   β”‚       └── swir
β”‚   β”‚   β”‚           └── ...
β”‚   β”‚   └── data_2_urban
β”‚   β”‚       ... 
β”‚   └── 2_sunny
β”‚       ... 

-RASMD_detection

β”œβ”€β”€ RASMD_detection
β”‚   β”œβ”€β”€ train
β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── SWIR
β”‚   β”‚       └── ...     
β”‚   β”œβ”€β”€ test (Domain only test)
β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── SWIR
β”‚   β”‚       └── ... 
β”‚   β”œβ”€β”€ test_mgerged (Cross domain test)
β”‚   β”‚   β”œβ”€β”€ rgb
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── swir
β”‚   β”‚       └── ...

-RASMD_detection_annotation

β”œβ”€β”€ RASMD_detection_annotation
β”‚   β”œβ”€β”€ train_rgb_align.json   (->train/RGB)
β”‚   β”œβ”€β”€ train_swir_align.json  (->train/SWIR)
β”‚   β”œβ”€β”€ test_rgb_align.json    (->test/RGB)
β”‚   β”œβ”€β”€ test_swir_align.json   (->test/SWIR)
β”‚   β”œβ”€β”€ test_merged_rgb.json   (->test_merged/rgb) 
β”‚   └── test_merged_swir.json  (->test_merged/swir)

-RASMD_translation

β”œβ”€β”€ RASMD_translation 
β”‚   β”œβ”€β”€ train
β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── SWIR
β”‚   β”‚       └── ...     
β”‚   β”œβ”€β”€ test 
β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── SWIR
β”‚   β”‚       └── ... 
β”‚   β”œβ”€β”€ Zeroshot
β”‚   β”‚   β”œβ”€β”€ train
β”‚   β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   β”‚   └── SWIR
β”‚   β”‚   β”‚       └── ...     
β”‚   β”‚   β”œβ”€β”€ test 
β”‚   β”‚   β”‚   β”œβ”€β”€ RGB
β”‚   β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   β”‚   └── SWIR
β”‚   β”‚   β”‚       └── ...

-RASMD_metadata.json

{
    "data": [
        {
            "unique_id": 
            "align_pair": {
                "rgb": {
                    "path": 
                    "width":
                    "height": 
                },
                "swir": {
                    "path": 
                    "width": 
                    "height": 
                }
            },
            "source_pair": {
                "rgb": {
                    "path": 
                    "width": 
                    "height": 
                },
                "swir": {
                    "path": 
                    "width": 
                    "height": 
                }
            },
            "weather": 
            "location": 
        },
        ...

Annotations

Object detection annotation distribution

Citation

BibTeX:

@misc{jin2025rasmdrgbswirmultispectral,
      title={RASMD: RGB And SWIR Multispectral Driving Dataset for Robust Perception in Adverse Conditions}, 
      author={Youngwan Jin and Michal Kovac and Yagiz Nalcakan and Hyeongjin Ju and Hanbin Song and Sanghyeop Yeo and Shiho Kim},
      year={2025},
      eprint={2504.07603},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.07603}, 
}

Contact

Downloads last month
133