Papers › Test-time Adaptation with Slot-Centric Models

Test-time Adaptation with Slot-Centric Models

21 Mar 2022arXiv:2203.11194archive 2025-07-28

Mihir Prabhudesai, Anirudh Goyal, Sujoy Paul, Sjoerd van Steenkiste, Mehdi S. M. Sajjadi, Gaurav Aggarwal, Thomas Kipf, Deepak Pathak, Katerina Fragkiadaki

Current visual detectors, though impressive within their training distribution, often fail to parse out-of-distribution scenes into their constituent entities. Recent test-time adaptation methods use auxiliary self-supervised losses to adapt the network parameters to each test example independently and have shown promising results towards generalization outside the training distribution for the task of image classification. In our work, we find evidence that these losses are insufficient for the task of scene decomposition, without also considering architectural inductive biases. Recent slot-centric generative models attempt to decompose scenes into entities in a self-supervised manner by reconstructing pixels. Drawing upon these two lines of work, we propose Slot-TTA, a semi-supervised slot-centric scene decomposition model that at test time is adapted per scene through gradient descent on reconstruction or cross-view synthesis objectives. We evaluate Slot-TTA across multiple input modalities, images or 3D point clouds, and show substantial out-of-distribution performance improvements against state-of-the-art supervised feed-forward detectors, and alternative test-time adaptation methods.

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

Code

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

By repository: official repository: 13 samples from 1 repository, 10 ran; 1 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.

mihirp1998/Slot-TTA 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

14 samples harvested; 11 ran; 0 honoured the contract we drafted; 3 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
1ran · our draft was wrong
3ran · fixture could not drive it
6ran
3unverified

Licence: 14 of the 14 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 mihirp1998/Slot-TTA. 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.

Encoder mihirp1998/Slot-TTA/models.py official repository ran no licence file found · pointer only · ee47d7ae6d05540e · report
OccLoss mihirp1998/Slot-TTA/models.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 7bcf187e2c33c7d4 · report
ResnetBlockFC mihirp1998/Slot-TTA/models.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 62d31dc9b579dd5b · report
SlotAttention mihirp1998/Slot-TTA/models.py official repository ran no licence file found · pointer only · 8f66b10bbdf1f05a · report
SoftPositionEmbed mihirp1998/Slot-TTA/models.py official repository ran no licence file found · pointer only · 40447af2a4c5e544 · report
_all_equal mihirp1998/Slot-TTA/models.py official repository ran · violated contract fingerprinted no licence file found · pointer only · f8f486a18afd77c1 · report
adjusted_rand_index mihirp1998/Slot-TTA/models.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 35ef97ec2efa13ab · report
build_grid_encoder mihirp1998/Slot-TTA/models.py official repository ran · our draft was wrong no licence file found · pointer only · 4d0ac211edff3454 · report
summ_instance_masks mihirp1998/Slot-TTA/models.py official repository ran fingerprinted no licence file found · pointer only · 1155075f984d2265 · report
unpack_seqdim mihirp1998/Slot-TTA/models.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · faffaefbe83ba491 · report
HungarianMatcher mihirp1998/Slot-TTA/models.py official repository unverified no licence file found · pointer only · 8d658c17d84490fc · report
ImplicitMLP2DDecoder mihirp1998/Slot-TTA/models.py official repository unverified no licence file found · pointer only · 7813f605c6161286 · report
ModelIter mihirp1998/Slot-TTA/models.py official repository unverified no licence file found · pointer only · 8fe87b7b17769163 · report
pack_seqdim identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 23a9ab4c5c459db4 · report

Tasks

Image ClassificationImage SegmentationInductive BiasInstance SegmentationNovel View SynthesisObject DiscoveryScene SegmentationSemantic SegmentationSemi-Supervised Instance SegmentationTest-time Adaptationimage-classification

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