AGarioud commited on
Commit
a29bd77
1 Parent(s): 2dd1152

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -9,8 +9,6 @@ size_categories:
9
 
10
  # Datset Card for FLAIR land-cover semantic segmentation
11
 
12
-
13
-
14
  ## Context & Data
15
 
16
  The hereby FLAIR (#2) dataset is sampled countrywide and is composed of over 20 billion annotated pixels of very high resolution aerial imagery at 0.2 m spatial resolution, acquired over three years and different months (spatio-temporal domains).
@@ -187,9 +185,19 @@ This arrangement ensures a balanced distribution of semantic classes, radiometri
187
  Consequently, every split accurately reflects the landscape diversity inherent to metropolitan France.
188
  It is important to mention that the patches come with meta-data permitting alternative splitting schemes, for example focused on domain shifts.
189
 
 
 
 
 
 
 
 
 
 
190
 
191
- <p align="center"><img src="flair-splits.png" alt="" style="width:50%;max-width:600px;"/></p><br>
192
 
 
193
 
194
 
195
  ## Reference
 
9
 
10
  # Datset Card for FLAIR land-cover semantic segmentation
11
 
 
 
12
  ## Context & Data
13
 
14
  The hereby FLAIR (#2) dataset is sampled countrywide and is composed of over 20 billion annotated pixels of very high resolution aerial imagery at 0.2 m spatial resolution, acquired over three years and different months (spatio-temporal domains).
 
185
  Consequently, every split accurately reflects the landscape diversity inherent to metropolitan France.
186
  It is important to mention that the patches come with meta-data permitting alternative splitting schemes, for example focused on domain shifts.
187
 
188
+ <p align="center"><img src="flair-splits.png" alt="" style="width:50%;max-width:600px;"/></p>
189
+
190
+ <br><br>
191
+
192
+ ## Baseline code
193
+ We propose the U-T&T model, a two-branch architecture that combines spatial and temporal information from very high-resolution aerial images and high-resolution satellite images into a single output. The U-Net architecture is employed for the spatial/texture branch, using a ResNet34 backbone model pre-trained on ImageNet. For the spatio-temporal branch,
194
+ the U-TAE architecture incorporates a Temporal self-Attention Encoder (TAE) to explore the spatial and temporal characteristics of the Sentinel-2 time series data,
195
+ applying attention masks at different resolutions during decoding. This model allows for the fusion of learned information from both sources,
196
+ enhancing the representation of mono-date and time series data.
197
 
198
+ U-T&T code repository &#128193; : https://github.com/IGNF/FLAIR-2-AI-Challenge <br/>
199
 
200
+ <br><br>
201
 
202
 
203
  ## Reference