paper-with-me

홈 › Papers

Coffee: Controllable Diffusion Fine-tuning

2025-11-18 · Ziyao Zeng, Jingcheng Ni, Ruyi Liu, Alex Wong arxiv

Text-to-image diffusion models can generate diverse content with flexible prompts, which makes them well-suited for customization through fine-tuning with a small amount of user-provided data. However, controllable fine-tuning that prevents models from learning undesired concepts present in the fine-tuning data, and from entangling those concepts with user prompts, remains an open challenge. It is crucial for downstream tasks like bias mitigation, preventing malicious adaptation, attribute disentanglement, and generalizable fine-tuning of diffusion policy. We propose Coffee that allows using language to specify undesired concepts to regularize the adaptation process. The crux of our method lies in keeping the embeddings of the user prompt from aligning with undesired concepts. Crucially, Coffee requires no additional training and enables flexible modification of undesired concepts by modifying textual descriptions. We evaluate Coffee by fine-tuning on images associated with user prompts paired with undesired concepts. Experimental results demonstrate that Coffee can prevent text-to-image models from learning specified undesired concepts during fine-tuning and outperforms existing methods. Code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2511.14113

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Controllable blind deblurring with diffusion models

2026-08-24 · Imane Si Salah, Emile Cribelier, Thomas Veit, Wolf Hauser 외 arxiv

Image acquisition with a camera involves several degradations due to the optical system, sensor, or low-level processing steps. We address blind deblurring in professional photography: we aim to invert unknown isotropic …

Evaluating Data Augmentation Techniques for Coffee Leaf Disease Classification

2024-01-11 · Adrian Gheorghiu, Iulian-Marius Tăiatu, Dumitru-Clementin Cercel, Iuliana Marin 외

The detection and classification of diseases in Robusta coffee leaves are essential to ensure that plants are healthy and the crop yield is kept high. However, this job requires extensive botanical knowledge and much was…

ClassificationData AugmentationGenerative Adversarial Networkimage-classification+1

Coffee: Boost Your Code LLMs by Fixing Bugs with Feedback

2023-11-13 · Seungjun Moon, Hyungjoo Chae, Yongho Song, Taeyoon Kwon 외

Code editing is an essential step towards reliable program synthesis to automatically correct critical errors generated from code LLMs. Recent studies have demonstrated that closed-source LLMs (i.e., ChatGPT and GPT-4) a…

Program Synthesis

Quantized Embedding Vectors for Controllable Diffusion Language Models

2024-02-15 · Cheng Kang, Xinye Chen, Yong Hu, Daniel Novak

Improving the controllability, portability, and inference speed of diffusion language models (DLMs) is a key challenge in natural language generation. While recent research has shown significant success in complex text g…

Language ModelingLanguage ModellingQuantizationText Generation

Controlling Text-to-Image Diffusion by Orthogonal Finetuning

2023-06-12 · NeurIPS 2023 11 · Zeju Qiu, Weiyang Liu, Haiwen Feng, Yuxuan Xue 외

Large text-to-image diffusion models have impressive capabilities in generating photorealistic images from text prompts. How to effectively guide or control these powerful models to perform different downstream tasks bec…