The dataset viewer is not available for this split.
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
- Curated by: Seamless Trans-X Lab of Yonsei University
- License: CC BY-NC-SA 4.0
Dataset Sources
- arXiv Paper: https://arxiv.org/abs/2504.07603
- Webpage: yonsei-stl.github.io/RASMD/
Dataset Structure
βββ 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
- Youngwan Jin ([email protected])
- Shiho Kim ([email protected])
- Downloads last month
- 133