Papers › Persistent Test-time Adaptation in Recurring Testing Scenarios

Persistent Test-time Adaptation in Recurring Testing Scenarios

30 Nov 2023arXiv:2311.18193archive 2025-07-28

Trung-Hieu Hoang, Duc Minh Vo, Minh N. Do

Current test-time adaptation (TTA) approaches aim to adapt a machine learning model to environments that change continuously. Yet, it is unclear whether TTA methods can maintain their adaptability over prolonged periods. To answer this question, we introduce a diagnostic setting - recurring TTA where environments not only change but also recur over time, creating an extensive data stream. This setting allows us to examine the error accumulation of TTA models, in the most basic scenario, when they are regularly exposed to previous testing environments. Furthermore, we simulate a TTA process on a simple yet representative ϵ-perturbed Gaussian Mixture Model Classifier, deriving theoretical insights into the dataset- and algorithm-dependent factors contributing to gradual performance degradation. Our investigation leads us to propose persistent TTA (PeTTA), which senses when the model is diverging towards collapse and adjusts the adaptation strategy, striking a balance between the dual objectives of adaptation and model collapse prevention. The supreme stability of PeTTA over existing approaches, in the face of lifelong TTA scenarios, has been demonstrated over comprehensive experiments on various benchmarks. Our project page is available at https://hthieu166.github.io/petta.

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="2311.18193")

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 6 ran with no contract checked.

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

hthieu166/petta officialmentioned 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

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

4ran · our draft was wrong
2ran · fixture could not drive it
6ran
5unverified

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 hthieu166/petta. “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.

ColorJitterPro hthieu166/petta/src/adapter/petta.py official repository ran no licence file found · pointer only · 96a5a462737f2b96 · report
ImageList hthieu166/petta/src/adapter/petta.py official repository ran no licence file found · pointer only · 3fa65932f3503ca1 · report
ImageNormalizer hthieu166/petta/src/adapter/petta.py official repository ran fingerprinted no licence file found · pointer only · 396338a54ba1eba6 · report
MomentumBN hthieu166/petta/src/adapter/petta.py official repository ran no licence file found · pointer only · 5e69882c492dedf9 · report
RobustBN1d hthieu166/petta/src/adapter/petta.py official repository ran fingerprinted no licence file found · pointer only · 82eb95a8d9d858cf · report
RobustBN2d hthieu166/petta/src/adapter/petta.py official repository ran fingerprinted no licence file found · pointer only · 3290e5fe60d2293f · report
complete_data_dir_path hthieu166/petta/src/adapter/petta.py official repository ran · our draft was wrong no licence file found · pointer only · 9ffa7a7ccd232586 · report
get_transform hthieu166/petta/src/adapter/petta.py official repository ran · our draft was wrong no licence file found · pointer only · b0c4eab726f2ba98 · report
get_tta_transforms hthieu166/petta/src/adapter/petta.py official repository ran · our draft was wrong no licence file found · pointer only · 36688c7857b983fd · report
self_training hthieu166/petta/src/adapter/petta.py official repository ran · fixture could not drive it no licence file found · pointer only · b1c468877aaa60d4 · report
softmax_entropy hthieu166/petta/src/adapter/petta.py official repository ran · fixture could not drive it no licence file found · pointer only · 8cc4004512e3fa2f · report
split_up_model hthieu166/petta/src/adapter/petta.py official repository ran · our draft was wrong no licence file found · pointer only · 34146179c8a52772 · report
BaseAdapter hthieu166/petta/src/adapter/petta.py official repository unverified no licence file found · pointer only · 688c1c2a9a37f39e · report
PeTTA hthieu166/petta/src/adapter/petta.py official repository unverified no licence file found · pointer only · 2ff8432b1e1c68ee · report
ResNetDomainNet126 hthieu166/petta/src/adapter/petta.py official repository unverified no licence file found · pointer only · 91692a77659382c6 · report
get_augmentation hthieu166/petta/src/adapter/petta.py official repository unverified no licence file found · pointer only · 8c308dba19373e9c · report
get_source_loader hthieu166/petta/src/adapter/petta.py official repository unverified no licence file found · pointer only · 31ed6a79ea94f774 · report

Tasks

DiagnosticTest-time Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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