Adversarial Branch Architecture Search for Unsupervised Domain Adaptation
Luca Robbiano, Muhammad Rameez Ur Rahman, Fabio Galasso and, Barbara Caputo, Fabio Maria Carlucci

TL;DR
This paper introduces ABAS, a neural architecture search method for unsupervised domain adaptation that automatically designs adversarial branches, eliminating the need for manual architecture tuning and improving adaptation performance.
Contribution
The paper presents a novel NAS approach for UDA that does not require target labels and searches for auxiliary adversarial branches attached to pre-trained backbones.
Findings
ABAS improves performance of DANN and ALDA on multiple datasets.
ABAS automatically finds effective adversarial branch architectures.
The method demonstrates robustness across different UDA tasks.
Abstract
Unsupervised Domain Adaptation (UDA) is a key issue in visual recognition, as it allows to bridge different visual domains enabling robust performances in the real world. To date, all proposed approaches rely on human expertise to manually adapt a given UDA method (e.g. DANN) to a specific backbone architecture (e.g. ResNet). This dependency on handcrafted designs limits the applicability of a given approach in time, as old methods need to be constantly adapted to novel backbones. Existing Neural Architecture Search (NAS) approaches cannot be directly applied to mitigate this issue, as they rely on labels that are not available in the UDA setting. Furthermore, most NAS methods search for full architectures, which precludes the use of pre-trained models, essential in a vast range of UDA settings for reaching SOTA results. To the best of our knowledge, no prior work has addressed these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Adversarial Branch Architecture Search for Unsupervised Domain Adaptation· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Image Processing Techniques and Applications
MethodsALDA
