Selecting Fine-Tuning Examples by Quizzing VLMs
Tenghao Ji, Eytan Adar
TL;DR
The paper tackles the problem of data quality in fine-tuning diffusion models for topic-specific generation. It introduces QZLoRA, which combines QuizRank—treating images as an educational intervention for a Vision-Language Model—with LoRA to automatically select the most representative training images, enabling effective fine-tuning with fewer samples. Empirical results show that QuizRank-guided fine-tuning yields higher alignment and stability across topics in both photorealistic and illustration domains, with top-$k$ selections (especially $k=15$) performing best and exhibiting stronger input-output correlations. Additionally, QuizRank serves as a scalable evaluation metric for generated outputs, offering a principled way to compare approaches and quantify improvements in topic-adaptive generation.
Abstract
A challenge in fine-tuning text-to-image diffusion models for specific topics is to select good examples. Fine-tuning from image sets of varying quality, such as Wikipedia Commons, will often produce poor output. However, training images that \textit{do} exemplify the target concept (e.g., a \textit{female Mountain Bluebird}) help ensure that the generated images are similarly representative (e.g., have the prototypical blue-wings and gray chest). In this work, we propose QZLoRA, a framework to select images for low-rank adaptation (LoRA). The approach leverages QuizRank, a method to automatically rank images by treating them as an `educational intervention' and `quizzing' a VLM. We demonstrate that QZLoRA can produce better aligned, photorealistic images with fewer samples. We also show that these fine-tuned models can produce stylized that are similarly representative (i.e., illustrations). Our results highlight the promise of combining automated visual reasoning with parameter-efficient fine-tuning for topic-adaptive generative modeling.
