File size: 2,809 Bytes
072718a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f2c0ab
 
 
 
 
 
 
 
072718a
 
 
 
5f2c0ab
 
 
 
 
 
 
 
072718a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f2c0ab
072718a
 
5f2c0ab
072718a
 
5f2c0ab
072718a
5f2c0ab
 
072718a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83ce5d4
 
fbdc1c4
072718a
fbdc1c4
 
 
 
 
 
 
 
83ce5d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: x
    sequence: image
  - name: color
    dtype:
      class_label:
        names:
          '0': DarkSlateGray
          '1': OrangeRed
          '2': Yellow
          '3': SpringGreen
          '4': Cyan
          '5': Purple
          '6': DodgerBlue
          '7': DeepPink
          '8': NavajoWhite
  - name: shape
    dtype:
      class_label:
        names:
          '0': square
          '1': ellipse
          '2': heart
  - name: posX
    dtype:
      class_label:
        names:
          '0': '0.06452'
          '1': '0.19355'
          '2': '0.32258'
          '3': '0.45161'
          '4': '0.58065'
          '5': '0.70968'
          '6': '0.83871'
          '7': '0.96774'
  - name: posY
    dtype:
      class_label:
        names:
          '0': '0.06452'
          '1': '0.19355'
          '2': '0.32258'
          '3': '0.45161'
          '4': '0.58065'
          '5': '0.70968'
          '6': '0.83871'
          '7': '0.96774'
  - name: scale_dynamic
    dtype:
      class_label:
        names:
          '0': increasing_1x
          '1': decreasing_1x
          '2': increasing_2x
          '3': decreasing_2x
          '4': increasing_3x
          '5': decreasing_3x
  - name: orientation_dynamic
    dtype:
      class_label:
        names:
          '0': counterclockwise
          '1': static
          '2': clockwise
  splits:
  - name: train
    num_bytes: 36447828.056
    num_examples: 21772
  - name: val
    num_bytes: 13035775.304
    num_examples: 4666
  - name: test
    num_bytes: 13064702.304
    num_examples: 4666
  download_size: 53718665
  dataset_size: 62548305.664
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---

## MSD dSprites-Static Dataset Attribution

The Multi-factor Sequential Disentanglement benchmark includes a **modified variant of the dSprites dataset**, adapted to support sequential multi-factor disentanglement.

In this modified sequential version, the object's **color**, **shape**, and **position** are fixed, while its **scale** and **orientation** change over time.

- Original repository:
  https://github.com/deepmind/dsprites-dataset
```
@misc{dsprites17,
author = {Loic Matthey and Irina Higgins and Demis Hassabis and Alexander Lerchner},
title = {dSprites: Disentanglement testing Sprites dataset},
howpublished= {https://github.com/deepmind/dsprites-dataset/},
year = "2017",
}
```**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 when using this dataset in your work.