jpxkqx commited on
Commit
9eb9e72
1 Parent(s): 425dd25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +225 -0
README.md CHANGED
@@ -1,3 +1,228 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - openclimatefix/era5
5
+ language:
6
+ - es
7
+ - en
8
+ metrics:
9
+ - mse
10
+ library_name: transformers
11
+ pipeline_tag: image-to-image
12
+ tags:
13
+ - climate
14
+ - transformers
15
+ - super-resolution
16
  ---
17
+
18
+
19
+ # Europe Reanalysis Super Resolution
20
+
21
+ The aim of the project is to create a Machine learning (ML) model that can generate high-resolution regional reanalysis data (similar to the one produced by CERRA) by downscaling global reanalysis data from ERA5.
22
+
23
+
24
+ This will be accomplished by using state-of-the-art Deep Learning (DL) techniques like U-Net, conditional GAN, and diffusion models (among others). Additionally, an ingestion module will be implemented to assess the possible benefit of using CERRA pseudo-observations as extra predictors. Once the model is designed and trained, a detailed validation framework takes the place.
25
+
26
+
27
+ It combines classical deterministic error metrics with in-depth validations, including time series, maps, spatio-temporal correlations, and computer vision metrics, disaggregated by months, seasons, and geographical regions, to evaluate the effectiveness of the model in reducing errors and representing physical processes. This level of granularity allows for a more comprehensive and accurate assessment, which is critical for ensuring that the model is effective in practice.
28
+
29
+
30
+ Moreover, tools for interpretability of DL models can be used to understand the inner workings and decision-making processes of these complex structures by analyzing the activations of different neurons and the importance of different features in the input data.
31
+
32
+ This work is funded by [Code for Earth 2023](https://codeforearth.ecmwf.int/) initiative.
33
+
34
+
35
+
36
+ # Table of Contents
37
+
38
+ - [Model Card for Europe Reanalysis Super Resolution](#model-card-for--model_id-)
39
+ - [Table of Contents](#table-of-contents)
40
+ - [Model Details](#model-details)
41
+ - [Model Description](#model-description)
42
+ - [Uses](#uses)
43
+ - [Direct Use](#direct-use)
44
+ - [Downstream Use [Optional]](#downstream-use-optional)
45
+ - [Out-of-Scope Use](#out-of-scope-use)
46
+ - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
47
+ - [Recommendations](#recommendations)
48
+ - [Training Details](#training-details)
49
+ - [Training Data](#training-data)
50
+ - [Training Procedure](#training-procedure)
51
+ - [Preprocessing](#preprocessing)
52
+ - [Speeds, Sizes, Times](#speeds-sizes-times)
53
+ - [Evaluation](#evaluation)
54
+ - [Testing Data, Factors & Metrics](#testing-data-factors--metrics)
55
+ - [Testing Data](#testing-data)
56
+ - [Factors](#factors)
57
+ - [Metrics](#metrics)
58
+ - [Results](#results)
59
+ - [Model Examination](#model-examination)
60
+ - [Technical Specifications [optional]](#technical-specifications-optional)
61
+ - [Model Architecture and Objective](#model-architecture-and-objective)
62
+ - [Compute Infrastructure](#compute-infrastructure)
63
+ - [Hardware](#hardware)
64
+ - [Software](#software)
65
+ - [Authors](#authors)
66
+
67
+ # Model Details
68
+
69
+ ## Model Description
70
+
71
+ <!-- Provide a longer summary of what this model is/does. -->
72
+ A vision model for down-scaling (from 0.25º to 0.05º) regional reanalysis grids in the mediterranean area.
73
+
74
+ - **Developed by:** A team of Predictia Intelligent Data Solutions S.L. & Instituto de Fisica de Cantabria (IFCA)
75
+ - **Model type:** Vision model
76
+ - **Language(s) (NLP):** en, es
77
+ - **License:** Apache-2.0
78
+ - **Resources for more information:** More information needed
79
+ - [GitHub Repo](https://github.com/ECMWFCode4Earth/DeepR)
80
+
81
+
82
+ # Uses
83
+
84
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
85
+
86
+ ## Direct Use
87
+
88
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
89
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
90
+
91
+
92
+
93
+
94
+ ## Downstream Use [Optional]
95
+
96
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
97
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
98
+
99
+
100
+
101
+
102
+ ## Out-of-Scope Use
103
+
104
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
105
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
106
+
107
+
108
+
109
+
110
+ # Bias, Risks, and Limitations
111
+
112
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
113
+
114
+ Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
115
+
116
+
117
+ ## Recommendations
118
+
119
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
120
+
121
+
122
+
123
+
124
+
125
+ # Training Details
126
+
127
+ ## Training Data
128
+
129
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
130
+
131
+ The dataset used is a composition of the ERA5 and CERRA reanalysis.
132
+
133
+ The spatial coverage of the input grids (ERA5) is defined below, and corresponds to a 2D array of dimensions (60, 42):
134
+
135
+ ```
136
+ longitude: [-8.35, 6.6]
137
+ latitude: [46.45, 35.50]
138
+ ```
139
+
140
+ On the other hand, the target high-resolution grid (CERRA) correspond to a 2D matrix of dimmension (240, 160):
141
+
142
+ ```
143
+ longitude: [-6.85, 5.1]
144
+ latitude: [44.95, 37]
145
+ ```
146
+
147
+ The data samples used for training corresponds to the period from 1981 and 2013 (both included) and from 2014 to 2017 for per-epoch validation.
148
+
149
+ ## Training Procedure
150
+
151
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
152
+
153
+ ### Preprocessing
154
+
155
+ More information needed
156
+
157
+ ### Speeds, Sizes, Times
158
+
159
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
160
+
161
+ More information needed
162
+
163
+ # Evaluation
164
+
165
+ <!-- This section describes the evaluation protocols and provides the results. -->
166
+
167
+ ## Testing Data, Factors & Metrics
168
+
169
+ ### Testing Data
170
+
171
+ <!-- This should link to a Data Card if possible. -->
172
+ The dataset used is a composition of the ERA5 and CERRA reanalysis.
173
+
174
+ The spatial coverage of the input grids (ERA5) and the target high-resolution grids (CERRA) is fixed for both training and testing.
175
+
176
+ The data samples used for testing corresponds to the period from 2018 to 2020 (both included).
177
+
178
+
179
+ ### Factors
180
+
181
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
182
+
183
+ More information needed
184
+
185
+ ### Metrics
186
+
187
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
188
+
189
+ More information needed
190
+
191
+ ## Results
192
+
193
+ More information needed
194
+
195
+ # Model Examination
196
+
197
+ More information needed
198
+
199
+
200
+ # Technical Specifications [optional]
201
+
202
+ ## Model Architecture and Objective
203
+
204
+ More information needed
205
+
206
+ ## Compute Infrastructure
207
+
208
+ More information needed
209
+
210
+ ### Hardware
211
+
212
+ More information needed
213
+
214
+ ### Software
215
+
216
+ More information needed
217
+
218
+
219
+
220
+ ### Authors
221
+
222
+ <!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
223
+
224
+ - Mario Santa Cruz. Predictia Intelligent Data Solutions S.L.
225
+
226
+ - Antonio Pérez. Predictia Intelligent Data Solutions S.L.
227
+
228
+ - Javier Díez. Predictia Intelligent Data Solutions S.L.