HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

OVANet: One-vs-All Network for Universal Domain Adaptation

Kuniaki Saito Kate Saenko

OVANet: One-vs-All Network for Universal Domain Adaptation

Abstract

Universal Domain Adaptation (UNDA) aims to handle both domain-shift and category-shift between two datasets, where the main challenge is to transfer knowledge while rejecting unknown classes which are absent in the labeled source data but present in the unlabeled target data. Existing methods manually set a threshold to reject unknown samples based on validation or a pre-defined ratio of unknown samples, but this strategy is not practical. In this paper, we propose a method to learn the threshold using source samples and to adapt it to the target domain. Our idea is that a minimum inter-class distance in the source domain should be a good threshold to decide between known or unknown in the target. To learn the inter-and intra-class distance, we propose to train a one-vs-all classifier for each class using labeled source data. Then, we adapt the open-set classifier to the target domain by minimizing class entropy. The resulting framework is the simplest of all baselines of UNDA and is insensitive to the value of a hyper-parameter yet outperforms baselines with a large margin.

Code Repositories

VisionLearningGroup/OVANet
Official
pytorch
Mentioned in GitHub
VisionLearningGroup/visda21-dev
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
universal-domain-adaptation-on-domainnetOVANet
H-Score: 50.7
Source-free: no
universal-domain-adaptation-on-office-31OVANet
H-score: 86.5
Source-Free: no
universal-domain-adaptation-on-office-homeOVANet
H-Score: 71.8
Source-free: no
VLM: no
universal-domain-adaptation-on-visda2017OVANet
H-score: 53.1
Source-free: no

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
OVANet: One-vs-All Network for Universal Domain Adaptation | Papers | HyperAI