Papers › LLaVA-MORE: A Comparative Study of LLMs and Visual Backbones for Enhanced Visual...

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

19 Mar 2025arXiv:2503.15621archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.15621")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 7 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aimagelab/LLaVA-MORE officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
3ran
6unverified

Licence: 1 of the 14 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aimagelab/LLaVA-MORE. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_caps aimagelab/LLaVA-MORE/src/llava/eval/eval_science_qa.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 94fda0761ce0d5b9 · report
divide_to_patches aimagelab/LLaVA-MORE/src/llava/mm_utils.py official repository ran Apache-2.0 (permissive) · 7e03b180fa317c9a · report
get_eval aimagelab/LLaVA-MORE/src/llava/eval/eval_gpt_review_bench.py official repository ran Apache-2.0 (permissive) · fb48214e8ea84c17 · report
get_pred_idx aimagelab/LLaVA-MORE/src/llava/eval/eval_science_qa.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 36e875f85baa4565 · report
parse_score aimagelab/LLaVA-MORE/src/llava/eval/eval_gpt_review.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 763f6fe20bd52fbb · report
resize_and_pad_image aimagelab/LLaVA-MORE/src/llava/mm_utils.py official repository ran Apache-2.0 (permissive) · 468eedeba67f1b00 · report
select_best_resolution aimagelab/LLaVA-MORE/src/llava/mm_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 3999ff487573f32c · report
get_eval aimagelab/LLaVA-MORE/src/llava/eval/eval_gpt_review.py official repository unverified Apache-2.0 (permissive) · 64a3ae0bc1b51280 · report
get_logger aimagelab/LLaVA-MORE/src/llava/utils.py official repository unverified Apache-2.0 (permissive) · d76907fa6a0240e6 · report
get_model aimagelab/LLaVA-MORE/src/llava/load_utils.py official repository unverified Apache-2.0 (permissive) · ab7f4164814e1584 · report
get_pred_idx aimagelab/LLaVA-MORE/src/llava/eval/eval_science_qa_gpt4.py official repository unverified Apache-2.0 (permissive) · 66a05b5db47523b9 · report
get_tokenizer aimagelab/LLaVA-MORE/src/llava/load_utils.py official repository unverified Apache-2.0 (permissive) · 8c3e17cd14e0016b · report
violates_moderation aimagelab/LLaVA-MORE/src/llava/utils.py official repository unverified Apache-2.0 (permissive) · f9939a84b9a65279 · report
unpad_image identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 55c32993da87759b · report

Tasks

Instruction FollowingMultimodal Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections