Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DARE-GRAM : Unsupervised Domain Adaptation Regression by Aligning Inverse Gram Matrices

About

Unsupervised Domain Adaptation Regression (DAR) aims to bridge the domain gap between a labeled source dataset and an unlabelled target dataset for regression problems. Recent works mostly focus on learning a deep feature encoder by minimizing the discrepancy between source and target features. In this work, we present a different perspective for the DAR problem by analyzing the closed-form ordinary least square~(OLS) solution to the linear regressor in the deep domain adaptation context. Rather than aligning the original feature embedding space, we propose to align the inverse Gram matrix of the features, which is motivated by its presence in the OLS solution and the Gram matrix's ability to capture the feature correlations. Specifically, we propose a simple yet effective DAR method which leverages the pseudo-inverse low-rank property to align the scale and angle in a selected subspace generated by the pseudo-inverse Gram matrix of the two domains. We evaluate our method on three domain adaptation regression benchmarks. Experimental results demonstrate that our method achieves state-of-the-art performance. Our code is available at https://github.com/ismailnejjar/DARE-GRAM.

Ismail Nejjar, Qin Wang, Olga Fink• 2023

Related benchmarks

TaskDatasetResultRank
Driver Drowsiness EstimationDriving
Correlation Coefficient (CC)0.511
16
Driver Drowsiness EstimationSEED-VIG
CC0.609
16
Remaining Useful Life predictionC-MAPSS
RMSE (F1->F2)15.7
10
RegressionBiwi Kinect (test)
MAE (M -> F)0.23
9
Unsupervised Domain Adaptation RegressionMPI3D
Error (RL -> RC)0.09
9
Domain Adaptation RegressiondSprites
Transfer Accuracy (C to N)0.3
9
Showing 6 of 6 rows

Other info

Code

Follow for update