paper-with-me

홈 › Papers

Efficient Conditional GAN Transfer with Knowledge Propagation across Classes

2021-02-12 · CVPR 2021 1 · Mohamad Shahbazi, Zhiwu Huang, Danda Pani Paudel, Ajad Chhatkuli, Luc van Gool

Generative adversarial networks (GANs) have shown impressive results in both unconditional and conditional image generation. In recent literature, it is shown that pre-trained GANs, on a different dataset, can be transferred to improve the image generation from a small target data. The same, however, has not been well-studied in the case of conditional GANs (cGANs), which provides new opportunities for knowledge transfer compared to unconditional setup. In particular, the new classes may borrow knowledge from the related old classes, or share knowledge among themselves to improve the training. This motivates us to study the problem of efficient conditional GAN transfer with knowledge propagation across classes. To address this problem, we introduce a new GAN transfer method to explicitly propagate the knowledge from the old classes to the new classes. The key idea is to enforce the popularly used conditional batch normalization (BN) to learn the class-specific information of the new classes from that of the old classes, with implicit knowledge sharing among the new ones. This allows for an efficient knowledge propagation from the old classes to the new ones, with the BN parameters increasing linearly with the number of new classes. The extensive evaluation demonstrates the clear superiority of the proposed method over state-of-the-art competitors for efficient conditional GAN transfer tasks. The code is available at: https://github.com/mshahbazi72/cGANTransfer

📄 PDF Abstract BibTeX arXiv:2102.06696

Code (1)

mshahbazi72/cGANTransfer 공식 구현 pytorch

Tasks

Conditional Image GenerationImage GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Conditional Batch Normalization Conditional Batch Normalization (CBN) is a class-conditional variant of batch normalization. The key idea is to…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Domain-adaptive Message Passing Graph Neural Network

2023-08-31 · Xiao Shen, Shirui Pan, Kup-Sze Choi, Xi Zhou

Cross-network node classification (CNNC), which aims to classify nodes in a label-deficient target network by transferring the knowledge from a source network with abundant labels, draws increasing attention recently. To…

Domain AdaptationGRAPH DOMAIN ADAPTATIONGraph Neural NetworkNode Classification

Class Conditional Alignment for Partial Domain Adaptation

2020-03-14 · Mohsen Kheirandishfard, Fariba Zohrizadeh, Farhad Kamangar

Adversarial adaptation models have demonstrated significant progress towards transferring knowledge from a labeled source dataset to an unlabeled target dataset. Partial domain adaptation (PDA) investigates the scenarios…

Domain AdaptationPartial Domain AdaptationTransfer Learning

Unlocking Positive Transfer in Incrementally Learning Surgical Instruments: A Self-reflection Hierarchical Prompt Framework

2026-04-03 · Yu Zhu, Kang Li, Zheng Li, Pheng-Ann Heng arxiv

To continuously enhance model adaptability in surgical video scene parsing, recent studies incrementally update it to progressively learn to segment an increasing number of surgical instruments over time. However, prior …

Scene Parsing

Structure propagation for zero-shot learning

2017-11-27 · Guangfeng Lin, Yajun Chen, Fan Zhao

The key of zero-shot learning (ZSL) is how to find the information transfer model for bridging the gap between images and semantic information (texts or attributes). Existing ZSL methods usually construct the compatibili…

Zero-Shot Learning

Graph Adaptive Knowledge Transfer for Unsupervised Domain Adaptation

2018-09-01 · ECCV 2018 9 · Zhengming Ding, Sheng Li, Ming Shao, Yun Fu

Unsupervised domain adaptation has caught appealing attentions as it facilitates the unlabeled target learning by borrowing existing well-established source domain knowledge. Recent practice on domain adaptation manages …

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation