zli12321/Vision-Language-Models-Overview

A most Frontend Collection and survey of vision-language model papers, and models GitHub repository. Continuous updates.

HTML

720

189 commits

updated Sep 14, 2026

See the code

README

Frontier Vision-Language Models: Architectural Evolution, Benchmarks, Applications, and Challenges

🌐 Language: English · 简体中文

Paper VLM Trends Stars

A most Frontend Collection and survey of vision-language model papers, and models GitHub repository


🧭 The Evolution of VLM Architectures

VLM design has gone through four distinct architectural eras in just six years — and Era 3 has split into two parallel branches. Early models kept frozen vision and language towers, aligned contrastively (CLIP) or bridged by a learnable connector into a frozen LM (BLIP-2, Flamingo). The 2023–2025 generation made a pretrained LLM the trunk and treated vision as a bolt-on adapter (LLaVA, Qwen2.5-VL, GPT-4V). The 2025–2026 generation drops the bridge entirely and early-fuses all modalities into a single transformer — forking along the output axis — and in 2026 the trunk is becoming a world model that predicts and acts:

  • Era 3a — Native Multimodal Input → Text Out. Image, video, and (sometimes) audio enter a single early-fused token stream, but generation is still autoregressive text. This is the design used by today's general-purpose flagships: Qwen3.5 / Qwen3.6, Gemma 4, Gemini 3, GPT-5.4, Phi-4-Reasoning-Vision, Claude Opus 4.6, Nemotron 3 Nano Omni.
  • Era 3b — Omni-Modal Unified I/O. The same fused trunk plus dedicated image / video decoder (VAE / DiT / flow-matching) and/or audio codec decoder heads, so the model can also generate images, video, and speech — via autoregression or, increasingly, discrete diffusion / AR-Diffusion (LLaDA2.0-Uni, Mamoda2.5) — and the newest 3b models (SenseNova-U1.5, 09/2026) are dropping the VAE too, running understanding + reasoning + generation through one encoder-free and VAE-free mixture-of-transformers trunk. This is the design used by unified models: SenseNova-U1.5, BAGEL, Qwen3.5-Omni, InternVL-U, Emu3 / Emu3.5, Erin 5.0, DeepSeek-Janus-Pro, LLaDA2.0-Uni, Mamoda2.5. Generation-only specialists share the same decoder stack without the understanding half — Sora 2, Veo 3, Kling now generate video with synchronized audio, and they double as the substrate for Era 4 world models (DreamX-World builds on Wan, OmniDreams on Cosmos, SolarWM on Wan2.2 / LTX-2.5 / MiniMax-H3).
  • Era 4 — World-Action Models (2026 →). The unified trunk adds action as a first-class modality and closes the loop with the environment: it predicts future observations, maintains persistent state and spatial memory, and emits actions — generator, perceiver, and policy in one network. Founding releases: Cosmos 3, Kairos, DreamX-World 1.0, OmniDreams; the 08–09/2026 wave: DreamX-Phi 1.0 (WorldArena 2.0 winner), SimWAM (91.5 PDMS NAVSIM), ZimaBlue (120k h video pretraining), G0.5 (one AR stream for reasoning+action), Puffin-World (native 3D world states), SolarWM (open 5B–33B, real-time minute-to-hour rollouts) (see §1.1 World Models).

The Evolution of Vision-Language Model Architectures: contrastive/bridged two-towers, LLM-backbone adapter models, natively-fused-input text-output models, omni-modal unified-I/O models, and world-action models

Reading the diagram (left → right). Era 1 uses a two-tower design — aligned contrastively (CLIP: no generative decoder) or with a learnable cross-modal bridge (e.g. Q-Former) into a frozen LM — text-only output. Era 2 puts a pretrained LLM at the center; an MLP/Resampler projects visual tokens into the LLM's vocabulary, and the LLM does all the reasoning — still text-only output. Era 3a drops the bridge: image, video, audio, and text share a single tokenizer/embedding space and flow through one early-fused transformer — but the output is still autoregressive text. Era 3b keeps that fused trunk and adds decoder heads (image/video DiT, VAE, audio codec) so the model can natively output text, image, video, and/or speech — generation-only video models (Sora 2, Veo 3, Kling) reuse this decoder stack, now with synchronized audio. Era 4 adds an action token stream, persistent state, and a policy head, closing the observation → action → next-observation loop: the world-action model is generator, perceiver, and policy at once. Eras 3a, 3b, and 4 coexist; the choice is essentially "how much do you want the model to generate — and to act?"


🆕 What's in this repo

Below we compile awesome papers and model and github repositories that

  • State-of-the-Art VLMs Collection of newest to oldest VLMs (we'll keep updating new models and benchmarks).
  • Evaluate VLM benchmarks and corresponding link to the works
  • Post-training/Alignment Newest related work for VLM alignment including RL, sft.
  • Applications applications of VLMs in embodied AI, robotics, etc.
  • Contribute surveys, perspectives, and datasets on the above topics.

VLM Trends is the live companion to this repository. This README records what exists; VLM Trends tracks what changed today — new model releases, papers, benchmarks, and datasets pulled daily from arXiv, Hugging Face, GitHub, and Semantic Scholar, scored on a published rubric, and grouped by topic and model family. It also makes this survey browsable, and charts how each research direction is moving over time.

Progressive research reports

We track new VLMs, benchmarks, and post-training methods that haven't yet been folded into the main tables in dated mini-surveys:

📂 Expand all 10 reports — latest: 2026-09-13, Era 4 fills out and the unified trunk drops the VAE (50 new entries)
  • 📰 2026-09-13latest: Era 4 becomes a paradigm — six world-action systems ship in five weeks: DreamX-Phi 1.0 (WorldArena 2.0 winner), SimWAM (91.5 PDMS NAVSIM), ZimaBlue (120k h video pretraining, 30 Hz on RTX 4090), G0.5 (one AR stream for reasoning+action), Puffin-World (native 3D world states), SolarWM (open 5B–33B). Unified stack keeps shedding components — SenseNova-U1.5 ships 8B mixture-of-transformers encoder-free and VAE-free at native 4K. First VL foundation model for driving: Qwen-Drive-1.0 (Alibaba). Speech unification: AuK (Tencent Hunyuan, 4.5× via 4-step). First open >700B multimodal RL post-training stack: Miles v0.1 (GLM-5.2 744B-A40B, 64 GB300s, 263s/step). Frontier eval reopens on continuous settings — VideoGAIA puts GPT-5.5/Kimi K3 <60%; EgoMonth: 71.8% Gemini vs 94.2% human; StateSight probes latent state; WorldReward and PAWBench add reward/probabilistic-alignment axes for world models — 50 new entries since August 10.

  • 📰 2026-08-10Evaluation stops asking whether a model sees — HumanCLAW (can a VLM act through a body?), GST-Bench (global spatial awareness from video), ChronoVision (temporal reasoning via latent state), WorldExam (reactivity over appearance); judging becomes its own research problem via OSReward, ConfBench, TruthLens. On the model side: Qwen3.8-Max (2.4T · 95B active, Vision Arena #2), DiffusionGemma (26B-A4B diffusion Gemma), Hunyuan3D-Buffalo 1.0 (unified 3D); plus N₀-VTLA (tactile VLA), Metis, Ego2Robot, VideoCoCo, OmniPack — 29 new entries since July 22.

  • 📰 2026-07-22 — World models become the evaluators — GigaWorld-1 + WMBench, RoboWorld (r = 0.989 vs real-world), World-Action-Model tutorial; Gemma 4 tech report (encoder-free 12B), PRA-GRPO (93.2% V-Star at 4B), VRRL (trained self-reflection), LingBot-VLA 2.0 (60,000-hour corpus), ROSA (robot-factory serving), ISPA (50% KV-cache cut), OmniFocus, MoHallBench / LongVQUBench / SciVis-literacy benchmarks; plus the July frontier wave: Gemini 3.6 Flash, Kimi K3 (2.8T open MoE), GPT-5.5 / GPT-5.6 Sol, Grok 4.5, Qwen3.7-Plus — 19 new entries since June 27.

  • 📰 2026-06-27 — World-model foundation releases — Cosmos 3 (NVIDIA omnimodal family: best open T2I/I2V + best RoboArena policy), Kairos (4B edge-real-time world-model stack, beats 14B), DreamX-World 1.0 (5B MIT-licensed interactive world model); "Persistent State Core" critique + Echo-Memory; ZPPO (teacher-in-prompts beats GRPO), Qwen-RobotManip (38,100-hour corpus), Supervise What Survives, VisCritic (visual process rewards for GUI), HPP (long video), IMCBench (medical dialogue safety) — 11 new entries since June 23.

  • 📰 2026-06-23World Models focus — NVIDIA OmniDreams (real-time closed-loop driving world model), Mirage (latent spatial memory), Reward-as-Agent (GRPO for world models), WorldOlympiad & LongSpace-Bench (world-model benchmarks); plus PP-OCRv6 (34.5M beats 235B VLMs on OCR), Occ-VLM (3D-grounded), discrete-diffusion RL reasoning, VLA layer pruning, Hy-Embodied-0.5-VLA, RT-VLA (44.8× faster driving), VLA language steering — 12 new entries since June 2.

  • 📰 2026-06-02 — Mamoda2.5 (AR-Diffusion DiT-MoE, 95.9× faster editing), VLM3 (native 3D learners), AlphaGRPO (RL for unified-model generation), Stage-wise Preference Optimization, FastOCR / WindowQuant (KV-cache efficiency), Fast-dDrive / CLOVER / CoWorld-VLA (driving VLA), Lost in Fog (reasoning-as-safety-signal), LiteGUI (SFT-free GUI agents), Health-Conditioned VLA, POLAR, TOC-Bench / VGenST-Bench (video), HalluCXR (medical) — 16 new entries since May 16.

  • 📰 2026-05-16 — LensVLM (Apple), Nemotron 3 Nano Omni (NVIDIA), LLaDA2.0-Uni, PLaMo 2.1-VL, S-GRPO / Faithful GRPO / GRPO-TTA / OpenSearch-VL, MindVLA-U1 (surpasses human driving), VLADriver-RAG, Green-VLA, Anticipation-VLA, VLA Foundry, LAMO, ScreenExplorer, VideoZeroBench, Video-Oasis, MedThinkVQA, data curation at 87× less compute — 34 new entries since April 28.

  • 📰 2026-04-28 — Qwen3.6-27B & Qwen3.6-35B-A3B, Claude Mythos (gated), S1-VL, GLM-5V-Turbo, FreshPER / GMPO / ARPO / GRPO-VPS, QUOTA, Fast-dVLM, VLA-World, SpanVLA, VLA-Forget, R-VLM, UILoop, WebForge, WorldMark, Video-MME-v2, CrossMath, BabyVision, SlowBA — 30 new entries since April 13.

  • 📰 2026-04-13 — LFM2.5-VL-450M, EXAONE 4.5, Gemma 4, Granite 4.0 3B Vision, InternVL-U, GLM-4.6V, Vero, MolmoWeb, UniDriveVLA, QAPruner, Firebolt-VL, CoME-VL, and more.

  • 📰 2026-03-25 — GPT-5.4, Phi-4-Reasoning-Vision-15B, Gemini 3.0, Qwen3.5, Claude Opus 4.6, Molmo2, and more.

Welcome to contribute and discuss!


🤩 Papers marked with a ⭐️ are contributed by the maintainers of this repository. If you find them useful, we would greatly appreciate it if you could give the repository a star or cite our paper.


Table of Contents

0. Citation

@InProceedings{Li_2025_CVPR,
    author    = {Li, Zongxia and Wu, Xiyang and Du, Hongyang and Liu, Fuxiao and Nghiem, Huy and Shi, Guangyao},
    title     = {A Survey of State of the Art Large Vision Language Models: Benchmark Evaluations and Challenges},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2025},
    pages     = {1587-1606}
}

1. 📚 SoTA VLMs

VLM model sizes over time: total parameters by release date on a log scale, from CLIP (0.36B, 2021) to Kimi K3 (2.8T MoE, 2026), showing the frontier scaling to trillions while edge models shrink below 1B

ModelYearArchitectureTraining DataParametersVision Encoder/TokenizerPretrained Backbone Model
SenseNova-U1.509/10/2026Encoder-free and VAE-free native unified visual intelligence; mixture-of-transformers; understanding + reasoning + generation in one trunk; native resolutions up to 4KUndisclosed8B MoTNone (encoder-free)Trained from scratch — HF · Code
Qwen3.8-Max (Alibaba)08/03/2026Sparse MoE + hybrid attention; text + vision in, 1M context; Vision Arena #2Undisclosed2.4T total · 95B activeNative multimodalQwen3.8
DiffusionGemma (Google)08/05/2026Diffusion (non-autoregressive) language model in the Gemma familyUndisclosed26B total · 4B activeNative multimodalGemma
Hunyuan3D-Buffalo 1.0 (Tencent)08/05/2026Unified multimodal — 3D generation + understanding + editingUndisclosedUndisclosedUndisclosedUndisclosed
Gemini 3.6 Flash (Google)07/21/2026Decoder-only / natively multimodal input (text, image, speech, video → text)UndisclosedUndisclosedNative multimodalGemini 3.x
Kimi K3 (Moonshot AI)07/17/2026MoE, natively multimodal reasoning — text + image + video in one trunk (no separate vision module); 1M context; open weights due 07/27/2026Undisclosed~2.8T total (MoE)Native (encoder-integrated)New architecture
GPT-5.6 Sol (OpenAI)07/09/2026Decoder-only; text + image in, 1.05M context / 128K output; max & ultra reasoning modes, sub-agent orchestration (Ultra); family: Luna / Terra / SolUndisclosedUndisclosedUndisclosedUndisclosed
Grok 4.5 (xAI)07/08/2026Decoder-only reasoning (extended thinking); text + image + files in, 500K contextUndisclosed~1.5T (reported)UndisclosedUndisclosed
Qwen3.7-Plus (Alibaba)06/01/2026Natively multimodal agent — image + video understanding, GUI grounding, tool invocation (note: Qwen3.7-Max is text-only)UndisclosedUndisclosedNative multimodal ViTQwen3.7
Mamoda2.5 (InclusionAI)05/04/2026AR-Diffusion + DiT-MoE (unified understanding + generation; 128 experts, Top-8)Multimodal und. + image/video generation & editing25B total · 3B activeSemantic tokenizer + DiT decoder headMamoda2
Nemotron 3 Nano Omni (NVIDIA)04/28/2026Hybrid MoE (omni-modal: vision + audio + text)Vision + audio + text joint training30B total · 3B activeDynamic-res ViT + Conv3D temporalNemotron 3
GPT-5.5 (OpenAI)04/23/2026Decoder-only; text + image in (GPT-5 input stack), computer-use screen reading in Codex; topped AA Intelligence Index at releaseUndisclosedUndisclosedUndisclosedUndisclosed
Qwen3.6-27B (Alibaba)04/22/2026Decoder-only / natively multimodal input (thinking + non-thinking)Multimodal pretraining + agentic mid-training27B denseNative multimodal ViTQwen3.6
Qwen3.6-35B-A3B (Alibaba)04/15/2026MoE / natively multimodal inputMultimodal pretraining + agentic SFT/RL35B total · 3B activeNative multimodal ViTQwen3.6
LFM2.5-VL-450M (Liquid AI)04/11/2026Liquid Foundation ModelUndisclosed450MNon-overlapping tile ViTLFM2.5
EXAONE 4.5 (LG AI Research)04/09/2026Unified VLUndisclosed33BProprietary vision encoderEXAONE 4.5
Claude Mythos (Anthropic, gated preview)04/07/2026Decoder-only (frontier; Project Glasswing gated)UndisclosedUndisclosedUndisclosedUndisclosed
Gemma 4 (Google)04/02/2026Decoder-only / MoEUndisclosed (140+ languages)E2B / E4B / 26B MoE / 31B DenseNative multimodalGemini 3
Granite 4.0 3B Vision (IBM)04/01/2026Decoder-onlyEnterprise document corpora3BUndisclosedGranite 4.0
GLM-5V-Turbo (Zhipu / Z.AI)04/01/2026Natively multimodal (vision-coding) with Multi-Token Prediction30+ task joint RLUndisclosedCogViTGLM-5
InternVL-U (Shanghai AI Lab)03/10/2026Unified (MLLM + MMDiT)Multimodal understanding + generation4BInternViTInternVL
GPT-5.4 / GPT-5.4 Thinking (OpenAI)03/06/2026Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Phi-4-Reasoning-Vision-15B (Microsoft)03/04/2026Decoder-onlyCurated synthetic + filtered data15BHigh-res dynamic-resolution ViTPhi-4
Gemini 3.0 (Google)03/2026Unified ModelUndisclosedUndisclosedUndisclosedUndisclosed
Qwen3.5 (Alibaba)02/16/2026Unified VL (early fusion)Trillions of multimodal tokens0.8B–397B (MoE, 17B active)ViT (native)Qwen3.5
Claude Opus 4.6 (Anthropic)02/2026Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Erin 5.0 (Baidu)02/05/2026Unified Model (Visual, Text, Audio)Unified Modality Dataset-CNN–ViT (Understanding)/Next-Frame-and-Scale Prediction (Generation)Unified Autoregressive Transformer
Molmo2 (Allen AI)01/15/2026Decoder-only7 new video + 2 multi-image datasets (9.19M videos)4B / 7B / 8BBi-directional attention ViTQwen 3 / OLMo
Gemini 311/18/2025Unified ModelUndisclosed---
Emu3.510/30/2025Deconder-onlyUnified Modality Dataset-SigLIPQwen3
DeepSeek-OCR10/20/2025Encoder-Deconder70% OCR, 20% general vision, 10% text-only3BDeepEncoderDeepSeek-3B
Qwen3-VL10/11/2025Decoder-Only-8B/4BViTQwen3
Qwen3-VL-MoE09/25/2025Decoder-Only-235B-A22BViTQwen3
Qwen3-Omni (Visual/Audio/Text)09/21/2025-Video/Audio/Image30BViTQwen3-Omni-MoE-Thinker
LLaVA-Onevision-1.509/15/2025-Mid-Training-85M & SFT8BQwen2VLImageProcessorQwen3
InternVL3.508/25/2025Decoder-Onlymultimodal & text-only30B/38B/241BInternViT-300M/6BQwen3 / GPT-OSS
SkyWork-Unipic-1.5B07/29/2025-image/video..---
Grok 407/09/2025-image/video..1-2 Trillion--
Kwai Keye-VL (Kuaishou)07/02/2025Decdoer-onlyimage/video..8BViTQWen-3-8B
OmniGen206/23/2025Decdoer-only & VAELLaVA-OneVision/ SAM-LLaVA..-ViTQWen-2.5-VL
Gemini-2.5-Pro06/17/2025-----
GPT-o3/o4-mini06/10/2025Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Mimo-VL (Xiaomi)06/04/2025Decdoer-only24 Trillion MLLM tokens7B[Qwen2.5-ViTMimo-7B-base
BAGEL (Bytedance)05/20/2025Unified ModelVideo/Image/Text7BSigLIP2-so400m/14](https://arxiv.org/abs/2502.14786)Qwen2.5
BLIP3-o05/14/2025Decdoer-only(BLIP3-o 60K) GPT-4o Generated Image Generation Data4/8BViTQWen-2.5-VL
InternVL-304/14/2025Decdoer-only200 Billion Tokens1/2/8/9/14/38/78BViT-300M/6BInterLM2.5/QWen2.5
LLaMA4-Scout/Maverick04/04/2025Decdoer-only40/20 Trillion Tokens17BMetaClipLLaMA4
Qwen2.5-Omni03/26/2025Decdoer-onlyVideo/Audio/Image/Text7BQwen2-Audio/Qwen2.5-VL ViTEnd-to-End Mini-Omni
QWen2.5-VL01/28/2025Decdoer-onlyImage caption, VQA, grounding agent, long video3B/7B/72BRedesigned ViTQwen2.5
GLM-4.6V (Zhipu / Z.AI)12/2025Decoder-onlyUndisclosed106B / 9B (Flash)UndisclosedGLM-4.6
Ola2025Decoder-onlyImage/Video/Audio/Text7BOryxViTQwen-2.5-7B, SigLIP-400M, Whisper-V3-Large, BEATs-AS2M(cpt2)
Ocean-OCR2025Decdoer-onlyPure Text, Caption, Interleaved, OCR3BNaViTPretrained from scratch
SmolVLM2025Decoder-onlySmolVLM-Instruct250M & 500MSigLIPSmolLM
DeepSeek-Janus-Pro2025Decoder-onlyUndisclosed7BSigLIPDeepSeek-Janus-Pro
Inst-IT2024Decoder-onlyInst-IT Dataset, LLaVA-NeXT-Data7BCLIP/Vicuna, SigLIP/Qwen2LLaVA-NeXT
DeepSeek-VL22024Decoder-onlyWiT, WikiHow4.5B x 74SigLIP/SAMBDeepSeekMoE
xGen-MM (BLIP-3)2024Decoder-onlyMINT-1T, OBELICS, Caption4BViT + Perceiver ResamplerPhi-3-mini
TransFusion2024Encoder-decoderUndisclosed7BVAE EncoderPretrained from scratch on transformer architecture
Baichuan Ocean Mini2024Decoder-onlyImage/Video/Audio/Text7BCLIP ViT-L/14Baichuan
LLaMA 3.2-vision2024Decoder-onlyUndisclosed11B-90BCLIPLLaMA-3.1
Pixtral2024Decoder-onlyUndisclosed12BCLIP ViT-L/14Mistral Large 2
Qwen2-VL2024Decoder-onlyUndisclosed7B-14BEVA-CLIP ViT-LQwen-2
NVLM2024Encoder-decoderLAION-115M 8B-24BCustom ViTQwen-2-Instruct
Emu32024Decoder-onlyAquila7BMoVQGANLLaMA-2
Claude 32024Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
InternVL2023Encoder-decoderLAION-en, LAION- multi7B/20BEva CLIP ViT-gQLLaMA
InstructBLIP2023Encoder-decoderCoCo, VQAv213BViTFlan-T5, Vicuna
CogVLM2023Encoder-decoderLAION-2B ,COYO-700M18BCLIP ViT-L/14Vicuna
PaLM-E2023Decoder-onlyAll robots, WebLI562BViTPaLM
LLaVA-1.52023Decoder-onlyCOCO13BCLIP ViT-L/14Vicuna
Gemini2023Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
GPT-4V2023Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
BLIP-22023Encoder-decoderCOCO, Visual Genome7B-13BViT-gOpen Pretrained Transformer (OPT)
Flamingo2022Decoder-onlyM3W, ALIGN80BCustomChinchilla
BLIP2022Encoder-decoderCOCO, Visual Genome223M-400MViT-B/L/gPretrained from scratch
CLIP2021Encoder-decoder400M image-text pairs63M-355MViT/ResNetPretrained from scratch

1.1. 🌍 World Models

World models moved from research demos to release-grade artifacts in mid-2026: unified trunks that serve as generator, perceiver, and policy at once. Foundation releases first, then memory/state analyses and benchmarks.

ModelDateTypeScale / LicenseKey ResultLinks
Puffin-World09/03/2026Unified multimodal model with native 3D world states — jointly models gravity/latitude, depth, and image via Omni-Camera representationPuffin-16M dataset; open code + weightsTies physical understanding, spatial simulation, and 3D world generation/reconstruction into one architecturePaper · Project
SolarWM09/02/2026Open foundation for interactive video world models; reconfigurable multi-source data engine + backbone-native adaptation on Wan2.2 / LTX-2.5 / MiniMax-H35B, 12B, 20B, 33B; CC BY 4.0Real-time minute-to-hour rollouts after training on only 5 s sequences; data + pipeline + weights + framework releasedPaper · Project
ZimaBlue08/31/2026Generalizable world-action model via video pre-training on >120k h human + robot egocentric video; asynchronous Slow-Fast120k+ hZero-shot real-robot success 36.1% → 77.8% as pretraining video scales; 30 Hz on an RTX 4090Paper
Matrix-Game 3.508/30/2026Real-time streaming interactive world model with parameter-free patch memory + tiled-PRoPE geometry-aware memory + two-stage distillationMinute-long real-time generation; extends v3.0 to answer the persistent-state critiquePaper · Project
DreamX-Phi 1.008/13/2026Action-conditioned video world model for robotic manipulation; per-arm SE(3) via PRoPE + depth branch + SAM3/V-JEPA object consistency + DMD few-step distillationOpen weights + code1st on Track 1, 2nd on Track 2 of the WorldArena 2.0 ChallengePaper · Code
SimWAM08/07/2026World-Action Model for end-to-end autonomous driving; video expert + lightweight action expert co-trained via flow matching + RLOpen weights + code (CC BY 4.0)91.5 PDMS on NAVSIM with zero-shot nuScenes transferPaper · Code
G0.508/12/2026One AR stream for robot reasoning and action — single transformer emits reasoning + action tokens under one objective; cross-embodiment action tokenizer + multi-second visual memory76.7% R1lite/R1pro (vs π0.5 53.3%, GR00T-N1.7 24.4%), 82.5% zero-shot DROID, 98.9% LIBERO, 87.3% SimplerEnv-BridgePaper
HelloWorld08/06/2026Video world model with socially interactive charactersPushes world models past physics and navigation into social dynamics: characters that respond to the viewer rather than merely persistingPaper
VideoCoCo07/31/2026Agentic dual-engine text-to-video with Code-as-CoTInfers temporal evolution symbolically via generated code instead of implicitly, then renders — a hybrid attack on physics violations in T2VPaper
StatePlay07/29/2026State-aware game world modelEnforces mechanics consistency through explicit state, an answer to the persistent-state critique belowPaper
Cosmos 3 (NVIDIA)06/01/2026Omnimodal world-model family (language, image, video, audio, action) — mixture-of-transformersFamily; open code/checkpoints/data (OpenMDW-1.1)SoTA across VL, video generation, robot policy; best open T2I/I2V + best RoboArena policyPaper
Kairos06/15/2026Native world-model stack (understanding + generation + prediction)4B unified; Hybrid Linear Temporal AttentionCross-embodiment data curriculum; real-time rollout on edge hardware; beats 14B on embodied benchmarksPaper
DreamX-World 1.0 (Alibaba AMAP)06/15/2026General-purpose interactive T/I-to-video world model5B (Wan2.2-T2V-5B base); MIT open weightsCamera navigation, revisit consistency, promptable events; E-PRoPE encoding; few-step AR via causal forcing + DMD distillationHF · Code
NVIDIA OmniDreams06/02/2026Real-time generative world model for closed-loop AV simulationMid/post-trained from Cosmos on 21k h drivingAction-conditioned sensor video; derived world-action model beats VLA-based Alpamayo 1.5 at 1/5 paramsPaper
Mirage06/08/2026Latent spatial memory for video world models3D scene memory in diffusion latent space via depth-guided back-projection; faster + lighter than explicit-3D baselinesPaper
Reward as An Agent06/18/2026RL post-training for embodied world modelsDynDiff-GRPO diversifies action-space exploration; agentic reward verification curbs reward hackingPaper

Benchmarks & analyses

TitleDateWhat It ShowsLink
WorldReward09/03/2026First VLM-based pairwise preference reward model for camera-conditioned world models; decomposes paired videos into action-aligned chunks with structured visual evidence; beats GPT-5.5 by 3.42/1.45/3.56 pts on three WorldReward-Bench dimensions and improves HY-WorldPlay 1.5 in RL post-trainingPaper
PAWBench08/27/2026Probabilistic alignment: evaluates video generators as stochastic samplers of world dynamics via PAWEval (repeated rollouts → empirical outcome distributions); no model across 50 scenarios / 11 systems consistently matches reference probabilities while covering valid behaviorsPaper
GUI-CC09/01/2026Benchmarks contextual consistency of GUI world models as agent environments — extends the world-model-as-environment critique to computer-usePaper
WorldExam08/04/2026Separates apparent appearance from inherent reactivity: a world model can look right while reacting wrong, formalising the critique that visual realism has been over-weightedPaper
WorldOlympiad06/09/2026Physics / geometry / interaction "triathlon": SoTA world models show substantial gaps in physical reasoning, 3D consistency, long-horizon controlPaper
Current World Models Lack a Persistent State Core06/18/2026World models treat the world as a "tracking shot" — off-screen entities freeze instead of evolving; persists across architectures and scalesPaper
Echo-Memory06/08/2026Controlled memory study: raw context beats compressed memory for capacity; state-space recurrence best for revisit consistencyPaper
LongSpace / LongSpace-Bench06/04/2026Video MLLMs fail long-horizon spatial recall without explicit spatial memory (3D cues + layer-aware retrieval)Paper

See also the earlier world-model entries in §2.3 (UniSim, GAIA-1, LWM, Genesis, RoboGen) and the 2026-06-23 / 2026-06-27 / 2026-09-13 progressive reports.

2. 🗂️ Benchmarks and Evaluation

2.1. Datasets for Training VLMs

DatasetTaskSize 
20/20 Vision — Data Curation (DatologyAI)(05/2026)Data Curation for VLM Training+11.7pp avg improvement; 17–87× less compute
MolmoWebMix (Allen AI)(04/2026)Web Agent Training Trajectories100K+ synthetic + 30K human demos
Vero-600K(04/2026)Broad Visual Reasoning RL Training600K samples from 59 datasets, 6 task categories
BigEarthNet.txt(03/2026)Multi-sensor Earth Observation Image-Text464K images, 9.6M text annotations
OmniScience(02/2026)Scientific Image Understanding1.5M figure-caption-context triplets
MaD-Mix(02/2026)Multi-modal Data Mixture OptimizationFramework (0.5B–7B scale)
OVID(2026)Open Video Pre-training10M hours, 300M frame-caption pairs
Molmo2 Video Datasets(01/2026)Video Captions, QA, Tracking, Pointing9.19M videos (7 video + 2 multi-image datasets)
MMFineReason(/1/30/2026)REasoning1.8M
FineVision(09/04/2025)Mixed Domain24.3 M/4.48TB

2.2. Datasets and Evaluation for VLM

🧮 Visual Math (+ Visual Math Reasoning)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
MathVisionVisual MathMC / Answer MatchHuman 3.04Repo
MathVistaVisual MathMC / Answer MatchHuman 6Repo
MathVerseVisual MathMCHuman 4.6Repo
VisNumBenchVisual Number ReasoningMCPython Program generated/Web Collection/Real life photos 1.91Repo

💬 Benchmark for Unified Models

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
ROVERReciprocal Cross-Modal ReasoningVisual Gen + Verbal Gen EvalHuman1.3 (1,876 images)Paper
RealUnifyMath, World knowledge, Image GenDirect & StepWise Eval (Sec 3.3)Script & Humanverification 1.0Repo
Uni-MMMUScience, Code, Image GenDreamSim (Image Gen Eval) & String Matching (Understanding Eval)- 1.0Repo

🎞️ Video Understanding

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
VideoGAIAAgentic Video Understanding (tool-augmented multi-turn)Human/model co-designed, triple-expert-verifiedExpert0.27 (271 tasks)Paper
OmniAssistBenchReal-Time Omni-LLM AssistantsMulti-turn guided interaction with predefined route priorsExpert (>1000 h)-Project
EgoMonthMonth-Level Egocentric Video / Long-Term Spatiotemporal Memory14-task Schema Consolidation / Episodic Indexing / Cascading Reasoning frameworkHuman1.44 (300+ h from 20 participants)Paper
Video-IFBenchInstruction Following in Video Understanding---Paper
GST-BenchGlobal Spatial Awareness from Continuous VideoLong-traversal scene integration (vs. single-viewpoint local perception)--Paper
ChronoVisionMulti-step Temporal ReasoningLatent state reconstruction--Paper
VGenST-BenchSpatio-temporal Reasoning via Active Video Synthesis3×2×2 taxonomy; synthesized controlled scenes decouple perception from reasoningMulti-agent + Human QCPaper
TOC-BenchTemporal Object Consistency for Video-LLMs3-layer temporal-necessity filtering; identity/continuity through occlusion & state changeHuman-verified2.3 (2,323 QA / 1,951 videos)Paper
VideoZeroBenchSpatio-temporal Evidence Verification for Long-Video QA5-level progressive evidence tighteningHuman0.5 (500 questions, 13 domains)Paper
Video-OasisDiagnostic Meta-benchmark for Video UnderstandingMeasures % solvable without visual/temporal contextMeta-analysisPaper
LoVRLong Video Retrieval in Multimodal ContextsRetrieval accuracyPaper
MMOUOmni-modal Long Video UnderstandingMCHuman15 (9,038 videos)Paper
Video-MMMUKnowledge Acquisition from Professional VideosMC + Knowledge GainExpert0.9 (300 videos)Paper
MMVUExpert-Level Multi-Discipline Video UnderstandingMCExpert3 (27 subjects)Paper
VideoHalluVideo UnderstandingLLM EvalHuman 3.2Repo
Video SimpleQAVideo UnderstandingLLM EvalHuman 2.03Repo
MovieChatVideo UnderstandingLLM EvalHuman 1Repo
Perception‑TestVideo UnderstandingMCCrowd 11.6Repo
VideoMMEVideo UnderstandingMCExperts 2.7Site
EgoSchemVideo UnderstandingMCSynth / Human 5Site
Inst‑IT‑BenchFine‑grained Image & VideoMC & LLMHuman / Synth 2Repo

💬 Multimodal Conversation

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
VisionArenaMultimodal ConversationPairwise PrefHuman 23Repo

🧠 Multimodal General Intelligence

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
StateSightLatent Spatial-State ReconstructionProcedural single-image tasks (cube-nets, occluded towers, connected components); companion StateSight-Steps for intermediate visual statesSynth + oracle0.9 (300 items × 3 families) + 0.9 with interleaved stepsPaper
GUI-PrimitivesSpatial Reasoning in GUI Grounding7 spatial relations; contrastive pairs; strict point-in-boxHuman validated0.99 (994 pairs)Paper
MBAReal-World Business Ideation AgentsMultimodal agentic task quality--Paper
HumanCLAWCan a VLM Act Through a Body?Decouples the decision from motor control so failures attribute to perception, planning, or actuation--Paper
PerceptionBenchAtomic Visual PerceptionDecomposes perception into primitive operations rather than end-task accuracy--Paper
C$^3$POCross-Modal Composition & Counterfactuals (omni-modal)Compositional and counterfactual probes for any-to-any models--Paper
OmniEarthGeospatial / Remote Sensing VLM EvalMC + Open VQAHuman (verified)44.2 (9,275 images, 28 tasks)Paper
MultiHaystackMultimodal Retrieval & ReasoningRetrieval + QAHuman0.75 (46K+ candidates)Paper
DatBenchDiscriminative, Faithful VLM EvalMC (format-aware)Synth-Paper
MMLUGeneral MMMCHuman 15.9Repo
MMStarGeneral MMMCHuman 1.5Site
NaturalBenchGeneral MMYes/No, MCHuman 10HF
PHYSBENCHVisual Math ReasoningMCGrad STEM 0.10Repo

🔎 Visual Reasoning / VQA (+ Multilingual & OCR)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
EMMAVisual ReasoningMCHuman + Synth 2.8Repo
MMTBENCHVisual Reasoning & QAMCAI Experts 30.1Repo
MM‑VetOCR / Visual ReasoningLLM EvalHuman 0.2Repo
MM‑En/CNMultilingual MM UnderstandingMCHuman 3.2Repo
GQAVisual Reasoning & QAAnswer MatchSeed + Synth 22Site
VCRVisual Reasoning & QAMCMTurks 290Site
VQAv2Visual Reasoning & QAYes/No, Ans MatchMTurks 1100Repo
MMMUVisual Reasoning & QAAns Match, MCCollege 11.5Site
MMMU-ProVisual Reasoning & QAAns Match, MCCollege 5.19Site
R1‑OnevisionVisual Reasoning & QAMCHuman 155Repo
VLM²‑BenchVisual Reasoning & QAAns Match, MCHuman 3Site
VisualWebInstructVisual Reasoning & QALLM EvalWeb 0.9Site

📝 Visual Text / Document Understanding (+ Charts)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
ExtractBenchSchema-Guided Enterprise Document ExtractionScored against a target schema rather than free-form answers--Paper
ConfBenchConfidence Calibration on Document ExtractionAsks whether the model knows when it is wrong, not only whether it is right--Paper
TableVisionSpatially Grounded Table Reasoning3-level Cognitive EvalHuman6.8 (13 sub-categories)Paper
TextVQAVisual Text UnderstandingAns MatchExpert 28.6Repo
DocVQADocument VQAAns MatchCrowd 50Site
ChartQAChart Graphic UnderstandingAns MatchCrowd / Synth 32.7Repo

🌄 Text‑to‑Image Generation

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
Sci-VBenchKnowledge- & Reasoning-Intensive Video Generation (Science)Rubric-based (Prompt Grounding, Scientific/Causal Correctness); MLLM-as-Judge validatedExpert1.25 (1,253 prompts × 60 subjects)Paper
PAWBenchProbabilistically Aligned World ModelingPAWEval — repeated rollouts → empirical outcome distributionsReference distributions50 scenarios × 11 systemsPaper
VGI-BenchVisual Intelligence in Video Generation ModelsProbes scene understanding inside the generator--Paper
FilmBenchFilm-Grade Cinematic Video GenerationCraft criteria — shot grammar, continuity, staging--Paper
MPIE-BenchAnatomically Plausible Multi-Person Interaction EditingAnatomical plausibility under multi-subject edits--Paper
MSCOCO‑30KText‑to‑ImageBLEU, ROUGE, SimMTurks 30Site
GenAI‑BenchText‑to‑ImageHuman RatingHuman 80HF

🚨 Hallucination Detection / Control

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
HallusionBenchHallucinationYes/NoHuman 1.13Repo
POPEHallucinationYes/NoHuman 9Repo
CHAIRHallucinationYes/NoHuman 124Repo
MHalDetectHallucinationAns MatchHuman 4Repo
Hallu‑PiHallucinationAns MatchHuman 1.26Repo
HallE‑ControlHallucinationYes/NoHuman 108Repo
AutoHallusionHallucinationAns MatchSynth 3.129Repo
BEAFHallucinationYes/NoHuman 26Site
GAIVEHallucinationAns MatchSynth 320Repo
HalEvalHallucinationYes/NoCrowd / Synth 2Repo
AMBERHallucinationAns MatchHuman 15.22Repo
MVI-BenchMisleading Visual InputsAns MatchHuman1.25Repo

2.3. Benchmark Datasets, Simulators, and Generative Models for Embodied VLM

BenchmarkDomainTypeProject
OSRewardComputer-Use AgentsCross-platform reward-model evaluationPaper
Drive-BenchEmbodied AIAutonomous DrivingWebsite
Habitat, Habitat 2.0, Habitat 3.0Robotics (Navigation)Simulator + DatasetWebsite
GibsonRobotics (Navigation)Simulator + DatasetWebsite, Github Repo
iGibson1.0, iGibson2.0Robotics (Navigation)Simulator + DatasetWebsite, Document
Isaac GymRobotics (Navigation)SimulatorWebsite, Github Repo
Isaac LabRobotics (Navigation)SimulatorWebsite, Github Repo
AI2THORRobotics (Navigation)SimulatorWebsite, Github Repo
ProcTHORRobotics (Navigation)Simulator + DatasetWebsite, Github Repo
VirtualHomeRobotics (Navigation)SimulatorWebsite, Github Repo
ThreeDWorldRobotics (Navigation)SimulatorWebsite, Github Repo
VIMA-BenchRobotics (Manipulation)SimulatorWebsite, Github Repo
VLMbenchRobotics (Manipulation)SimulatorGithub Repo
CALVINRobotics (Manipulation)SimulatorWebsite, Github Repo
GemBenchRobotics (Manipulation)SimulatorWebsite, Github Repo
WebArenaWeb AgentSimulatorWebsite, Github Repo
UniSimRobotics (Manipulation)Generative Model, World ModelWebsite
GAIA-1Robotics (Automonous Driving)Generative Model, World ModelWebsite
LWMEmbodied AIGenerative Model, World ModelWebsite, Github Repo
GenesisEmbodied AIGenerative Model, World ModelGithub Repo
EMMOEEmbodied AIGenerative Model, World ModelPaper
RoboGenEmbodied AIGenerative Model, World ModelWebsite
UnrealZooEmbodied AI (Tracking, Navigation, Multi Agent)SimulatorWebsite

3. ⚒️ Post-Training

3.1. RL Alignment for VLM

TitleYearPaperRLCode
Miles v0.1: Production-Level Post-Training09/08/2026PaperFull-stack open async agentic RL; demonstrated on GLM-5.2 744B-A40B MoE across 64 NVIDIA GB300 GPUs (263 s median step)Code
Reason Through the Latent! (CVRR)09/06/2026PaperCausal Visual Recurrent Reasoning — strips visual KV cache before decoding to force latent reasoning; strong retention on V*, MMVP, BLINK, MME-RealWorld-Lite-
Beyond Data Scaling: Representation-Centric Continued Pre-training for VLAs (VLAct)08/27/2026PaperVLM-prior preservation + multi-head continuous action co-supervision + partial cross-embodiment unification; 82.6% LIBERO-Plus, 92.5% RoboTwin 2.0 with 20% of trajectoriesProject
Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-Agent RL08/18/2026PaperMulti-agent cooperative RL with peer-derived rewards — no ground-truth labels; 3.0–8.6% avg gain on 7 LLM benchmarks, 2.3–7.2% on 4 VLM benchmarksCode
Spatial Memory Agent08/13/2026PaperExperience-grounded runtime — self-evolves a frozen VLM's spatial reasoning via verifier-guided reflection distilled into lessons scored by a Transfer Reliability Score-
Evidence-RL: Towards Evidence-intensive Visual Reasoning08/08/2026PaperCounterfactual Evidence Disentanglement inside GRPO — rewards evidence-grounded answers without evidence annotations; gains on 9 benchmarks × 4 backbones-
ZPPO: Zone of Proximal Policy Optimization — Teacher in Prompts, Not Gradients06/16/2026PaperTeacher guidance via reformulated prompts; beats distillation & GRPO on Qwen3.5 VLMs (0.8B–9B, 31-benchmark suite)-
Efficient Reinforcement for Visual-Textual Thinking with Discrete Diffusion06/11/2026PaperGRPO over multimodal discrete diffusion; localized visual editing cuts rollout compute 26.9% vs AR-
AlphaGRPO: Self-Reflective Multimodal Generation in UMMs05/12/2026PaperGRPO for unified-model generation; LLM-decomposed verifiable reward (GenEval, TIIF, DPG, WISE)-
OpenSearch-VL: Multi-Turn Fatal-Aware GRPO for Multimodal Search Agents05/07/2026PaperFatal-aware GRPO; handles tool-call failures in agentic multi-turn RL-
GRPO-TTA: Test-Time Visual Tuning via GRPO-Driven RL05/05/2026PaperGRPO for test-time visual encoder tuning; no ground-truth labels needed-
S-GRPO: Unified Post-Training for Large VLMs04/2026PaperSupervised GRPO; injects ground-truth trajectories to solve cold-start-
Faithful GRPO (FGRPO): Constrained Policy Optimization for Visual Spatial Reasoning04/2026PaperLagrangian-constrained GRPO; inconsistency 24.5% → 1.7%-
Vero: An Open RL Recipe for General Visual Reasoning04/2026PaperTask-routed rewards; GRPO-basedCode
wDPO: Winsorized Direct Preference Optimization for Robust Alignment03/2026PaperwDPO-
f-GRPO and Beyond: Divergence-Based RL for General LLM Alignment02/2026Paperf-GRPO / f-HAL-
From Sight to Insight: Improving Visual Reasoning of MLLMs via Reinforcement Learning01/2026PaperGRPO (6 reward functions)-
SaFeR-VLM: Safety-Aware Reinforcement Learning for Multimodal Reasoning2026 (ICLR)PaperGRPO + safety reward-
SAIL-RL: Guiding MLLMs in When and How to Think via Dual-Reward RL Tuning11/2025PaperDual-Reward (Thinking + Judging)-
GIFT: Group-relative Implicit Fine Tuning Integrates GRPO with DPO and UNA10/2025PaperGIFT (convex MSE loss)-
Game-RL: Synthesizing Multimodal Verifiable Game Data to Boost VLMs' General Reasoning10/12/2025PaperGRPO-
Vision-Zero: Scalable VLM Self-Improvement via Strategic Gamified Self-Play09/29/2025PaperGRPO-
Vision-SR1: Self-rewarding vision-language model via reasoning decomposition08/26/2025PaperGRPO-
Group Sequence Policy Optimization06/24/2025PaperGSPO-
Visionary-R1: Mitigating Shortcuts in Visual Reasoning with Reinforcement Learning05/20/2025PaperGRPO-
VideoChat-R1: Enhancing Spatio-Temporal Perception via Reinforcement Fine-Tuning2025/04/10PaperGRPOCode
OpenVLThinker: An Early Exploration to Complex Vision-Language Reasoning via Iterative Self-Improvement2025/03/21PaperGRPOCode
Boosting the Generalization and Reasoning of Vision Language Models with Curriculum Reinforcement Learning2025/03/10PaperGRPOCode
OmniAlign-V: Towards Enhanced Alignment of MLLMs with Human Preference2025PaperDPOCode
Multimodal Open R1/R1-Multimodal-Journey2025-GRPOCode
R1-VL: Learning to Reason with Multimodal Large Language Models via Step-wise Group Relative Policy Optimization2025PaperGRPOCode
Agent-R1: Training Powerful LLM Agents with End-to-End Reinforcement Learning2025-PPO/REINFORCE++/GRPOCode
MM-Eureka: Exploring Visual Aha Moment with Rule-based Large-scale Reinforcement Learning2025PaperREINFORCE Leave-One-Out (RLOO)Code
MM-RLHF: The Next Step Forward in Multimodal LLM Alignment2025PaperDPOCode
LMM-R1: Empowering 3B LMMs with Strong Reasoning Abilities Through Two-Stage Rule-Based RL2025PaperPPOCode
Vision-R1: Incentivizing Reasoning Capability in Multimodal Large Language Models2025PaperGRPOCode
Unified Reward Model for Multimodal Understanding and Generation2025PaperDPOCode
Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step2025PaperDPOCode
All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning2025PaperOnline RL-
Video-R1: Reinforcing Video Reasoning in MLLMs2025PaperGRPOCode

3.2. Finetuning for VLM

TitleYearPaperWebsiteCode
Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes08/2026Paper--
SpatialCLI: Learning to Reason With Spatial Tools, Then Without Them07/2026Paper--
Why Does RL Generalize Better Than SFT? A Data-Centric Perspective (DC-SFT)02/2026Paper--
The Synergy Dilemma of Long-CoT SFT and RL2026 (TMLR)Paper--
Layer-wise Analysis of Supervised Fine-Tuning04/2026Paper--
AGFT: Alignment-Guided Fine-Tuning for Zero-Shot Adversarial Robustness of VLMs2026/03Paper--
CoVFT: Context-aware Visual Fine-tuning for Multimodal Large Language Models2026/03Paper--
MERGETUNE: Continued Fine-Tuning of Vision-Language Models2026/01 (ICLR 2026)Paper--
Mask Fine-Tuning (MFT): Unlocking Hidden Capabilities in Vision-Language Models2025/12Paper--
Image-LoRA: Towards Minimal Fine-Tuning of VLMs2025/12Paper--
Reassessing the Role of Supervised Fine-Tuning: An Empirical Study in VLM Reasoning2025/12Paper--
Eagle 2.5: Boosting Long-Context Post-Training for Frontier Vision-Language Models2025/04/21PaperWebsiteCode
OMNICAPTIONER: One Captioner to Rule Them All2025/04/09PaperWebsiteCode
Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning2024PaperWebsiteCode
LLaVolta: Efficient Multi-modal Models via Stage-wise Visual Context Compression2024PaperWebsiteCode
ViTamin: Designing Scalable Vision Models in the Vision-Language Era2024PaperWebsiteCode
Espresso: High Compression For Rich Extraction From Videos for Your Vision-Language Model2024Paper--
Should VLMs be Pre-trained with Image Data?2025Paper--
VisionArena: 230K Real World User-VLM Conversations with Preference Labels2024Paper-Code

3.3. VLM Alignment github

ProjectRepository Link
Verl🔗 GitHub
EasyR1🔗 GitHub
OpenR1🔗 GitHub
LLaMAFactory🔗 GitHub
MM-Eureka-Zero🔗 GitHub
MM-RLHF🔗 GitHub
LMM-R1🔗 GitHub

3.4. Prompt Optimization

TitleYearPaperWebsiteCode
EvoPrompt: Evolving Prompt Adaptation for Vision-Language Models2026/03Paper--
MMLoP: Multi-Modal Low-Rank Prompting for Efficient Vision-Language Adaptation2026/02Paper--
Multimodal Prompt Optimizer (MPO): Joint Optimization of Multimodal Prompts2025/10Paper--
Evolutionary Prompt Optimization Discovers Emergent Multimodal Reasoning Strategies2025/03Paper--
In-ContextEdit:EnablingInstructionalImageEditingwithIn-Context GenerationinLargeScaleDiffusionTransformer2025/04/30PaperWebsiteCode

4. ⚒️ Applications

4.1 Embodied VLM Agents

TitleYearPaper Link
Intern-S2-Preview: Scientific Agentic Foundation Model — 397B backbone + 4B memory decoder (Intern-MemDec-4B); Biology-Instructions 56.92 → 60.32 without touching the backbone08/13/2026Paper
G0.5: One Autoregressive Stream for Robot Reasoning and Action08/12/2026Paper
LightNav-0: Eliciting VLM Spatial Intelligence for Generalist Embodied Navigation08/31/2026Paper
Embodied-Navigator (TAMP-Nav): Point, Think, Memorize, Align — 66.2% SR on R2R-CE08/18/2026Paper
SimpleMemVLA: Native-Video Memory for Vision-Language-Action Models09/06/2026Paper
UI-Mate: Open-Weight Foundation GUI Agent (UI-Mate-27B on Qwen3.6-27B; 77.0% OSWorld-Verified, 66.2% WindowsAgentArena)08/16/2026Paper
UI-Venus-2 Technical Report — open-source foundation GUI agent (mobile, web, desktop)08/27/2026Paper
WM-R1: Training GUI Agents to Reason and Leverage World Models with RL09/01/2026Paper
ComBodied Agents: A New Paradigm of Human-Centric Agentic AI08/14/2026Paper
Metis: Memory Foundation Model07/2026Paper
Aligning Cyber Space with Physical World: A Comprehensive Survey on Embodied AI2024Paper
ScreenAI: A Vision-Language Model for UI and Infographics Understanding2024Paper
ChartLlama: A Multimodal LLM for Chart Understanding and Generation2023Paper
SciDoc2Diagrammer-MAF: Towards Generation of Scientific Diagrams from Documents guided by Multi-Aspect Feedback Refinement2024📄 Paper
Training a Vision Language Model as Smartphone Assistant2024Paper
ScreenAgent: A Vision-Language Model-Driven Computer Control Agent2024Paper
Embodied Vision-Language Programmer from Environmental Feedback2024Paper
VLMs Play StarCraft II: A Benchmark and Multimodal Decision Method2025📄 Paper
MP-GUI: Modality Perception with MLLMs for GUI Understanding2025📄 Paper

4.2. Generative Visual Media Applications

TitleYearPaperWebsiteCode
AuK (Tencent Hunyuan): open-source foundation model for speech generation and editing — multimodal LLM + jointly trained VAE + hybrid rectified-flow Transformer (MMDiT → single-stream DiT); AuK-Flash gives 4.5× wall-clock speedup via 4-step inference; trained on ~3.03B instruction-audio instances / 1.95M h09/08/2026📄 Paper-💾 Code
Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers07/2026📄 Paper--
GPT4Motion: Scripting Physical Motions in Text-to-Video Generation via Blender-Oriented GPT Planning2023📄 Paper🌍 Website💾 Code
Spurious Correlation in Multimodal LLMs2025📄 Paper--
WeGen: A Unified Model for Interactive Multimodal Generation as We Chat2025📄 Paper-💾 Code
VideoMind: A Chain-of-LoRA Agent for Long Video Reasoning2025📄 Paper🌍 Website💾 Code

4.3. Robotics and Embodied AI

TitleYearPaperWebsiteCode
AHA: A Vision-Language-Model for Detecting and Reasoning Over Failures in Robotic Manipulation2024📄 Paper🌍 Website-
SpatialVLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities2024📄 Paper🌍 Website-
Vision-language model-driven scene understanding and robotic object manipulation2024📄 Paper--
Guiding Long-Horizon Task and Motion Planning with Vision Language Models2024📄 Paper🌍 Website-
AutoTAMP: Autoregressive Task and Motion Planning with LLMs as Translators and Checkers2023📄 Paper🌍 Website-
VLM See, Robot Do: Human Demo Video to Robot Action Plan via Vision Language Model2024📄 Paper--
Scalable Multi-Robot Collaboration with Large Language Models: Centralized or Decentralized Systems?2023📄 Paper🌍 Website-
DART-LLM: Dependency-Aware Multi-Robot Task Decomposition and Execution using Large Language Models2024📄 Paper🌍 Website-
MotionGPT: Human Motion as a Foreign Language2023📄 Paper-💾 Code
Learning Reward for Robot Skills Using Large Language Models via Self-Alignment2024📄 Paper--
Language to Rewards for Robotic Skill Synthesis2023📄 Paper🌍 Website-
Eureka: Human-Level Reward Design via Coding Large Language Models2023📄 Paper🌍 Website-
Integrated Task and Motion Planning2020📄 Paper--
Jailbreaking LLM-Controlled Robots2024📄 Paper🌍 Website-
Robots Enact Malignant Stereotypes2022📄 Paper🌍 Website-
LLM-Driven Robots Risk Enacting Discrimination, Violence, and Unlawful Actions2024📄 Paper--
Highlighting the Safety Concerns of Deploying LLMs/VLMs in Robotics2024📄 Paper🌍 Website-
EmbodiedBench: Comprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied Agents2025📄 Paper🌍 Website💾 Code & Dataset
Gemini Robotics: Bringing AI into the Physical World2025📄 Technical Report🌍 Website-
GR-2: A Generative Video-Language-Action Model with Web-Scale Knowledge for Robot Manipulation2024📄 Paper🌍 Website-
Magma: A Foundation Model for Multimodal AI Agents2025📄 Paper🌍 Website💾 Code
DayDreamer: World Models for Physical Robot Learning2022📄 Paper🌍 Website💾 Code
Hi Robot: Open-Ended Instruction Following with Hierarchical Vision-Language-Action Models2025📄 Paper--
RL-VLM-F: Reinforcement Learning from Vision Language Foundation Model Feedback2024📄 Paper🌍 Website💾 Code
KALIE: Fine-Tuning Vision-Language Models for Open-World Manipulation without Robot Data2024📄 Paper🌍 Website💾 Code
Unified Video Action Model2025📄 Paper🌍 Website💾 Code
HybridVLA: Collaborative Diffusion and Autoregression in a Unified Vision-Language-Action Model2025📄 Paper🌍 Website💾 Code
Anticipation-VLA: Long-Horizon Embodied Tasks via Anticipation-Based Subgoal Generation05/02/2026📄 Paper--
Green-VLA: Staged VLA for Generalist Robots05/2026📄 Paper🌍 Website-
VLA Foundry: Unified Framework for Training VLAs04/2026📄 Paper--
OmniVLA-RL: Spatial Understanding + Online RL for VLA04/2026📄 Paper--
DAM-VLA: A Dynamic Action Model-Based Vision-Language-Action Framework for Robot Manipulation03/2026📄 Paper--
NS-VLA: Towards Neuro-Symbolic Vision-Language-Action Models03/2026📄 Paper--
Steerable Vision-Language-Action Policies for Embodied Reasoning and Hierarchical Control02/2026📄 Paper--
ST4VLA: Spatial Guided Training for Vision-Language-Action Models02/2026📄 Paper--

4.3.1. Manipulation

TitleYearPaperWebsiteCode
G0.5: One Autoregressive Stream for Robot Reasoning and Action — 76.7% R1lite/R1pro, 82.5% zero-shot DROID, 98.9% LIBERO08/12/2026📄 Paper--
DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation — WorldArena 2.0 Track 1 winner08/13/2026📄 Paper-💾 Code
ZimaBlue: Evolving Generalizable World-Action Models via >120k h video pre-training — 30 Hz on RTX 4090, 36.1% → 77.8% zero-shot real-robot success08/31/2026📄 Paper--
Beyond Data Scaling: Representation-Centric Continued Pre-training for VLAs (VLAct) — 82.6% LIBERO-Plus, 92.5% RoboTwin 2.0 with 20% of trajectories08/27/2026📄 Paper🌍 Project-
SimpleMemVLA: Native-Video Memory for Vision-Language-Action Models09/06/2026📄 Paper--
Ego2Robot: Scalable Robot Data Synthesis from Egocentric Human Data08/03/2026📄 Paper--
N₀-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens07/26/2026📄 Paper--
Supervise What Survives: Geometry-Guided VLA Adaptation from Synthetic Robot Videos06/23/2026📄 Paper--
Qwen-RobotManip: Alignment Unlocks Scale for Robotic Manipulation Foundation Models (38,100-hour corpus)06/16/2026📄 Paper--
Hy-Embodied-0.5-VLA: From VLA Models to a Real-World Robot Learning Stack (10,000-hour UMI corpus)06/12/2026📄 Paper--
Learning What to Say to Your VLA: Mostly Harmless VLA Steering06/10/2026📄 Paper--
Finetuning VLA Models Requires Fewer Layers Than You Think (50% depth pruning)06/18/2026📄 Paper--
Health-Conditioned VLA for Malfunction-Aware Robot Control05/15/2026📄 Paper--
VIMA: General Robot Manipulation with Multimodal Prompts2022📄 Paper🌍 Website
Instruct2Act: Mapping Multi-Modality Instructions to Robotic Actions with Large Language Model2023📄 Paper--
Creative Robot Tool Use with Large Language Models2023📄 Paper🌍 Website-
RoboVQA: Multimodal Long-Horizon Reasoning for Robotics2024📄 Paper--
RT-1: Robotics Transformer for Real-World Control at Scale2022📄 Paper🌍 Website-
RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control2023📄 Paper🌍 Website-
Open X-Embodiment: Robotic Learning Datasets and RT-X Models2023📄 Paper🌍 Website-
ExploRLLM: Guiding Exploration in Reinforcement Learning with Large Language Models2024📄 Paper🌍 Website-
AnyTouch: Learning Unified Static-Dynamic Representation across Multiple Visuo-tactile Sensors2025📄 Paper🌍 Website💾 Code
Masked World Models for Visual Control2022📄 Paper🌍 Website💾 Code
Multi-View Masked World Models for Visual Robotic Manipulation2023📄 Paper🌍 Website💾 Code

4.3.2. Navigation

TitleYearPaperWebsiteCode
LightNav-0: Eliciting VLM Spatial Intelligence for Generalist Embodied Navigation — dual-channel pointing + residual-VQ action tokenizer; SoTA monocular success across 10 navigation sims08/31/2026📄 Paper--
Embodied-Navigator (TAMP-Nav): Point-Think-Memorize-Align with Space-Time Indicator memory — 66.2% SR on R2R-CE using only 90k training trajectories08/18/2026📄 Paper--
ZSON: Zero-Shot Object-Goal Navigation using Multimodal Goal Embeddings2022📄 Paper--
LOC-ZSON: Language-driven Object-Centric Zero-Shot Object Retrieval and Navigation2024📄 Paper--
LM-Nav: Robotic Navigation with Large Pre-Trained Models of Language, Vision, and Action2022📄 Paper🌍 Website-
NaVILA: Legged Robot Vision-Language-Action Model for Navigation2022📄 Paper🌍 Website-
VLFM: Vision-Language Frontier Maps for Zero-Shot Semantic Navigation2024📄 Paper--
Navigation with Large Language Models: Semantic Guesswork as a Heuristic for Planning2023📄 Paper🌍 Website-
Vi-LAD: Vision-Language Attention Distillation for Socially-Aware Robot Navigation in Dynamic Environments2025📄 Paper--
Navigation World Models2024📄 Paper🌍 Website-

4.3.3. Human-robot Interaction

TitleYearPaperWebsiteCode
MUTEX: Learning Unified Policies from Multimodal Task Specifications2023📄 Paper🌍 Website-
LaMI: Large Language Models for Multi-Modal Human-Robot Interaction2024📄 Paper🌍 Website-
VLM-Social-Nav: Socially Aware Robot Navigation through Scoring using Vision-Language Models2024📄 Paper--

4.3.4. Autonomous Driving

TitleYearPaperWebsiteCode
Qwen-Drive-1.0 (Alibaba): first VL foundation model for autonomous driving — pretrained VLM backbone + BEV perception head + Planning Expert08/31/2026📄 Paper-💾 Code
SimWAM: Simple World-Action Model for End-to-End Autonomous Driving — 91.5 PDMS NAVSIM, zero-shot to nuScenes08/07/2026📄 Paper-💾 Code
RT-VLA: Real-Time VLA via Knowledge Distillation (44.8× faster inference)06/12/2026📄 Paper--
Fast-dDrive: Efficient Block-Diffusion VLM for Autonomous Driving (12× throughput, 0.32m L2 nuScenes)05/22/2026📄 Paper--
CLOVER: Closed-Loop Value Estimation & Ranking for E2E Driving Planning (94.5 PDMS NAVSIM SoTA)05/14/2026📄 Paper--
CoWorld-VLA: Thinking in a Multi-Expert World Model for Autonomous Driving05/11/2026📄 Paper--
MindVLA-U1: Unified Streaming VLA for Autonomous Driving (surpasses human-level driving)05/12/2026📄 Paper--
VLADriver-RAG: Retrieval-Augmented VLA for Autonomous Driving05/08/2026📄 Paper--
OneDrive: Unified Heterogeneous Decoding for Driving VLMs04/2026📄 Paper--
UniDriveVLA: Unifying Understanding, Perception, and Action Planning for Autonomous Driving04/2026📄 Paper--
AutoMoT: A Unified Vision-Language-Action Model with Asynchronous Mixture-of-Transformers for End-to-End Autonomous Driving03/2026📄 Paper--
DriveVLM-RL: Neuroscience-Inspired Reinforcement Learning with Vision-Language Models for Safe Autonomous Driving03/2026📄 Paper--
HiST-VLA: A Hierarchical Spatio-Temporal Vision-Language-Action Model for End-to-End Autonomous Driving02/2026📄 Paper--
OpenDriveVLA: Towards End-to-end Autonomous Driving with Large Vision Language Action Model03/2025📄 Paper--
Are VLMs Ready for Autonomous Driving? An Empirical Study from the Reliability, Data, and Metric Perspectives01/07/2025📄 Paper🌍 Website-
DriveVLM: The Convergence of Autonomous Driving and Large Vision-Language Models2024📄 Paper🌍 Website-
GPT-Driver: Learning to Drive with GPT2023📄 Paper--
LanguageMPC: Large Language Models as Decision Makers for Autonomous Driving2023📄 Paper🌍 Website-
Driving with LLMs: Fusing Object-Level Vector Modality for Explainable Autonomous Driving2023📄 Paper--
Referring Multi-Object Tracking2023📄 Paper-💾 Code
VLPD: Context-Aware Pedestrian Detection via Vision-Language Semantic Self-Supervision2023📄 Paper-💾 Code
MotionLM: Multi-Agent Motion Forecasting as Language Modeling2023📄 Paper--
DiLu: A Knowledge-Driven Approach to Autonomous Driving with Large Language Models2023📄 Paper🌍 Website-
VLP: Vision Language Planning for Autonomous Driving2024📄 Paper--
DriveGPT4: Interpretable End-to-end Autonomous Driving via Large Language Model2023📄 Paper--

4.4. Human-Centered AI

TitleYearPaperWebsiteCode
DLF: Disentangled-Language-Focused Multimodal Sentiment Analysis2024📄 Paper-💾 Code
LIT: Large Language Model Driven Intention Tracking for Proactive Human-Robot Collaboration – A Robot Sous-Chef Application2024📄 Paper--
Pretrained Language Models as Visual Planners for Human Assistance2023📄 Paper--
Promoting AI Equity in Science: Generalized Domain Prompt Learning for Accessible VLM Research2024📄 Paper--
Image and Data Mining in Reticular Chemistry Using GPT-4V2023📄 Paper--

4.4.1. Web Agent

TitleYearPaperWebsiteCode
Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent08/05/2026📄 Paper--
StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents07/24/2026📄 Paper--
A Real-World WebAgent with Planning, Long Context Understanding, and Program Synthesis2023📄 Paper--
CogAgent: A Visual Language Model for GUI Agents2023📄 Paper-💾 Code
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models2024📄 Paper-💾 Code
ShowUI: One Vision-Language-Action Model for GUI Visual Agent2024📄 Paper-💾 Code
ScreenAgent: A Vision Language Model-driven Computer Control Agent2024📄 Paper-💾 Code
Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation2024📄 Paper-💾 Code
VisCritic: Visual State Comparison as Process Reward for GUI Agents06/23/2026📄 Paper--
LiteGUI: Distilling Compact GUI Agents with Reinforcement Learning (SFT-free, 2B/3B)05/08/2026📄 Paper--
LAMO: Scalable Lightweight GUI Agents via Multi-Role Orchestration04/2026📄 Paper--
ScreenExplorer: Autonomous GUI Exploration via Curiosity-Driven VLM Agents2026 (ICLR)📄 Paper--
InfiGUIAgent: Generalist GUI Agent with Native Reasoning and Reflection2026 (EACL)📄 Paper--
MolmoWeb: Open Visual Web Agent and Open Data for the Open Web04/2026📄 Paper🌍 Website💾 Code

4.4.2. Accessibility

TitleYearPaperWebsiteCode
X-World: Accessibility, Vision, and Autonomy Meet2021📄 Paper--
Context-Aware Image Descriptions for Web Accessibility2024📄 Paper--
Improving VR Accessibility Through Automatic 360 Scene Description Using Multimodal Large Language Models2024📄 Paper--

4.4.3. Healthcare

TitleYearPaperWebsiteCode
RESPClinBench: Multimodal Clinical Decision-Making and Longitudinal Disease Tracking08/07/2026📄 Paper--
IMCBench: Multimodal LLMs in Image-grounded Medical Conversations (safety drops on malignant/rare conditions)06/26/2026📄 Paper--
HalluCXR: Benchmarking & Mitigating Hallucinations in Medical VLMs for Chest Radiographs (61.9–82.3% outputs hallucinate)05/19/2026📄 Paper--
Medical Thinking with Multiple Images (MedThinkVQA)04/2026📄 Paper--
MedVRAG: Iterative Multimodal RAG for Medical QA04/2026📄 Paper--
GMAI-VL: General Medical AI Vision-Language Model2026 (AAAI)📄 Paper--
CARE: Towards Clinical Accountability in Multi-Modal Medical Reasoning with an Evidence-Grounded Agentic Framework03/2026📄 Paper--
MedMO: Grounding and Understanding Multimodal Large Language Model for Medical Images02/2026📄 Paper--
Colon-X: Advancing Intelligent Colonoscopy from Multimodal Understanding to Clinical Reasoning12/2025📄 Paper-💾 Code
Frontiers in Intelligent Colonoscopy02/2025📄 Paper-💾 Code
VisionUnite: A Vision-Language Foundation Model for Ophthalmology Enhanced with Clinical Knowledge2024📄 Paper-💾 Code
Multimodal Healthcare AI: Identifying and Designing Clinically Relevant Vision-Language Applications for Radiology2024📄 Paper--
M-FLAG: Medical Vision-Language Pre-training with Frozen Language Models and Latent Space Geometry Optimization2023📄 Paper--
MedCLIP: Contrastive Learning from Unpaired Medical Images and Text2022📄 Paper-💾 Code
Med-Flamingo: A Multimodal Medical Few-Shot Learner2023📄 Paper-💾 Code

4.4.4. Social Goodness

TitleYearPaperWebsiteCode
Analyzing K-12 AI Education: A Large Language Model Study of Classroom Instruction on Learning Theories, Pedagogy, Tools, and AI Literacy2024📄 Paper--
Students Rather Than Experts: A New AI for Education Pipeline to Model More Human-Like and Personalized Early Adolescence2024📄 Paper--
Harnessing Large Vision and Language Models in Agriculture: A Review2024📄 Paper--
A Vision-Language Model for Predicting Potential Distribution Land of Soybean Double Cropping2024📄 Paper--
Vision-Language Model is NOT All You Need: Augmentation Strategies for Molecule Language Models2024📄 Paper-💾 Code
DrawEduMath: Evaluating Vision Language Models with Expert-Annotated Students’ Hand-Drawn Math Images2024📄 Paper--
MultiMath: Bridging Visual and Mathematical Reasoning for Large Language Models2024📄 Paper-💾 Code
Vision-Language Models Meet Meteorology: Developing Models for Extreme Weather Events Detection with Heatmaps2024📄 Paper-💾 Code
He is Very Intelligent, She is Very Beautiful? On Mitigating Social Biases in Language Modeling and Generation2021📄 Paper--
UrbanVLP: Multi-Granularity Vision-Language Pretraining for Urban Region Profiling2024📄 Paper--

5. Challenges

5.1 Hallucination

TitleYearPaperWebsiteCode
TruthLens: Object Hallucination Detection via Self-Evaluating Truthfulness Scores in LVLMs08/07/2026📄 Paper--
MVI-Bench: A Comprehensive Benchmark for Evaluating Robustness to Misleading Visual Inputs in LVLMs11/2025📄 Paper🌍 ICML 2026💾 Code
VL-Calibration: Decoupled Confidence Calibration for VLM Reasoning04/2026📄 Paper--
Focus Matters: Phase-Aware Suppression for Hallucination in Vision-Language Models04/2026📄 Paper--
VLMs Need Words: Vision Language Models Ignore Visual Detail in Favor of Semantic Anchors04/2026📄 Paper--
HALP: Detecting Hallucinations in Vision-Language Models without Generating a Single Token03/2026📄 Paper🌍 ACL-
Tone Matters: The Impact of Linguistic Tone on Hallucination in VLMs01/2026📄 Paper--
Object Hallucination in Image Captioning2018📄 Paper--
Evaluating Object Hallucination in Large Vision-Language Models2023📄 Paper-💾 Code
Detecting and Preventing Hallucinations in Large Vision Language Models2023📄 Paper--
HallE-Control: Controlling Object Hallucination in Large Multimodal Models2023📄 Paper-💾 Code
Hallu-PI: Evaluating Hallucination in Multi-modal Large Language Models within Perturbed Inputs2024📄 Paper-💾 Code
BEAF: Observing BEfore-AFter Changes to Evaluate Hallucination in Vision-Language Models2024📄 Paper🌍 Website-
HallusionBench: An Advanced Diagnostic Suite for Entangled Language Hallucination and Visual Illusion in Large Vision-Language Models2023📄 Paper-💾 Code
AUTOHALLUSION: Automatic Generation of Hallucination Benchmarks for Vision-Language Models2024📄 Paper🌍 Website-
Mitigating Hallucination in Large Multi-Modal Models via Robust Instruction Tuning2023📄 Paper-💾 Code
Hal-Eval: A Universal and Fine-grained Hallucination Evaluation Framework for Large Vision Language Models2024📄 Paper-💾 Code
AMBER: An LLM-free Multi-dimensional Benchmark for MLLMs Hallucination Evaluation2023📄 Paper-💾 Code

5.2 Safety

TitleYearPaperWebsiteCode
SaFeR-VLM: Safety into Multimodal Reasoning via Reinforcement Learning2026 (ICLR)📄 Paper--
HoliSafe: Holistic Safety Evaluation for Vision-Language Models2026 (ICLR)📄 Paper--
JailbreakZoo: Survey, Landscapes, and Horizons in Jailbreaking Large Language and Vision-Language Models2024📄 Paper🌍 Website-
Safe-VLN: Collision Avoidance for Vision-and-Language Navigation of Autonomous Robots Operating in Continuous Environments2023📄 Paper--
SafeBench: A Safety Evaluation Framework for Multimodal Large Language Models2024📄 Paper--
JailBreakV: A Benchmark for Assessing the Robustness of MultiModal Large Language Models against Jailbreak Attacks2024📄 Paper--
SHIELD: An Evaluation Benchmark for Face Spoofing and Forgery Detection with Multimodal Large Language Models2024📄 Paper-💾 Code
Images are Achilles' Heel of Alignment: Exploiting Visual Vulnerabilities for Jailbreaking Multimodal Large Language Models2024📄 Paper--
Jailbreaking Attack against Multimodal Large Language Model2024📄 Paper--
Embodied Red Teaming for Auditing Robotic Foundation Models2025📄 Paper🌍 Website💾 Code
Safety Guardrails for LLM-Enabled Robots2025📄 Paper--

5.3 Fairness

TitleYearPaperWebsiteCode
Hallucination of Multimodal Large Language Models: A Survey2024📄 Paper--
Bias and Fairness in Large Language Models: A Survey2023📄 Paper--
Fairness and Bias in Multimodal AI: A Survey2024📄 Paper--
Multi-Modal Bias: Introducing a Framework for Stereotypical Bias Assessment beyond Gender and Race in Vision–Language Models2023📄 Paper--
FMBench: Benchmarking Fairness in Multimodal Large Language Models on Medical Tasks2024📄 Paper--
FairCLIP: Harnessing Fairness in Vision-Language Learning2024📄 Paper--
FairMedFM: Fairness Benchmarking for Medical Imaging Foundation Models2024📄 Paper--
Benchmarking Vision Language Models for Cultural Understanding2024📄 Paper--

5.4 Alignment

5.4.1 Multi-modality Alignment

TitleYearPaperWebsiteCode
Mitigating Hallucinations in Large Vision-Language Models with Instruction Contrastive Decoding2024📄 Paper--
Enhancing Visual-Language Modality Alignment in Large Vision Language Models via Self-Improvement2024📄 Paper--
Assessing and Learning Alignment of Unimodal Vision and Language Models2024📄 Paper🌍 Website-
Extending Multi-modal Contrastive Representations2023📄 Paper-💾 Code
OneLLM: One Framework to Align All Modalities with Language2023📄 Paper-💾 Code
What You See is What You Read? Improving Text-Image Alignment Evaluation2023📄 Paper🌍 Website💾 Code
Critic-V: VLM Critics Help Catch VLM Errors in Multimodal Reasoning2024📄 Paper🌍 Website💾 Code

5.4.2 Commonsense and Physics Alignment

TitleYearPaperWebsiteCode
VBench: Comprehensive BenchmarkSuite for Video Generative Models2023📄 Paper🌍 Website💾 Code
VBench++: Comprehensive and Versatile Benchmark Suite for Video Generative Models2024📄 Paper🌍 Website💾 Code
PhysBench: Benchmarking and Enhancing VLMs for Physical World Understanding2025📄 Paper🌍 Website💾 Code
VideoPhy: Evaluating Physical Commonsense for Video Generation2024📄 Paper🌍 Website💾 Code
WorldSimBench: Towards Video Generation Models as World Simulators2024📄 Paper🌍 Website-
WorldModelBench: Judging Video Generation Models As World Models2025📄 Paper🌍 Website💾 Code
VideoScore: Building Automatic Metrics to Simulate Fine-grained Human Feedback for Video Generation2024📄 Paper🌍 Website💾 Code
WISE: A World Knowledge-Informed Semantic Evaluation for Text-to-Image Generation2025📄 Paper-💾 Code
Content-Rich AIGC Video Quality Assessment via Intricate Text Alignment and Motion-Aware Consistency2025📄 Paper-💾 Code
Your Large Vision-Language Model Only Needs A Few Attention Heads For Visual Grounding2025📄 Paper--
SpatialVLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities2024📄 Paper🌍 Website💾 Code
Do generative video models understand physical principles?2025📄 Paper🌍 Website💾 Code
PhysGen: Rigid-Body Physics-Grounded Image-to-Video Generation2024📄 Paper🌍 Website💾 Code
How Far is Video Generation from World Model: A Physical Law Perspective2024📄 Paper🌍 Website💾 Code
Imagine while Reasoning in Space: Multimodal Visualization-of-Thought2025📄 Paper--
VBench-2.0: Advancing Video Generation Benchmark Suite for Intrinsic Faithfulness2025📄 Paper🌍 Website💾 Code

5.5 Efficient Training and Fine-Tuning

TitleYearPaperWebsiteCode
OmniPack: Unified Token Compression for Efficient Omni-modal Large Language Models08/05/2026📄 Paper--
GSTEP: Global Spatio-Temporal Density-Driven Visual Token Pruning for Efficient Video LLMs08/05/2026📄 Paper--
FastOCR: Dynamic Visual Fixation via KV Cache Pruning (98% accuracy at 5% visual tokens, 3.0× faster)05/17/2026📄 Paper--
WindowQuant: Mixed-Precision KV Cache Quantization via Window-Level Similarity05/04/2026📄 Paper--
MODIX: Training-Free Multimodal Information-Driven Positional Index Scaling04/2026📄 Paper--
QAPruner: Quantization-Aware Vision Token Pruning for MLLMs04/2026📄 Paper--
Firebolt-VL: Efficient Vision-Language Understanding with Cross-Modality Modulation04/2026📄 Paper--
CoME-VL: Scaling Complementary Multi-Encoder Vision-Language Learning04/2026📄 Paper--
LoRA-Squeeze: Simple and Effective Post-Tuning and In-Tuning Compression of LoRA Modules02/2026📄 Paper--
GRACE: Gated Relational Alignment via Confidence-based Distillation for Efficient VLMs01/2026📄 Paper--
VLMQ: Post-Training Quantization for Large Vision-Language Models2026 (ICLR)📄 Paper--
VILA: On Pre-training for Visual Language Models2023📄 Paper--
SimVLM: Simple Visual Language Model Pretraining with Weak Supervision2021📄 Paper--
LoRA: Low-Rank Adaptation of Large Language Models2021📄 Paper-💾 Code
QLoRA: Efficient Finetuning of Quantized LLMs2023📄 Paper--
Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback2022📄 Paper-💾 Code
RLAIF vs. RLHF: Scaling Reinforcement Learning from Human Feedback with AI Feedback2023📄 Paper--

5.6 Scarce of High-quality Dataset

TitleYearPaperWebsiteCode
A Prescription for Better VLMs through Data Curation Alone (20/20 Vision)05/2026📄 Paper--
A Survey on Bridging VLMs and Synthetic Data2025📄 Paper-💾 Code
Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning2024📄 PaperWebsite💾 Code
SLIP: Self-supervision meets Language-Image Pre-training2021📄 Paper-💾 Code
Synthetic Vision: Training Vision-Language Models to Understand Physics2024📄 Paper--
Synth2: Boosting Visual-Language Models with Synthetic Captions and Image Embeddings2024📄 Paper--
KALIE: Fine-Tuning Vision-Language Models for Open-World Manipulation without Robot Data2024📄 Paper--
Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation2024📄 Paper--
blip2
claude
clip
deepseek
gemini-pro
gpt-4v
llama-vision-model
llava
multimodal-benchmarks
multimodal-models
qwen-vl
reinforcement-learning
sota-model
vision-language-model-applications
vision-language-models
world-model
world-models

Contributors

zli12321

135 commits

wuxiyang1996

32 commits

Hongyang-Du

15 commits

mghiasvand1

3 commits

zli12321/Vision-Language-Models-Overview

A most Frontend Collection and survey of vision-language model papers, and models GitHub repository. Continuous updates.

HTML

720

189 commits

updated Sep 14, 2026

See the code

README

Frontier Vision-Language Models: Architectural Evolution, Benchmarks, Applications, and Challenges

🌐 Language: English · 简体中文

Paper VLM Trends Stars

A most Frontend Collection and survey of vision-language model papers, and models GitHub repository


🧭 The Evolution of VLM Architectures

VLM design has gone through four distinct architectural eras in just six years — and Era 3 has split into two parallel branches. Early models kept frozen vision and language towers, aligned contrastively (CLIP) or bridged by a learnable connector into a frozen LM (BLIP-2, Flamingo). The 2023–2025 generation made a pretrained LLM the trunk and treated vision as a bolt-on adapter (LLaVA, Qwen2.5-VL, GPT-4V). The 2025–2026 generation drops the bridge entirely and early-fuses all modalities into a single transformer — forking along the output axis — and in 2026 the trunk is becoming a world model that predicts and acts:

  • Era 3a — Native Multimodal Input → Text Out. Image, video, and (sometimes) audio enter a single early-fused token stream, but generation is still autoregressive text. This is the design used by today's general-purpose flagships: Qwen3.5 / Qwen3.6, Gemma 4, Gemini 3, GPT-5.4, Phi-4-Reasoning-Vision, Claude Opus 4.6, Nemotron 3 Nano Omni.
  • Era 3b — Omni-Modal Unified I/O. The same fused trunk plus dedicated image / video decoder (VAE / DiT / flow-matching) and/or audio codec decoder heads, so the model can also generate images, video, and speech — via autoregression or, increasingly, discrete diffusion / AR-Diffusion (LLaDA2.0-Uni, Mamoda2.5) — and the newest 3b models (SenseNova-U1.5, 09/2026) are dropping the VAE too, running understanding + reasoning + generation through one encoder-free and VAE-free mixture-of-transformers trunk. This is the design used by unified models: SenseNova-U1.5, BAGEL, Qwen3.5-Omni, InternVL-U, Emu3 / Emu3.5, Erin 5.0, DeepSeek-Janus-Pro, LLaDA2.0-Uni, Mamoda2.5. Generation-only specialists share the same decoder stack without the understanding half — Sora 2, Veo 3, Kling now generate video with synchronized audio, and they double as the substrate for Era 4 world models (DreamX-World builds on Wan, OmniDreams on Cosmos, SolarWM on Wan2.2 / LTX-2.5 / MiniMax-H3).
  • Era 4 — World-Action Models (2026 →). The unified trunk adds action as a first-class modality and closes the loop with the environment: it predicts future observations, maintains persistent state and spatial memory, and emits actions — generator, perceiver, and policy in one network. Founding releases: Cosmos 3, Kairos, DreamX-World 1.0, OmniDreams; the 08–09/2026 wave: DreamX-Phi 1.0 (WorldArena 2.0 winner), SimWAM (91.5 PDMS NAVSIM), ZimaBlue (120k h video pretraining), G0.5 (one AR stream for reasoning+action), Puffin-World (native 3D world states), SolarWM (open 5B–33B, real-time minute-to-hour rollouts) (see §1.1 World Models).

The Evolution of Vision-Language Model Architectures: contrastive/bridged two-towers, LLM-backbone adapter models, natively-fused-input text-output models, omni-modal unified-I/O models, and world-action models

Reading the diagram (left → right). Era 1 uses a two-tower design — aligned contrastively (CLIP: no generative decoder) or with a learnable cross-modal bridge (e.g. Q-Former) into a frozen LM — text-only output. Era 2 puts a pretrained LLM at the center; an MLP/Resampler projects visual tokens into the LLM's vocabulary, and the LLM does all the reasoning — still text-only output. Era 3a drops the bridge: image, video, audio, and text share a single tokenizer/embedding space and flow through one early-fused transformer — but the output is still autoregressive text. Era 3b keeps that fused trunk and adds decoder heads (image/video DiT, VAE, audio codec) so the model can natively output text, image, video, and/or speech — generation-only video models (Sora 2, Veo 3, Kling) reuse this decoder stack, now with synchronized audio. Era 4 adds an action token stream, persistent state, and a policy head, closing the observation → action → next-observation loop: the world-action model is generator, perceiver, and policy at once. Eras 3a, 3b, and 4 coexist; the choice is essentially "how much do you want the model to generate — and to act?"


🆕 What's in this repo

Below we compile awesome papers and model and github repositories that

  • State-of-the-Art VLMs Collection of newest to oldest VLMs (we'll keep updating new models and benchmarks).
  • Evaluate VLM benchmarks and corresponding link to the works
  • Post-training/Alignment Newest related work for VLM alignment including RL, sft.
  • Applications applications of VLMs in embodied AI, robotics, etc.
  • Contribute surveys, perspectives, and datasets on the above topics.

VLM Trends is the live companion to this repository. This README records what exists; VLM Trends tracks what changed today — new model releases, papers, benchmarks, and datasets pulled daily from arXiv, Hugging Face, GitHub, and Semantic Scholar, scored on a published rubric, and grouped by topic and model family. It also makes this survey browsable, and charts how each research direction is moving over time.

Progressive research reports

We track new VLMs, benchmarks, and post-training methods that haven't yet been folded into the main tables in dated mini-surveys:

📂 Expand all 10 reports — latest: 2026-09-13, Era 4 fills out and the unified trunk drops the VAE (50 new entries)
  • 📰 2026-09-13latest: Era 4 becomes a paradigm — six world-action systems ship in five weeks: DreamX-Phi 1.0 (WorldArena 2.0 winner), SimWAM (91.5 PDMS NAVSIM), ZimaBlue (120k h video pretraining, 30 Hz on RTX 4090), G0.5 (one AR stream for reasoning+action), Puffin-World (native 3D world states), SolarWM (open 5B–33B). Unified stack keeps shedding components — SenseNova-U1.5 ships 8B mixture-of-transformers encoder-free and VAE-free at native 4K. First VL foundation model for driving: Qwen-Drive-1.0 (Alibaba). Speech unification: AuK (Tencent Hunyuan, 4.5× via 4-step). First open >700B multimodal RL post-training stack: Miles v0.1 (GLM-5.2 744B-A40B, 64 GB300s, 263s/step). Frontier eval reopens on continuous settings — VideoGAIA puts GPT-5.5/Kimi K3 <60%; EgoMonth: 71.8% Gemini vs 94.2% human; StateSight probes latent state; WorldReward and PAWBench add reward/probabilistic-alignment axes for world models — 50 new entries since August 10.

  • 📰 2026-08-10Evaluation stops asking whether a model sees — HumanCLAW (can a VLM act through a body?), GST-Bench (global spatial awareness from video), ChronoVision (temporal reasoning via latent state), WorldExam (reactivity over appearance); judging becomes its own research problem via OSReward, ConfBench, TruthLens. On the model side: Qwen3.8-Max (2.4T · 95B active, Vision Arena #2), DiffusionGemma (26B-A4B diffusion Gemma), Hunyuan3D-Buffalo 1.0 (unified 3D); plus N₀-VTLA (tactile VLA), Metis, Ego2Robot, VideoCoCo, OmniPack — 29 new entries since July 22.

  • 📰 2026-07-22 — World models become the evaluators — GigaWorld-1 + WMBench, RoboWorld (r = 0.989 vs real-world), World-Action-Model tutorial; Gemma 4 tech report (encoder-free 12B), PRA-GRPO (93.2% V-Star at 4B), VRRL (trained self-reflection), LingBot-VLA 2.0 (60,000-hour corpus), ROSA (robot-factory serving), ISPA (50% KV-cache cut), OmniFocus, MoHallBench / LongVQUBench / SciVis-literacy benchmarks; plus the July frontier wave: Gemini 3.6 Flash, Kimi K3 (2.8T open MoE), GPT-5.5 / GPT-5.6 Sol, Grok 4.5, Qwen3.7-Plus — 19 new entries since June 27.

  • 📰 2026-06-27 — World-model foundation releases — Cosmos 3 (NVIDIA omnimodal family: best open T2I/I2V + best RoboArena policy), Kairos (4B edge-real-time world-model stack, beats 14B), DreamX-World 1.0 (5B MIT-licensed interactive world model); "Persistent State Core" critique + Echo-Memory; ZPPO (teacher-in-prompts beats GRPO), Qwen-RobotManip (38,100-hour corpus), Supervise What Survives, VisCritic (visual process rewards for GUI), HPP (long video), IMCBench (medical dialogue safety) — 11 new entries since June 23.

  • 📰 2026-06-23World Models focus — NVIDIA OmniDreams (real-time closed-loop driving world model), Mirage (latent spatial memory), Reward-as-Agent (GRPO for world models), WorldOlympiad & LongSpace-Bench (world-model benchmarks); plus PP-OCRv6 (34.5M beats 235B VLMs on OCR), Occ-VLM (3D-grounded), discrete-diffusion RL reasoning, VLA layer pruning, Hy-Embodied-0.5-VLA, RT-VLA (44.8× faster driving), VLA language steering — 12 new entries since June 2.

  • 📰 2026-06-02 — Mamoda2.5 (AR-Diffusion DiT-MoE, 95.9× faster editing), VLM3 (native 3D learners), AlphaGRPO (RL for unified-model generation), Stage-wise Preference Optimization, FastOCR / WindowQuant (KV-cache efficiency), Fast-dDrive / CLOVER / CoWorld-VLA (driving VLA), Lost in Fog (reasoning-as-safety-signal), LiteGUI (SFT-free GUI agents), Health-Conditioned VLA, POLAR, TOC-Bench / VGenST-Bench (video), HalluCXR (medical) — 16 new entries since May 16.

  • 📰 2026-05-16 — LensVLM (Apple), Nemotron 3 Nano Omni (NVIDIA), LLaDA2.0-Uni, PLaMo 2.1-VL, S-GRPO / Faithful GRPO / GRPO-TTA / OpenSearch-VL, MindVLA-U1 (surpasses human driving), VLADriver-RAG, Green-VLA, Anticipation-VLA, VLA Foundry, LAMO, ScreenExplorer, VideoZeroBench, Video-Oasis, MedThinkVQA, data curation at 87× less compute — 34 new entries since April 28.

  • 📰 2026-04-28 — Qwen3.6-27B & Qwen3.6-35B-A3B, Claude Mythos (gated), S1-VL, GLM-5V-Turbo, FreshPER / GMPO / ARPO / GRPO-VPS, QUOTA, Fast-dVLM, VLA-World, SpanVLA, VLA-Forget, R-VLM, UILoop, WebForge, WorldMark, Video-MME-v2, CrossMath, BabyVision, SlowBA — 30 new entries since April 13.

  • 📰 2026-04-13 — LFM2.5-VL-450M, EXAONE 4.5, Gemma 4, Granite 4.0 3B Vision, InternVL-U, GLM-4.6V, Vero, MolmoWeb, UniDriveVLA, QAPruner, Firebolt-VL, CoME-VL, and more.

  • 📰 2026-03-25 — GPT-5.4, Phi-4-Reasoning-Vision-15B, Gemini 3.0, Qwen3.5, Claude Opus 4.6, Molmo2, and more.

Welcome to contribute and discuss!


🤩 Papers marked with a ⭐️ are contributed by the maintainers of this repository. If you find them useful, we would greatly appreciate it if you could give the repository a star or cite our paper.


Table of Contents

0. Citation

@InProceedings{Li_2025_CVPR,
    author    = {Li, Zongxia and Wu, Xiyang and Du, Hongyang and Liu, Fuxiao and Nghiem, Huy and Shi, Guangyao},
    title     = {A Survey of State of the Art Large Vision Language Models: Benchmark Evaluations and Challenges},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2025},
    pages     = {1587-1606}
}

1. 📚 SoTA VLMs

VLM model sizes over time: total parameters by release date on a log scale, from CLIP (0.36B, 2021) to Kimi K3 (2.8T MoE, 2026), showing the frontier scaling to trillions while edge models shrink below 1B

ModelYearArchitectureTraining DataParametersVision Encoder/TokenizerPretrained Backbone Model
SenseNova-U1.509/10/2026Encoder-free and VAE-free native unified visual intelligence; mixture-of-transformers; understanding + reasoning + generation in one trunk; native resolutions up to 4KUndisclosed8B MoTNone (encoder-free)Trained from scratch — HF · Code
Qwen3.8-Max (Alibaba)08/03/2026Sparse MoE + hybrid attention; text + vision in, 1M context; Vision Arena #2Undisclosed2.4T total · 95B activeNative multimodalQwen3.8
DiffusionGemma (Google)08/05/2026Diffusion (non-autoregressive) language model in the Gemma familyUndisclosed26B total · 4B activeNative multimodalGemma
Hunyuan3D-Buffalo 1.0 (Tencent)08/05/2026Unified multimodal — 3D generation + understanding + editingUndisclosedUndisclosedUndisclosedUndisclosed
Gemini 3.6 Flash (Google)07/21/2026Decoder-only / natively multimodal input (text, image, speech, video → text)UndisclosedUndisclosedNative multimodalGemini 3.x
Kimi K3 (Moonshot AI)07/17/2026MoE, natively multimodal reasoning — text + image + video in one trunk (no separate vision module); 1M context; open weights due 07/27/2026Undisclosed~2.8T total (MoE)Native (encoder-integrated)New architecture
GPT-5.6 Sol (OpenAI)07/09/2026Decoder-only; text + image in, 1.05M context / 128K output; max & ultra reasoning modes, sub-agent orchestration (Ultra); family: Luna / Terra / SolUndisclosedUndisclosedUndisclosedUndisclosed
Grok 4.5 (xAI)07/08/2026Decoder-only reasoning (extended thinking); text + image + files in, 500K contextUndisclosed~1.5T (reported)UndisclosedUndisclosed
Qwen3.7-Plus (Alibaba)06/01/2026Natively multimodal agent — image + video understanding, GUI grounding, tool invocation (note: Qwen3.7-Max is text-only)UndisclosedUndisclosedNative multimodal ViTQwen3.7
Mamoda2.5 (InclusionAI)05/04/2026AR-Diffusion + DiT-MoE (unified understanding + generation; 128 experts, Top-8)Multimodal und. + image/video generation & editing25B total · 3B activeSemantic tokenizer + DiT decoder headMamoda2
Nemotron 3 Nano Omni (NVIDIA)04/28/2026Hybrid MoE (omni-modal: vision + audio + text)Vision + audio + text joint training30B total · 3B activeDynamic-res ViT + Conv3D temporalNemotron 3
GPT-5.5 (OpenAI)04/23/2026Decoder-only; text + image in (GPT-5 input stack), computer-use screen reading in Codex; topped AA Intelligence Index at releaseUndisclosedUndisclosedUndisclosedUndisclosed
Qwen3.6-27B (Alibaba)04/22/2026Decoder-only / natively multimodal input (thinking + non-thinking)Multimodal pretraining + agentic mid-training27B denseNative multimodal ViTQwen3.6
Qwen3.6-35B-A3B (Alibaba)04/15/2026MoE / natively multimodal inputMultimodal pretraining + agentic SFT/RL35B total · 3B activeNative multimodal ViTQwen3.6
LFM2.5-VL-450M (Liquid AI)04/11/2026Liquid Foundation ModelUndisclosed450MNon-overlapping tile ViTLFM2.5
EXAONE 4.5 (LG AI Research)04/09/2026Unified VLUndisclosed33BProprietary vision encoderEXAONE 4.5
Claude Mythos (Anthropic, gated preview)04/07/2026Decoder-only (frontier; Project Glasswing gated)UndisclosedUndisclosedUndisclosedUndisclosed
Gemma 4 (Google)04/02/2026Decoder-only / MoEUndisclosed (140+ languages)E2B / E4B / 26B MoE / 31B DenseNative multimodalGemini 3
Granite 4.0 3B Vision (IBM)04/01/2026Decoder-onlyEnterprise document corpora3BUndisclosedGranite 4.0
GLM-5V-Turbo (Zhipu / Z.AI)04/01/2026Natively multimodal (vision-coding) with Multi-Token Prediction30+ task joint RLUndisclosedCogViTGLM-5
InternVL-U (Shanghai AI Lab)03/10/2026Unified (MLLM + MMDiT)Multimodal understanding + generation4BInternViTInternVL
GPT-5.4 / GPT-5.4 Thinking (OpenAI)03/06/2026Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Phi-4-Reasoning-Vision-15B (Microsoft)03/04/2026Decoder-onlyCurated synthetic + filtered data15BHigh-res dynamic-resolution ViTPhi-4
Gemini 3.0 (Google)03/2026Unified ModelUndisclosedUndisclosedUndisclosedUndisclosed
Qwen3.5 (Alibaba)02/16/2026Unified VL (early fusion)Trillions of multimodal tokens0.8B–397B (MoE, 17B active)ViT (native)Qwen3.5
Claude Opus 4.6 (Anthropic)02/2026Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Erin 5.0 (Baidu)02/05/2026Unified Model (Visual, Text, Audio)Unified Modality Dataset-CNN–ViT (Understanding)/Next-Frame-and-Scale Prediction (Generation)Unified Autoregressive Transformer
Molmo2 (Allen AI)01/15/2026Decoder-only7 new video + 2 multi-image datasets (9.19M videos)4B / 7B / 8BBi-directional attention ViTQwen 3 / OLMo
Gemini 311/18/2025Unified ModelUndisclosed---
Emu3.510/30/2025Deconder-onlyUnified Modality Dataset-SigLIPQwen3
DeepSeek-OCR10/20/2025Encoder-Deconder70% OCR, 20% general vision, 10% text-only3BDeepEncoderDeepSeek-3B
Qwen3-VL10/11/2025Decoder-Only-8B/4BViTQwen3
Qwen3-VL-MoE09/25/2025Decoder-Only-235B-A22BViTQwen3
Qwen3-Omni (Visual/Audio/Text)09/21/2025-Video/Audio/Image30BViTQwen3-Omni-MoE-Thinker
LLaVA-Onevision-1.509/15/2025-Mid-Training-85M & SFT8BQwen2VLImageProcessorQwen3
InternVL3.508/25/2025Decoder-Onlymultimodal & text-only30B/38B/241BInternViT-300M/6BQwen3 / GPT-OSS
SkyWork-Unipic-1.5B07/29/2025-image/video..---
Grok 407/09/2025-image/video..1-2 Trillion--
Kwai Keye-VL (Kuaishou)07/02/2025Decdoer-onlyimage/video..8BViTQWen-3-8B
OmniGen206/23/2025Decdoer-only & VAELLaVA-OneVision/ SAM-LLaVA..-ViTQWen-2.5-VL
Gemini-2.5-Pro06/17/2025-----
GPT-o3/o4-mini06/10/2025Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
Mimo-VL (Xiaomi)06/04/2025Decdoer-only24 Trillion MLLM tokens7B[Qwen2.5-ViTMimo-7B-base
BAGEL (Bytedance)05/20/2025Unified ModelVideo/Image/Text7BSigLIP2-so400m/14](https://arxiv.org/abs/2502.14786)Qwen2.5
BLIP3-o05/14/2025Decdoer-only(BLIP3-o 60K) GPT-4o Generated Image Generation Data4/8BViTQWen-2.5-VL
InternVL-304/14/2025Decdoer-only200 Billion Tokens1/2/8/9/14/38/78BViT-300M/6BInterLM2.5/QWen2.5
LLaMA4-Scout/Maverick04/04/2025Decdoer-only40/20 Trillion Tokens17BMetaClipLLaMA4
Qwen2.5-Omni03/26/2025Decdoer-onlyVideo/Audio/Image/Text7BQwen2-Audio/Qwen2.5-VL ViTEnd-to-End Mini-Omni
QWen2.5-VL01/28/2025Decdoer-onlyImage caption, VQA, grounding agent, long video3B/7B/72BRedesigned ViTQwen2.5
GLM-4.6V (Zhipu / Z.AI)12/2025Decoder-onlyUndisclosed106B / 9B (Flash)UndisclosedGLM-4.6
Ola2025Decoder-onlyImage/Video/Audio/Text7BOryxViTQwen-2.5-7B, SigLIP-400M, Whisper-V3-Large, BEATs-AS2M(cpt2)
Ocean-OCR2025Decdoer-onlyPure Text, Caption, Interleaved, OCR3BNaViTPretrained from scratch
SmolVLM2025Decoder-onlySmolVLM-Instruct250M & 500MSigLIPSmolLM
DeepSeek-Janus-Pro2025Decoder-onlyUndisclosed7BSigLIPDeepSeek-Janus-Pro
Inst-IT2024Decoder-onlyInst-IT Dataset, LLaVA-NeXT-Data7BCLIP/Vicuna, SigLIP/Qwen2LLaVA-NeXT
DeepSeek-VL22024Decoder-onlyWiT, WikiHow4.5B x 74SigLIP/SAMBDeepSeekMoE
xGen-MM (BLIP-3)2024Decoder-onlyMINT-1T, OBELICS, Caption4BViT + Perceiver ResamplerPhi-3-mini
TransFusion2024Encoder-decoderUndisclosed7BVAE EncoderPretrained from scratch on transformer architecture
Baichuan Ocean Mini2024Decoder-onlyImage/Video/Audio/Text7BCLIP ViT-L/14Baichuan
LLaMA 3.2-vision2024Decoder-onlyUndisclosed11B-90BCLIPLLaMA-3.1
Pixtral2024Decoder-onlyUndisclosed12BCLIP ViT-L/14Mistral Large 2
Qwen2-VL2024Decoder-onlyUndisclosed7B-14BEVA-CLIP ViT-LQwen-2
NVLM2024Encoder-decoderLAION-115M 8B-24BCustom ViTQwen-2-Instruct
Emu32024Decoder-onlyAquila7BMoVQGANLLaMA-2
Claude 32024Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
InternVL2023Encoder-decoderLAION-en, LAION- multi7B/20BEva CLIP ViT-gQLLaMA
InstructBLIP2023Encoder-decoderCoCo, VQAv213BViTFlan-T5, Vicuna
CogVLM2023Encoder-decoderLAION-2B ,COYO-700M18BCLIP ViT-L/14Vicuna
PaLM-E2023Decoder-onlyAll robots, WebLI562BViTPaLM
LLaVA-1.52023Decoder-onlyCOCO13BCLIP ViT-L/14Vicuna
Gemini2023Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
GPT-4V2023Decoder-onlyUndisclosedUndisclosedUndisclosedUndisclosed
BLIP-22023Encoder-decoderCOCO, Visual Genome7B-13BViT-gOpen Pretrained Transformer (OPT)
Flamingo2022Decoder-onlyM3W, ALIGN80BCustomChinchilla
BLIP2022Encoder-decoderCOCO, Visual Genome223M-400MViT-B/L/gPretrained from scratch
CLIP2021Encoder-decoder400M image-text pairs63M-355MViT/ResNetPretrained from scratch

1.1. 🌍 World Models

World models moved from research demos to release-grade artifacts in mid-2026: unified trunks that serve as generator, perceiver, and policy at once. Foundation releases first, then memory/state analyses and benchmarks.

ModelDateTypeScale / LicenseKey ResultLinks
Puffin-World09/03/2026Unified multimodal model with native 3D world states — jointly models gravity/latitude, depth, and image via Omni-Camera representationPuffin-16M dataset; open code + weightsTies physical understanding, spatial simulation, and 3D world generation/reconstruction into one architecturePaper · Project
SolarWM09/02/2026Open foundation for interactive video world models; reconfigurable multi-source data engine + backbone-native adaptation on Wan2.2 / LTX-2.5 / MiniMax-H35B, 12B, 20B, 33B; CC BY 4.0Real-time minute-to-hour rollouts after training on only 5 s sequences; data + pipeline + weights + framework releasedPaper · Project
ZimaBlue08/31/2026Generalizable world-action model via video pre-training on >120k h human + robot egocentric video; asynchronous Slow-Fast120k+ hZero-shot real-robot success 36.1% → 77.8% as pretraining video scales; 30 Hz on an RTX 4090Paper
Matrix-Game 3.508/30/2026Real-time streaming interactive world model with parameter-free patch memory + tiled-PRoPE geometry-aware memory + two-stage distillationMinute-long real-time generation; extends v3.0 to answer the persistent-state critiquePaper · Project
DreamX-Phi 1.008/13/2026Action-conditioned video world model for robotic manipulation; per-arm SE(3) via PRoPE + depth branch + SAM3/V-JEPA object consistency + DMD few-step distillationOpen weights + code1st on Track 1, 2nd on Track 2 of the WorldArena 2.0 ChallengePaper · Code
SimWAM08/07/2026World-Action Model for end-to-end autonomous driving; video expert + lightweight action expert co-trained via flow matching + RLOpen weights + code (CC BY 4.0)91.5 PDMS on NAVSIM with zero-shot nuScenes transferPaper · Code
G0.508/12/2026One AR stream for robot reasoning and action — single transformer emits reasoning + action tokens under one objective; cross-embodiment action tokenizer + multi-second visual memory76.7% R1lite/R1pro (vs π0.5 53.3%, GR00T-N1.7 24.4%), 82.5% zero-shot DROID, 98.9% LIBERO, 87.3% SimplerEnv-BridgePaper
HelloWorld08/06/2026Video world model with socially interactive charactersPushes world models past physics and navigation into social dynamics: characters that respond to the viewer rather than merely persistingPaper
VideoCoCo07/31/2026Agentic dual-engine text-to-video with Code-as-CoTInfers temporal evolution symbolically via generated code instead of implicitly, then renders — a hybrid attack on physics violations in T2VPaper
StatePlay07/29/2026State-aware game world modelEnforces mechanics consistency through explicit state, an answer to the persistent-state critique belowPaper
Cosmos 3 (NVIDIA)06/01/2026Omnimodal world-model family (language, image, video, audio, action) — mixture-of-transformersFamily; open code/checkpoints/data (OpenMDW-1.1)SoTA across VL, video generation, robot policy; best open T2I/I2V + best RoboArena policyPaper
Kairos06/15/2026Native world-model stack (understanding + generation + prediction)4B unified; Hybrid Linear Temporal AttentionCross-embodiment data curriculum; real-time rollout on edge hardware; beats 14B on embodied benchmarksPaper
DreamX-World 1.0 (Alibaba AMAP)06/15/2026General-purpose interactive T/I-to-video world model5B (Wan2.2-T2V-5B base); MIT open weightsCamera navigation, revisit consistency, promptable events; E-PRoPE encoding; few-step AR via causal forcing + DMD distillationHF · Code
NVIDIA OmniDreams06/02/2026Real-time generative world model for closed-loop AV simulationMid/post-trained from Cosmos on 21k h drivingAction-conditioned sensor video; derived world-action model beats VLA-based Alpamayo 1.5 at 1/5 paramsPaper
Mirage06/08/2026Latent spatial memory for video world models3D scene memory in diffusion latent space via depth-guided back-projection; faster + lighter than explicit-3D baselinesPaper
Reward as An Agent06/18/2026RL post-training for embodied world modelsDynDiff-GRPO diversifies action-space exploration; agentic reward verification curbs reward hackingPaper

Benchmarks & analyses

TitleDateWhat It ShowsLink
WorldReward09/03/2026First VLM-based pairwise preference reward model for camera-conditioned world models; decomposes paired videos into action-aligned chunks with structured visual evidence; beats GPT-5.5 by 3.42/1.45/3.56 pts on three WorldReward-Bench dimensions and improves HY-WorldPlay 1.5 in RL post-trainingPaper
PAWBench08/27/2026Probabilistic alignment: evaluates video generators as stochastic samplers of world dynamics via PAWEval (repeated rollouts → empirical outcome distributions); no model across 50 scenarios / 11 systems consistently matches reference probabilities while covering valid behaviorsPaper
GUI-CC09/01/2026Benchmarks contextual consistency of GUI world models as agent environments — extends the world-model-as-environment critique to computer-usePaper
WorldExam08/04/2026Separates apparent appearance from inherent reactivity: a world model can look right while reacting wrong, formalising the critique that visual realism has been over-weightedPaper
WorldOlympiad06/09/2026Physics / geometry / interaction "triathlon": SoTA world models show substantial gaps in physical reasoning, 3D consistency, long-horizon controlPaper
Current World Models Lack a Persistent State Core06/18/2026World models treat the world as a "tracking shot" — off-screen entities freeze instead of evolving; persists across architectures and scalesPaper
Echo-Memory06/08/2026Controlled memory study: raw context beats compressed memory for capacity; state-space recurrence best for revisit consistencyPaper
LongSpace / LongSpace-Bench06/04/2026Video MLLMs fail long-horizon spatial recall without explicit spatial memory (3D cues + layer-aware retrieval)Paper

See also the earlier world-model entries in §2.3 (UniSim, GAIA-1, LWM, Genesis, RoboGen) and the 2026-06-23 / 2026-06-27 / 2026-09-13 progressive reports.

2. 🗂️ Benchmarks and Evaluation

2.1. Datasets for Training VLMs

DatasetTaskSize 
20/20 Vision — Data Curation (DatologyAI)(05/2026)Data Curation for VLM Training+11.7pp avg improvement; 17–87× less compute
MolmoWebMix (Allen AI)(04/2026)Web Agent Training Trajectories100K+ synthetic + 30K human demos
Vero-600K(04/2026)Broad Visual Reasoning RL Training600K samples from 59 datasets, 6 task categories
BigEarthNet.txt(03/2026)Multi-sensor Earth Observation Image-Text464K images, 9.6M text annotations
OmniScience(02/2026)Scientific Image Understanding1.5M figure-caption-context triplets
MaD-Mix(02/2026)Multi-modal Data Mixture OptimizationFramework (0.5B–7B scale)
OVID(2026)Open Video Pre-training10M hours, 300M frame-caption pairs
Molmo2 Video Datasets(01/2026)Video Captions, QA, Tracking, Pointing9.19M videos (7 video + 2 multi-image datasets)
MMFineReason(/1/30/2026)REasoning1.8M
FineVision(09/04/2025)Mixed Domain24.3 M/4.48TB

2.2. Datasets and Evaluation for VLM

🧮 Visual Math (+ Visual Math Reasoning)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
MathVisionVisual MathMC / Answer MatchHuman 3.04Repo
MathVistaVisual MathMC / Answer MatchHuman 6Repo
MathVerseVisual MathMCHuman 4.6Repo
VisNumBenchVisual Number ReasoningMCPython Program generated/Web Collection/Real life photos 1.91Repo

💬 Benchmark for Unified Models

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
ROVERReciprocal Cross-Modal ReasoningVisual Gen + Verbal Gen EvalHuman1.3 (1,876 images)Paper
RealUnifyMath, World knowledge, Image GenDirect & StepWise Eval (Sec 3.3)Script & Humanverification 1.0Repo
Uni-MMMUScience, Code, Image GenDreamSim (Image Gen Eval) & String Matching (Understanding Eval)- 1.0Repo

🎞️ Video Understanding

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
VideoGAIAAgentic Video Understanding (tool-augmented multi-turn)Human/model co-designed, triple-expert-verifiedExpert0.27 (271 tasks)Paper
OmniAssistBenchReal-Time Omni-LLM AssistantsMulti-turn guided interaction with predefined route priorsExpert (>1000 h)-Project
EgoMonthMonth-Level Egocentric Video / Long-Term Spatiotemporal Memory14-task Schema Consolidation / Episodic Indexing / Cascading Reasoning frameworkHuman1.44 (300+ h from 20 participants)Paper
Video-IFBenchInstruction Following in Video Understanding---Paper
GST-BenchGlobal Spatial Awareness from Continuous VideoLong-traversal scene integration (vs. single-viewpoint local perception)--Paper
ChronoVisionMulti-step Temporal ReasoningLatent state reconstruction--Paper
VGenST-BenchSpatio-temporal Reasoning via Active Video Synthesis3×2×2 taxonomy; synthesized controlled scenes decouple perception from reasoningMulti-agent + Human QCPaper
TOC-BenchTemporal Object Consistency for Video-LLMs3-layer temporal-necessity filtering; identity/continuity through occlusion & state changeHuman-verified2.3 (2,323 QA / 1,951 videos)Paper
VideoZeroBenchSpatio-temporal Evidence Verification for Long-Video QA5-level progressive evidence tighteningHuman0.5 (500 questions, 13 domains)Paper
Video-OasisDiagnostic Meta-benchmark for Video UnderstandingMeasures % solvable without visual/temporal contextMeta-analysisPaper
LoVRLong Video Retrieval in Multimodal ContextsRetrieval accuracyPaper
MMOUOmni-modal Long Video UnderstandingMCHuman15 (9,038 videos)Paper
Video-MMMUKnowledge Acquisition from Professional VideosMC + Knowledge GainExpert0.9 (300 videos)Paper
MMVUExpert-Level Multi-Discipline Video UnderstandingMCExpert3 (27 subjects)Paper
VideoHalluVideo UnderstandingLLM EvalHuman 3.2Repo
Video SimpleQAVideo UnderstandingLLM EvalHuman 2.03Repo
MovieChatVideo UnderstandingLLM EvalHuman 1Repo
Perception‑TestVideo UnderstandingMCCrowd 11.6Repo
VideoMMEVideo UnderstandingMCExperts 2.7Site
EgoSchemVideo UnderstandingMCSynth / Human 5Site
Inst‑IT‑BenchFine‑grained Image & VideoMC & LLMHuman / Synth 2Repo

💬 Multimodal Conversation

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
VisionArenaMultimodal ConversationPairwise PrefHuman 23Repo

🧠 Multimodal General Intelligence

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
StateSightLatent Spatial-State ReconstructionProcedural single-image tasks (cube-nets, occluded towers, connected components); companion StateSight-Steps for intermediate visual statesSynth + oracle0.9 (300 items × 3 families) + 0.9 with interleaved stepsPaper
GUI-PrimitivesSpatial Reasoning in GUI Grounding7 spatial relations; contrastive pairs; strict point-in-boxHuman validated0.99 (994 pairs)Paper
MBAReal-World Business Ideation AgentsMultimodal agentic task quality--Paper
HumanCLAWCan a VLM Act Through a Body?Decouples the decision from motor control so failures attribute to perception, planning, or actuation--Paper
PerceptionBenchAtomic Visual PerceptionDecomposes perception into primitive operations rather than end-task accuracy--Paper
C$^3$POCross-Modal Composition & Counterfactuals (omni-modal)Compositional and counterfactual probes for any-to-any models--Paper
OmniEarthGeospatial / Remote Sensing VLM EvalMC + Open VQAHuman (verified)44.2 (9,275 images, 28 tasks)Paper
MultiHaystackMultimodal Retrieval & ReasoningRetrieval + QAHuman0.75 (46K+ candidates)Paper
DatBenchDiscriminative, Faithful VLM EvalMC (format-aware)Synth-Paper
MMLUGeneral MMMCHuman 15.9Repo
MMStarGeneral MMMCHuman 1.5Site
NaturalBenchGeneral MMYes/No, MCHuman 10HF
PHYSBENCHVisual Math ReasoningMCGrad STEM 0.10Repo

🔎 Visual Reasoning / VQA (+ Multilingual & OCR)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
EMMAVisual ReasoningMCHuman + Synth 2.8Repo
MMTBENCHVisual Reasoning & QAMCAI Experts 30.1Repo
MM‑VetOCR / Visual ReasoningLLM EvalHuman 0.2Repo
MM‑En/CNMultilingual MM UnderstandingMCHuman 3.2Repo
GQAVisual Reasoning & QAAnswer MatchSeed + Synth 22Site
VCRVisual Reasoning & QAMCMTurks 290Site
VQAv2Visual Reasoning & QAYes/No, Ans MatchMTurks 1100Repo
MMMUVisual Reasoning & QAAns Match, MCCollege 11.5Site
MMMU-ProVisual Reasoning & QAAns Match, MCCollege 5.19Site
R1‑OnevisionVisual Reasoning & QAMCHuman 155Repo
VLM²‑BenchVisual Reasoning & QAAns Match, MCHuman 3Site
VisualWebInstructVisual Reasoning & QALLM EvalWeb 0.9Site

📝 Visual Text / Document Understanding (+ Charts)

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
ExtractBenchSchema-Guided Enterprise Document ExtractionScored against a target schema rather than free-form answers--Paper
ConfBenchConfidence Calibration on Document ExtractionAsks whether the model knows when it is wrong, not only whether it is right--Paper
TableVisionSpatially Grounded Table Reasoning3-level Cognitive EvalHuman6.8 (13 sub-categories)Paper
TextVQAVisual Text UnderstandingAns MatchExpert 28.6Repo
DocVQADocument VQAAns MatchCrowd 50Site
ChartQAChart Graphic UnderstandingAns MatchCrowd / Synth 32.7Repo

🌄 Text‑to‑Image Generation

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
Sci-VBenchKnowledge- & Reasoning-Intensive Video Generation (Science)Rubric-based (Prompt Grounding, Scientific/Causal Correctness); MLLM-as-Judge validatedExpert1.25 (1,253 prompts × 60 subjects)Paper
PAWBenchProbabilistically Aligned World ModelingPAWEval — repeated rollouts → empirical outcome distributionsReference distributions50 scenarios × 11 systemsPaper
VGI-BenchVisual Intelligence in Video Generation ModelsProbes scene understanding inside the generator--Paper
FilmBenchFilm-Grade Cinematic Video GenerationCraft criteria — shot grammar, continuity, staging--Paper
MPIE-BenchAnatomically Plausible Multi-Person Interaction EditingAnatomical plausibility under multi-subject edits--Paper
MSCOCO‑30KText‑to‑ImageBLEU, ROUGE, SimMTurks 30Site
GenAI‑BenchText‑to‑ImageHuman RatingHuman 80HF

🚨 Hallucination Detection / Control

DatasetTaskEval ProtocolAnnotatorsSize (K)Code / Site
HallusionBenchHallucinationYes/NoHuman 1.13Repo
POPEHallucinationYes/NoHuman 9Repo
CHAIRHallucinationYes/NoHuman 124Repo
MHalDetectHallucinationAns MatchHuman 4Repo
Hallu‑PiHallucinationAns MatchHuman 1.26Repo
HallE‑ControlHallucinationYes/NoHuman 108Repo
AutoHallusionHallucinationAns MatchSynth 3.129Repo
BEAFHallucinationYes/NoHuman 26Site
GAIVEHallucinationAns MatchSynth 320Repo
HalEvalHallucinationYes/NoCrowd / Synth 2Repo
AMBERHallucinationAns MatchHuman 15.22Repo
MVI-BenchMisleading Visual InputsAns MatchHuman1.25Repo

2.3. Benchmark Datasets, Simulators, and Generative Models for Embodied VLM

BenchmarkDomainTypeProject
OSRewardComputer-Use AgentsCross-platform reward-model evaluationPaper
Drive-BenchEmbodied AIAutonomous DrivingWebsite
Habitat, Habitat 2.0, Habitat 3.0Robotics (Navigation)Simulator + DatasetWebsite
GibsonRobotics (Navigation)Simulator + DatasetWebsite, Github Repo
iGibson1.0, iGibson2.0Robotics (Navigation)Simulator + DatasetWebsite, Document
Isaac GymRobotics (Navigation)SimulatorWebsite, Github Repo
Isaac LabRobotics (Navigation)SimulatorWebsite, Github Repo
AI2THORRobotics (Navigation)SimulatorWebsite, Github Repo
ProcTHORRobotics (Navigation)Simulator + DatasetWebsite, Github Repo
VirtualHomeRobotics (Navigation)SimulatorWebsite, Github Repo
ThreeDWorldRobotics (Navigation)SimulatorWebsite, Github Repo
VIMA-BenchRobotics (Manipulation)SimulatorWebsite, Github Repo
VLMbenchRobotics (Manipulation)SimulatorGithub Repo
CALVINRobotics (Manipulation)SimulatorWebsite, Github Repo
GemBenchRobotics (Manipulation)SimulatorWebsite, Github Repo
WebArenaWeb AgentSimulatorWebsite, Github Repo
UniSimRobotics (Manipulation)Generative Model, World ModelWebsite
GAIA-1Robotics (Automonous Driving)Generative Model, World ModelWebsite
LWMEmbodied AIGenerative Model, World ModelWebsite, Github Repo
GenesisEmbodied AIGenerative Model, World ModelGithub Repo
EMMOEEmbodied AIGenerative Model, World ModelPaper
RoboGenEmbodied AIGenerative Model, World ModelWebsite
UnrealZooEmbodied AI (Tracking, Navigation, Multi Agent)SimulatorWebsite

3. ⚒️ Post-Training

3.1. RL Alignment for VLM

TitleYearPaperRLCode
Miles v0.1: Production-Level Post-Training09/08/2026PaperFull-stack open async agentic RL; demonstrated on GLM-5.2 744B-A40B MoE across 64 NVIDIA GB300 GPUs (263 s median step)Code
Reason Through the Latent! (CVRR)09/06/2026PaperCausal Visual Recurrent Reasoning — strips visual KV cache before decoding to force latent reasoning; strong retention on V*, MMVP, BLINK, MME-RealWorld-Lite-
Beyond Data Scaling: Representation-Centric Continued Pre-training for VLAs (VLAct)08/27/2026PaperVLM-prior preservation + multi-head continuous action co-supervision + partial cross-embodiment unification; 82.6% LIBERO-Plus, 92.5% RoboTwin 2.0 with 20% of trajectoriesProject
Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-Agent RL08/18/2026PaperMulti-agent cooperative RL with peer-derived rewards — no ground-truth labels; 3.0–8.6% avg gain on 7 LLM benchmarks, 2.3–7.2% on 4 VLM benchmarksCode
Spatial Memory Agent08/13/2026PaperExperience-grounded runtime — self-evolves a frozen VLM's spatial reasoning via verifier-guided reflection distilled into lessons scored by a Transfer Reliability Score-
Evidence-RL: Towards Evidence-intensive Visual Reasoning08/08/2026PaperCounterfactual Evidence Disentanglement inside GRPO — rewards evidence-grounded answers without evidence annotations; gains on 9 benchmarks × 4 backbones-
ZPPO: Zone of Proximal Policy Optimization — Teacher in Prompts, Not Gradients06/16/2026PaperTeacher guidance via reformulated prompts; beats distillation & GRPO on Qwen3.5 VLMs (0.8B–9B, 31-benchmark suite)-
Efficient Reinforcement for Visual-Textual Thinking with Discrete Diffusion06/11/2026PaperGRPO over multimodal discrete diffusion; localized visual editing cuts rollout compute 26.9% vs AR-
AlphaGRPO: Self-Reflective Multimodal Generation in UMMs05/12/2026PaperGRPO for unified-model generation; LLM-decomposed verifiable reward (GenEval, TIIF, DPG, WISE)-
OpenSearch-VL: Multi-Turn Fatal-Aware GRPO for Multimodal Search Agents05/07/2026PaperFatal-aware GRPO; handles tool-call failures in agentic multi-turn RL-
GRPO-TTA: Test-Time Visual Tuning via GRPO-Driven RL05/05/2026PaperGRPO for test-time visual encoder tuning; no ground-truth labels needed-
S-GRPO: Unified Post-Training for Large VLMs04/2026PaperSupervised GRPO; injects ground-truth trajectories to solve cold-start-
Faithful GRPO (FGRPO): Constrained Policy Optimization for Visual Spatial Reasoning04/2026PaperLagrangian-constrained GRPO; inconsistency 24.5% → 1.7%-
Vero: An Open RL Recipe for General Visual Reasoning04/2026PaperTask-routed rewards; GRPO-basedCode
wDPO: Winsorized Direct Preference Optimization for Robust Alignment03/2026PaperwDPO-
f-GRPO and Beyond: Divergence-Based RL for General LLM Alignment02/2026Paperf-GRPO / f-HAL-
From Sight to Insight: Improving Visual Reasoning of MLLMs via Reinforcement Learning01/2026PaperGRPO (6 reward functions)-
SaFeR-VLM: Safety-Aware Reinforcement Learning for Multimodal Reasoning2026 (ICLR)PaperGRPO + safety reward-
SAIL-RL: Guiding MLLMs in When and How to Think via Dual-Reward RL Tuning11/2025PaperDual-Reward (Thinking + Judging)-
GIFT: Group-relative Implicit Fine Tuning Integrates GRPO with DPO and UNA10/2025PaperGIFT (convex MSE loss)-
Game-RL: Synthesizing Multimodal Verifiable Game Data to Boost VLMs' General Reasoning10/12/2025PaperGRPO-
Vision-Zero: Scalable VLM Self-Improvement via Strategic Gamified Self-Play09/29/2025PaperGRPO-
Vision-SR1: Self-rewarding vision-language model via reasoning decomposition08/26/2025PaperGRPO-
Group Sequence Policy Optimization06/24/2025PaperGSPO-
Visionary-R1: Mitigating Shortcuts in Visual Reasoning with Reinforcement Learning05/20/2025PaperGRPO-
VideoChat-R1: Enhancing Spatio-Temporal Perception via Reinforcement Fine-Tuning2025/04/10PaperGRPOCode
OpenVLThinker: An Early Exploration to Complex Vision-Language Reasoning via Iterative Self-Improvement2025/03/21PaperGRPOCode
Boosting the Generalization and Reasoning of Vision Language Models with Curriculum Reinforcement Learning2025/03/10PaperGRPOCode
OmniAlign-V: Towards Enhanced Alignment of MLLMs with Human Preference2025PaperDPOCode
Multimodal Open R1/R1-Multimodal-Journey2025-GRPOCode
R1-VL: Learning to Reason with Multimodal Large Language Models via Step-wise Group Relative Policy Optimization2025PaperGRPOCode
Agent-R1: Training Powerful LLM Agents with End-to-End Reinforcement Learning2025-PPO/REINFORCE++/GRPOCode
MM-Eureka: Exploring Visual Aha Moment with Rule-based Large-scale Reinforcement Learning2025PaperREINFORCE Leave-One-Out (RLOO)Code
MM-RLHF: The Next Step Forward in Multimodal LLM Alignment2025PaperDPOCode
LMM-R1: Empowering 3B LMMs with Strong Reasoning Abilities Through Two-Stage Rule-Based RL2025PaperPPOCode
Vision-R1: Incentivizing Reasoning Capability in Multimodal Large Language Models2025PaperGRPOCode
Unified Reward Model for Multimodal Understanding and Generation2025PaperDPOCode
Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step2025PaperDPOCode
All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning2025PaperOnline RL-
Video-R1: Reinforcing Video Reasoning in MLLMs2025PaperGRPOCode

3.2. Finetuning for VLM

TitleYearPaperWebsiteCode
Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes08/2026Paper--
SpatialCLI: Learning to Reason With Spatial Tools, Then Without Them07/2026Paper--
Why Does RL Generalize Better Than SFT? A Data-Centric Perspective (DC-SFT)02/2026Paper--
The Synergy Dilemma of Long-CoT SFT and RL2026 (TMLR)Paper--
Layer-wise Analysis of Supervised Fine-Tuning04/2026Paper--
AGFT: Alignment-Guided Fine-Tuning for Zero-Shot Adversarial Robustness of VLMs2026/03Paper--
CoVFT: Context-aware Visual Fine-tuning for Multimodal Large Language Models2026/03Paper--
MERGETUNE: Continued Fine-Tuning of Vision-Language Models2026/01 (ICLR 2026)Paper--
Mask Fine-Tuning (MFT): Unlocking Hidden Capabilities in Vision-Language Models2025/12Paper--
Image-LoRA: Towards Minimal Fine-Tuning of VLMs2025/12Paper--
Reassessing the Role of Supervised Fine-Tuning: An Empirical Study in VLM Reasoning2025/12Paper--
Eagle 2.5: Boosting Long-Context Post-Training for Frontier Vision-Language Models2025/04/21PaperWebsiteCode
OMNICAPTIONER: One Captioner to Rule Them All2025/04/09PaperWebsiteCode
Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning2024PaperWebsiteCode
LLaVolta: Efficient Multi-modal Models via Stage-wise Visual Context Compression2024PaperWebsiteCode
ViTamin: Designing Scalable Vision Models in the Vision-Language Era2024PaperWebsiteCode
Espresso: High Compression For Rich Extraction From Videos for Your Vision-Language Model2024Paper--
Should VLMs be Pre-trained with Image Data?2025Paper--
VisionArena: 230K Real World User-VLM Conversations with Preference Labels2024Paper-Code

3.3. VLM Alignment github

ProjectRepository Link
Verl🔗 GitHub
EasyR1🔗 GitHub
OpenR1🔗 GitHub
LLaMAFactory🔗 GitHub
MM-Eureka-Zero🔗 GitHub
MM-RLHF🔗 GitHub
LMM-R1🔗 GitHub

3.4. Prompt Optimization

TitleYearPaperWebsiteCode
EvoPrompt: Evolving Prompt Adaptation for Vision-Language Models2026/03Paper--
MMLoP: Multi-Modal Low-Rank Prompting for Efficient Vision-Language Adaptation2026/02Paper--
Multimodal Prompt Optimizer (MPO): Joint Optimization of Multimodal Prompts2025/10Paper--
Evolutionary Prompt Optimization Discovers Emergent Multimodal Reasoning Strategies2025/03Paper--
In-ContextEdit:EnablingInstructionalImageEditingwithIn-Context GenerationinLargeScaleDiffusionTransformer2025/04/30PaperWebsiteCode

4. ⚒️ Applications

4.1 Embodied VLM Agents

TitleYearPaper Link
Intern-S2-Preview: Scientific Agentic Foundation Model — 397B backbone + 4B memory decoder (Intern-MemDec-4B); Biology-Instructions 56.92 → 60.32 without touching the backbone08/13/2026Paper
G0.5: One Autoregressive Stream for Robot Reasoning and Action08/12/2026Paper
LightNav-0: Eliciting VLM Spatial Intelligence for Generalist Embodied Navigation08/31/2026Paper
Embodied-Navigator (TAMP-Nav): Point, Think, Memorize, Align — 66.2% SR on R2R-CE08/18/2026Paper
SimpleMemVLA: Native-Video Memory for Vision-Language-Action Models09/06/2026Paper
UI-Mate: Open-Weight Foundation GUI Agent (UI-Mate-27B on Qwen3.6-27B; 77.0% OSWorld-Verified, 66.2% WindowsAgentArena)08/16/2026Paper
UI-Venus-2 Technical Report — open-source foundation GUI agent (mobile, web, desktop)08/27/2026Paper
WM-R1: Training GUI Agents to Reason and Leverage World Models with RL09/01/2026Paper
ComBodied Agents: A New Paradigm of Human-Centric Agentic AI08/14/2026Paper
Metis: Memory Foundation Model07/2026Paper
Aligning Cyber Space with Physical World: A Comprehensive Survey on Embodied AI2024Paper
ScreenAI: A Vision-Language Model for UI and Infographics Understanding2024Paper
ChartLlama: A Multimodal LLM for Chart Understanding and Generation2023Paper
SciDoc2Diagrammer-MAF: Towards Generation of Scientific Diagrams from Documents guided by Multi-Aspect Feedback Refinement2024📄 Paper
Training a Vision Language Model as Smartphone Assistant2024Paper
ScreenAgent: A Vision-Language Model-Driven Computer Control Agent2024Paper
Embodied Vision-Language Programmer from Environmental Feedback2024Paper
VLMs Play StarCraft II: A Benchmark and Multimodal Decision Method2025📄 Paper
MP-GUI: Modality Perception with MLLMs for GUI Understanding2025📄 Paper

4.2. Generative Visual Media Applications

TitleYearPaperWebsiteCode
AuK (Tencent Hunyuan): open-source foundation model for speech generation and editing — multimodal LLM + jointly trained VAE + hybrid rectified-flow Transformer (MMDiT → single-stream DiT); AuK-Flash gives 4.5× wall-clock speedup via 4-step inference; trained on ~3.03B instruction-audio instances / 1.95M h09/08/2026📄 Paper-💾 Code
Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers07/2026📄 Paper--
GPT4Motion: Scripting Physical Motions in Text-to-Video Generation via Blender-Oriented GPT Planning2023📄 Paper🌍 Website💾 Code
Spurious Correlation in Multimodal LLMs2025📄 Paper--
WeGen: A Unified Model for Interactive Multimodal Generation as We Chat2025📄 Paper-💾 Code
VideoMind: A Chain-of-LoRA Agent for Long Video Reasoning2025📄 Paper🌍 Website💾 Code

4.3. Robotics and Embodied AI

TitleYearPaperWebsiteCode
AHA: A Vision-Language-Model for Detecting and Reasoning Over Failures in Robotic Manipulation2024📄 Paper🌍 Website-
SpatialVLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities2024📄 Paper🌍 Website-
Vision-language model-driven scene understanding and robotic object manipulation2024📄 Paper--
Guiding Long-Horizon Task and Motion Planning with Vision Language Models2024📄 Paper🌍 Website-
AutoTAMP: Autoregressive Task and Motion Planning with LLMs as Translators and Checkers2023📄 Paper🌍 Website-
VLM See, Robot Do: Human Demo Video to Robot Action Plan via Vision Language Model2024📄 Paper--
Scalable Multi-Robot Collaboration with Large Language Models: Centralized or Decentralized Systems?2023📄 Paper🌍 Website-
DART-LLM: Dependency-Aware Multi-Robot Task Decomposition and Execution using Large Language Models2024📄 Paper🌍 Website-
MotionGPT: Human Motion as a Foreign Language2023📄 Paper-💾 Code
Learning Reward for Robot Skills Using Large Language Models via Self-Alignment2024📄 Paper--
Language to Rewards for Robotic Skill Synthesis2023📄 Paper🌍 Website-
Eureka: Human-Level Reward Design via Coding Large Language Models2023📄 Paper🌍 Website-
Integrated Task and Motion Planning2020📄 Paper--
Jailbreaking LLM-Controlled Robots2024📄 Paper🌍 Website-
Robots Enact Malignant Stereotypes2022📄 Paper🌍 Website-
LLM-Driven Robots Risk Enacting Discrimination, Violence, and Unlawful Actions2024📄 Paper--
Highlighting the Safety Concerns of Deploying LLMs/VLMs in Robotics2024📄 Paper🌍 Website-
EmbodiedBench: Comprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied Agents2025📄 Paper🌍 Website💾 Code & Dataset
Gemini Robotics: Bringing AI into the Physical World2025📄 Technical Report🌍 Website-
GR-2: A Generative Video-Language-Action Model with Web-Scale Knowledge for Robot Manipulation2024📄 Paper🌍 Website-
Magma: A Foundation Model for Multimodal AI Agents2025📄 Paper🌍 Website💾 Code
DayDreamer: World Models for Physical Robot Learning2022📄 Paper🌍 Website💾 Code
Hi Robot: Open-Ended Instruction Following with Hierarchical Vision-Language-Action Models2025📄 Paper--
RL-VLM-F: Reinforcement Learning from Vision Language Foundation Model Feedback2024📄 Paper🌍 Website💾 Code
KALIE: Fine-Tuning Vision-Language Models for Open-World Manipulation without Robot Data2024📄 Paper🌍 Website💾 Code
Unified Video Action Model2025📄 Paper🌍 Website💾 Code
HybridVLA: Collaborative Diffusion and Autoregression in a Unified Vision-Language-Action Model2025📄 Paper🌍 Website💾 Code
Anticipation-VLA: Long-Horizon Embodied Tasks via Anticipation-Based Subgoal Generation05/02/2026📄 Paper--
Green-VLA: Staged VLA for Generalist Robots05/2026📄 Paper🌍 Website-
VLA Foundry: Unified Framework for Training VLAs04/2026📄 Paper--
OmniVLA-RL: Spatial Understanding + Online RL for VLA04/2026📄 Paper--
DAM-VLA: A Dynamic Action Model-Based Vision-Language-Action Framework for Robot Manipulation03/2026📄 Paper--
NS-VLA: Towards Neuro-Symbolic Vision-Language-Action Models03/2026📄 Paper--
Steerable Vision-Language-Action Policies for Embodied Reasoning and Hierarchical Control02/2026📄 Paper--
ST4VLA: Spatial Guided Training for Vision-Language-Action Models02/2026📄 Paper--

4.3.1. Manipulation

TitleYearPaperWebsiteCode
G0.5: One Autoregressive Stream for Robot Reasoning and Action — 76.7% R1lite/R1pro, 82.5% zero-shot DROID, 98.9% LIBERO08/12/2026📄 Paper--
DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation — WorldArena 2.0 Track 1 winner08/13/2026📄 Paper-💾 Code
ZimaBlue: Evolving Generalizable World-Action Models via >120k h video pre-training — 30 Hz on RTX 4090, 36.1% → 77.8% zero-shot real-robot success08/31/2026📄 Paper--
Beyond Data Scaling: Representation-Centric Continued Pre-training for VLAs (VLAct) — 82.6% LIBERO-Plus, 92.5% RoboTwin 2.0 with 20% of trajectories08/27/2026📄 Paper🌍 Project-
SimpleMemVLA: Native-Video Memory for Vision-Language-Action Models09/06/2026📄 Paper--
Ego2Robot: Scalable Robot Data Synthesis from Egocentric Human Data08/03/2026📄 Paper--
N₀-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens07/26/2026📄 Paper--
Supervise What Survives: Geometry-Guided VLA Adaptation from Synthetic Robot Videos06/23/2026📄 Paper--
Qwen-RobotManip: Alignment Unlocks Scale for Robotic Manipulation Foundation Models (38,100-hour corpus)06/16/2026📄 Paper--
Hy-Embodied-0.5-VLA: From VLA Models to a Real-World Robot Learning Stack (10,000-hour UMI corpus)06/12/2026📄 Paper--
Learning What to Say to Your VLA: Mostly Harmless VLA Steering06/10/2026📄 Paper--
Finetuning VLA Models Requires Fewer Layers Than You Think (50% depth pruning)06/18/2026📄 Paper--
Health-Conditioned VLA for Malfunction-Aware Robot Control05/15/2026📄 Paper--
VIMA: General Robot Manipulation with Multimodal Prompts2022📄 Paper🌍 Website
Instruct2Act: Mapping Multi-Modality Instructions to Robotic Actions with Large Language Model2023📄 Paper--
Creative Robot Tool Use with Large Language Models2023📄 Paper🌍 Website-
RoboVQA: Multimodal Long-Horizon Reasoning for Robotics2024📄 Paper--
RT-1: Robotics Transformer for Real-World Control at Scale2022📄 Paper🌍 Website-
RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control2023📄 Paper🌍 Website-
Open X-Embodiment: Robotic Learning Datasets and RT-X Models2023📄 Paper🌍 Website-
ExploRLLM: Guiding Exploration in Reinforcement Learning with Large Language Models2024📄 Paper🌍 Website-
AnyTouch: Learning Unified Static-Dynamic Representation across Multiple Visuo-tactile Sensors2025📄 Paper🌍 Website💾 Code
Masked World Models for Visual Control2022📄 Paper🌍 Website💾 Code
Multi-View Masked World Models for Visual Robotic Manipulation2023📄 Paper🌍 Website💾 Code

4.3.2. Navigation

TitleYearPaperWebsiteCode
LightNav-0: Eliciting VLM Spatial Intelligence for Generalist Embodied Navigation — dual-channel pointing + residual-VQ action tokenizer; SoTA monocular success across 10 navigation sims08/31/2026📄 Paper--
Embodied-Navigator (TAMP-Nav): Point-Think-Memorize-Align with Space-Time Indicator memory — 66.2% SR on R2R-CE using only 90k training trajectories08/18/2026📄 Paper--
ZSON: Zero-Shot Object-Goal Navigation using Multimodal Goal Embeddings2022📄 Paper--
LOC-ZSON: Language-driven Object-Centric Zero-Shot Object Retrieval and Navigation2024📄 Paper--
LM-Nav: Robotic Navigation with Large Pre-Trained Models of Language, Vision, and Action2022📄 Paper🌍 Website-
NaVILA: Legged Robot Vision-Language-Action Model for Navigation2022📄 Paper🌍 Website-
VLFM: Vision-Language Frontier Maps for Zero-Shot Semantic Navigation2024📄 Paper--
Navigation with Large Language Models: Semantic Guesswork as a Heuristic for Planning2023📄 Paper🌍 Website-
Vi-LAD: Vision-Language Attention Distillation for Socially-Aware Robot Navigation in Dynamic Environments2025📄 Paper--
Navigation World Models2024📄 Paper🌍 Website-

4.3.3. Human-robot Interaction

TitleYearPaperWebsiteCode
MUTEX: Learning Unified Policies from Multimodal Task Specifications2023📄 Paper🌍 Website-
LaMI: Large Language Models for Multi-Modal Human-Robot Interaction2024📄 Paper🌍 Website-
VLM-Social-Nav: Socially Aware Robot Navigation through Scoring using Vision-Language Models2024📄 Paper--

4.3.4. Autonomous Driving

TitleYearPaperWebsiteCode
Qwen-Drive-1.0 (Alibaba): first VL foundation model for autonomous driving — pretrained VLM backbone + BEV perception head + Planning Expert08/31/2026📄 Paper-💾 Code
SimWAM: Simple World-Action Model for End-to-End Autonomous Driving — 91.5 PDMS NAVSIM, zero-shot to nuScenes08/07/2026📄 Paper-💾 Code
RT-VLA: Real-Time VLA via Knowledge Distillation (44.8× faster inference)06/12/2026📄 Paper--
Fast-dDrive: Efficient Block-Diffusion VLM for Autonomous Driving (12× throughput, 0.32m L2 nuScenes)05/22/2026📄 Paper--
CLOVER: Closed-Loop Value Estimation & Ranking for E2E Driving Planning (94.5 PDMS NAVSIM SoTA)05/14/2026📄 Paper--
CoWorld-VLA: Thinking in a Multi-Expert World Model for Autonomous Driving05/11/2026📄 Paper--
MindVLA-U1: Unified Streaming VLA for Autonomous Driving (surpasses human-level driving)05/12/2026📄 Paper--
VLADriver-RAG: Retrieval-Augmented VLA for Autonomous Driving05/08/2026📄 Paper--
OneDrive: Unified Heterogeneous Decoding for Driving VLMs04/2026📄 Paper--
UniDriveVLA: Unifying Understanding, Perception, and Action Planning for Autonomous Driving04/2026📄 Paper--
AutoMoT: A Unified Vision-Language-Action Model with Asynchronous Mixture-of-Transformers for End-to-End Autonomous Driving03/2026📄 Paper--
DriveVLM-RL: Neuroscience-Inspired Reinforcement Learning with Vision-Language Models for Safe Autonomous Driving03/2026📄 Paper--
HiST-VLA: A Hierarchical Spatio-Temporal Vision-Language-Action Model for End-to-End Autonomous Driving02/2026📄 Paper--
OpenDriveVLA: Towards End-to-end Autonomous Driving with Large Vision Language Action Model03/2025📄 Paper--
Are VLMs Ready for Autonomous Driving? An Empirical Study from the Reliability, Data, and Metric Perspectives01/07/2025📄 Paper🌍 Website-
DriveVLM: The Convergence of Autonomous Driving and Large Vision-Language Models2024📄 Paper🌍 Website-
GPT-Driver: Learning to Drive with GPT2023📄 Paper--
LanguageMPC: Large Language Models as Decision Makers for Autonomous Driving2023📄 Paper🌍 Website-
Driving with LLMs: Fusing Object-Level Vector Modality for Explainable Autonomous Driving2023📄 Paper--
Referring Multi-Object Tracking2023📄 Paper-💾 Code
VLPD: Context-Aware Pedestrian Detection via Vision-Language Semantic Self-Supervision2023📄 Paper-💾 Code
MotionLM: Multi-Agent Motion Forecasting as Language Modeling2023📄 Paper--
DiLu: A Knowledge-Driven Approach to Autonomous Driving with Large Language Models2023📄 Paper🌍 Website-
VLP: Vision Language Planning for Autonomous Driving2024📄 Paper--
DriveGPT4: Interpretable End-to-end Autonomous Driving via Large Language Model2023📄 Paper--

4.4. Human-Centered AI

TitleYearPaperWebsiteCode
DLF: Disentangled-Language-Focused Multimodal Sentiment Analysis2024📄 Paper-💾 Code
LIT: Large Language Model Driven Intention Tracking for Proactive Human-Robot Collaboration – A Robot Sous-Chef Application2024📄 Paper--
Pretrained Language Models as Visual Planners for Human Assistance2023📄 Paper--
Promoting AI Equity in Science: Generalized Domain Prompt Learning for Accessible VLM Research2024📄 Paper--
Image and Data Mining in Reticular Chemistry Using GPT-4V2023📄 Paper--

4.4.1. Web Agent

TitleYearPaperWebsiteCode
Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent08/05/2026📄 Paper--
StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents07/24/2026📄 Paper--
A Real-World WebAgent with Planning, Long Context Understanding, and Program Synthesis2023📄 Paper--
CogAgent: A Visual Language Model for GUI Agents2023📄 Paper-💾 Code
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models2024📄 Paper-💾 Code
ShowUI: One Vision-Language-Action Model for GUI Visual Agent2024📄 Paper-💾 Code
ScreenAgent: A Vision Language Model-driven Computer Control Agent2024📄 Paper-💾 Code
Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation2024📄 Paper-💾 Code
VisCritic: Visual State Comparison as Process Reward for GUI Agents06/23/2026📄 Paper--
LiteGUI: Distilling Compact GUI Agents with Reinforcement Learning (SFT-free, 2B/3B)05/08/2026📄 Paper--
LAMO: Scalable Lightweight GUI Agents via Multi-Role Orchestration04/2026📄 Paper--
ScreenExplorer: Autonomous GUI Exploration via Curiosity-Driven VLM Agents2026 (ICLR)📄 Paper--
InfiGUIAgent: Generalist GUI Agent with Native Reasoning and Reflection2026 (EACL)📄 Paper--
MolmoWeb: Open Visual Web Agent and Open Data for the Open Web04/2026📄 Paper🌍 Website💾 Code

4.4.2. Accessibility

TitleYearPaperWebsiteCode
X-World: Accessibility, Vision, and Autonomy Meet2021📄 Paper--
Context-Aware Image Descriptions for Web Accessibility2024📄 Paper--
Improving VR Accessibility Through Automatic 360 Scene Description Using Multimodal Large Language Models2024📄 Paper--

4.4.3. Healthcare

TitleYearPaperWebsiteCode
RESPClinBench: Multimodal Clinical Decision-Making and Longitudinal Disease Tracking08/07/2026📄 Paper--
IMCBench: Multimodal LLMs in Image-grounded Medical Conversations (safety drops on malignant/rare conditions)06/26/2026📄 Paper--
HalluCXR: Benchmarking & Mitigating Hallucinations in Medical VLMs for Chest Radiographs (61.9–82.3% outputs hallucinate)05/19/2026📄 Paper--
Medical Thinking with Multiple Images (MedThinkVQA)04/2026📄 Paper--
MedVRAG: Iterative Multimodal RAG for Medical QA04/2026📄 Paper--
GMAI-VL: General Medical AI Vision-Language Model2026 (AAAI)📄 Paper--
CARE: Towards Clinical Accountability in Multi-Modal Medical Reasoning with an Evidence-Grounded Agentic Framework03/2026📄 Paper--
MedMO: Grounding and Understanding Multimodal Large Language Model for Medical Images02/2026📄 Paper--
Colon-X: Advancing Intelligent Colonoscopy from Multimodal Understanding to Clinical Reasoning12/2025📄 Paper-💾 Code
Frontiers in Intelligent Colonoscopy02/2025📄 Paper-💾 Code
VisionUnite: A Vision-Language Foundation Model for Ophthalmology Enhanced with Clinical Knowledge2024📄 Paper-💾 Code
Multimodal Healthcare AI: Identifying and Designing Clinically Relevant Vision-Language Applications for Radiology2024📄 Paper--
M-FLAG: Medical Vision-Language Pre-training with Frozen Language Models and Latent Space Geometry Optimization2023📄 Paper--
MedCLIP: Contrastive Learning from Unpaired Medical Images and Text2022📄 Paper-💾 Code
Med-Flamingo: A Multimodal Medical Few-Shot Learner2023📄 Paper-💾 Code

4.4.4. Social Goodness

TitleYearPaperWebsiteCode
Analyzing K-12 AI Education: A Large Language Model Study of Classroom Instruction on Learning Theories, Pedagogy, Tools, and AI Literacy2024📄 Paper--
Students Rather Than Experts: A New AI for Education Pipeline to Model More Human-Like and Personalized Early Adolescence2024📄 Paper--
Harnessing Large Vision and Language Models in Agriculture: A Review2024📄 Paper--
A Vision-Language Model for Predicting Potential Distribution Land of Soybean Double Cropping2024📄 Paper--
Vision-Language Model is NOT All You Need: Augmentation Strategies for Molecule Language Models2024📄 Paper-💾 Code
DrawEduMath: Evaluating Vision Language Models with Expert-Annotated Students’ Hand-Drawn Math Images2024📄 Paper--
MultiMath: Bridging Visual and Mathematical Reasoning for Large Language Models2024📄 Paper-💾 Code
Vision-Language Models Meet Meteorology: Developing Models for Extreme Weather Events Detection with Heatmaps2024📄 Paper-💾 Code
He is Very Intelligent, She is Very Beautiful? On Mitigating Social Biases in Language Modeling and Generation2021📄 Paper--
UrbanVLP: Multi-Granularity Vision-Language Pretraining for Urban Region Profiling2024📄 Paper--

5. Challenges

5.1 Hallucination

TitleYearPaperWebsiteCode
TruthLens: Object Hallucination Detection via Self-Evaluating Truthfulness Scores in LVLMs08/07/2026📄 Paper--
MVI-Bench: A Comprehensive Benchmark for Evaluating Robustness to Misleading Visual Inputs in LVLMs11/2025📄 Paper🌍 ICML 2026💾 Code
VL-Calibration: Decoupled Confidence Calibration for VLM Reasoning04/2026📄 Paper--
Focus Matters: Phase-Aware Suppression for Hallucination in Vision-Language Models04/2026📄 Paper--
VLMs Need Words: Vision Language Models Ignore Visual Detail in Favor of Semantic Anchors04/2026📄 Paper--
HALP: Detecting Hallucinations in Vision-Language Models without Generating a Single Token03/2026📄 Paper🌍 ACL-
Tone Matters: The Impact of Linguistic Tone on Hallucination in VLMs01/2026📄 Paper--
Object Hallucination in Image Captioning2018📄 Paper--
Evaluating Object Hallucination in Large Vision-Language Models2023📄 Paper-💾 Code
Detecting and Preventing Hallucinations in Large Vision Language Models2023📄 Paper--
HallE-Control: Controlling Object Hallucination in Large Multimodal Models2023📄 Paper-💾 Code
Hallu-PI: Evaluating Hallucination in Multi-modal Large Language Models within Perturbed Inputs2024📄 Paper-💾 Code
BEAF: Observing BEfore-AFter Changes to Evaluate Hallucination in Vision-Language Models2024📄 Paper🌍 Website-
HallusionBench: An Advanced Diagnostic Suite for Entangled Language Hallucination and Visual Illusion in Large Vision-Language Models2023📄 Paper-💾 Code
AUTOHALLUSION: Automatic Generation of Hallucination Benchmarks for Vision-Language Models2024📄 Paper🌍 Website-
Mitigating Hallucination in Large Multi-Modal Models via Robust Instruction Tuning2023📄 Paper-💾 Code
Hal-Eval: A Universal and Fine-grained Hallucination Evaluation Framework for Large Vision Language Models2024📄 Paper-💾 Code
AMBER: An LLM-free Multi-dimensional Benchmark for MLLMs Hallucination Evaluation2023📄 Paper-💾 Code

5.2 Safety

TitleYearPaperWebsiteCode
SaFeR-VLM: Safety into Multimodal Reasoning via Reinforcement Learning2026 (ICLR)📄 Paper--
HoliSafe: Holistic Safety Evaluation for Vision-Language Models2026 (ICLR)📄 Paper--
JailbreakZoo: Survey, Landscapes, and Horizons in Jailbreaking Large Language and Vision-Language Models2024📄 Paper🌍 Website-
Safe-VLN: Collision Avoidance for Vision-and-Language Navigation of Autonomous Robots Operating in Continuous Environments2023📄 Paper--
SafeBench: A Safety Evaluation Framework for Multimodal Large Language Models2024📄 Paper--
JailBreakV: A Benchmark for Assessing the Robustness of MultiModal Large Language Models against Jailbreak Attacks2024📄 Paper--
SHIELD: An Evaluation Benchmark for Face Spoofing and Forgery Detection with Multimodal Large Language Models2024📄 Paper-💾 Code
Images are Achilles' Heel of Alignment: Exploiting Visual Vulnerabilities for Jailbreaking Multimodal Large Language Models2024📄 Paper--
Jailbreaking Attack against Multimodal Large Language Model2024📄 Paper--
Embodied Red Teaming for Auditing Robotic Foundation Models2025📄 Paper🌍 Website💾 Code
Safety Guardrails for LLM-Enabled Robots2025📄 Paper--

5.3 Fairness

TitleYearPaperWebsiteCode
Hallucination of Multimodal Large Language Models: A Survey2024📄 Paper--
Bias and Fairness in Large Language Models: A Survey2023📄 Paper--
Fairness and Bias in Multimodal AI: A Survey2024📄 Paper--
Multi-Modal Bias: Introducing a Framework for Stereotypical Bias Assessment beyond Gender and Race in Vision–Language Models2023📄 Paper--
FMBench: Benchmarking Fairness in Multimodal Large Language Models on Medical Tasks2024📄 Paper--
FairCLIP: Harnessing Fairness in Vision-Language Learning2024📄 Paper--
FairMedFM: Fairness Benchmarking for Medical Imaging Foundation Models2024📄 Paper--
Benchmarking Vision Language Models for Cultural Understanding2024📄 Paper--

5.4 Alignment

5.4.1 Multi-modality Alignment

TitleYearPaperWebsiteCode
Mitigating Hallucinations in Large Vision-Language Models with Instruction Contrastive Decoding2024📄 Paper--
Enhancing Visual-Language Modality Alignment in Large Vision Language Models via Self-Improvement2024📄 Paper--
Assessing and Learning Alignment of Unimodal Vision and Language Models2024📄 Paper🌍 Website-
Extending Multi-modal Contrastive Representations2023📄 Paper-💾 Code
OneLLM: One Framework to Align All Modalities with Language2023📄 Paper-💾 Code
What You See is What You Read? Improving Text-Image Alignment Evaluation2023📄 Paper🌍 Website💾 Code
Critic-V: VLM Critics Help Catch VLM Errors in Multimodal Reasoning2024📄 Paper🌍 Website💾 Code

5.4.2 Commonsense and Physics Alignment

TitleYearPaperWebsiteCode
VBench: Comprehensive BenchmarkSuite for Video Generative Models2023📄 Paper🌍 Website💾 Code
VBench++: Comprehensive and Versatile Benchmark Suite for Video Generative Models2024📄 Paper🌍 Website💾 Code
PhysBench: Benchmarking and Enhancing VLMs for Physical World Understanding2025📄 Paper🌍 Website💾 Code
VideoPhy: Evaluating Physical Commonsense for Video Generation2024📄 Paper🌍 Website💾 Code
WorldSimBench: Towards Video Generation Models as World Simulators2024📄 Paper🌍 Website-
WorldModelBench: Judging Video Generation Models As World Models2025📄 Paper🌍 Website💾 Code
VideoScore: Building Automatic Metrics to Simulate Fine-grained Human Feedback for Video Generation2024📄 Paper🌍 Website💾 Code
WISE: A World Knowledge-Informed Semantic Evaluation for Text-to-Image Generation2025📄 Paper-💾 Code
Content-Rich AIGC Video Quality Assessment via Intricate Text Alignment and Motion-Aware Consistency2025📄 Paper-💾 Code
Your Large Vision-Language Model Only Needs A Few Attention Heads For Visual Grounding2025📄 Paper--
SpatialVLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities2024📄 Paper🌍 Website💾 Code
Do generative video models understand physical principles?2025📄 Paper🌍 Website💾 Code
PhysGen: Rigid-Body Physics-Grounded Image-to-Video Generation2024📄 Paper🌍 Website💾 Code
How Far is Video Generation from World Model: A Physical Law Perspective2024📄 Paper🌍 Website💾 Code
Imagine while Reasoning in Space: Multimodal Visualization-of-Thought2025📄 Paper--
VBench-2.0: Advancing Video Generation Benchmark Suite for Intrinsic Faithfulness2025📄 Paper🌍 Website💾 Code

5.5 Efficient Training and Fine-Tuning

TitleYearPaperWebsiteCode
OmniPack: Unified Token Compression for Efficient Omni-modal Large Language Models08/05/2026📄 Paper--
GSTEP: Global Spatio-Temporal Density-Driven Visual Token Pruning for Efficient Video LLMs08/05/2026📄 Paper--
FastOCR: Dynamic Visual Fixation via KV Cache Pruning (98% accuracy at 5% visual tokens, 3.0× faster)05/17/2026📄 Paper--
WindowQuant: Mixed-Precision KV Cache Quantization via Window-Level Similarity05/04/2026📄 Paper--
MODIX: Training-Free Multimodal Information-Driven Positional Index Scaling04/2026📄 Paper--
QAPruner: Quantization-Aware Vision Token Pruning for MLLMs04/2026📄 Paper--
Firebolt-VL: Efficient Vision-Language Understanding with Cross-Modality Modulation04/2026📄 Paper--
CoME-VL: Scaling Complementary Multi-Encoder Vision-Language Learning04/2026📄 Paper--
LoRA-Squeeze: Simple and Effective Post-Tuning and In-Tuning Compression of LoRA Modules02/2026📄 Paper--
GRACE: Gated Relational Alignment via Confidence-based Distillation for Efficient VLMs01/2026📄 Paper--
VLMQ: Post-Training Quantization for Large Vision-Language Models2026 (ICLR)📄 Paper--
VILA: On Pre-training for Visual Language Models2023📄 Paper--
SimVLM: Simple Visual Language Model Pretraining with Weak Supervision2021📄 Paper--
LoRA: Low-Rank Adaptation of Large Language Models2021📄 Paper-💾 Code
QLoRA: Efficient Finetuning of Quantized LLMs2023📄 Paper--
Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback2022📄 Paper-💾 Code
RLAIF vs. RLHF: Scaling Reinforcement Learning from Human Feedback with AI Feedback2023📄 Paper--

5.6 Scarce of High-quality Dataset

TitleYearPaperWebsiteCode
A Prescription for Better VLMs through Data Curation Alone (20/20 Vision)05/2026📄 Paper--
A Survey on Bridging VLMs and Synthetic Data2025📄 Paper-💾 Code
Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning2024📄 PaperWebsite💾 Code
SLIP: Self-supervision meets Language-Image Pre-training2021📄 Paper-💾 Code
Synthetic Vision: Training Vision-Language Models to Understand Physics2024📄 Paper--
Synth2: Boosting Visual-Language Models with Synthetic Captions and Image Embeddings2024📄 Paper--
KALIE: Fine-Tuning Vision-Language Models for Open-World Manipulation without Robot Data2024📄 Paper--
Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation2024📄 Paper--
blip2
claude
clip
deepseek
gemini-pro
gpt-4v
llama-vision-model
llava
multimodal-benchmarks
multimodal-models
qwen-vl
reinforcement-learning
sota-model
vision-language-model-applications
vision-language-models
world-model
world-models

Contributors

zli12321

135 commits

wuxiyang1996

32 commits

Hongyang-Du

15 commits

mghiasvand1

3 commits

Languages

HTML

88.4%

Python

11.6%