paper-with-me

Papers

Exploiting Knowledge Distillation for Few-Shot Image Generation

2021-09-29 · Xingzhong Hou, Boxiao Liu, Fang Wan, Haihang You

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImage GenerationKnowledge DistillationRelation

Similar Papers 제목 키워드 기반

Zoom-shot: Fast and Efficient Unsupervised Zero-Shot Transfer of CLIP to Vision Encoders with Multimodal Loss

2024-01-22 · Jordan Shipard, Arnold Wiliem, Kien Nguyen Thanh, Wei Xiang 외

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 Learning

Exploiting CLIP for Zero-shot HOI Detection Requires Knowledge Distillation at Multiple Levels

2023-09-10 · Bo Wan, Tinne Tuytelaars

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 Modelling

Towards Lifelong Few-Shot Customization of Text-to-Image Diffusion

2024-11-08 · Nan Song, Xiaofeng Yang, Ze Yang, Guosheng Lin

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 Distillation

D3T-GAN: Data-Dependent Domain Transfer GANs for Few-shot Image Generation

2022-05-12 · Xintian Wu, Huanyu Wang, Yiming Wu, Xi Li

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 Learning

Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation

2022-03-12 · Findings (ACL) 2022 5 · Wenliang Dai, Lu Hou, Lifeng Shang, Xin Jiang 외

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