sh237 commited on
Commit
0665baf
Β·
verified Β·
1 Parent(s): 120e617

Add comprehensive dataset README

Browse files
Files changed (1) hide show
  1. README.md +193 -0
README.md ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: solar_images
6
+ dtype: image
7
+ - name: xrs
8
+ dtype: float32
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: "**/*"
14
+ language:
15
+ - en
16
+ tags:
17
+ - solar-physics
18
+ - space-weather
19
+ - flare-prediction
20
+ - astronomy
21
+ - time-series
22
+ - computer-vision
23
+ - deep-learning
24
+ - iccv2025
25
+ size_categories:
26
+ - 10K<n<100K
27
+ task_categories:
28
+ - time-series-forecasting
29
+ - image-classification
30
+ pretty_name: FlareBench
31
+ ---
32
+
33
+ # FlareBench: A Comprehensive Benchmark for Solar Flare Prediction 🌞
34
+
35
+ [![ICCV 2025](https://img.shields.io/badge/ICCV-2025-b31b1b.svg)](https://iccv.thecvf.com/)
36
+ [![arXiv](https://img.shields.io/badge/arXiv-2508.07847-b31b1b.svg)](https://arxiv.org/abs/2508.07847)
37
+ [![Project Page](https://img.shields.io/badge/Project-Page-brightgreen.svg)](https://keio-smilab25.github.io/DeepSWM)
38
+
39
+ **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".
40
+
41
+ ## πŸš€ What's New
42
+
43
+ - **ICCV 2025 Accepted!** Our paper has been accepted to ICCV 2025
44
+ - **Complete Solar Cycle Coverage**: First benchmark covering a full 11-year solar activity cycle
45
+ - **Multi-Modal Data**: Combines solar images (AIA/HMI) and X-ray sensor data (XRS)
46
+ - **Time-Series Cross-Validation**: Designed for robust evaluation across diverse solar activity states
47
+
48
+ ## πŸ“Š Dataset Overview
49
+
50
+ FlareBench addresses the limitations of conventional solar flare prediction datasets that often:
51
+ - Cover only limited periods of solar activity
52
+ - Contain small, low-resolution sunspot patches
53
+ - Exhibit biases towards specific solar activity periods
54
+
55
+ ### Why FlareBench?
56
+
57
+ 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.
58
+
59
+ **FlareBench presents unique challenges:**
60
+ - Requires modeling long-term, diverse solar states spanning the entire 11-year solar cycle
61
+ - Demands computationally efficient architectures for multi-wavelength images capturing multi-layered physical phenomena
62
+ - Handles highly imbalanced class distributions that vary significantly across different years
63
+
64
+ ## πŸ—‚οΈ Dataset Structure
65
+
66
+ ```
67
+ FlareBench/
68
+ β”œβ”€β”€ solar_images/
69
+ β”‚ β”œβ”€β”€ aia/ # Atmospheric Imaging Assembly (9 wavelengths)
70
+ β”‚ β”‚ β”œβ”€β”€ 2011/ # πŸ“Š Data available (Apr-Dec 2011)
71
+ β”‚ β”‚ β”œβ”€β”€ 2012/ # πŸ“ Directory structure only
72
+ β”‚ β”‚ β”œβ”€β”€ ...
73
+ β”‚ β”‚ └── 2024/
74
+ β”‚ └── hmi/ # Helioseismic and Magnetic Imager
75
+ β”‚ β”œβ”€β”€ 2011/ # πŸ“Š Data available (Jan-Dec 2011)
76
+ β”‚ β”œβ”€β”€ 2012/ # πŸ“ Directory structure only
77
+ β”‚ └── ...
78
+ └── xrs/ # X-Ray Sensor data from GOES satellites
79
+ β”œβ”€β”€ 2011/ # πŸ“Š Data available (full year)
80
+ β”œβ”€β”€ 2012/ # πŸ“ Directory structure only
81
+ β”œβ”€β”€ ...
82
+ β”œβ”€β”€ g15/ # GOES-15 specific data structure
83
+ └── g16/ # GOES-16 specific data structure
84
+ ```
85
+
86
+ ## πŸ“ˆ Dataset Statistics
87
+
88
+ - **Total Samples**: 95,837 (after quality filtering)
89
+ - **Time Period**: June 2011 - November 2022 (full solar cycle)
90
+ - **Temporal Resolution**: 1-hour cadence
91
+ - **Spatial Resolution**: Full-disk solar observations
92
+ - **Class Distribution**:
93
+ - X-class: 1,750 samples (1.8%)
94
+ - M-class: 13,263 samples (13.8%)
95
+ - C-class: 34,978 samples (36.5%)
96
+ - No-flare: 47,775 samples (49.9%)
97
+
98
+ ### Data Composition
99
+
100
+ **Solar Images:**
101
+ - **AIA (Atmospheric Imaging Assembly)**: Multi-wavelength extreme ultraviolet observations capturing the multi-layered coronal atmosphere
102
+ - **HMI (Helioseismic and Magnetic Imager)**: Line-of-sight and vector magnetic field observations from the photosphere
103
+
104
+ **X-Ray Sensor Data:**
105
+ - **XRS**: Solar X-ray flux measurements from GOES satellites
106
+ - **Formats**: Both CSV and NetCDF files
107
+ - **Content**: Raw and processed solar X-ray flux data
108
+
109
+ ## 🎯 Prediction Task
110
+
111
+ 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:
112
+
113
+ - **X-class**: Major flares (β‰₯10⁻⁴ W/mΒ²)
114
+ - **M-class**: Moderate flares (10⁻⁡ to 10⁻⁴ W/m²)
115
+ - **C-class**: Minor flares (10⁻⁢ to 10⁻⁡ W/m²)
116
+ - **No-flare**: Below C-class threshold
117
+
118
+ ## πŸ“‹ Current Release (2011 Data)
119
+
120
+ This initial release contains **2011 data only**. The complete dataset spanning 2011-2022 will be released upon paper publication.
121
+
122
+ **Available in this release:**
123
+ - Solar images: April-December 2011 (AIA), January-December 2011 (HMI)
124
+ - XRS data: Full year 2011
125
+ - Directory structure for all years (2010-2024) for future releases
126
+
127
+ ## πŸ“§ Request Full Dataset
128
+
129
+ **Need data from other years (2012-2022)?** Please contact us at: [contact email]
130
+
131
+ We will provide access to the complete dataset for research purposes. Please include:
132
+ - Your research affiliation
133
+ - Brief description of your research project
134
+ - Intended use of the dataset
135
+
136
+ ## πŸ”¬ Evaluation Protocol
137
+
138
+ FlareBench uses **time-series cross-validation** to ensure unbiased evaluation:
139
+
140
+ - **3-fold cross-validation** covering different phases of the solar cycle
141
+ - **Chronological splits** maintaining temporal order
142
+ - **Diverse solar conditions** in each fold's test set
143
+ - **Standard metrics**: TSS, BSS, GMGS for comprehensive evaluation
144
+
145
+ ## πŸ“š Citation
146
+
147
+ If you use FlareBench in your research, please cite our ICCV 2025 paper:
148
+
149
+ ```bibtex
150
+ @inproceedings{nagashima2025deepswm,
151
+ title={Deep Space Weather Model: Long-Range Solar Flare Prediction from Multi-Wavelength Images},
152
+ author={Shunya Nagashima and Komei Sugiura},
153
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
154
+ year={2025}
155
+ }
156
+ ```
157
+
158
+ ## πŸ”— Related Resources
159
+
160
+ - **Paper**: [arXiv:2508.07847](https://arxiv.org/abs/2508.07847)
161
+ - **Project Page**: [https://keio-smilab25.github.io/DeepSWM](https://keio-smilab25.github.io/DeepSWM)
162
+ - **Code Repository**: [GitHub](https://github.com/keio-smilab25/DeepSWM)
163
+
164
+ ## πŸ“„ License
165
+
166
+ This dataset is released under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**.
167
+
168
+ You are free to:
169
+ - **Share** β€” copy and redistribute the material in any medium or format
170
+ - **Adapt** β€” remix, transform, and build upon the material for any purpose, even commercially
171
+
172
+ Under the following terms:
173
+ - **Attribution** β€” You must give appropriate credit and indicate if changes were made
174
+
175
+ ## 🀝 Acknowledgments
176
+
177
+ This dataset is built using observations from:
178
+ - **Solar Dynamics Observatory (SDO)**: NASA's flagship solar observation mission
179
+ - **GOES Satellites**: NOAA's Geostationary Operational Environmental Satellites
180
+
181
+ We thank the SDO and GOES teams for making these invaluable observations publicly available.
182
+
183
+ ## πŸ“ž Contact
184
+
185
+ For questions, issues, or collaboration opportunities:
186
+
187
+ - **Primary Contact**: [Your Name] - [email]
188
+ - **Institution**: [Your Institution]
189
+ - **Project Page**: [https://keio-smilab25.github.io/DeepSWM](https://keio-smilab25.github.io/DeepSWM)
190
+
191
+ ---
192
+
193
+ *Built with ❀️ for the solar physics and machine learning communities*