paper-with-me

Papers

Enhancing Visual-Language Modality Alignment in Large Vision Language Models via Self-Improvement

2024-05-24 · Xiyao Wang, Jiuhai Chen, Zhaoyang Wang, YuHang Zhou, Yiyang Zhou, Huaxiu Yao, Tianyi Zhou, Tom Goldstein, Parminder Bhatia, Furong Huang, Cao Xiao

Large vision-language models (LVLMs) have achieved impressive results in various visual question-answering and reasoning tasks through vision instruction tuning on specific datasets. However, there is still significant room for improvement in the alignment between visual and language modalities. Previous methods to enhance this alignment typically require external models or data, heavily depending on their capabilities and quality, which inevitably sets an upper bound on performance. In this paper, we propose SIMA, a framework that enhances visual and language modality alignment through self-improvement, eliminating the needs for external models or data. SIMA leverages prompts from existing vision instruction tuning datasets to self-generate responses and employs an in-context self-critic mechanism to select response pairs for preference tuning. The key innovation is the introduction of three vision metrics during the in-context self-critic process, which can guide the LVLM in selecting responses that enhance image comprehension. Through experiments across 14 hallucination and comprehensive benchmarks, we demonstrate that SIMA not only improves model performance across all benchmarks but also achieves superior modality alignment, outperforming previous approaches.

📄 PDF Abstract BibTeX arXiv:2405.15973

Code (2)

umd-huang-lab/sima 공식 구현 pytorch
yiyangzhou/csr pytorch

Tasks

HallucinationImage ComprehensionQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

PSA-VLM: Enhancing Vision-Language Model Safety through Progressive Concept-Bottleneck-Driven Alignment

2024-11-18 · Zhendong Liu, Yuanbi Nie, Yingshui Tan, Jiaheng Liu 외

Benefiting from the powerful capabilities of Large Language Models (LLMs), pre-trained visual encoder models connected to LLMs form Vision Language Models (VLMs). However, recent research shows that the visual modality i…

Language ModelingLanguage ModellingSafety Alignment

Better Reasoning with Less Data: Enhancing VLMs Through Unified Modality Scoring

2025-06-10 · Mingjie Xu, Andrew Estornell, Hongzheng Yang, Yuzhi Zhao 외

The application of visual instruction tuning and other post-training techniques has significantly enhanced the capabilities of Large Language Models (LLMs) in visual understanding, enriching Vision-Language Models (VLMs)…

Image Captioning

X-VILA: Cross-Modality Alignment for Large Language Model

2024-05-29 · Hanrong Ye, De-An Huang, Yao Lu, Zhiding Yu 외

We introduce X-VILA, an omni-modality model designed to extend the capabilities of large language models (LLMs) by incorporating image, video, and audio modalities. By aligning modality-specific encoders with LLM inputs …

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Textual Knowledge Matters: Cross-Modality Co-Teaching for Generalized Visual Class Discovery

2024-03-12 · Haiyang Zheng, Nan Pu, Wenjing Li, Nicu Sebe 외

In this paper, we study the problem of Generalized Category Discovery (GCD), which aims to cluster unlabeled data from both known and unknown categories using the knowledge of labeled data from known categories. Current …

DescriptiveRetrievalText Generation

Fine-Grained Verifiers: Preference Modeling as Next-token Prediction in Vision-Language Alignment

2024-10-18 · Chenhang Cui, An Zhang, Yiyang Zhou, Zhaorun Chen 외

The recent advancements in large language models (LLMs) and pre-trained vision models have accelerated the development of vision-language large models (VLLMs), enhancing the interaction between visual and linguistic moda…