A DIRT-T Approach to Unsupervised Domain Adaptation
Rui Shu, Hung H. Bui, Hirokazu Narui, Stefano Ermon

TL;DR
This paper introduces the DIRT-T approach, combining adversarial domain adaptation with cluster assumption-based refinement, significantly improving unsupervised domain adaptation performance across multiple benchmarks.
Contribution
It proposes the DIRT-T model that refines domain adaptation by iteratively minimizing cluster assumption violations, building on the VADA model.
Findings
Achieves state-of-the-art results on digit, traffic sign, and Wi-Fi recognition benchmarks.
Demonstrates significant performance improvements over existing domain adaptation methods.
Validates the effectiveness of combining adversarial training with cluster assumption-based refinement.
Abstract
Domain adaptation refers to the problem of leveraging labeled data in a source domain to learn an accurate model in a target domain where labels are scarce or unavailable. A recent approach for finding a common representation of the two domains is via domain adversarial training (Ganin & Lempitsky, 2015), which attempts to induce a feature extractor that matches the source and target feature distributions in some feature space. However, domain adversarial training faces two critical limitations: 1) if the feature extraction function has high-capacity, then feature distribution matching is a weak constraint, 2) in non-conservative domain adaptation (where no single classifier can perform well in both the source and target domains), training the model to do well on the source domain hurts performance on the target domain. In this paper, we address these issues through the lens of the…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Adversarial Robustness in Machine Learning
