Papers › Rethinking the Teacher-Student Framework for Test-Time Adaptation

Rethinking the Teacher-Student Framework for Test-Time Adaptation

2 Sep 2026arXiv:2609.02507added by Syntology

Damian Sójka, Marc Masana, Bartłomiej Twardowski, Sebastian Cygert

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Test-Time Adaptation (TTA) has recently emerged as a promising strategy that allows the adaptation of pre-trained models to changing data distributions at deployment time, without access to any labels. To mitigate error accumulation, researchers have widely adopted the teacher-student framework, though its long-term stability is often taken for granted. In this work, we challenge the common strategy of setting the teacher weights to an exponential moving average of the student by showing that error accumulation still occurs, although it is mostly apparent on longer sequences compared to those commonly utilized. We analyze the stability-plasticity trade-off within the teacher-student framework and propose to use an intransigent teacher that does not update its weights. Surprisingly, we show that this simple change allows TTA methods to significantly improve their performance on multiple datasets with longer scenarios and result in increased robustness to changes in hyperparameters. Finally, we show that those changes can be seamlessly and effectively applied to various architectures and experimental setups, including semantic segmentation. The code is available at https://github.com/dmn-sjk/intransigent_teacher.

PaperPDFCode 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="2609.02507")

Code

Syntology Ran 5 of 17 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 5 ran · our draft was wrong.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dmn-sjk/intransigent_teacher found in paper text by Syntology report

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

17 samples harvested; 5 ran; 0 honoured the contract we drafted; 12 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.

5ran · our draft was wrong
12unverified

Licence: 17 of the 17 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 dmn-sjk/intransigent_teacher. “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.

autocontrast dmn-sjk/intransigent_teacher/augmentations/transforms_memo_imagenet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 3ee3bf864db8867f · report
equalize dmn-sjk/intransigent_teacher/augmentations/transforms_memo_imagenet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ca3e2158c52023d8 · report
rotate dmn-sjk/intransigent_teacher/augmentations/transforms_memo_imagenet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 344ae735e72e78f3 · report
update_ema_variables dmn-sjk/intransigent_teacher/methods/cotta.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a77d556c0aea19c1 · report
update_model_probs dmn-sjk/intransigent_teacher/methods/eata.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f4a71b97346fb88d · report
ckpt_path_to_domain_seq dmn-sjk/intransigent_teacher/conf.py found in paper text by Syntology unverified no licence file found · pointer only · cbb2eb267e3b482d · report
complete_data_dir_path dmn-sjk/intransigent_teacher/conf.py found in paper text by Syntology unverified no licence file found · pointer only · 11e11aef3bc4e647 · report
create_file_list dmn-sjk/intransigent_teacher/datasets/imagenet_subsets.py found in paper text by Syntology unverified no licence file found · pointer only · 0c4495cb2187be84 · report
create_imagenet_subset dmn-sjk/intransigent_teacher/datasets/imagenet_subsets.py found in paper text by Syntology unverified no licence file found · pointer only · b723ea0fcdc2c948 · report
get_num_classes dmn-sjk/intransigent_teacher/conf.py found in paper text by Syntology unverified no licence file found · pointer only · 00d85985335c918a · report
marginal_entropy dmn-sjk/intransigent_teacher/methods/memo.py found in paper text by Syntology unverified no licence file found · pointer only · 8a657c2641647a46 · report
refine_predictions dmn-sjk/intransigent_teacher/methods/adacontrast.py found in paper text by Syntology unverified no licence file found · pointer only · 6c5a8d4a69a975c2 · report
setup_adacontrast_optimizer dmn-sjk/intransigent_teacher/methods/adacontrast.py found in paper text by Syntology unverified no licence file found · pointer only · dcb40962c37fe6cb · report
soft_k_nearest_neighbors dmn-sjk/intransigent_teacher/methods/adacontrast.py found in paper text by Syntology unverified no licence file found · pointer only · 110b394c4d611e0b · report
softmax_entropy_cifar dmn-sjk/intransigent_teacher/methods/cotta.py found in paper text by Syntology unverified no licence file found · pointer only · 991d0f3401682804 · report
softmax_entropy_imagenet dmn-sjk/intransigent_teacher/methods/cotta.py found in paper text by Syntology unverified no licence file found · pointer only · 6bdfed740b3da7ce · report
tta dmn-sjk/intransigent_teacher/methods/memo.py found in paper text by Syntology unverified no licence file found · pointer only · 1d36d2d7030ca8a3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.02507, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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