dSprites
收藏资源简介:
dSprites是一个用于评估无监督学习方法解耦特性的数据集,包含2D形状,由6个基础的独立潜在因素生成,这些因素包括颜色、形状、比例、旋转以及x和y位置。数据集共有737280张图像,每张图像都是这些潜在因素的唯一组合。
dSprites is a dataset designed for evaluating the disentanglement properties of unsupervised learning methods. It comprises 2D shapes generated from six fundamental independent latent factors, including color, shape, scale, rotation, and x and y positions. The dataset contains a total of 737,280 images, each representing a unique combination of these latent factors.
dSprites数据集概述
数据集名称:dSprites - Disentanglement testing Sprites dataset
目的:用于评估无监督学习方法的解耦特性。
数据集组成:
- 图像数量:737,280张
- 图像尺寸:64x64像素,黑白图像
- 潜在因素:6个,包括颜色、形状、比例、旋转、x位置和y位置
- 潜在因素值:
- 颜色:白色
- 形状:正方形、椭圆、心形
- 比例:6个值,线性分布在[0.5, 1]
- 旋转:40个值,范围在[0, 2π]
- x位置:32个值,范围在[0, 1]
- y位置:32个值,范围在[0, 1]
数据格式:
imgs:(737,280 x 64 x 64, uint8)latents_values:(737,280 x 6, float64)latents_classes:(737,280 x 6, int64)metadata:包含额外信息,包括可能的潜在值
数据集用途:用于评估模型恢复上述基本真实潜在因素的能力,以及解耦质量的度量。
引用方式: bibtex @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", }




