📦 [Datasets] Test-Time Adaptation
Collection
3 items • Updated • 1
image imagewidth (px) 32 32 | label class label 100
classes |
|---|---|
49mountain | |
33forest | |
72seal | |
51mushroom | |
71sea | |
92tulip | |
15camel | |
14butterfly | |
23cloud | |
0apple | |
71sea | |
75skunk | |
81streetcar | |
69rocket | |
40lamp | |
43lion | |
92tulip | |
97wolf | |
70rose | |
53orange | |
70rose | |
49mountain | |
75skunk | |
29dinosaur | |
21chimpanzee | |
16can | |
39keyboard | |
8bicycle | |
8bicycle | |
70rose | |
20chair | |
61plate | |
41lawn_mower | |
93turtle | |
56palm_tree | |
73shark | |
58pickup_truck | |
11boy | |
25couch | |
37house | |
63porcupine | |
24cockroach | |
49mountain | |
73shark | |
56palm_tree | |
22clock | |
41lawn_mower | |
58pickup_truck | |
75skunk | |
17castle | |
4beaver | |
6bee | |
9bottle | |
57pear | |
2baby | |
32flatfish | |
71sea | |
52oak_tree | |
42leopard | |
69rocket | |
77snail | |
27crocodile | |
15camel | |
65rabbit | |
7beetle | |
35girl | |
43lion | |
82sunflower | |
63porcupine | |
92tulip | |
66raccoon | |
90train | |
67ray | |
91trout | |
32flatfish | |
32flatfish | |
82sunflower | |
10bowl | |
77snail | |
22clock | |
71sea | |
78snake | |
54orchid | |
6bee | |
29dinosaur | |
89tractor | |
78snake | |
33forest | |
11boy | |
67ray | |
22clock | |
18caterpillar | |
27crocodile | |
21chimpanzee | |
13bus | |
21chimpanzee | |
50mouse | |
75skunk | |
37house | |
35girl |
Mirror of CIFAR-100-C (Hendrycks & Dietterich, ICLR 2019) with a revision pin for reproducible test-time adaptation evaluation.
@inproceedings{hendrycks2019benchmarking,
title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
author={Hendrycks, Dan and Dietterich, Thomas},
booktitle={ICLR}, year={2019}
}
severity_1 through severity_5, 10 000 images each.from datasets import load_dataset
ds = load_dataset("WNJXYK/TTA-CIFAR-100-C",
name="gaussian_noise",
split="severity_5",
revision="v1.0")
Built by scripts/publish_cifar100c.py in the TTA-Evaluation-Harness repo
from the upstream .npy files (no pixel-level re-generation).
Individual per-corruption files have sha256 recorded alongside.