CVAIOct 25, 2025

GALA: A GlobAl-LocAl Approach for Multi-Source Active Domain Adaptation

arXiv:2510.22214v1h-index: 21
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing annotation costs in domain adaptation for machine learning applications, though it is incremental as it builds on existing DA frameworks.

The paper tackles the problem of Multi-Source Active Domain Adaptation (MS-ADA) by proposing the GALA strategy, which combines global clustering and local selection to handle inter-class diversity and domain variation, achieving performance comparable to fully-supervised learning with only 1% of target annotations.

Domain Adaptation (DA) provides an effective way to tackle target-domain tasks by leveraging knowledge learned from source domains. Recent studies have extended this paradigm to Multi-Source Domain Adaptation (MSDA), which exploits multiple source domains carrying richer and more diverse transferable information. However, a substantial performance gap still remains between adaptation-based methods and fully supervised learning. In this paper, we explore a more practical and challenging setting, named Multi-Source Active Domain Adaptation (MS-ADA), to further enhance target-domain performance by selectively acquiring annotations from the target domain. The key difficulty of MS-ADA lies in designing selection criteria that can jointly handle inter-class diversity and multi-source domain variation. To address these challenges, we propose a simple yet effective GALA strategy (GALA), which combines a global k-means clustering step for target-domain samples with a cluster-wise local selection criterion, effectively tackling the above two issues in a complementary manner. Our proposed GALA is plug-and-play and can be seamlessly integrated into existing DA frameworks without introducing any additional trainable parameters. Extensive experiments on three standard DA benchmarks demonstrate that GALA consistently outperforms prior active learning and active DA methods, achieving performance comparable to the fully-supervised upperbound while using only 1% of the target annotations.

Foundations

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

Your Notes