MMFire
收藏资源简介:
MMFire是由瑞典皇家理工学院团队基于Simfire模拟器开发的新型野火蔓延多模态数据集,旨在解决野火预测中的多结果生成问题。该数据集通过LANDFIRE程序获取真实地理数据,模拟不同环境条件下(如燃料状况、地形)的野火扩散路径,生成具有空间多样性的分割掩码。其数据特点包括初始燃烧区域重叠但后续扩散模式分异,适用于训练扩散模型以探索低概率但操作相关的火灾场景。该数据集主要应用于灾害响应决策支持系统,为生成对抗性野火蔓延预测提供基准。
MMFire is a novel multi-modal wildfire spread dataset developed by the team from KTH Royal Institute of Technology based on the Simfire simulator, which aims to address the multi-outcome generation problem in wildfire prediction. This dataset acquires real-world geographic data via the LANDFIRE program, simulates wildfire spread paths under various environmental conditions (e.g., fuel conditions, terrain), and generates spatially diverse segmentation masks. Its data characteristics include overlapping initial combustion areas but divergent subsequent spread patterns, making it suitable for training diffusion models to explore low-probability but operationally relevant fire scenarios. This dataset is mainly applied in disaster response decision support systems, providing a benchmark for generating adversarial wildfire spread predictions.
数据集概述
数据集名称
MMFire
数据集类型
模糊分割数据集
核心特征
- 该数据集为模糊分割数据集,意味着每个输入对应多个可能的输出。
- 数据集中分割掩码的多样性并非真实,仅作为评估模糊分割任务的工具。
- 数据集基于模拟环境生成,用于预测给定输入数据下的野火蔓延情况。
数据来源与生成
- 数据集由模拟环境 SimFire by MITRE 生成。
- 在代码中,数据集与术语
simfire关联。 - 在论文中,发布的数据集命名为 MMFire。
获取方式
使用说明
- 在自有代码中使用该数据集,可调用 Lightning Datamodule:
src/firespreadscenarios/dataloader/SimfireDataModule.py,该模块直接提供训练集/验证集/测试集的数据加载器。 - 由于用于预测野火蔓延的模拟器是一个相对简单的计算机程序,深度学习模型应能较好地学习近似此映射关系。这与现实世界的观测有显著差异,在现实世界中不存在如此简单的关系,且深度学习模型目前表现较差。
相关实验
- 提供了针对 MMFire 数据集的扩散模型和概率 UNet 的训练命令。
- 实验配置通过
cfgs目录下的 YAML 文件参数化。
引用
@inproceedings{ gerard2025wildfire, title={Wildfire Spread Scenarios: Increasing Sample Diversity of Segmentation Diffusion Models with Training-Free Methods}, author={Sebastian Gerard and Josephine Sullivan}, booktitle={Northern Lights Deep Learning Conference 2026}, year={2025}, url={https://openreview.net/forum?id=E44d5hzEV0} }

- 1Wildfire Spread Scenarios: Increasing Sample Diversity of Segmentation Diffusion Models with Training-Free Methods瑞典皇家理工学院 · 2026年



