CVOct 2, 2025

Consistent Assistant Domains Transformer for Source-free Domain Adaptation

arXiv:2510.01559v12 citationsh-index: 18Has CodeIEEE Transactions on Image Processing
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for machine learning models when source data is inaccessible, offering a novel method to handle hard samples and reduce domain bias, though it is incremental in nature.

The paper tackles the problem of source-free domain adaptation (SFDA) by proposing CADTrans, which constructs invariant feature representations using assistant domains and multiple consistency strategies, achieving significant performance improvements on benchmarks like Office-31, Office-Home, VISDA-C, and DomainNet-126.

Source-free domain adaptation (SFDA) aims to address the challenge of adapting to a target domain without accessing the source domain directly. However, due to the inaccessibility of source domain data, deterministic invariable features cannot be obtained. Current mainstream methods primarily focus on evaluating invariant features in the target domain that closely resemble those in the source domain, subsequently aligning the target domain with the source domain. However, these methods are susceptible to hard samples and influenced by domain bias. In this paper, we propose a Consistent Assistant Domains Transformer for SFDA, abbreviated as CADTrans, which solves the issue by constructing invariable feature representations of domain consistency. Concretely, we develop an assistant domain module for CADTrans to obtain diversified representations from the intermediate aggregated global attentions, which addresses the limitation of existing methods in adequately representing diversity. Based on assistant and target domains, invariable feature representations are obtained by multiple consistent strategies, which can be used to distinguish easy and hard samples. Finally, to align the hard samples to the corresponding easy samples, we construct a conditional multi-kernel max mean discrepancy (CMK-MMD) strategy to distinguish between samples of the same category and those of different categories. Extensive experiments are conducted on various benchmarks such as Office-31, Office-Home, VISDA-C, and DomainNet-126, proving the significant performance improvements achieved by our proposed approaches. Code is available at https://github.com/RoryShao/CADTrans.git.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes