Test-time Adaptation for Regression by Subspace Alignment

Published: 17 Jun 2024, Last Modified: 28 Aug 20241st Workshop on Test-Time Adaptation at CVPR2024EveryoneCC BY 4.0
Abstract: This paper investigates test-time adaptation for regression, where a regression model pre-trained in a source domain is adapted to an unknown target distribution with unlabeled target data. Although regression is a fundamental task in machine learning, most of the existing TTA methods have classification-specific designs, which assume that models output class-categorical predictions, whereas regression models typically output only single scalar values. To enable TTA for regression, we adopt a feature alignment approach, which aligns the feature distributions between the source and target domains to mitigate the domain gap. However, we found that a naive feature alignment is ineffective or even worse for regression because the features are distributed in a small subspace and many of the raw feature dimensions have little significance to the output. Here, for an effective feature alignment in TTA for regression, we propose Significant-subspace Alignment (SSA). SSA consists of two components: a subspace detection and dimension weighting. First, the subspace detection finds the feature subspace that is representative and significant to the output. Then, the feature alignment in the subspace is performed during TTA. Second, the dimension weighting raises the importance of the dimensions of the feature subspace that have greater significance to the output. We experimentally show that SSA outperforms various baselines on real-world image datasets.
Loading