CVJan 25, 2023

Discriminator-free Unsupervised Domain Adaptation for Multi-label Image Classification

arXiv:2301.10611v36 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This addresses domain shift issues in multi-label image classification, offering a more efficient solution for applications like medical imaging or autonomous driving, though it is incremental as it builds on existing adversarial UDA methods.

The paper tackles the problem of unsupervised domain adaptation for multi-label image classification by proposing a discriminator-free adversarial method that avoids harming task-specific discriminative power, resulting in outperforming state-of-the-art methods in precision with fewer parameters.

In this paper, a discriminator-free adversarial-based Unsupervised Domain Adaptation (UDA) for Multi-Label Image Classification (MLIC) referred to as DDA-MLIC is proposed. Recently, some attempts have been made for introducing adversarial-based UDA methods in the context of MLIC. However, these methods which rely on an additional discriminator subnet present one major shortcoming. The learning of domain-invariant features may harm their task-specific discriminative power, since the classification and discrimination tasks are decoupled. Herein, we propose to overcome this issue by introducing a novel adversarial critic that is directly deduced from the task-specific classifier. Specifically, a two-component Gaussian Mixture Model (GMM) is fitted on the source and target predictions in order to distinguish between two clusters. This allows extracting a Gaussian distribution for each component. The resulting Gaussian distributions are then used for formulating an adversarial loss based on a Frechet distance. The proposed method is evaluated on several multi-label image datasets covering three different types of domain shift. The obtained results demonstrate that DDA-MLIC outperforms existing state-of-the-art methods in terms of precision while requiring a lower number of parameters. The code is publicly available at github.com/cvi2snt/DDA-MLIC.

Code Implementations1 repo
Foundations

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

Your Notes