Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,13 @@ The dataset was introduced in the **β-VAE paper** and consists of procedurally
|
|
18 |
|
19 |
All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**. The ground-truth latent factors are provided for each image, both as **discrete classes** and **continuous values**. The dataset is specifically designed for assessing the ability of models to learn **disentangled representations**, and has been used in many follow-up works after β-VAE.
|
20 |
|
21 |
-

|
|
|
18 |
|
19 |
All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**. The ground-truth latent factors are provided for each image, both as **discrete classes** and **continuous values**. The dataset is specifically designed for assessing the ability of models to learn **disentangled representations**, and has been used in many follow-up works after β-VAE.
|
20 |
|
21 |
+

|
22 |
+
|
23 |
+
The dataset is commonly used for **benchmarking disentanglement learning**, and can be used in conjunction with other variants:
|
24 |
+
|
25 |
+
- [randall-lab/dsprites-color](https://huggingface.co/datasets/randall-lab/dsprites-color)
|
26 |
+
- [randall-lab/dsprites-noisy](https://huggingface.co/datasets/randall-lab/dsprites-noisy)
|
27 |
+
- [randall-lab/dsprites-scream](https://huggingface.co/datasets/randall-lab/dsprites-scream)
|
28 |
|
29 |
## Dataset Source
|
30 |
- **Homepage**: [https://github.com/google-deepmind/dsprites-dataset](https://github.com/google-deepmind/dsprites-dataset)
|