
Datasets:
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.
M3DRS: Multi-Modal Multi-Resolution Remote Sensing Dataset
This repository hosts the M3DRS dataset, a comprehensive collection of 5-channel remote sensing images (RGB, NIR, nDSM) from Switzerland, France, and Italy. The dataset is unlabelled and specifically designed to support self-supervised learning tasks. It is part of our submission to the NeurIPS 2025 Datasets and Benchmarks Track. The dataset is organized into three folders, each containing ZIP archives of images grouped by location or in batches of 500. The dataset supports research in multi-modal learning, semantic segmentation, and geospatial analysis.
π§ͺ Benchmarking & Code
The M3DRS dataset is accompanied by a benchmark suite with ScaleMAE for pretraining and baseline models available at our GitHub repository:
π https://github.com/swiss-territorial-data-lab/proj-vit
This includes tools for data preprocessing, model training, and evaluation.
For dataset configuration or details, please use a discussion in this repository.
For benchmark questions or feedback, please open an issue in the GitHub repository.
π Dataset Structure
βββ swiss/
β βββ scratch_{aquization_date}_{tile_idx}.zip
β βββ ...
βββ flair/
β βββ batch_1.zip
β βββ batch_2.zip
β βββ ...
βββ italy/
β βββ batch_1.zip
β βββ batch_2.zip
β βββ ...
βββ NOTICE
βββ README.md
swiss/
: Contains images from Switzerland, grouped by specific locations.flair/
: Contains images from France, grouped in batches of 500 images per ZIP file.italy/
: Contains images from Italy, grouped in batches of 500 images per ZIP file.NOTICE
: Details the licenses and attributions for the source data.
π Dataset Composition
Source | Country | Area (kmΒ²) | Resolution | Images | Size (GB) |
---|---|---|---|---|---|
Swisstopo | Switzerland | 2,172 | 10/25 cm | 282,243 | 346 |
Ferrara City | Italy | 95 | 10 cm | 39,907 | 49 |
FLAIR #1 | France | 810 | 20 cm | 77,762 | 96 |
Total | 3,077 | 399,912 | 491 |
π₯ Download Instructions
You can download the dataset directly from this Hugging Face repository. Each folder (swiss
, flair
, italy
) contains ZIP files as described above.
β οΈ Warning: This dataset is large, the full download size is approximately 380 GB. Unzipped files are approximately 500 GB Make sure you have sufficient disk space and a stable internet connection before downloading.
from huggingface_hub import snapshot_download
local_dir = snapshot_download(
repo_id="heig-vd-geo/M3DRS",
repo_type="dataset",
local_dir="" # where to replicate the file tree
)
βοΈ License
The dataset is composed of public open data sources. Please refer to the NOTICE
file in the root of this repository for detailed licensing information and attributions for each data source.
π Citation
If you use the M3DRS dataset in your research, please cite our NeurIPS 2025 Datasets and Benchmarks Track submission:
@inproceedings{m3drs2025,
title={M3DRS: Multi-Modal Multi-Resolution Remote Sensing Dataset},
author={Shanci Li, Antoine Carreaud, Adrien Gressin},
booktitle={NeurIPS Datasets and Benchmarks Track},
year={2025}
}
- Downloads last month
- 11
Models trained or fine-tuned on heig-vd-geo/M3DRS
