Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

About

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-off: updating more parameters improves adaptation but severely reduces online inference efficiency. An ideal solution is to achieve comparable adaptation with minimal feature updates; we call this minimal subspace the golden subspace. We prove its existence in a single-step adaptation setting and show that it coincides with the row space of the pretrained classifier. To enable online maintenance of this subspace, we introduce the sample-wise Average Gradient Outer Product (AGOP) as an efficient proxy for estimating the classifier weights without retraining. Building on these insights, we propose Guided Online Low-rank Directional adaptation (GOLD), which uses a lightweight adapter to project features onto the golden subspace and learns a compact scaling vector while the subspace is dynamically updated via AGOP. Extensive experiments on classification and segmentation benchmarks, including autonomous-driving scenarios, demonstrate that GOLD attains superior efficiency, stability, and overall performance. Our code is available at https://github.com/AIGNLAI/GOLD.

Guannan Lai, Da-Wei Zhou, Zhenguo Li, Han-Jia Ye• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100-C--
137
Image ClassificationCIFAR10-C--
52
Image ClassificationImageNet-C
Gauss Error76.6
36
Continual Test-Time AdaptationCIFAR10-C (test)
Error Rate14.15
8
Semantic segmentationCarlaTTA day2night
mIoU61.8
5
Semantic segmentationCarlaTTA clear2fog
mIoU57.1
5
Semantic segmentationCarlaTTA (highway)
mIoU34.5
5
Semantic segmentationCarlaTTA dynamic
mIoU48.9
5
Semantic segmentationCarlaTTA clear2rain
mIoU71
5
Continual Test-Time AdaptationCIFAR10-C 10 rounds
Error (%)14.15
4
Showing 10 of 10 rows

Other info

Follow for update