paper-with-me

홈 › Papers

LLaVA-MORE: A Comparative Study of LLMs and Visual Backbones for Enhanced Visual Instruction Tuning

2025-03-19 · Federico Cocchi, Nicholas Moratelli, Davide Caffagni, Sara Sarto, Lorenzo Baraldi, Marcella Cornia, Rita Cucchiara

Recent progress in Multimodal Large Language Models (MLLMs) has highlighted the critical roles of both the visual backbone and the underlying language model. While prior work has primarily focused on scaling these components to billions of parameters, the trade-offs between model size, architecture, and performance remain underexplored. Additionally, inconsistencies in training data and evaluation protocols have hindered direct comparisons, making it difficult to derive optimal design choices. In this paper, we introduce LLaVA-MORE, a new family of MLLMs that integrates recent language models with diverse visual backbones. To ensure fair comparisons, we employ a unified training protocol applied consistently across all architectures. Our analysis systematically explores both small- and medium-scale LLMs -- including Phi-4, LLaMA-3.1, and Gemma-2 -- to evaluate multimodal reasoning, generation, and instruction following, while examining the relationship between model size and performance. Beyond evaluating the LLM impact on final results, we conduct a comprehensive study of various visual encoders, ranging from CLIP-based architectures to alternatives such as DINOv2, SigLIP, and SigLIP2. Additional experiments investigate the effects of increased image resolution and variations in pre-training datasets. Overall, our results provide insights into the design of more effective MLLMs, offering a reproducible evaluation framework that facilitates direct comparisons and can guide future model development. Our source code and trained models are publicly available at: https://github.com/aimagelab/LLaVA-MORE.

📄 PDF Abstract BibTeX arXiv:2503.15621

Code (1)

aimagelab/LLaVA-MORE 공식 구현 pytorch

Tasks

Instruction FollowingMultimodal Reasoning

Similar Papers 제목 키워드 기반

TC-LLaVA: Rethinking the Transfer from Image to Video Understanding with Temporal Considerations

2024-09-05 · Mingze Gao, Jingyu Liu, Mingda Li, Jiangtao Xie 외

Multimodal Large Language Models (MLLMs) have significantly improved performance across various image-language applications. Recently, there has been a growing interest in adapting image pre-trained MLLMs for video-relat…

Causal InferencePositionVideo Understanding

Feast Your Eyes: Mixture-of-Resolution Adaptation for Multimodal Large Language Models

2024-03-05 · Gen Luo, Yiyi Zhou, Yuxin Zhang, Xiawu Zheng 외

Despite remarkable progress, existing multimodal large language models (MLLMs) are still inferior in granular visual recognition. Contrary to previous works, we study this problem from the perspective of image resolution…

TextVQAVisual Question Answering

LLaVA-Zip: Adaptive Visual Token Compression with Intrinsic Image Information

2024-12-11 · Ke Wang, Hong Xuan

Multi-modal large language models (MLLMs) utilizing instruction-following data, such as LLaVA, have achieved great progress in the industry. A major limitation in these models is that visual tokens consume a substantial …

Data AugmentationInstruction Following

MLLM-CompBench: A Comparative Reasoning Benchmark for Multimodal LLMs

2024-07-23 · Jihyung Kil, Zheda Mai, Justin Lee, Zihe Wang 외

The ability to compare objects, scenes, or situations is crucial for effective decision-making and problem-solving in everyday life. For instance, comparing the freshness of apples enables better choices during grocery s…

Attribute

MG-LLaVA: Towards Multi-Granularity Visual Instruction Tuning

2024-06-25 · Xiangyu Zhao, Xiangtai Li, Haodong Duan, Haian Huang 외

Multi-modal large language models (MLLMs) have made significant strides in various visual understanding tasks. However, the majority of these models are constrained to process low-resolution images, which limits their ef…

ObjectObject RecognitionVisual Question Answering