Datasets:
image
imagewidth (px) 8
8
|
---|
FlareBench: A Comprehensive Benchmark for Solar Flare Prediction π
FlareBench is a novel benchmark dataset for solar flare prediction that covers the entire 11-year solar activity cycle. This dataset was introduced in our ICCV 2025 paper "Deep Space Weather Model: Long-Range Solar Flare Prediction from Multi-Wavelength Images".
Why FlareBench?
Most conventional datasets for solar flare prediction do not cover diverse solar activity states. Consequently, models trained on such datasets can exhibit biases towards specific periods of solar activity. Furthermore, many datasets contain only small, low-resolution sunspot patches.
FlareBench presents unique challenges:
- Requires modeling long-term, diverse solar states spanning the entire 11-year solar cycle
- Demands computationally efficient architectures for multi-wavelength images capturing multi-layered physical phenomena
- Handles highly imbalanced class distributions that vary significantly across different years
ποΈ Dataset Structure
FlareBench/
βββ solar_images/
β βββ aia/ # Atmospheric Imaging Assembly (9 wavelengths)
β β βββ 2011/ # π Data available (Apr-Dec 2011)
β β βββ 2012/ # π Same structure as 2011, no data files
β β βββ ...
β β βββ 2024/
β βββ hmi/ # Helioseismic and Magnetic Imager
β βββ 2011/ # π Data available (Jan-Dec 2011)
β βββ 2012/ # π Same structure as 2011, no data files
β βββ ...
βββ xrs/ # X-Ray Sensor data from GOES satellites
βββ 2011/ # π Data available (full year)
βββ 2012/ # π Same structure as 2011, no data files
βββ ...
π Dataset Statistics
- Total Samples: 95,837 (after quality filtering)
- Time Period: June 2011 - November 2022 (full solar cycle)
- Temporal Resolution: 1-hour cadence
- Spatial Resolution: Full-disk solar observations
- Class Distribution:
- X-class: 1,750 samples (1.8%)
- M-class: 13,263 samples (13.8%)
- C-class: 34,978 samples (36.5%)
- No-flare: 47,775 samples (49.9%)
Data Composition
Solar Images:
- AIA (Atmospheric Imaging Assembly): Multi-wavelength extreme ultraviolet observations capturing the multi-layered coronal atmosphere
- HMI (Helioseismic and Magnetic Imager): Line-of-sight and vector magnetic field observations from the photosphere
X-Ray Sensor Data:
- XRS: Solar X-ray flux measurements from GOES satellites
- Formats: Both CSV and NetCDF files
- Content: Raw and processed solar X-ray flux data
π― Prediction Task
FlareBench focuses on predicting the maximum class of solar flare within the next 24 hours, following standard approaches in solar flare prediction research. The prediction classes are:
- X-class: Major flares (β₯10β»β΄ W/mΒ²)
- M-class: Moderate flares (10β»β΅ to 10β»β΄ W/mΒ²)
- C-class: Minor flares (10β»βΆ to 10β»β΅ W/mΒ²)
- No-flare: Below C-class threshold
π§ Request Full Dataset
Need data from other years (2012-2022)? Please contact us at: [email protected]
We will provide access to the complete dataset for research purposes. Please include:
- Your research affiliation
- Brief description of your research project
- Intended use of the dataset
- Preferred data transfer method
π Citation
If you use FlareBench in your research, please cite our ICCV 2025 paper:
@inproceedings{nagashima2025deepswm,
title={Deep Space Weather Model: Long-Range Solar Flare Prediction from Multi-Wavelength Images},
author={Shunya Nagashima and Komei Sugiura},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
year={2025}
}
π Related Resources
- Paper: arXiv:2508.07847
- Project Page: https://keio-smilab25.github.io/DeepSWM
- Code: https://github.com/keio-smilab25/DeepSWM
π License
This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
π€ Acknowledgments
This dataset is built using observations from:
- Solar Dynamics Observatory (SDO): NASA's flagship solar observation mission
- GOES Satellites: NOAA's Geostationary Operational Environmental Satellites
π Contact
For questions, issues, or collaboration opportunities:
- Primary Contact: Shunya Nagashima - [email protected]
- Institution: Keio University
- Downloads last month
- 761