paper-with-me

Papers

Diffusion Instruction Tuning

2025-02-04 · Chen Jin, Ryutaro Tanno, Amrutha Saseendran, Tom Diethe, Philip Teare

We introduce Lavender, a simple supervised fine-tuning (SFT) method that boosts the performance of advanced vision-language models (VLMs) by leveraging state-of-the-art image generation models such as Stable Diffusion. Specifically, Lavender aligns the text-vision attention in the VLM transformer with the equivalent used by Stable Diffusion during SFT, instead of adapting separate encoders. This alignment enriches the model's visual understanding and significantly boosts performance across in- and out-of-distribution tasks. Lavender requires just 0.13 million training examples, 2.5% of typical large-scale SFT datasets, and fine-tunes on standard hardware (8 GPUs) in a single day. It consistently improves state-of-the-art open-source multimodal LLMs (e.g., Llama-3.2-11B, MiniCPM-Llama3-v2.5), achieving up to 30% gains and a 68% boost on challenging out-of-distribution medical QA tasks. By efficiently transferring the visual expertise of image generators with minimal supervision, Lavender offers a scalable solution for more accurate vision-language systems. All code, training data, and models will be shared at https://astrazeneca.github.io/vlm/.

📄 PDF Abstract BibTeX arXiv:2502.06814

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Diffusion Language Models Can Perform Many Tasks with Scaling and Instruction-Finetuning

2023-08-23 · Jiasheng Ye, Zaixiang Zheng, Yu Bao, Lihua Qian 외

The recent surge of generative AI has been fueled by the generative power of diffusion probabilistic models and the scalable capabilities of large language models. Despite their potential, it remains elusive whether diff…

In-Context LearningLanguage ModelingLanguage ModellingMasked Language Modeling

Fine-Tuning Diffusion Generative Models via Rich Preference Optimization

2025-03-13 · Hanyang Zhao, Haoxian Chen, Yucheng Guo, Genta Indra Winata 외

We introduce Rich Preference Optimization (RPO), a novel pipeline that leverages rich feedback signals to improve the curation of preference pairs for fine-tuning text-to-image diffusion models. Traditional methods, like…

TESS 2: A Large-Scale Generalist Diffusion Language Model

2025-02-19 · Jaesung Tae, Hamish Ivison, Sachin Kumar, Arman Cohan

We introduce TESS 2, a general instruction-following diffusion language model that outperforms contemporary instruction-tuned diffusion models, as well as matches and sometimes exceeds strong autoregressive (AR) models. …

Instruction FollowingLanguage ModelingLanguage Modelling

LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning

2025-05-22 · Zebin You, Shen Nie, Xiaolu Zhang, Jun Hu 외

In this work, we introduce LLaDA-V, a purely diffusion-based Multimodal Large Language Model (MLLM) that integrates visual instruction tuning with masked diffusion models, representing a departure from the autoregressive…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

InstructPix2Pix: Learning to Follow Image Editing Instructions

2022-11-17 · CVPR 2023 1 · Tim Brooks, Aleksander Holynski, Alexei A. Efros

We propose a method for editing images from human instructions: given an input image and a written instruction that tells the model what to do, our model follows these instructions to edit the image. To obtain training d…

Image EditingLanguage ModelingLanguage Modelling+2