mweiss/mnist_ambiguous
收藏资源简介:
该数据集名为Mnist-Ambiguous,包含类似于MNIST的图像,但每个图像的标签具有不确定性,即每个图像有两个可能的真实类别。数据集旨在测试鲁棒性和不确定性感知的深度神经网络,使其能够检测并标记这些不确定性。数据集的特征包括图像(28x28的整数数组)和标签(整数),并额外提供了文本标签、类别概率和模糊标志等特征。数据集分为四个部分:test、train、test_mixed和train_mixed,分别包含不同比例的模糊图像和原始MNIST数据。数据集的目标是研究模型在处理模糊数据时的表现,特别是针对随机不确定性的研究。
This dataset, named Mnist-Ambiguous, comprises MNIST-like images, with each image carrying ambiguous labels—i.e., two possible ground-truth classes for every single image. The dataset is designed to evaluate the robustness and uncertainty-aware deep neural networks, enabling such models to detect and flag these inherent uncertainties. Its features include images (28×28 integer arrays), standard labels (integers), as well as supplementary attributes such as text labels, class probabilities, and ambiguity flags. The dataset is divided into four subsets: test, train, test_mixed, and train_mixed, each containing different proportions of ambiguous images and raw MNIST data. The core goal of this dataset is to study the performance of models when processing ambiguous data, with a particular focus on research regarding aleatoric uncertainty.
数据集概述
名称: Mnist-Ambiguous
描述: 该数据集包含类似MNIST的图像,但具有不明确的真值。每张图像有两个可能的正确类别。适用于检测和标记这些问题的鲁棒和不确定性感知深度神经网络(DNN)。
数据集特征
- 图像: 28x28的整数数组
- 标签: 整数
- 额外特征:
text_label(字符串): 概率标签的文本表示,例如p(0)=0.54, p(5)=0.46p_label(浮点数列表): 每个类别的真值概率(对于模糊图像有两个非零值)is_ambiguous(布尔值): 指示是否为模糊图像的标志
数据集分割
- 训练集: 10,000张模糊图像
- 测试集: 10,000张模糊图像
- 混合测试集: 20,000张图像,由模糊测试集和LeCun等人的标准MNIST测试集混合而成
- 混合训练集: 70,000张图像,由模糊训练集和标准训练集混合而成
数据集用途
推荐用于研究针对明确偶然不确定性的模型训练,使用train_mixed分割。test分割将导致认知和偶然不确定性。
许可证
该数据集遵循CC-BY-SA 3.0许可证。




