paper-with-me

Papers

PEA-Diffusion: Parameter-Efficient Adapter with Knowledge Distillation in non-English Text-to-Image Generation

2023-11-28 · Jian Ma, Chen Chen, Qingsong Xie, Haonan Lu

Text-to-image diffusion models are well-known for their ability to generate realistic images based on textual prompts. However, the existing works have predominantly focused on English, lacking support for non-English text-to-image models. The most commonly used translation methods cannot solve the generation problem related to language culture, while training from scratch on a specific language dataset is prohibitively expensive. In this paper, we are inspired to propose a simple plug-and-play language transfer method based on knowledge distillation. All we need to do is train a lightweight MLP-like parameter-efficient adapter (PEA) with only 6M parameters under teacher knowledge distillation along with a small parallel data corpus. We are surprised to find that freezing the parameters of UNet can still achieve remarkable performance on the language-specific prompt evaluation set, demonstrating that PEA can stimulate the potential generation ability of the original UNet. Additionally, it closely approaches the performance of the English text-to-image model on a general prompt evaluation set. Furthermore, our adapter can be used as a plugin to achieve significant results in downstream tasks in cross-lingual text-to-image generation. Code will be available at: https://github.com/OPPO-Mente-Lab/PEA-Diffusion

📄 PDF Abstract BibTeX arXiv:2311.17086

Code (1)

OPPO-Mente-Lab/PEA-Diffusion 공식 구현 pytorch

Tasks

Cross-lingual Text-to-Image GenerationImage GenerationKnowledge DistillationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Adapter 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Video Editing via Factorized Diffusion Distillation

2024-03-14 · Uriel Singer, Amit Zohar, Yuval Kirstain, Shelly Sheynin 외

We introduce Emu Video Edit (EVE), a model that establishes a new state-of-the art in video editing without relying on any supervised video editing data. To develop EVE we separately train an image editing adapter and a …

Video EditingVideo Generation

AdapterDistillation: Non-Destructive Task Composition with Knowledge Distillation

2023-12-26 · Junjie Wang, Yicheng Chen, Wangshu Zhang, Sen Hu 외

Leveraging knowledge from multiple tasks through introducing a small number of task specific parameters into each transformer layer, also known as adapters, receives much attention recently. However, adding an extra fusi…

Knowledge DistillationRetrieval

Efficient Distillation of Classifier-Free Guidance using Adapters

2025-03-10 · Cristian Perez Jensen, Seyedmorteza Sadat

While classifier-free guidance (CFG) is essential for conditional diffusion models, it doubles the number of neural function evaluations (NFEs) per inference step. To mitigate this inefficiency, we introduce adapter guid…

GPU

iDAT: inverse Distillation Adapter-Tuning

2024-03-23 · Jiacheng Ruan, Jingsheng Gao, Mingye Xie, Daize Dong 외

Adapter-Tuning (AT) method involves freezing a pre-trained model and introducing trainable adapter modules to acquire downstream knowledge, thereby calibrating the model for better adaptation to downstream tasks. This pa…

image-classificationImage ClassificationKnowledge Distillation

SUR-adapter: Enhancing Text-to-Image Pre-trained Diffusion Models with Large Language Models

2023-05-09 · Shanshan Zhong, Zhongzhan Huang, Wushao Wen, Jinghui Qin 외

Diffusion models, which have emerged to become popular text-to-image generation models, can produce high-quality and content-rich images guided by textual prompts. However, there are limitations to semantic understanding…

Image GenerationKnowledge Distillationparameter-efficient fine-tuningText to Image Generation+1