paper-with-me

홈 › Papers

Selecting Fine-Tuning Examples by Quizzing VLMs

2025-11-15 · Tenghao Ji, Eytan Adar arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.12002

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningVisual Reasoning

Similar Papers 제목 키워드 기반

QuizRank: Picking Images by Quizzing VLMs

2025-09-18 · Tenghao Ji, Eytan Adar arxiv

Images play a vital role in improving the readability and comprehension of Wikipedia articles by serving as `illustrative aids.' However, not all images are equally effective and not all Wikipedia editors are trained in …

Adaptive Parameter Selection for Tuning Vision-Language Models

2025-01-01 · CVPR 2025 1 · Yi Zhang, Yi-Xuan Deng, Meng-Hao Guo, Shi-Min Hu

Vision-language models (VLMs) like CLIP have been widely used in various specific tasks.Parameter-efficient fine-tuning (PEFT) methods, such as prompt and adapter tuning,have become key techniques for adapting these …

Few-Shot Learning

FisherSFT: Data-Efficient Supervised Fine-Tuning of Language Models Using Information Gain

2025-05-20 · Rohan Deb, Kiran Thekumparampil, Kousha Kalantari, Gaurush Hiranandani 외

Supervised fine-tuning (SFT) is a standard approach to adapting large language models (LLMs) to new domains. In this work, we improve the statistical efficiency of SFT by selecting an informative subset of training examp…

Can Vision Language Models Learn from Visual Demonstrations of Ambiguous Spatial Reasoning?

2024-09-25 · Bowen Zhao, Leo Parker Dirac, Paulina Varshavskaya

Large vision-language models (VLMs) have become state-of-the-art for many computer vision tasks, with in-context learning (ICL) as a popular adaptation strategy for new ones. But can VLMs learn novel concepts purely from…

In-Context LearningNovel ConceptsSpatial Reasoning

Data Selection for Fine-tuning Vision Language Models via Cross Modal Alignment Trajectories

2025-10-01 · Nilay Naharas, Dang Nguyen, Nesihan Bulut, Mohammadhossein Bateni 외 arxiv

Data-efficient learning aims to eliminate redundancy in large training datasets by training models on smaller subsets of the most informative examples. While data selection has been extensively explored for vision models…