NEO — No-Optimization Test-Time Adaptation Through Latent Re-Centering

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 distribution-shifted 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.

Cite

Text

Murphy et al. "NEO — No-Optimization Test-Time Adaptation Through Latent Re-Centering." International Conference on Learning Representations, 2026.

Markdown

[Murphy et al. "NEO — No-Optimization Test-Time Adaptation Through Latent Re-Centering." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/murphy2026iclr-neo/)

BibTeX

@inproceedings{murphy2026iclr-neo,
  title     = {{NEO — No-Optimization Test-Time Adaptation Through Latent Re-Centering}},
  author    = {Murphy, Alexander and Danilowski, Michal and Chatterjee, Soumyajit and Ghosh, Abhirup},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/murphy2026iclr-neo/}
}