Exploiting Knowledge Distillation for Few-Shot Image Generation
Few-shot image generation, which trains generative models on limited examples, is of practical importance. The existing pipeline is first pretraining a source model (which contains a generator and a discriminator) on a large-scale dataset and finetuning it on a target domain with limited samples. The main challenge is that the few-shot model easily becomes overfitting. It can be attributed to two aspects: the lack of sample diversity for the generator and the failure of fidelity discrimination for the discriminator. In this paper, we treat the diversity and fidelity in the source model as a kind of knowledge and propose to improve the generation results via exploring knowledge distillation. The source model trained on the large-scale dataset is regarded as teacher model and the target model (student) is learned by introducing momentum relation distillation module to produce diverse samples and source discrimination distillation to ensure the fidelity discrimination. With the momentum relation distillation and source discrimination distillation modules, the proposed method outperforms the state-of-the-art of by a large margin, i.e., 10% for FFHQ to Sketches, while achieving better diversity.
Code (0)
등록된 구현이 없습니다.
Tasks
DiversityImage GenerationKnowledge DistillationRelationSimilar Papers 제목 키워드 기반
Zoom-shot: Fast and Efficient Unsupervised Zero-Shot Transfer of CLIP to Vision Encoders with Multimodal Loss
The fusion of vision and language has brought about a transformative shift in computer vision through the emergence of Vision-Language Models (VLMs). However, the resource-intensive nature of existing VLMs poses a signif…
Knowledge Distillationzero-shot-classificationZero-Shot LearningExploiting CLIP for Zero-shot HOI Detection Requires Knowledge Distillation at Multiple Levels
In this paper, we investigate the task of zero-shot human-object interaction (HOI) detection, a novel paradigm for identifying HOIs without the need for task-specific annotations. To address this challenging task, we emp…
Human-Object Interaction DetectionKnowledge DistillationLanguage ModelingLanguage ModellingTowards Lifelong Few-Shot Customization of Text-to-Image Diffusion
Lifelong few-shot customization for text-to-image diffusion aims to continually generalize existing models for new tasks with minimal data while preserving old knowledge. Current customization diffusion models excel in f…
Data-free Knowledge DistillationKnowledge DistillationD3T-GAN: Data-Dependent Domain Transfer GANs for Few-shot Image Generation
As an important and challenging problem, few-shot image generation aims at generating realistic images through training a GAN model given few samples. A typical solution for few-shot generation is to transfer a well-trai…
Image GenerationKnowledge DistillationTransfer LearningEnabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation
The recent large-scale vision-language pre-training (VLP) of dual-stream architectures (e.g., CLIP) with a tremendous amount of image-text pair data, has shown its superiority on various multimodal alignment tasks. Despi…
Image CaptioningKnowledge DistillationLanguage ModelingLanguage Modelling+4