Papers › LLaVA Steering: Visual Instruction Tuning with 500x Fewer Parameters through Modality...

LLaVA Steering: Visual Instruction Tuning with 500x Fewer Parameters through Modality Linear Representation-Steering

16 Dec 2024arXiv:2412.12359archive 2025-07-28

Jinhe Bi, Yujun Wang, Haokun Chen, Xun Xiao, Artur Hecker, Volker Tresp, Yunpu Ma

Multimodal Large Language Models (MLLMs) have significantly advanced visual tasks by integrating visual representations into large language models (LLMs). The textual modality, inherited from LLMs, equips MLLMs with abilities like instruction following and in-context learning. In contrast, the visual modality enhances performance in downstream tasks by leveraging rich semantic content, spatial information, and grounding capabilities. These intrinsic modalities work synergistically across various visual tasks. Our research initially reveals a persistent imbalance between these modalities, with text often dominating output generation during visual instruction tuning. This imbalance occurs when using both full fine-tuning and parameter-efficient fine-tuning (PEFT) methods. We then found that re-balancing these modalities can significantly reduce the number of trainable parameters required, inspiring a direction for further optimizing visual instruction tuning. We introduce Modality Linear Representation-Steering (MoReS) to achieve the goal. MoReS effectively re-balances the intrinsic modalities throughout the model, where the key idea is to steer visual representations through linear transformations in the visual subspace across each model layer. To validate our solution, we composed LLaVA Steering, a suite of models integrated with the proposed MoReS method. Evaluation results show that the composed LLaVA Steering models require, on average, 500 times fewer trainable parameters than LoRA needs while still achieving comparable performance across three visual benchmarks and eight visual question-answering tasks. Last, we present the LLaVA Steering Factory, an in-house developed platform that enables researchers to quickly customize various MLLMs with component-based architecture for seamlessly integrating state-of-the-art models, and evaluate their intrinsic modality imbalance.

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="2412.12359")

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

bibisbar/LLaVA-Steering officialmentioned in paperpytorchApache-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

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 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.

3ran · our draft was wrong
10unverified

Licence: 0 of the 13 samples are 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 bibisbar/LLaVA-Steering. “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.

get_chunk bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
image_parser bibisbar/LLaVA-Steering/tinyllava/eval/run_tiny_llava.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a7bee88c1c7fd6a3 · report
split_list bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
collate_fn bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_loader.py official repository unverified Apache-2.0 (permissive) · 68ad5f668d4f2976 · report
eval_model bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_halbench.py official repository unverified Apache-2.0 (permissive) · 3289beb8d4bdf12b · report
eval_model bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_mmhal.py official repository unverified Apache-2.0 (permissive) · b449ac23f340f344 · report
generate_questions_imgs bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_iconqa_blank.py official repository unverified Apache-2.0 (permissive) · 65c4b77c317ba4b5 · report
generate_questions_imgs bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_iconqa_text.py official repository unverified Apache-2.0 (permissive) · 52767cf2fbfc763c · report
get_chunk bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_chair.py official repository unverified Apache-2.0 (permissive) · 01c6b696dad5f567 · report
load_image bibisbar/LLaVA-Steering/tinyllava/eval/run_tiny_llava.py official repository unverified Apache-2.0 (permissive) · 4552e857b0cf7ef7 · report
load_images bibisbar/LLaVA-Steering/tinyllava/eval/run_tiny_llava.py official repository unverified Apache-2.0 (permissive) · 99d66c86efac69ff · report
parse_multi_choice_response bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_mmmu.py official repository unverified Apache-2.0 (permissive) · f3018307f9301da1 · report
split_list bibisbar/LLaVA-Steering/tinyllava/eval/model_vqa_chair.py official repository unverified Apache-2.0 (permissive) · 803512fe1dd82fde · report

Tasks

In-Context LearningInstruction FollowingQuestion AnsweringVisual Question Answeringparameter-efficient fine-tuning

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