elliotvincent commited on
Commit
5a95792
·
verified ·
1 Parent(s): e80a23a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -3
README.md CHANGED
@@ -1,3 +1,67 @@
1
- ---
2
- license: etalab-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: etalab-2.0
3
+ task_categories:
4
+ - image-segmentation
5
+ language:
6
+ - en
7
+ tags:
8
+ - remote-sensing
9
+ - earth-observation
10
+ - change-detection
11
+ - weak-temporal-supervision
12
+ pretty_name: b-FLAIR
13
+ size_categories:
14
+ - 10K<n<100K
15
+ viewer: false
16
+ ---
17
+ # b-FLAIR: bi-temporal extension of FLAIR
18
+
19
+ <img src="./thumbnail.png" alt="b-FLAIR" width="700">
20
+
21
+ ## Dataset Description
22
+
23
+ b-FLAIR is a temporal extension of the FLAIR dataset [1] focused on land cover classification in France. The dataset provides bi-temporal orthoimage pairs with single-temporal semantic annotations.
24
+
25
+ Project page: https://xavibou.github.io/CDviaWTS/
26
+
27
+ ## Dataset Summary
28
+
29
+ - **Task**: Semantic change detection via weak temporal supervision
30
+ - **Coverage**: France
31
+ - **Resolution**: 0.2 m/px
32
+ - **Patch Size**: 512×512 pixels
33
+ - **Bands**: Red, Green, Blue, Infrared, Elevation
34
+ - **Total Training Pairs**: 61,712
35
+ - **Total Test Pairs**: 16,050
36
+ - **Validation split**: Corresponds to folders D004, D014, D029, D031, D058, D066, D067, D077 in train
37
+
38
+ ## Dataset Creation
39
+
40
+ ### Source Data
41
+
42
+ The dataset extends the original FLAIR dataset [1] by adding new orthoimage acquisitions over the same geographic locations.
43
+ New images were downloaded from IGN's BD ORTHO [2].
44
+ 82.9% of our added images correspond to images acquired after the corresponding original FLAIR patches, while the remaining were acquired before.
45
+
46
+ ### Annotations
47
+
48
+ Original FLAIR single-temporal semantic masks are provided for each pair.
49
+ They classify each pixel of t1 images in one of 19 semantic land cover classes.
50
+ Please refer to [1] for more information on these annotations.
51
+
52
+ ## References
53
+
54
+ [1] Garioud et al. (2023). FLAIR: a country-scale land cover semantic segmentation dataset from multi-source optical imagery. In NeurIPS
55
+ [2] IGN - Institut national de l’information géographique et forestière. (2025). [BD ORTHO®: L’image géographique du territoire national, la France vue du ciel.](https://geoservices.ign.fr/bdortho)
56
+
57
+ ## Citation
58
+
59
+ If you use this dataset, please cite the following publication:
60
+ ```bibtex
61
+ @article{bou2025remote,
62
+ title={Remote Sensing Change Detection via Weak Temporal Supervision},
63
+ author={Bou, Xavier and Vincent, Elliot and Facciolo, Gabriele and Grompone von Gioi, Rafael and Morel, Jean-Michel and Ehret, Thibaud},
64
+ journal={arXiv preprint arXiv:},
65
+ year={2025}
66
+ }
67
+ ```