Papers › Test-Time Adaptation via Self-Training with Nearest Neighbor Information

Test-Time Adaptation via Self-Training with Nearest Neighbor Information

8 Jul 2022arXiv:2207.10792archive 2025-07-28

Minguk Jang, Sae-Young Chung, Hye Won Chung

Test-time adaptation (TTA) aims to adapt a trained classifier using online unlabeled test data only, without any information related to the training procedure. Most existing TTA methods adapt the trained classifier using the classifier's prediction on the test data as pseudo-label. However, under test-time domain shift, accuracy of the pseudo labels cannot be guaranteed, and thus the TTA methods often encounter performance degradation at the adapted classifier. To overcome this limitation, we propose a novel test-time adaptation method, called Test-time Adaptation via Self-Training with nearest neighbor information (TAST), which is composed of the following procedures: (1) adds trainable adaptation modules on top of the trained feature extractor; (2) newly defines a pseudo-label distribution for the test data by using the nearest neighbor information; (3) trains these modules only a few times during test time to match the nearest neighbor-based pseudo label distribution and a prototype-based class distribution for the test data; and (4) predicts the label of test data using the average predicted class distribution from these modules. The pseudo-label generation is based on the basic intuition that a test data and its nearest neighbor in the embedding space are likely to share the same label under the domain shift. By utilizing multiple randomly initialized adaptation modules, TAST extracts useful information for the classification of the test data under the domain shift, using the nearest neighbor information. TAST showed better performance than the state-of-the-art TTA methods on two standard benchmark tasks, domain generalization, namely VLCS, PACS, OfficeHome, and TerraIncognita, and image corruption, particularly CIFAR-10/100C.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.10792")

Code

Syntology Ran 13 of 19 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 6 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mingukjang/tast officialmentioned in paperpytorchMIT report
Claydon-Wang/OFTTA mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 13 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
6ran · our draft was wrong
6ran
6unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mingukjang/tast. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Classifier mingukjang/tast/domainbed/networks.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · ce7990d7ad5821ff · report
configure_model mingukjang/tast/domainbed/adapt_algorithms.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 09762c09de098b26 · report
conv1x1 mingukjang/tast/domainbed/lib/big_transfer.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · ee80cf467065076b · report
conv3x3 mingukjang/tast/domainbed/lib/big_transfer.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · f01b8d3901f0b289 · report
get_test_records mingukjang/tast/domainbed/model_selection.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 53fac8d8d949e72b · report
hashable mingukjang/tast/domainbed/lib/query.py official repository ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · 71a3a61ceed99bf3 · report
make_selector_fn mingukjang/tast/domainbed/lib/query.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 2f8af5779e1edcb6 · report
make_weights_for_balanced_classes mingukjang/tast/domainbed/lib/misc.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 5f576ed342c48a0a · report
remove_batch_norm_from_resnet mingukjang/tast/domainbed/networks.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 196cab71d7129d62 · report
split_dataset mingukjang/tast/domainbed/lib/misc.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 18e820e42046bc45 · report
tf2th mingukjang/tast/domainbed/lib/big_transfer.py official repository ran · violated contract fingerprinted MIT recorded; this copy not marked cleared · pointer only · 7023eb86801bb3a3 · report
get_algorithm_class mingukjang/tast/domainbed/adapt_algorithms.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b0bc80b1655a6802 · report
get_dataset_class mingukjang/tast/domainbed/datasets.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · d0ea85d74c20dea9 · report
num_environments mingukjang/tast/domainbed/datasets.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 73f32252eedba6a4 · report
print_row mingukjang/tast/domainbed/lib/misc.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · af3c9a80c8fd1f7a · report
softmax_entropy mingukjang/tast/domainbed/adapt_algorithms.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b5d67732e5b29f2b · report
accuracy_ent identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 5d1f700db67751f1 · report
softmax_entropy identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · e6171e29ed623a12 · report
generate_featurelized_loader identical code first harvested elsewhere unverified licence of this copy not recorded · 57634636fcd54537 · report

Tasks

Domain GeneralizationPseudo LabelTest-time Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections