paper-with-me

Papers

Reusing the Task-specific Classifier as a Discriminator: Discriminator-free Adversarial Domain Adaptation

2022-04-08 · CVPR 2022 1 · Lin Chen, Huaian Chen, Zhixiang Wei, Xin Jin, Xiao Tan, Yi Jin, Enhong Chen

Adversarial learning has achieved remarkable performances for unsupervised domain adaptation (UDA). Existing adversarial UDA methods typically adopt an additional discriminator to play the min-max game with a feature extractor. However, most of these methods failed to effectively leverage the predicted discriminative information, and thus cause mode collapse for generator. In this work, we address this problem from a different perspective and design a simple yet effective adversarial paradigm in the form of a discriminator-free adversarial learning network (DALN), wherein the category classifier is reused as a discriminator, which achieves explicit domain alignment and category distinguishment through a unified objective, enabling the DALN to leverage the predicted discriminative information for sufficient feature alignment. Basically, we introduce a Nuclear-norm Wasserstein discrepancy (NWD) that has definite guidance meaning for performing discrimination. Such NWD can be coupled with the classifier to serve as a discriminator satisfying the K-Lipschitz constraint without the requirements of additional weight clipping or gradient penalty strategy. Without bells and whistles, DALN compares favorably against the existing state-of-the-art (SOTA) methods on a variety of public datasets. Moreover, as a plug-and-play technique, NWD can be directly used as a generic regularizer to benefit existing UDA algorithms. Code is available at https://github.com/xiaoachen98/DALN.

📄 PDF Abstract BibTeX arXiv:2204.03838

Code (1)

xiaoachen98/daln 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation

2020-02-29 · CVPR 2020 6 · Runfa Chen, Wenbing Huang, Binghui Huang, Fuchun Sun 외

Unsupervised image-to-image translation is a central task in computer vision. Current translation frameworks will abandon the discriminator once the training process is completed. This paper contends a novel role of the …

Image-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Is Discriminator a Good Feature Extractor?

2019-12-02 · Xin Mao, Zhaoyu Su, Pin Siang Tan, Jun Kang Chow 외

The discriminator from generative adversarial nets (GAN) has been used by researchers as a feature extractor in transfer learning and appeared worked well. However, there are also studies that believe this is the wrong r…

Transfer Learning

Discriminator Synthesis: On reusing the other half of Generative Adversarial Networks

2021-11-03 · Diego Porres

Generative Adversarial Networks have long since revolutionized the world of computer vision and, tied to it, the world of art. Arduous efforts have gone into fully utilizing and stabilizing training so that outputs of th…

Exploring Dropout Discriminator for Domain Adaptation

2021-07-09 · Vinod K Kurmi, Venkatesh K Subramanian, Vinay P. Namboodiri

Adaptation of a classifier to new domains is one of the challenging problems in machine learning. This has been addressed using many deep and non-deep learning based methods. Among the methodologies used, that of adversa…

Domain Adaptation

Which Discriminator for Cooperative Text Generation?

2022-04-25 · Antoine Chaffin, Thomas Scialom, Sylvain Lamprier, Jacopo Staiano 외

Language models generate texts by successively predicting probability distributions for next tokens given past ones. A growing field of interest tries to leverage external information in the decoding process so that the …

Language ModelingLanguage ModellingText Generation