Add link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +41 -40
README.md CHANGED
@@ -1,53 +1,54 @@
1
  ---
 
 
 
 
 
 
 
2
  pretty_name: FedRS
3
  tags:
4
  - image
5
  - federated-learning
6
  - niid
7
  - classification
8
- license: mit
9
- language:
10
- - en
11
- task_categories:
12
- - image-classification
13
- size_categories:
14
- - 100K<n<1M
15
  dataset_size: 104914
16
  homepage: https://huggingface.co/datasets/LiberiOnTerra/FedRS
17
-
18
  configs:
19
-
20
- - config_name: FedRS
21
- data_files:
22
- - split: train_NIID_1
23
- path: FedRS/NIID-1/**/*.jpg
24
- - split: train_NIID2
25
- path: FedRS/NIID-2/**/*.jpg
26
- - split: val_balanced
27
- path: FedRS/val_balanced/**/*.jpg
28
- - split: val_imbalanced
29
- path: FedRS/val_imbalanced/**/*.jpg
30
- features:
31
- - name: image
32
- dtype: image
33
- - name: label
34
- dtype: string
35
-
36
- - config_name: FedRS_5
37
- data_files:
38
- - split: train_NIID_1
39
- path: FedRS-5/NIID-1/**/*.jpg
40
- - split: train_NIID2
41
- path: FedRS-5/NIID-2/**/*.jpg
42
- - split: val_balanced
43
- path: FedRS-5/val_balanced/**/*.jpg
44
- - split: val_imbalanced
45
- path: FedRS-5/val_imbalanced/**/*.jpg
46
- features:
47
- - name: image
48
- dtype: image
49
- - name: label
50
- dtype: string
51
  ---
 
52
  ## FedRS
 
 
 
53
  we obtain 135 clients in total. Among these clients, EuroSAT contributes 45 clients, AID 15 clients, RSD46-WHU 35 clients, NaSC-TG2 34 clients, NWPU-RESISC45 12 clients, AID 5 clients, UCM 2 clients and the remaining 2 clients are from WHU-RS19 and OPTIMAL-31. Each client has a non-overlapping subset of the data. The number of images per client ranges widely, from as few as 114 to 1559, mirroring the unbalanced nature of real federated data.
 
1
  ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - image-classification
9
  pretty_name: FedRS
10
  tags:
11
  - image
12
  - federated-learning
13
  - niid
14
  - classification
 
 
 
 
 
 
 
15
  dataset_size: 104914
16
  homepage: https://huggingface.co/datasets/LiberiOnTerra/FedRS
 
17
  configs:
18
+ - config_name: FedRS
19
+ data_files:
20
+ - split: train_NIID_1
21
+ path: FedRS/NIID-1/**/*.jpg
22
+ - split: train_NIID2
23
+ path: FedRS/NIID-2/**/*.jpg
24
+ - split: val_balanced
25
+ path: FedRS/val_balanced/**/*.jpg
26
+ - split: val_imbalanced
27
+ path: FedRS/val_imbalanced/**/*.jpg
28
+ features:
29
+ - name: image
30
+ dtype: image
31
+ - name: label
32
+ dtype: string
33
+ - config_name: FedRS_5
34
+ data_files:
35
+ - split: train_NIID_1
36
+ path: FedRS-5/NIID-1/**/*.jpg
37
+ - split: train_NIID2
38
+ path: FedRS-5/NIID-2/**/*.jpg
39
+ - split: val_balanced
40
+ path: FedRS-5/val_balanced/**/*.jpg
41
+ - split: val_imbalanced
42
+ path: FedRS-5/val_imbalanced/**/*.jpg
43
+ features:
44
+ - name: image
45
+ dtype: image
46
+ - name: label
47
+ dtype: string
 
 
48
  ---
49
+
50
  ## FedRS
51
+
52
+ This dataset is based on the paper [FedRS-Bench: Realistic Federated Learning Datasets and Benchmarks in Remote Sensing](https://huggingface.co/papers/2505.08325).
53
+
54
  we obtain 135 clients in total. Among these clients, EuroSAT contributes 45 clients, AID 15 clients, RSD46-WHU 35 clients, NaSC-TG2 34 clients, NWPU-RESISC45 12 clients, AID 5 clients, UCM 2 clients and the remaining 2 clients are from WHU-RS19 and OPTIMAL-31. Each client has a non-overlapping subset of the data. The number of images per client ranges widely, from as few as 114 to 1559, mirroring the unbalanced nature of real federated data.