Papers
Topics
Authors
Recent
Search
2000 character limit reached

Large Vision-Language Models Overview

Updated 4 July 2026
  • Large Vision-Language Models (LVLMs) are multimodal architectures that integrate visual encoders, cross-modal connectors, and language decoders to generate coherent image-text outputs.
  • They employ methodologies such as Q-Former adapters, multilayer feature fusion, and targeted instruction tuning to boost efficiency, reduce hallucinations, and enhance open-world generalization.
  • LVLMs are applied in specialized domains like medical diagnosis, video analysis, and person re-identification, supported by robust evaluation paradigms and security measures.

Large Vision-LLMs (LVLMs) are autoregressive multi-modal systems that extend LLMs to process and generate image-and-text content by combining a pre-trained visual encoder, a cross-modal connector, and a language-model decoder. In the recent literature, LVLM research has expanded from general multimodal generation and reasoning to relation understanding, hallucination analysis, robustness, efficient deployment, and specialized use in domains such as medicine, video understanding, and person re-identification (Kundu et al., 6 Mar 2025, Xu et al., 2023).

1. Architectural foundations

The canonical LVLM architecture is a three-part composition. A visual encoder, often ViT- or CLIP-based, converts an image into a sequence of visual features; a connector such as a Q-Former, perceiver-style resampler, or MLP projects those features into the token space of the LLM; and an autoregressive decoder then generates text while attending to both image-derived and textual context (Manevich et al., 2024, Kundu et al., 6 Mar 2025). This template underlies both benchmarked systems and task-specific variants.

A representative snapshot of early public LVLMs was provided by LVLM-eHub, which evaluated eight systems: BLIP2, LLaVA, LLaMA-Adapter V2, MiniGPT-4, mPLUG-Owl, Otter, InstructBLIP, and VPGTrans. These models differed substantially in visual backbone choice, adapter design, tuned parameter count, pretraining scale, and instruction-tuning data. For example, BLIP2 used EVA-CLIP ViT-g/14 with a Q-Former and FlanT5-XL, whereas LLaVA used CLIP ViT-L/14, a single FC layer, and LLaMA-7B; InstructBLIP combined EVA-CLIP ViT-g/14, a Q-Former, and Vicuna-7B with $16$ M in-domain VQA pairs for instruction tuning (Xu et al., 2023).

Subsequent work diversified this template rather than abandoning it. "Instruction-Guided Fusion of Multi-Layer Visual Features in Large Vision-LLMs" introduced an instruction-guided vision aggregator that dynamically fuses grouped layer-wise CLIP-ViT features without increasing the number of visual tokens (Li et al., 2024). RelationVLM retained the familiar vision-encoder-plus-adapter-plus-decoder recipe but emphasized frozen vision encoding, a linear cross-modal adapter, and LoRA-tuned Vicuna-7B for relation-rich inputs and outputs (Huang et al., 2024). XDR-LVLM, designed for diabetic retinopathy diagnosis, coupled a Medical Vision Encoder with a vision-language connector and an autoregressive Transformer core, illustrating how domain tuning is commonly implemented within the same overall architecture (Ito et al., 21 Aug 2025).

2. Representation, alignment, and visual abstraction

A central line of work concerns which visual representations are exposed to the LLM and how they are aligned with its latent space. The instruction-guided vision aggregator showed that relying only on final-layer visual features is suboptimal. Across $18$ benchmarks spanning $6$ task categories, it found that multilayer features provide complementary strengths with varying task dependencies, and that uniform fusion underperforms instruction-conditioned fusion. Its logged group weights indicated that mid-to-high-level features dominate semantic-rich tasks such as General, Chart/OCR, and Hallucination, while low-level features retain a non-trivial role in Fine-Grained benchmarks (Li et al., 2024).

Another alignment problem is explicitly framed as cognitive misalignment. "Beyond Sight: Towards Cognitive Alignment in LVLM via Enriched Visual Knowledge" argued that the visual encoder’s representation may not align with the LLM’s cognitive framework, especially on VE-Unknown data whose visual representations are ambiguous for the encoder. To study this, the work constructed the Multi-Granularity Landmark Dataset from Google Landmarks v2, with approximately $203$ k samples containing image, question, answer, hierarchy, and entity annotations, and proposed Entity-Enhanced Cognitive Alignment (EECA), which uses a dual-branch low-resolution/high-resolution adapter, entity-aware contrastive supervision, and hierarchical classification to generate visually enriched, well-aligned tokens (Zhao et al., 2024). This suggests that alignment in LVLMs is not only a question of embedding-space projection, but also of whether the projected tokens activate the factual and conceptual structures already present in the LLM.

A complementary abstraction strategy is concept-level compression. VCM inserts a concept module between the visual encoder and the LLM, uses masked-instruction implicit contrastive learning to construct concept tokens, and applies a dynamic-length selection mechanism followed by segment merging. On LLaVA-1.5-7B, the method reduced visual tokens from $576$ to $64$, yielding approximately 85%85\% fewer FLOPs while keeping VQA-Avg at $62.7$ compared with a $63.6$ baseline; on a high-resolution LLaVA-NeXT setting, it reduced tokens from $2880$ to $18$0 with FLOPs reduced by $18$1 (Luo et al., 28 Apr 2025). RelationVLM extends the notion of representation learning further by explicitly constructing relation-aware data for semantic similarity, semantic contrast, temporal association, and geometric transforms, thereby training the model to compare rather than merely describe (Huang et al., 2024).

3. Instruction tuning, data selection, and adaptation

Instruction tuning is routinely treated as necessary for broad VL task generalization, but recent work has increasingly focused on reducing its cost and controlling its effects. COINCIDE addresses data efficiency by using a small reference VLM to cluster instruction-tuning data according to concept-skill compositions inferred from internal activations, then sampling from clusters according to density and empirical transferability proxies. On LLaVA-1.5, using only $18$2 of the $18$3 K-example dataset, COINCIDE achieved performance comparable to full-data finetuning with a $18$4 reduction in wall-clock running time; on Vision-Flan, it achieved superior results with only $18$5 of the training data (Lee et al., 2024).

Training efficiency can also be improved by restricting which LLM layers are updated. "Activating Distributed Visual Region within LLMs for Efficient and Effective Vision-Language Training and Inference" proposed that only a sparsely and uniformly distributed visual region needs to be tuned. In a $18$6-layer model, tuning $18$7 uniformly spaced layers, or $18$8 of the total, preserved nearly $18$9 of visual performance, maintained or slightly improved textual task results, and reduced training time; for Bunny-LLaMA3-8B-V, tuning $6$0 layers yielded $6$1 overall average compared with $6$2 for tuning all $6$3 layers (Wang et al., 2024). The same work further proposed visual-region-based pruning of non-critical layers outside the selected region.

Adaptation need not always involve gradient updates. PeKit presented a training-free personalization toolkit in which open-vocabulary segmentation and patch-level feature extraction produce per-object reference embeddings, a retrieval-augmented stage identifies matching instances in a new image, and a visual prompting layer injects the retrieved object name and context into any frozen LVLM. On MyVLM and Yo’LLaVA-style personalization benchmarks, PeKit with GroundedSAM achieved $6$4 weighted accuracy, and on the This-Is-My-Img benchmark it achieved $6$5 average accuracy versus $6$6 for MyVLM (Seifi et al., 4 Feb 2025). A plausible implication is that some personalization workloads are better treated as retrieval and prompting problems than as per-user model-updating problems.

4. Evaluation paradigms and failure modes

LVLM evaluation has moved from static benchmark aggregation toward more diagnostic protocols. LVLM-eHub organized evaluation into six capability categories—Visual Perception, Visual Knowledge Acquisition, Visual Reasoning, Visual Commonsense, Object Hallucination, and Embodied Intelligence—across $6$7 standard text-related visual benchmarks, and supplemented this with an online arena in which users directly compare anonymous models on open-world image-text queries (Xu et al., 2023). One of its principal findings was that strong in-domain benchmark performance does not guarantee open-world generalization: InstructBLIP ranked highest on many in-domain tasks but performed poorly in the online Arena and lagged on Embodied AI user study scores (Xu et al., 2023).

A more targeted evaluation issue is whether a failure on counterfactual images actually measures language priors. VLind-Bench was introduced specifically to disentangle language priors from confounds such as lack of commonsense knowledge, weak visual perception, or reluctance to contradict commonsense. Its four-stage pipeline is Commonsense Knowledge (CK), Visual Perception (VP), Commonsense Bias (CB), and Language Prior (LP), with the rule that a model must pass all earlier stages on a given instance before LP is evaluated (Lee et al., 2024). The benchmark defines a conditional pipeline score

$6$8

where $6$9 is a gated binary indicator for success on stage $203$0. This construction is intended to ensure that a low LP score cannot be attributed to earlier failures (Lee et al., 2024).

Empirically, VLind-Bench found that CK scores ranged from approximately $203$1 to $203$2, VP scores were uniformly high at roughly $203$3 to $203$4, CB dropped relative to CK, and LP was the lowest stage overall. GPT-4o reached $203$5 on $203$6, GPT-4V $203$7, and Gemini Pro $203$8, while open-source models ranged from $203$9 to $576$0, with some small models near zero; among open-source systems, LP performance was inversely proportional to backbone LLM scale, and RLHF-V models such as OmniLMM and MiniCPM-V-2 outperformed similarly sized peers (Lee et al., 2024). A common misconception addressed by this benchmark is that counterfactual-image errors directly quantify language priors; the benchmark argues that prior counterfactual VQA settings do not isolate that factor.

5. Hallucination mitigation and security

Hallucination remains one of the defining failure modes of LVLMs. The LCD work characterizes object hallucination as the generation of entities not present in the image and attributes a primary cause to over-reliance on language priors and learned co-occurrence biases. Its Language-Contrastive Decoding compares the LVLM’s next-token distribution $576$1 with the internal text-only LLM distribution $576$2, using an entropy-adaptive contrast term

$576$3

and the score

$576$4

on a truncated candidate set (Manevich et al., 2024). Across four LVLMs, LCD improved POPE $576$5 in $576$6 configurations, delivered up to $576$7 percentage points, reduced CHAIR$576$8 by up to $576$9, and maintained or improved captioning metrics such as METEOR and ROUGE$64$0 (Manevich et al., 2024).

Mitigation at decoding time does not remove adversarial vulnerability. InstructTA studied a gray-box targeted attack in which the adversary knows the victim’s vision encoder but not its prompt or underlying LLM. The attack uses GPT-4 to infer a proxy instruction from the desired target response, uses a public text-to-image model to reverse the target text into a target image, and then minimizes the distance between instruction-aware features of the adversarial image and the target image under a surrogate model that shares the visual encoder with the victim (Wang et al., 2023). On BLIP-2, InstructTA-MF-it achieved an ensemble CLIP-score of $64$1 with $64$2 successes out of $64$3, compared with $64$4 and $64$5 successes for the EVA-CLIP MF-it baseline; removing GPT-3.5 paraphrase augmentation degraded performance to $64$6 and $64$7 successes (Wang et al., 2023).

The mitigation literature also points beyond decoding. VLind-Bench recommends RLHF-V that penalizes hallucinations, counterfactual image-text augmentation during visual instruction tuning, stronger cross-modal attention, and loss functions with a counterfactual consistency term (Lee et al., 2024). This suggests that hallucination control in LVLMs is split between evaluation design, decoding rules, data construction, and alignment of the visual pathway itself.

6. Efficiency, compression, and scalable inference

As LVLMs have grown in parameter count and multimodal context length, efficiency work has targeted both memory and compute. A-VL proposes modality-aware adaptive attention at inference time, based on the observation that image tokens and text tokens have different attention patterns. For visual input, it keeps only the top $64$8 image tokens after an early prefill stage and then maintains a two-tier cache with core and secondary image tokens; for text, it applies a locality-oriented cache policy derived from H$64$9O-style accumulated-attention eviction (Zhang et al., 2024). In its default setting, A-VL stores approximately 85%85\%0 of total cache versus 85%85\%1 for the baseline, uses only 85%85\%2 of the stored image cache per layer, and reduces total latency on LLaVA 1.6 7B on A40 to 85%85\%3 of the original latency while preserving near-lossless task performance (Zhang et al., 2024).

Quantization has been studied in a trustworthiness-aware way by LVLM-Compress-Bench. That framework evaluates both KV-cache compression and weight compression on four LLaVA variants across ten datasets covering recognition, knowledge, language generation, spatial awareness, visual reasoning, hallucination, visual illusion identification, toxicity, stereotypes, and bias. Its main result is that hybrid group-wise KV quantization 85%85\%4 is the most robust scheme at 85%85\%5–85%85\%6 bits, and that AWQ 85%85\%7-bit weights combined with 85%85\%8 85%85\%9-bit KV cache matches or slightly outperforms the FP16 baseline on MM-Vet, TextVQA, GQA, MME, and ScienceQA, while trust metrics remain stable; by contrast, severe weight quantization at $62.7$0 bits can amplify non-semantic outputs (Kundu et al., 6 Mar 2025).

At the extreme end of compression, SAB-LVLM targets approximately $62.7$1-bit post-training quantization for LVLMs. It computes textual and visual Hessians on a calibration corpus, derives modality-specific weight sensitivities, constructs a spatial significance map using a Hoyer-style sparsity criterion, merges unimodal and multimodal significance through a modality-guided integration strategy, and uses the resulting map to reweight the binarization objective (Lyu et al., 2 Jul 2026). Across Qwen2.5-VL-Instruct and InternVL3.5-Instruct variants, SAB-LVLM consistently improved over prior binary PTQ baselines such as ARB-LLM, with gains of $62.7$2–$62.7$3 points on DocVQA, TextVQA, Video-MME, and VSI-Bench, and $62.7$4–$62.7$5 point improvements over existing binary PTQ methods overall (Lyu et al., 2 Jul 2026).

Layer pruning offers another training-free route. Short-LVLM argues that directly porting NLP layer-pruning criteria to LVLMs is ineffective because of non-essential VL tokens and large inter-layer feature gaps. It therefore introduces Token Importance Scoring for identifying informative visual and textual tokens and Subspace-Compensated Pruning to project retained weights into subspaces that compensate for removed layers (Ma et al., 31 Jul 2025). On LLaVA-1.5-7B, pruning $62.7$6, $62.7$7, and $62.7$8 of layers preserved $62.7$9, $63.6$0, and $63.6$1 relative accuracy, respectively, while throughput increased from $63.6$2 to $63.6$3, $63.6$4, and $63.6$5 samples/s (Ma et al., 31 Jul 2025). Together with adaptive attention and concept-token reduction, these results indicate that efficiency in LVLMs is being pursued simultaneously at the token, cache, weight, and layer levels.

7. Specialized deployments and domain extensions

LVLMs are increasingly being adapted to tasks that require structured semantics rather than generic captioning or open-ended VQA. RelationVLM is designed to understand visual relations across multiple images and within video, using a three-stage relation-aware training scheme over automatically constructed semantic, temporal, and geometric data. On the paper’s core evaluations, it exceeded prior LVLM baselines on similarity, contrast, temporal, and geometric tasks, including $63.6$6 BBox-Acc on similarity, $63.6$7 accuracy on contrast, $63.6$8 RS@SSv2 on temporal reasoning, and $63.6$9 BBox-Acc on geometric transforms (Huang et al., 2024).

Video understanding has also been reframed through semantic tokenization. LVLM-VAR converts raw video into a small set of temporally ordered semantic action tokens with a Swin Transformer V2 encoder, temporal self-attention, and vector quantization, then feeds those tokens plus natural-language instructions into a LoRA-fine-tuned LLaVA-13B. On NTU RGB+D and NTU RGB+D 120, it reported $2880$0 on NTU RGB+D X-Sub and $2880$1 on NTU RGB+D 120 X-Set, while also generating natural-language explanations for predicted actions; in human evaluation over $2880$2 samples, explanation coherence was $2880$3, explanation accuracy $2880$4, and label agreement with humans $2880$5 (Peng et al., 6 Sep 2025).

Medical deployment emphasizes explainability and domain adaptation. XDR-LVLM combines a Medical Vision Encoder, a vision-language connector, multi-task prompt engineering, and multi-stage fine-tuning to diagnose diabetic retinopathy and generate structured rationales. On the DDR dataset, it achieved $2880$6 balanced accuracy and $2880$7 $2880$8 for $2880$9-way disease diagnosis, and $18$00 balanced accuracy with $18$01 $18$02 for multi-label concept detection; human evaluations over $18$03 cases yielded $18$04 fluency, $18$05 explanation accuracy, and $18$06 clinical utility (Ito et al., 21 Aug 2025).

Identity-centric retrieval has likewise been recast in LVLM terms. LVLM-ReID uses instructions to make a frozen Qwen2-VL generate a single pedestrian semantic token, refines that token with a four-layer Semantic-Guided Interaction module that jointly processes the token and visual features, and then applies standard identity-classification and triplet losses to the reinforced representation. Without additional image-text annotations, it achieved $18$07 mAP/Rank-1 on DukeMTMC-reID, $18$08 on Market-1501, and $18$09 on CUHK03 (Wang et al., 2024). These task-specific systems indicate that LVLMs are being repurposed not merely as general multimodal chat models, but as adaptable backbones for recognition, explanation, and reasoning workloads in settings where interpretability and domain structure are operational constraints.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (18)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Large Vision-Language Models (LVLM).