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

IMSE: Intrinsic Mixture of Spectral Experts Fine-tuning for Test-Time Adaptation

About

Test-time adaptation (TTA) has been widely explored to prevent performance degradation when test data differ from the training distribution. However, fully leveraging the rich representations of large pretrained models with minimal parameter updates remains underexplored. In this paper, we propose Intrinsic Mixture of Spectral Experts (IMSE) that leverages the spectral experts inherently embedded in Vision Transformers. We decompose each linear layer via singular value decomposition (SVD) and adapt only the singular values, while keeping the singular vectors fixed. We further identify a key limitation of entropy minimization in TTA: it often induces feature collapse, causing the model to rely on domain-specific features rather than class-discriminative features. To address this, we propose a diversity maximization loss based on expert-input alignment, which encourages diverse utilization of spectral experts during adaptation. In the continual test-time adaptation (CTTA) scenario, beyond preserving pretrained knowledge, it is crucial to retain and reuse knowledge from previously observed domains. We introduce Domain-Aware Spectral Code Retrieval, which estimates input distributions to detect domain shifts, and retrieves adapted singular values for rapid adaptation. Consequently, our method achieves state-of-the-art performance on various distribution-shift benchmarks under the TTA setting. In CTTA and Gradual CTTA, it further improves accuracy by 3.4 percentage points (pp) and 2.4 pp, respectively, while requiring 385 times fewer trainable parameters. Our code is available at https://github.com/baek85/IMSE.

Sunghyun Baek, Jaemyung Yu, Seunghee Koh, Minsu Kim, Hyeonseong Jeon, Junmo Kim• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet A
Top-1 Acc54.8
654
Image ClassificationImageNet-R
Accuracy69.8
217
Domain AdaptationOffice-Home
Average Accuracy77.39
132
Test-time adaptationImageNet-C level 5 (5k)
Accuracy (Gaussian Noise)61.9
32
Image ClassificationImageNet-C level 5 (5k)
Accuracy (Gaussian Noise)70.1
16
Image ClassificationImageNet-C
Acc64.4
8
Image ClassificationImageNet-C (Gradual)
Average Accuracy74.9
5
Test-time adaptationDomainNet
Accuracy (R → C)69.33
5
Test-time adaptationImageNet-3DCC 50k severity level 5 (test)
Bit Error15.5
5
Showing 9 of 9 rows

Other info

Follow for update