Research

Paper

TESTING March 09, 2026

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

Authors

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

Abstract

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.

Metadata

arXiv ID: 2603.07926
Provider: ARXIV
Primary Category: cs.CV
Published: 2026-03-09
Fetched: 2026-03-10 05:43

Related papers

Raw Data (Debug)
{
  "raw_xml": "<entry>\n    <id>http://arxiv.org/abs/2603.07926v1</id>\n    <title>IMSE: Intrinsic Mixture of Spectral Experts Fine-tuning for Test-Time Adaptation</title>\n    <updated>2026-03-09T03:42:44Z</updated>\n    <link href='https://arxiv.org/abs/2603.07926v1' rel='alternate' type='text/html'/>\n    <link href='https://arxiv.org/pdf/2603.07926v1' rel='related' title='pdf' type='application/pdf'/>\n    <summary>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.</summary>\n    <category scheme='http://arxiv.org/schemas/atom' term='cs.CV'/>\n    <category scheme='http://arxiv.org/schemas/atom' term='cs.AI'/>\n    <published>2026-03-09T03:42:44Z</published>\n    <arxiv:comment>ICLR 2026</arxiv:comment>\n    <arxiv:primary_category term='cs.CV'/>\n    <author>\n      <name>Sunghyun Baek</name>\n      <arxiv:affiliation>Korea Advanced Institute of Science and Technology</arxiv:affiliation>\n    </author>\n    <author>\n      <name>Jaemyung Yu</name>\n      <arxiv:affiliation>Korea Advanced Institute of Science and Technology</arxiv:affiliation>\n    </author>\n    <author>\n      <name>Seunghee Koh</name>\n      <arxiv:affiliation>Korea Advanced Institute of Science and Technology</arxiv:affiliation>\n    </author>\n    <author>\n      <name>Minsu Kim</name>\n      <arxiv:affiliation>LG Energy Solution</arxiv:affiliation>\n    </author>\n    <author>\n      <name>Hyeonseong Jeon</name>\n      <arxiv:affiliation>LG Energy Solution</arxiv:affiliation>\n    </author>\n    <author>\n      <name>Junmo Kim</name>\n      <arxiv:affiliation>Korea Advanced Institute of Science and Technology</arxiv:affiliation>\n    </author>\n  </entry>"
}