LGAICLCVHCAug 17, 2022

ILLUME: Rationalizing Vision-Language Models through Human Interactions

arXiv:2208.08241v48 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses the issue of VLM interpretability for users in tasks like visual question answering, though it is incremental as it builds on existing tuning methods.

The paper tackles the problem of vision-language models (VLMs) not aligning with human rationales for answers, proposing ILLUME, a tuning paradigm based on human interactions that improves alignment while using fewer training data and minimal feedback.

Bootstrapping from pre-trained language models has been proven to be an efficient approach for building vision-language models (VLM) for tasks such as image captioning or visual question answering. However, outputs of these models rarely align with user's rationales for specific answers. In order to improve this alignment and reinforce commonsense reasons, we propose a tuning paradigm based on human interactions with machine-generated data. Our ILLUME executes the following loop: Given an image-question-answer prompt, the VLM samples multiple candidate rationales, and a human critic provides feedback via preference selection, used for fine-tuning. This loop increases the training data and gradually carves out the VLM's rationalization capabilities that are aligned with human intent. Our exhaustive experiments demonstrate that ILLUME is competitive with standard supervised finetuning while using significantly fewer training data and only requiring minimal feedback.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes