Skip to content
/ DSD Public

The code of 'Mixture-of-Experts for Open Set Domain Adaptation: A Dual-Space Detection Approach'

Notifications You must be signed in to change notification settings

ZhenbangDu/DSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

The code will come soon.

image

Abstract

Open Set Domain Adaptation (OSDA) aims to cope with the distribution and label shifts between the source and target domains simultaneously, performing accurate classification for known classes while identifying unknown class samples in the target domain. Most existing OSDA approaches, depending on the final image feature space of deep models, require manually tuned thresholds, and may easily misclassify unknown samples as known classes. Mixture-of-Experts (MoE) could be a remedy. Within a MoE, different experts handle distinct input features, producing unique expert routing patterns for various classes in a routing feature space. As a result, unknown class samples may display different expert routing patterns to known classes. In this paper, we propose Dual-Space Detection, which exploits the inconsistencies between the image feature space and the routing feature space to detect unknown class samples without any threshold. Graph Router is further introduced to better make use of the spatial information among image patches. Experiments on three different datasets validated the effectiveness and superiority of our approach.

About

The code of 'Mixture-of-Experts for Open Set Domain Adaptation: A Dual-Space Detection Approach'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published