REVIEW 5 major objections 5 minor 3 cited by
ExEBench: Benchmarking Foundation Models on Extreme Earth Events
T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A public benchmark scores AI across seven extreme weather disasters
desk verdict A useful multi-event benchmark that is undermined by country-scale heatwave definitions and a few internal inconsistencies; worth reviewing but needs revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the benchmark itself: seven per-event datasets with fixed train/test splits and a task definition that exposes a different capability—heatwave and cold-wave single-step forecasting, cyclone multi-variable forecasting, storm and extreme-precipitation nowcasting, fire segmentation, and flood change detection. What carries the argument is the controlled pairing of heterogeneous data (coarse global reanalysis fields, high-resolution radar, multispectral imagery, and synthetic-aperture radar) with per-task evaluation metrics, so that model differences can be attributed to pretraining domain, fine-tuning strategy, and architectural choices. The same event-recognition logic runs through every dataset: identify an extreme event from documented or statistical evidence, crop the relevant Earth-observation or weather variables around it, and frame an operational prediction problem.
What would settle it
Re-extract the same 2019–2023 heatwaves using a gridded definition (for example, at least three consecutive days above a local 95th-percentile temperature threshold) and rerun the 10-day forecast evaluation; if ACC or RMSE changes materially—say accuracy drops below the reported range for the leading model—the country-polygon localization assumption is load-bearing.
Extended reading notes
Core claim
The paper's central claim is that ExEBench offers a fair, reproducible way to test how foundation models behave on extreme Earth events, with seven event categories spanning weather and Earth observation and tasks chosen to mirror operational demands. Each dataset is constructed to preserve real-world heterogeneity: heatwaves and cold waves are extracted from documented disasters and matched to reanalysis temperature fields, extreme precipitation is defined by local 95th-percentile thresholds from a 22-year climatology, tropical cyclones are bounded by observed tracks, storms come from radar sequences, and fires and floods retain their original multiband imagery and masks. The baselines then compare the same model families under frozen, fully fine-tuned, and parameter-efficient settings. The empirical finding that carries the argument is asymmetric transfer: models generalize across modalities only to a point, perform best when pretraining and downstream data share a domain, and degrade sharply on temporal forecasting and on imbalanced decision classes such as urban flooding.
Load-bearing premise
That the documented disasters' country-level polygons closely mark the areas actually affected by each heatwave or cold wave, so extracting temperature over the entire country yields event-relevant training data.
Editorial extensions
If this is right
- A team deploying a foundation model for disaster response can benchmark it on the public testbed against fixed baseline scores, turning qualitative claims like 'the model handles floods' into measurable comparisons.
- If the reported transfer pattern holds, model selection should be driven by domain alignment: weather-climate models for forecasting tasks, Earth-observation models for image segmentation, with vision models as a middle ground for imagery.
- The temporal-dynamics failures set a design target: future foundation models need explicit temporal processing rather than treating time as extra channels to handle storm nowcasting and cyclone evolution.
- The flood results imply that sensor-aware features—polarization mode, coherence, pre/co/post-event change—must be encoded explicitly in geospatial foundation models.
- Parameter-efficient fine-tuning such as LoRA offers a practical accuracy-versus-cost compromise when fully fine-tuning is too expensive, with measurable losses mostly on precipitation extremes.
Reading between the lines
- The country-polygon definition of heatwave and cold-wave events means the forecasting tasks may reward models that reproduce broad regional temperature fields rather than the local anomaly itself; an event-mask variant would shift the benchmark from regional forecast skill to event-localized skill.
- A natural extension is to study compound and cascading events—for instance, a heatwave priming wildfire conditions or extreme precipitation following a cyclone—because the same reanalysis variables appear across multiple ExEBench tasks.
- The benchmark currently compares foundation models against each other and against random initialization, not against physical or operational forecast baselines, so the practical added value of foundation models over classical weather prediction remains an open question.
- A testable follow-up would rerun the precipitation nowcasting tasks with a dedicated extreme-loss objective (for example, weighting high-rain-rate bins) to see whether the documented underestimation of extremes is primarily a data-imbalance or an architecture problem.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ExEBench, a benchmark of seven extreme-event categories (floods, wildfires, storms, tropical cyclones, extreme precipitation, heatwaves, cold waves) built from heterogeneous EO and weather/climate data. For each category it defines an ML task (forecasting, nowcasting, segmentation, change detection), provides standardized train/test splits, and evaluates a suite of foundation models under several fine-tuning strategies. The headline claims are that the benchmark supports assessment of FM transferability across domains, that the reported baselines provide initial evidence on cross-data-type generalization, and that the released public dataset and code constitute a reusable resource for disaster-management ML.
Significance. If the benchmark construction is valid, ExEBench fills a real gap: most existing benchmarks are single-domain, whereas extreme events naturally span EO and weather/climate modalities. The paper's strengths are its public release of data and code, the detailed per-event data-processing workflows (Section 2, Appendix 6.1), the broad model coverage (vision, EO, and W&C foundation models), and the use of domain-appropriate metrics (ACC, RQE, POD/FAR/CSI/HSS, IoU/F1). The reported experiments also give concrete, falsifiable evidence that pre-training domain alignment matters, e.g., Aurora's strong heatwave and precipitation results and ClimaX's poor fire-mapping results. However, the central claim that the tasks are aligned with operational extreme-event needs is currently undercut by the country-level definition of heatwave/cold-wave regions and by an inconsistency in the ACC definition, so the significance of the benchmark as stated is contingent on those issues being resolved.
major comments (5)
- [Section 2.2, Figure 2; Tables 3 and 4] The heatwave and cold-wave ROI is defined by the country code (ISO-3) from EM-DAT, and ERA5 t2m is then extracted over the entire country. This conflates "an extreme event occurred somewhere in this country" with "the whole country is the event region." Because large-area temperature fields are spatially smooth and climatologically predictable, the high ACC values (e.g., Aurora ACC 0.8887 for heatwaves at 10 days, Table 3) may largely reflect skill at reproducing broad climatological gradients rather than event-localized extreme-temperature skill. A direct ablation is needed: compare the reported models against a climatology or persistence baseline over the same country-scale regions, and also evaluate on event-localized polygons derived from a meteorological heatwave definition (e.g., EHF or percentile-based contiguous regions). Without such validation, the claim that these tasks measure extreme-event prediction rather than general temperature forecasting is not established.
- [Section 6.2.1, Eq. (5)] The ACC formula as written is not the standard anomaly correlation coefficient: the numerator uses (xhat_i - xbar_hat)(x_i - xbar), where xbar_hat is the mean of the forecast field and xbar is the climatology, but a proper ACC should subtract the same climatological reference from both forecast and observation. The text states that xbar is the climatology, which makes the first factor inconsistent. As written, the ACC values in Tables 3-6 are not reproducible, and if the code implements the formula literally, the reported skill scores are not anomaly correlations. Please correct Eq. (5) and, if the experiments used the standard definition, state this explicitly in the text.
- [Table 2 and Sections 6.3, 6.3.3, 6.4.4, 6.4.5] There are internal inconsistencies about which models were actually evaluated. Table 2 lists U-Net as pretrained on LGG Brain MRI, but the table note and Section 6.3 state that U-Net is randomly initialized and trained end-to-end. More importantly, Table 2 marks SegFormer and ConvNeXt as evaluated on storms and U-Net and Prithvi as evaluated on extreme precipitation, while Sections 6.3.3, 6.4.4, and 6.4.5 report only Prithvi and Aurora for these two tasks and state that U-Net, SegFormer, and ConvNeXt failed to produce useful outputs and were excluded. Please reconcile Table 2 with the actual experiment log; a benchmark paper should have a fully accurate experiment summary table.
- [Section 2.5, Figure 3, and Table 1] The resolution of the extreme-precipitation dataset is described inconsistently. Section 2.5 says the final sequences have a 50x50 spatial size at 0.1-degree resolution, but Figure 3 and Appendix 6.1 describe coarsening both TRMM and IMERG to 5 degrees for threshold computation, and Figure 3's final panel labels the data as "IMERG (5 degree)." Table 1 also lists 0.1-degree resolution. Please clarify whether the 50x50 tiles are local high-resolution tiles around events (with thresholds computed at 5 degrees) or whether the entire dataset is at 5 degrees; this is essential for reproducing the dataset and interpreting the reported spatial-resolution transfer results.
- [Sections 3, 6.4, and 4] The interpretation of the baseline results is limited by the absence of any non-FM reference models. For forecasting tasks, simple baselines such as persistence and climatology, and for segmentation tasks a simple texture/spectral baseline, would establish what fraction of the reported skill is attributable to FM transferability rather than to the inherent predictability of the target field. The paper itself acknowledges this in Section 4 ("incorporating baseline results from traditional physical or task-specific models would allow for a fair understanding"), but the absence of such baselines in the main results is a load-bearing gap for the paper's claim that FMs show meaningful generalizability on these tasks.
minor comments (5)
- [Section 2.8 vs. Appendix 6.1] The flood dataset description in Section 2.8 lists "VV and VH intensities from pre- and post-event, as well as pre- and co-event coherence," whereas Appendix 6.1 lists eight bands as pre-event intensity, post-event intensity, pre-event coherence, and co-event intensity (with no co-event coherence). Please make these two descriptions consistent.
- [Table 2] The footnote explaining red and green checkmarks is difficult to parse; the phrase "U-Net is randomly initialized" belongs in the model column or in the caption rather than as a color-code explanation, and it should be consistent with the "Pretrained data" column entry (Brain MRI).
- [Section 6.2.1] Equation (5) also contains typographical artifacts (extra parentheses and a missing superscript on the first denominator term); please re-typeset the equation and verify all symbols against the standard ACC definition.
- [Table 1] The evaluation metric for tropical cyclones is listed as "Trajectory tracking," but the defined task in Section 2.6 is multi-variable weather forecasting (Eq. 3) and the reported metrics are RMSE and ACC. Please align the table's task description with the actual task.
- [Section 4] The sentence "for the first time, tested cross-data-type generalization" is a strong claim that would benefit from a precise statement of what is new relative to prior transfer experiments between EO and weather/climate models, or from softening the wording.
Circularity Check
No circularity: ExEBench is a dataset and benchmark paper whose claims are supported by external data sources and measured model outputs, not by self-referential derivations.
full rationale
ExEBench is a benchmark construction paper rather than a derivation of a scientific quantity from fitted inputs. The central claims are that the benchmark integrates seven extreme-event datasets from external sources (EM-DAT, ERA5, TRMM/IMERG, IBTrACS, TASSRAD19, HLS burn scars, UrbanSARFloods) and that the defined ML tasks evaluate foundation models with reported metrics. No quantity is fitted to a subset of data and then renamed as a prediction; the ACC, RMSE, RQE, POD, CSI, HSS, F1, and IoU scores are all computed by comparing model outputs against independent ground-truth targets. The paper's self-citations (e.g., DOFA, UrbanSARFloods, prior precipitation-nowcasting work by the same authors) are used as dataset sources, baseline models, or standard references, and none of them is invoked to justify a uniqueness theorem, to force a choice of ansatz, or to establish the benchmark's validity by author fiat. The identified concern about heatwave/cold-wave event regions being approximated by whole-country ISO-3 codes from EM-DAT is a data-validity or task-design limitation, not circularity: the forecasting target is still ERA5 temperature over that region, and the prediction is not equivalent to the event-selection input by construction. The benchmark is therefore self-contained with respect to external benchmarks and data sources, and no circular step meets the evidence threshold requiring a quoted reduction.
Assumptions & free parameters
free parameters (5)
- Extreme precipitation 95th percentile threshold (RP95) =
Climatological 95th percentile per 5-degree grid cell and month, derived from TRMM 1998-2019
- Consecutive-days criterion for extreme precipitation events =
3 days
- Heatwave and cold wave duration and buffer settings =
Max duration 6 months; 1-month pre-event buffer
- Tropical cyclone maximum duration =
14 days
- Storm keyword filter =
Keywords: storm, downpour, hail
assumptions (5)
- domain assumption EM-DAT records accurately identify extreme heat and cold events, including their country-level spatial extent and start and end dates.
- domain assumption ERA5 reanalysis fields are a faithful proxy for observed weather in heatwave, cold wave, and tropical cyclone forecasting.
- domain assumption TRMM and IMERG precipitation products are consistent enough after unit and grid conversions to identify extreme events across 1998-2023.
- domain assumption The 95th percentile of daily precipitation is a valid operational definition of extreme precipitation.
- domain assumption Ground-truth masks in HLS BurnScars and UrbanSARFloods are accurate labels for burned areas and flooded areas.
Cite this review
Pith. "Pith review of ExEBench: Benchmarking Foundation Models on Extreme Earth Events." pith.science (2026). https://pith.science/paper/YYA2Q6B3
@misc{pith2026250508529,
author = {Pith},
title = {Pith review of: ExEBench: Benchmarking Foundation Models on Extreme Earth Events},
year = {2026},
howpublished = {\url{https://pith.science/paper/YYA2Q6B3}},
note = {Machine review of arXiv:2505.08529}
}
read the original abstract
Our planet is facing increasingly frequent extreme events, which pose major risks to human lives and ecosystems. Recent advances in machine learning (ML), especially with foundation models (FMs) trained on extensive datasets, excel in extracting features and show promise in disaster management. Nevertheless, these models often inherit biases from training data, challenging their performance over extreme values. To explore the reliability of FM in the context of extreme events, we introduce \textbf{ExE}Bench (\textbf{Ex}treme \textbf{E}arth Benchmark), a collection of seven extreme event categories across floods, wildfires, storms, tropical cyclones, extreme precipitation, heatwaves, and cold waves. The dataset features global coverage, varying data volumes, and diverse data sources with different spatial, temporal, and spectral characteristics. To broaden the real-world impact of FMs, we include multiple challenging ML tasks that are closely aligned with operational needs in extreme events detection, monitoring, and forecasting. ExEBench aims to (1) assess FM generalizability across diverse, high-impact tasks and domains, (2) promote the development of novel ML methods that benefit disaster management, and (3) offer a platform for analyzing the interactions and cascading effects of extreme events to advance our understanding of Earth system, especially under the climate change expected in the decades to come. The dataset and code are public https://github.com/zhaoshan2/EarthExtreme-Bench.
Figures
Figures from the paper (20 more)
Forward citations
Cited by 3 Pith papers
-
Physics-Informed Super-Resolution of Atmospheric Data
Adding multi-scale hydrostatic-primitive-equation losses to atmospheric super-resolution models improves reported physical-consistency scores and some reconstruction/event-detection metrics, but the metric and constra...
-
The Rise of AI in Weather and Climate Information and its Impact on Global Inequality
AI weather and climate tools inherit Northern-controlled data and compute, risking worse forecasts and maladaptation for the Global South rather than democratizing climate information.
-
Scalable and Trustworthy Earth Observation Foundation Models
Remote-sensing foundation models need domain-specific design and evaluation around measurement physics and decision constraints; benchmark accuracy alone is insufficient for trustworthy EO deployment.
Reference graph
Works this paper leans on
-
[1]
Weather and climate extreme events in a changing climate,
Sonia I Seneviratne, Xuebin Zhang, Muhammad Adnan, Wafae Badi, Claudine Dereczynski, A Di Luca, Subimal Ghosh, Iskhaq Iskandar, James Kossin, Sophie Lewis, et al., “Weather and climate extreme events in a changing climate,” 2021
work page 2021
-
[2]
Camille Parmesan, Mike D Morecroft, and Yongyut Trisurat,Climate change 2022: Impacts, adaptation and vulnerability, Ph.D. thesis, GIEC, 2022
work page 2022
-
[3]
Simone Schauwecker, Estíbaliz Gascón, Shinju Park, Virginia Ruiz-Villanueva, Manfred Schwarb, Daniel Sempere-Torres, Markus Stoffel, Claudia Vitolo, and Mario Rohrer, “Antici- pating cascading effects of extreme precipitation with pathway schemes-three case studies from europe,”Environment international, vol. 127, pp. 291–304, 2019
work page 2019
-
[4]
Deepti Singh, Allison R. Crimmins, Justin M. Pflug, Patrick L. Barnard, Jennifer F. Helgeson, Andrew Hoell, Fayola H. Jacobs, Michael G. Jacox, Alessandra Jerolleman, and Michael F. Wehner,Focus on compound events, U.S. Global Change Research Program, Washington, DC, USA, 2023
work page 2023
-
[5]
On the foundations of earth and climate foundation models,
Xiao Xiang Zhu, Zhitong Xiong, Yi Wang, Adam J Stewart, Konrad Heidler, Yuanyuan Wang, Zhenghang Yuan, Thomas Dujardin, Qingsong Xu, and Yilei Shi, “On the foundations of earth and climate foundation models,”arXiv preprint arXiv:2405.04285, 2024
arXiv 2024
-
[6]
Neural plasticity- inspired foundation model for observing the earth crossing modalities,
Zhitong Xiong, Yi Wang, Fahong Zhang, Adam J Stewart, Joëlle Hanna, Damian Borth, Ioannis Papoutsis, Bertrand Le Saux, Gustau Camps-Valls, and Xiao Xiang Zhu, “Neural plasticity- inspired foundation model for observing the earth crossing modalities,”arXiv e-prints, pp. arXiv–2403, 2024
work page 2024
-
[7]
Satmae: Pre-training transformers for temporal and multi-spectral satellite imagery,
Yezhen Cong, Samar Khanna, Chenlin Meng, Patrick Liu, Erik Rozi, Yutong He, Marshall Burke, David Lobell, and Stefano Ermon, “Satmae: Pre-training transformers for temporal and multi-spectral satellite imagery,”Advances in Neural Information Processing Systems, vol. 35, pp. 197–211, 2022
work page 2022
-
[8]
Prithvi wxc: Foundation model for weather and climate,
Johannes Schmude, Sujit Roy, Will Trojak, Johannes Jakubik, Daniel Salles Civitarese, Shraddha Singh, Julian Kuehnert, Kumar Ankur, Aman Gupta, Christopher E Phillips, et al., “Prithvi wxc: Foundation model for weather and climate,”arXiv preprint arXiv:2409.13598, 2024
arXiv 2024
Show all 47 references
-
[9]
Climax: A foundation model for weather and climate,
Tung Nguyen, Johannes Brandstetter, Ashish Kapoor, Jayesh K Gupta, and Aditya Grover, “Climax: A foundation model for weather and climate,” inInternational Conference on Machine Learning. PMLR, 2023, pp. 25904–25938
2023
-
[10]
What if? numerical weather prediction at the crossroads,
Peter Bauer, “What if? numerical weather prediction at the crossroads,”Journal of the European Meteorological Society, vol. 1, pp. 100002, 2024
2024
-
[11]
SustainBench: Benchmarks for monitoring the sustainable development goals with machine learning,
Christopher Yeh, Chenlin Meng, Sherrie Wang, Anne Driscoll, Erik Rozi, Patrick Liu, Jihyeon Lee, Marshall Burke, David B Lobell, and Stefano Ermon, “SustainBench: Benchmarks for monitoring the sustainable development goals with machine learning,” inThirty-fifth Conference on N...
-
[12]
Geo- bench: Toward foundation models for earth monitoring,
Alexandre Lacoste, Nils Lehmann, Pau Rodriguez, Evan Sherwin, Hannah Kerner, Björn Lütjens, Jeremy Irvin, David Dao, Hamed Alemohammad, Alexandre Drouin, et al., “Geo- bench: Toward foundation models for earth monitoring,”Advances in Neural Information Processing Systems, vol....
2024
-
[13]
Fomo-bench: a multi-modal, multi-scale and multi-task forest monitoring benchmark for remote sensing foundation models,
Nikolaos Ioannis Bountos, Arthur Ouaknine, and David Rolnick, “Fomo-bench: a multi-modal, multi-scale and multi-task forest monitoring benchmark for remote sensing foundation models,” arXiv preprint arXiv:2312.10114, 2023
2023 arXiv
-
[14]
Weatherbench: a benchmark data set for data-driven weather forecasting,
Stephan Rasp, Peter D Dueben, Sebastian Scher, Jonathan A Weyn, Soukayna Mouatadid, and Nils Thuerey, “Weatherbench: a benchmark data set for data-driven weather forecasting,” Journal of Advances in Modeling Earth Systems, vol. 12, no. 11, pp. e2020MS002203, 2020. 11
2020
-
[15]
Weatherbench 2: A benchmark for the next generation of data-driven global weather models,
Stephan Rasp, Stephan Hoyer, Alexander Merose, Ian Langmore, Peter Battaglia, Tyler Russell, Alvaro Sanchez-Gonzalez, Vivian Yang, Rob Carver, Shreya Agrawal, et al., “Weatherbench 2: A benchmark for the next generation of data-driven global weather models,”Journal of Advances...
2024
-
[16]
Defining extreme events: A cross-disciplinary review,
Lauren E McPhillips, Heejun Chang, Mikhail V Chester, Yaella Depietri, Erin Friedman, Nancy B Grimm, John S Kominoski, Timon McPhearson, Pablo Méndez-Lázaro, Emma J Rosi, et al., “Defining extreme events: A cross-disciplinary review,”Earth’s Future, vol. 6, no. 3, pp. 441–455, 2018
2018
-
[17]
Heatwave,
World Meteorological Organization (WMO), “Heatwave,” https://wmo.int/topics/ heatwave, Accessed: 2025-01-07
2025
-
[18]
Heat-related mortality in europe during the summer of 2022,
Joan Ballester, Marcos Quijal-Zamorano, Raúl Fernando Méndez Turrubiates, Ferran Pegenaute, François R Herrmann, Jean Marie Robine, Xavier Basagaña, Cathryn Tonne, Josep M Antó, and Hicham Achebak, “Heat-related mortality in europe during the summer of 2022,”Nature medicine, v...
2022
-
[19]
EM-DAT: The International Disaster Database,
CRED/UCLouvain, “EM-DAT: The International Disaster Database,” 2024, Accessed: 2024- 06-17
2024
-
[20]
The ERA5 global reanalysis,
Hans Hersbach, Bill Bell, Paul Berrisford, Shoji Hirahara, András Horányi, Joaquín Muñoz- Sabater, Julien Nicolas, Carole Peubey, Raluca Radu, Dinand Schepers, et al., “The ERA5 global reanalysis,”Quarterly Journal of the Royal Meteorological Society, vol. 146, no. 730, pp. 19...
1999
-
[21]
Exploring geo- metric deep learning for precipitation nowcasting,
Shan Zhao, Sudipan Saha, Zhitong Xiong, Niklas Boers, and Xiao Xiang Zhu, “Exploring geo- metric deep learning for precipitation nowcasting,” inIGARSS 2023-2023 IEEE International Geoscience and Remote Sensing Symposium. IEEE, 2023, pp. 3760–3763
2023
-
[22]
Rainnet v1. 0: a convolutional neural network for radar-based precipitation nowcasting,
Georgy Ayzel, Tobias Scheffer, and Maik Heistermann, “Rainnet v1. 0: a convolutional neural network for radar-based precipitation nowcasting,”Geoscientific Model Development, vol. 13, no. 6, pp. 2631–2644, 2020
2020
-
[23]
TAASRAD19, a high-resolution weather radar reflectivity dataset for precipitation nowcasting,
Gabriele Franch, Valerio Maggio, Luca Coviello, Marta Pendesini, Giuseppe Jurman, and Cesare Furlanello, “TAASRAD19, a high-resolution weather radar reflectivity dataset for precipitation nowcasting,”Scientific Data, vol. 7, no. 1, pp. 234, 2020
2020
-
[24]
The trmm multisatellite precipitation analysis (tmpa): Quasi-global, multiyear, combined-sensor precipitation estimates at fine scales,
George J Huffman, David T Bolvin, Eric J Nelkin, David B Wolff, Robert F Adler, Guojun Gu, Yang Hong, Kenneth P Bowman, and Erich F Stocker, “The trmm multisatellite precipitation analysis (tmpa): Quasi-global, multiyear, combined-sensor precipitation estimates at fine scales,...
2007
-
[25]
Complex networks reveal global pattern of extreme-rainfall teleconnections,
Niklas Boers, Bedartha Goswami, Aljoscha Rheinwalt, Bodo Bookhagen, Brian Hoskins, and Jürgen Kurths, “Complex networks reveal global pattern of extreme-rainfall teleconnections,” Nature, vol. 566, no. 7744, pp. 373–377, 2019
2019
-
[26]
GPM IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V07,
G.J. Huffman, E.F. Stocker, D.T. Bolvin, E.J. Nelkin, and Jackson Tan, “GPM IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V07,” 2023, Accessed: 11-05-2024
2023
-
[27]
Accurate medium-range global weather forecasting with 3d neural networks,
Kaifeng Bi, Lingxi Xie, Hengheng Zhang, Xin Chen, Xiaotao Gu, and Qi Tian, “Accurate medium-range global weather forecasting with 3d neural networks,”Nature, vol. 619, no. 7970, pp. 533–538, 2023
2023
-
[28]
Learning skillful medium-range global weather forecasting,
Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Ferran Alet, Suman Ravuri, Timo Ewalds, Zach Eaton-Rosen, Weihua Hu, et al., “Learning skillful medium-range global weather forecasting,”Science, vol. 382, no. 6677, pp. 1416–1421, 2023
2023
-
[29]
The international best track archive for climate stewardship (IBTrACS) unifying tropical cyclone data,
Kenneth R Knapp, Michael C Kruk, David H Levinson, Howard J Diamond, and Charles J Neumann, “The international best track archive for climate stewardship (IBTrACS) unifying tropical cyclone data,”Bulletin of the American Meteorological Society, vol. 91, no. 3, pp. 363–376, 2010. 12
2010
-
[30]
Wildfire danger prediction and understanding with deep learning,
Spyros Kondylatos, Ioannis Prapas, Michele Ronco, Ioannis Papoutsis, Gustau Camps-Valls, María Piles, Miguel-Ángel Fernández-Torres, and Nuno Carvalhais, “Wildfire danger prediction and understanding with deep learning,”Geophysical Research Letters, vol. 49, no. 17, pp. e2022G...
2022
-
[31]
HLS Foundation Burnscars Dataset,
Christopher Phillips, Sujit Roy, Kumar Ankur, and Rahul Ramachandran, “HLS Foundation Burnscars Dataset,” Aug. 2023
2023
-
[32]
Urban flood mapping using satellite synthetic aperture radar data: A review of characteristics, approaches, and datasets,
Jie Zhao, Ming Li, Yu Li, Patrick Matgen, and Marco Chini, “Urban flood mapping using satellite synthetic aperture radar data: A review of characteristics, approaches, and datasets,” IEEE Geoscience and Remote Sensing Magazine, 2024
2024
-
[33]
UrbanSARFloods: Sentinel-1 SLC-based benchmark dataset for urban and open-area flood mapping,
Jie Zhao, Zhitong Xiong, and Xiao Xiang Zhu, “UrbanSARFloods: Sentinel-1 SLC-based benchmark dataset for urban and open-area flood mapping,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 419–429
2024
-
[34]
Fourcastnet: Acceler- ating global high-resolution weather forecasting using adaptive fourier neural operators,
Thorsten Kurth, Shashank Subramanian, Peter Harrington, Jaideep Pathak, Morteza Mardani, David Hall, Andrea Miele, Karthik Kashinath, and Anima Anandkumar, “Fourcastnet: Acceler- ating global high-resolution weather forecasting using adaptive fourier neural operators,” in Proc...
2023
-
[35]
U-net: Convolutional networks for biomedical image segmentation,
Olaf Ronneberger, Philipp Fischer, and Thomas Brox, “U-net: Convolutional networks for biomedical image segmentation,” inMedical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part...
2015
-
[36]
Segformer: Simple and efficient design for semantic segmentation with transformers,
Enze Xie, Wenhai Wang, Zhiding Yu, Anima Anandkumar, Jose M Alvarez, and Ping Luo, “Segformer: Simple and efficient design for semantic segmentation with transformers,”Advances in neural information processing systems, vol. 34, pp. 12077–12090, 2021
2021
-
[37]
A convnet for the 2020s,
Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, and Saining Xie, “A convnet for the 2020s,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 11976–11986
2022
-
[38]
Foundation models for generalist geospatial artificial intelli- gence,
J Jakubik, S Roy, C Phillips, P Fraccaro, D Godwin, B Zadrozny, D Szwarcman, C Gomes, G Nyirjesy, B Edwards, et al., “Foundation models for generalist geospatial artificial intelli- gence,”arXiv preprint arXiv:2310.18660, 2023
-
[39]
Prithvi-eo-2.0: A versatile multi-temporal foundation model for earth observation applications,
Daniela Szwarcman, Sujit Roy, Paolo Fraccaro, Þorsteinn Elí Gíslason, Benedikt Blumenstiel, Rinki Ghosal, Pedro Henrique de Oliveira, Joao Lucas de Sousa Almeida, Rocco Sedona, Yanghui Kang, et al., “Prithvi-eo-2.0: A versatile multi-temporal foundation model for earth observa...
2024
-
[40]
Aurora: A foundation model for the earth system,
Cristian Bodnar, Wessel P. Bruinsma, Ana Lucic, Megan Stanley, Anna Vaughan, Johannes Brandstetter, Patrick Garvan, Maik Riechert, Jonathan A. Weyn, Haiyu Dong, Jayesh K. Gupta, Kit Thambiratnam, Alexander T. Archibald, Chun-Chieh Wu, Elizabeth Heider, Max Welling, Richard E. ...
2024
-
[41]
Lora: Low-rank adaptation of large language models,
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen, “Lora: Low-rank adaptation of large language models,”arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[42]
Unified perceptual parsing for scene understanding,
Tete Xiao, Yingcheng Liu, Bolei Zhou, Yuning Jiang, and Jian Sun, “Unified perceptual parsing for scene understanding,” inProceedings of the European conference on computer vision (ECCV), 2018, pp. 418–434
2018
-
[43]
Lgg mri segmentation dataset,
Mateusz Buda, “Lgg mri segmentation dataset,” https://www.kaggle.com/datasets/ mateuszbuda/lgg-mri-segmentation/data, 2019, Accessed: 2024-11-03
2019
-
[44]
Extreme- cast: Boosting extreme value prediction for global weather forecast,
Wanghan Xu, Kang Chen, Tao Han, Hao Chen, Wanli Ouyang, and Lei Bai, “Extreme- cast: Boosting extreme value prediction for global weather forecast,”arXiv preprint arXiv:2402.01295, 2024. 13
2024 arXiv
-
[45]
Deep learning for precipitation nowcasting: A benchmark and a new model,
Xingjian Shi, Zhihan Gao, Leonard Lausen, Hao Wang, Dit-Yan Yeung, Wai-kin Wong, and Wang-chun Woo, “Deep learning for precipitation nowcasting: A benchmark and a new model,” Advances in neural information processing systems, vol. 30, 2017
2017
-
[46]
Fixing weight decay regularization in adam,
Ilya Loshchilov, Frank Hutter, et al., “Fixing weight decay regularization in adam,”
-
[47]
Generalised dice overlap as a deep learning loss function for highly unbalanced segmentations,
Carole H Sudre, Wenqi Li, Tom Vercauteren, Sebastien Ourselin, and M Jorge Cardoso, “Generalised dice overlap as a deep learning loss function for highly unbalanced segmentations,” inDeep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support:...
2017
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.