paper-with-me

홈 › Papers

Align$^2$LLaVA: Cascaded Human and Large Language Model Preference Alignment for Multi-modal Instruction Curation

2024-09-27 · Hongzhe Huang, Jiang Liu, Zhewen Yu, Li Cai, Dian Jiao, Wenqiao Zhang, Siliang Tang, Juncheng Li, Hao Jiang, Haoyuan Li, Yueting Zhuang

Recent advances in Multi-modal Large Language Models (MLLMs), such as LLaVA-series models, are driven by massive machine-generated instruction-following data tuning. Such automatic instruction collection pipelines, however, inadvertently introduce significant variability in data quality. This paper introduces a novel instruction curation algorithm, derived from two unique perspectives, human and LLM preference alignment, to compress this vast corpus of machine-generated multimodal instructions to a compact and high-quality form: (i) For human preference alignment, we have collected a machine-generated multimodal instruction dataset and established a comprehensive set of both subjective and objective criteria to guide the data quality assessment critically from human experts. By doing so, a reward model was trained on the annotated dataset to internalize the nuanced human understanding of instruction alignment. (ii) For LLM preference alignment, given the instruction selected by the reward model, we propose leveraging the inner LLM used in MLLM to align the writing style of visual instructions with that of the inner LLM itself, resulting in LLM-aligned instruction improvement. Extensive experiments demonstrate that we can maintain or even improve model performance by compressing synthetic multimodal instructions by up to 90%. Impressively, by aggressively reducing the training instructions from 158k to 14k (9$\times$ smaller), our model consistently outperforms its full-size dataset counterpart across various MLLM benchmarks. Our project is available at https://github.com/DCDmllm/Align2LLaVA.

📄 PDF Abstract BibTeX arXiv:2409.18541

Code (1)

dcdmllm/align2llava 공식 구현 pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LLaVA-CKD: Bottom-Up Cascaded Knowledge Distillation for Vision-Language Models

2026-05-11 · Nikolaos Gkalelis, Vasileios Mezaris arxiv

Large Vision-Language Models (VLMs) are successful in addressing a multitude of vision-language understanding tasks, such as Visual Question Answering (VQA), but their memory and compute requirements remain a concern for…

Visual Question AnsweringKnowledge Distillation

PA-LLaVA: A Large Language-Vision Assistant for Human Pathology Image Understanding

2024-08-18 · Dawei Dai, Yuanhui Zhang, Long Xu, Qianlan Yang 외

The previous advancements in pathology image understanding primarily involved developing models tailored to specific tasks. Recent studies has demonstrated that the large vision-language model can enhance the performance…

Language ModellingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

LLaVA-Interactive: An All-in-One Demo for Image Chat, Segmentation, Generation and Editing

2023-11-01 · Wei-Ge Chen, Irina Spiridonova, Jianwei Yang, Jianfeng Gao 외

LLaVA-Interactive is a research prototype for multimodal human-AI interaction. The system can have multi-turn dialogues with human users by taking multimodal user inputs and generating multimodal responses. Importantly, …

AllImage GenerationImage SegmentationSemantic Segmentation

Vision Language Models as Values Detectors

2025-01-07 · Giulio Antonio Abbo, Tony Belpaeme

Large Language Models integrating textual and visual inputs have introduced new possibilities for interpreting complex data. Despite their remarkable ability to generate coherent and contextually relevant text based on v…

Multimodal LLMs as Customized Reward Models for Text-to-Image Generation

2025-07-28 · Shijie Zhou, Ruiyi Zhang, Huaisheng Zhu, Branislav Kveton 외 arxiv

We introduce LLaVA-Reward, an efficient reward model designed to automatically evaluate text-to-image (T2I) generations across multiple perspectives, leveraging pretrained multimodal large language models (MLLMs). Existi…

Text-to-Image Generation