TalBarami commited on
Commit
072718a
·
verified ·
1 Parent(s): 41c16c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -102
README.md CHANGED
@@ -1,102 +1,118 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: id
6
- dtype: int32
7
- - name: x
8
- sequence: image
9
- - name: color
10
- dtype:
11
- class_label:
12
- names:
13
- '0': DarkSlateGray
14
- '1': OrangeRed
15
- '2': Yellow
16
- '3': SpringGreen
17
- '4': Cyan
18
- '5': Purple
19
- '6': DodgerBlue
20
- '7': DeepPink
21
- '8': NavajoWhite
22
- - name: shape
23
- dtype:
24
- class_label:
25
- names:
26
- '0': square
27
- '1': ellipse
28
- '2': heart
29
- - name: scale
30
- dtype:
31
- class_label:
32
- names:
33
- '0': '0.5'
34
- '1': '1.0'
35
- - name: orientation
36
- dtype:
37
- class_label:
38
- names:
39
- '0': '0.0'
40
- - name: posX
41
- dtype:
42
- class_label:
43
- names:
44
- '0': '0.06451612903225806'
45
- '1': '0.1935483870967742'
46
- '2': '0.3225806451612903'
47
- '3': '0.45161290322580644'
48
- '4': '0.5806451612903226'
49
- '5': '0.7096774193548387'
50
- '6': '0.8387096774193549'
51
- '7': '0.967741935483871'
52
- - name: posY
53
- dtype:
54
- class_label:
55
- names:
56
- '0': '0.06451612903225806'
57
- '1': '0.1935483870967742'
58
- '2': '0.3225806451612903'
59
- '3': '0.45161290322580644'
60
- '4': '0.5806451612903226'
61
- '5': '0.7096774193548387'
62
- '6': '0.8387096774193549'
63
- '7': '0.967741935483871'
64
- - name: scale_dynamic
65
- dtype:
66
- class_label:
67
- names:
68
- '0': increasing_1x
69
- '1': decreasing_1x
70
- '2': increasing_2x
71
- '3': decreasing_2x
72
- '4': increasing_3x
73
- '5': decreasing_3x
74
- - name: orientation_dynamic
75
- dtype:
76
- class_label:
77
- names:
78
- '0': counterclockwise
79
- '1': static
80
- '2': clockwise
81
- splits:
82
- - name: train
83
- num_bytes: 37545438.056
84
- num_examples: 21772
85
- - name: val
86
- num_bytes: 13310365.304
87
- num_examples: 4666
88
- - name: test
89
- num_bytes: 13289012.304
90
- num_examples: 4666
91
- download_size: 54642367
92
- dataset_size: 64144815.664
93
- configs:
94
- - config_name: default
95
- data_files:
96
- - split: train
97
- path: data/train-*
98
- - split: val
99
- path: data/val-*
100
- - split: test
101
- path: data/test-*
102
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: int32
7
+ - name: x
8
+ sequence: image
9
+ - name: color
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': DarkSlateGray
14
+ '1': OrangeRed
15
+ '2': Yellow
16
+ '3': SpringGreen
17
+ '4': Cyan
18
+ '5': Purple
19
+ '6': DodgerBlue
20
+ '7': DeepPink
21
+ '8': NavajoWhite
22
+ - name: shape
23
+ dtype:
24
+ class_label:
25
+ names:
26
+ '0': square
27
+ '1': ellipse
28
+ '2': heart
29
+ - name: scale
30
+ dtype:
31
+ class_label:
32
+ names:
33
+ '0': '0.5'
34
+ '1': '1.0'
35
+ - name: orientation
36
+ dtype:
37
+ class_label:
38
+ names:
39
+ '0': '0.0'
40
+ - name: posX
41
+ dtype:
42
+ class_label:
43
+ names:
44
+ '0': '0.06451612903225806'
45
+ '1': '0.1935483870967742'
46
+ '2': '0.3225806451612903'
47
+ '3': '0.45161290322580644'
48
+ '4': '0.5806451612903226'
49
+ '5': '0.7096774193548387'
50
+ '6': '0.8387096774193549'
51
+ '7': '0.967741935483871'
52
+ - name: posY
53
+ dtype:
54
+ class_label:
55
+ names:
56
+ '0': '0.06451612903225806'
57
+ '1': '0.1935483870967742'
58
+ '2': '0.3225806451612903'
59
+ '3': '0.45161290322580644'
60
+ '4': '0.5806451612903226'
61
+ '5': '0.7096774193548387'
62
+ '6': '0.8387096774193549'
63
+ '7': '0.967741935483871'
64
+ - name: scale_dynamic
65
+ dtype:
66
+ class_label:
67
+ names:
68
+ '0': increasing_1x
69
+ '1': decreasing_1x
70
+ '2': increasing_2x
71
+ '3': decreasing_2x
72
+ '4': increasing_3x
73
+ '5': decreasing_3x
74
+ - name: orientation_dynamic
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ '0': counterclockwise
79
+ '1': static
80
+ '2': clockwise
81
+ splits:
82
+ - name: train
83
+ num_bytes: 37545438.056
84
+ num_examples: 21772
85
+ - name: val
86
+ num_bytes: 13310365.304
87
+ num_examples: 4666
88
+ - name: test
89
+ num_bytes: 13289012.304
90
+ num_examples: 4666
91
+ download_size: 54642367
92
+ dataset_size: 64144815.664
93
+ configs:
94
+ - config_name: default
95
+ data_files:
96
+ - split: train
97
+ path: data/train-*
98
+ - split: val
99
+ path: data/val-*
100
+ - split: test
101
+ path: data/test-*
102
+ ---
103
+
104
+ ## MSD dSprites-Static Dataset Attribution
105
+
106
+ The Multi-factor Sequential Disentanglement benchmark includes a **modified variant of the dSprites dataset**, adapted to support sequential multi-factor disentanglement.
107
+
108
+ - Original repository:
109
+ https://github.com/deepmind/dsprites-dataset
110
+
111
+ - Reference paper:
112
+ M. Higgins, L. Matthey, A. Pal, C. Burgess, X. Glorot, M. Botvinick, S. Mohamed, A. Lerchner.
113
+ *beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework*, ICLR 2017.
114
+ https://openreview.net/forum?id=Sy2fzU9gl
115
+
116
+ ⚠ **Note:** The dSprites dataset is licensed under the Apache License 2.0. We redistribute it here solely for non-commercial research purposes, following the original license terms. Please cite the above paper when using this dataset in your work.
117
+
118
+ In this modified sequential version, the object is colorized and remains static in position, while the dynamic factors are its **scale** and **orientation**, allowing targeted evaluation of disentanglement in temporal settings.