📦 [Datasets] Test-Time Adaptation
Collection
3 items • Updated • 1
image imagewidth (px) 32 32 | label class label 10
classes |
|---|---|
3cat | |
8ship | |
8ship | |
0airplane | |
6frog | |
6frog | |
1automobile | |
6frog | |
3cat | |
1automobile | |
0airplane | |
9truck | |
5dog | |
7horse | |
9truck | |
8ship | |
5dog | |
7horse | |
8ship | |
6frog | |
7horse | |
0airplane | |
4deer | |
9truck | |
5dog | |
2bird | |
4deer | |
0airplane | |
9truck | |
6frog | |
6frog | |
5dog | |
4deer | |
5dog | |
9truck | |
2bird | |
4deer | |
1automobile | |
9truck | |
5dog | |
4deer | |
6frog | |
5dog | |
6frog | |
0airplane | |
9truck | |
3cat | |
9truck | |
7horse | |
6frog | |
9truck | |
8ship | |
0airplane | |
3cat | |
8ship | |
8ship | |
7horse | |
7horse | |
4deer | |
6frog | |
7horse | |
3cat | |
6frog | |
3cat | |
6frog | |
2bird | |
1automobile | |
2bird | |
3cat | |
7horse | |
2bird | |
6frog | |
8ship | |
8ship | |
0airplane | |
2bird | |
9truck | |
3cat | |
3cat | |
8ship | |
8ship | |
1automobile | |
1automobile | |
7horse | |
2bird | |
5dog | |
2bird | |
7horse | |
8ship | |
9truck | |
0airplane | |
3cat | |
8ship | |
6frog | |
4deer | |
6frog | |
6frog | |
0airplane | |
0airplane | |
7horse |
Mirror of CIFAR-10-C (Hendrycks & Dietterich, ICLR 2019) with a revision pin for reproducible test-time adaptation evaluation.
c72763e101c723b7c507b96205f7e938912a5d587376173b825850cf3cb876a7@inproceedings{hendrycks2019benchmarking,
title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
author={Hendrycks, Dan and Dietterich, Thomas},
booktitle={ICLR},
year={2019}
}
gaussian_noise, shot_noise, …, jpeg_compression).severity_1 through severity_5, 10 000 images each.from datasets import load_dataset
ds = load_dataset("WNJXYK/TTA-CIFAR-10-C",
name="gaussian_noise",
split="severity_5",
revision="v1.0")
This mirror was built by scripts/publish_cifar10c.py in the
TTA-Evaluation-Harness repo. No corruption images are re-generated — bytes
are copied 1:1 from the upstream .npy files.