DisasterM3: A Remote Sensing Vision-Language Dataset for Disaster Damage Assessment and Response
Paper • 2505.21089 • Published • 4
image image |
|---|
Paper: https://arxiv.org/abs/2505.21089
Code: https://github.com/Junjue-Wang/DisasterM3
DisasterM3 includes 26,988 bi-temporal satellite images and 123k instruction pairs across 5 continents, with three characteristics:
Please run this code for benchmarking the DisasterM3 dataset. Two examples: Qwen2.5 VL:
python disaster_m3/pyscripts/run_vllm.py --model_id Qwen/Qwen2.5-VL-7B-Instruct --subset bearing_body
InternVL3:
python disaster_m3/pyscripts/run_vllm.py --model_id OpenGVLab/InternVL3-78B --subset report
If you use DisasterM3 in your research, please cite our following papers.
@article{wang2025disasterm3,
title={DisasterM3: A Remote Sensing Vision-Language Dataset for Disaster Damage Assessment and Response},
author={Wang, Junjue and Xuan, Weihao and Qi, Heli and Liu, Zhihao and Liu, Kunyi and Wu, Yuhan and Chen, Hongruixuan and Song, Jian and Xia, Junshi and Zheng, Zhuo and Yokoya, Naoto},
booktitle={Proceedings of the Neural Information Processing Systems},
year={2025}
}
This dataset builds upon the following excellent open datasets:
xBD dataset by Ritwik Gupta
BRIGHT dataset by Hongruixuan Chen
All images and their associated annotations in DisasterM3 can be used for academic purposes only, but any commercial use is prohibited.