SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2510.05635 · ICLR · 2025

NEO: No-Optimization Test-Time Adaptation through Latent Re-Centering

Soumyajit Chatterjee, Abhirup Ghosh, Alexander Murphy, Michal Danilowski

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
awesomealex1/NEO — 3 of 3
FunctionStatusWhere it lives
NEO Ran awesomealex1/NEO/tta_library/neo.py
pointer only (licence: NONE) · get_code("91ff9b32220faa0c")
get_device Ran awesomealex1/NEO/tta_library/neo.py
pointer only (licence: NONE) · get_code("02252759360413b6")
get_vit_feature_extractor Ran awesomealex1/NEO/tta_library/neo.py
pointer only (licence: NONE) · get_code("f2f8f03af5b6b871")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Test-Time Adaptation (TTA) methods are often computationally expensive, require a large amount of data for effective adaptation, or are brittle to hyperparameters. Based on a theoretical foundation of the geometry of the latent space, we are able to significantly improve the alignment between source and distributionshifted samples by re-centering target data embeddings at the origin. This insight motivates NEO -a hyperparameter-free fully TTA method, that adds no significant compute compared to vanilla inference. NEO is able to improve the classification accuracy of ViT-Base on ImageNet-C from 55.6% to 59.2% after adapting on just one batch of 64 samples. When adapting on 512 samples NEO beats all 7 TTA methods we compare against on ImageNet-C, ImageNet-R and ImageNet-S and beats 6/7 on CIFAR-10-C, while using the least amount of compute. NEO performs well on model calibration metrics and additionally is able to adapt from 1 class to improve accuracy on 999 other classes in ImageNet-C. On Raspberry Pi and Jetson Orin Nano devices, NEO reduces inference time by 63% and memory usage by 9% compared to baselines. Our results based on 3 ViT architectures and 4 datasets show that NEO can be used efficiently and effectively for TTA.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2510.05635")
get_code_for_paper("2510.05635")
have("2510.05635")

Connect an agent — have() is free.