Perception, Reason, Think, and Plan: A Survey on Large Multimodal Reasoning Models

January 9, 2026 · View on GitHub

:house_with_garden:Project Page | :memo:Paper | :black_nib: Citation

Yunxin Li, Zhenyu Liu, Zitao Li, Xuanyu Zhang, Zhenran Xu, Xinyu Chen, Haoyuan Shi, Shenyuan Jiang, Xintong Wang, Jifang Wang, Shouzheng Huang, Xinping Zhao, Borui Jiang, Lanqing Hong, Longyue Wang, Zhuotao Tian, Baoxing Huai, Wenhan Luo, Weihua Luo, Zheng Zhang, Baotian Hu, Min Zhang
Harbin Institute of Technology, Shenzhen
If you like our project, please consider giving us a star ⭐ on GitHub to stay updated with the latest developments.
We welcome recommendations for uncovered work. :rocket: Please suggest additions via issues or email to help us update this repository.

Citation

If you find this work useful for your research, please cite our paper:

@article{li2025perception,
  title={Perception, Reason, Think, and Plan: A Survey on Large Multimodal Reasoning Models},
  author={Li, Yunxin and Liu, Zhenyu and Li, Zitao and Zhang, Xuanyu and Xu, Zhenran and Chen, Xinyu and Shi, Haoyuan and Jiang, Shenyuan and Wang, Xintong and Wang, Jifang and Huang, Shouzheng and Zhao, Xinping and Jiang, Borui and Hong, Lanqing and Wang, Longyue and Tian, Zhuotao and Huai, Baoxing and Luo, Wenhan and Luo, Weihua and Zhang, Zheng and Hu, Baotian and Zhang, Min},
  journal={arXiv preprint arXiv:2505.04921},
  year={2025}
}

News

🔥 Latest :point_right: [2025/08/02] We updated the recommended works about multimodal reasoning in our repo and paper. You are welcome to recommend your work to us.

🔥 Latest :point_right: [2025/07/06] We collected recent multimodal reasoning models and benchmarks (about 150 papers in 2025.05~2025.06) in our new version and repository. You are welcome to recommend your work to us.

🔥 Latest Updates (Click to See More News)

[2025/05/20] 🏮 We have updated some uncovered works (issues) in the following subsections and papers, continuously introducing newest works. You are welcome to recommend your work to us.

[2025/05/11] 🏮 Exciting news! Our survey was quickly highlighted as the first paper for May 2025 on Hugging Face Daily Papers. Check it out: https://huggingface.co/papers/2505.04921.

[2025/05/09] 🏮 We've analyzed 550+ papers charting the rise of Large Multimodal Reasoning Models (LMRMs). Discover the 4-stage journey from basic modules to advanced MCoT/RL, envisioning Native LMRMs (e.g., capability scope and level, technical prospect) for comprehensive perception, precise understanding, deep reasoning and planning.

About

Advances on multimodal reasoning models and a collection of related datasets and benchmarks

progress
Figure 1: The core evolving path of large multimodal reasoning models.

Table of Contents

1 Overview

progress
Figure 2: The roadmap of large multimodal reasoning models.

Large Multimodal Reasoning Models (LMRMs) have emerged as a promising paradigm, integrating modalities such as text, images, audio, and video to support complex reasoning capabilities—aiming to achieve comprehensive perception, precise understanding, and deep reasoning.

As research advances, multimodal reasoning has rapidly evolved from modular, perception-driven pipelines to unified, language-centric frameworks that offer more coherent cross-modal understanding. While instruction tuning and reinforcement learning have improved model reasoning, significant challenges remain in omni-modal generalization, reasoning depth, and agentic behavior.

We present a comprehensive and structured survey of multimodal reasoning research, organized around a four-stage developmental roadmap that reflects the field’s shifting design philosophies and emerging capabilities.

First, we review early efforts based on task-specific modules, where reasoning was implicitly embedded across stages of representation, alignment, and fusion.

Next, we examine recent approaches that unify reasoning into multimodal LLMs, with advances such as Multimodal Chain-of-Thought (MCoT) and multimodal reinforcement learning enabling richer and more structured reasoning chains.

Finally, drawing on empirical insights from challenging benchmarks and experimental cases of OpenAI-O3 and O4-mini, we discuss the conceptual direction of native large multimodal reasoning models (N-LMRMs), which aim to support scalable, agentic, and adaptive reasoning and planning in complex, real-world environments.

2 Roadmap of Multimodal Reasoning Models

2.1 Stage 1 Perception Driven Reasoning - Developing Task-Specific Reasoning Modules

2.1.1 Modular Reasoning Networks

Click to expand Modular Reasoning Networks table
ModelYearArchitectureHighlightTraining Method
NMN2016ModularDynamically assembles task-specific modules for visual-textual reasoning.Supervised learning
HieCoAtt2016Attention-basedAligns question semantics with image regions via hierarchical cross-modal attention.Supervised learning
MCB2016BilinearOptimizes cross-modal feature interactions with efficient bilinear modules.Supervised learning
SANs2016Attention-basedIteratively refines reasoning through multiple attention hops over visual features.Supervised learning
DMN2016Memory-basedIntegrates memory modules for multi-episode reasoning over sequential inputs.Supervised learning
ReasonNet2017ModularDecomposes reasoning into entity-relation modules for structured inference.Supervised learning
UpDn2018Attention-basedCombines bottom-up and top-down attention for object-level reasoning.Supervised learning
MAC2018Memory-basedUses a memory-augmented control unit for iterative compositional reasoning.Supervised learning
BAN2018BilinearCaptures high-order interactions via bilinear attention across modalities.Supervised learning
HeteroMemory2019Memory-basedSynchronizes appearance and motion modules for video-based temporal reasoning.Supervised learning
MuRel2019RelationalModels reasoning as a relational network over object pairs for fine-grained inference.Supervised learning
MCAN2019Attention-basedEmploys modular co-attention with self- and guided-attention for deep reasoning.Supervised learning

2.1.2 Vision-Language Models-based Modular Reasoning

Click to expand Vision-Language Models table
ModelYearArchitectureHighlightTraining Method
ViLBERT2019Dual-EncoderAligns visual-text features via dual-stream Transformers with cross-modal attention.Pretraining + fine-tuning
LXMERT2019Dual-EncoderEnhances cross-modal reasoning with dual-stream pretraining on diverse tasks.Pretraining + fine-tuning
X-LXMERT2020Dual-EncoderExtends dual-stream reasoning with generative cross-modal pretraining.Pretraining + fine-tuning
ALBEF2021Dual-EncoderIntegrates contrastive learning with momentum distillation for robust reasoning.Contrastive + generative pretraining
SimVLM2021Dual-EncoderUses prefix-based pretraining for flexible cross-modal reasoning.Pretraining + fine-tuning
VLMo2022Dual-EncoderEmploys a mixture-of-modality-experts for dynamic cross-modal reasoning.Pretraining + fine-tuning
METER2022Dual-EncoderEnhances reasoning with a modular encoder-decoder for robust alignment.Pretraining + fine-tuning
BLIP2022Dual-EncoderBootstraps alignment with contrastive learning for efficient reasoning.Contrastive + generative pretraining
VisualBERT2019Single-Transformer-BackboneFuses visual-text inputs in a single Transformer for joint contextual reasoning.Pretraining + fine-tuning
VL-BERT2019Single-Transformer-BackboneEnhances cross-modal reasoning with unified visual-language pretraining.Pretraining + fine-tuning
UNITER2020Single-Transformer-BackboneReasons via joint contextual encoding in a single Transformer backbone.Pretraining + fine-tuning
PixelBERT2020Single-Transformer-BackboneProcesses pixels with CNN+Transformer for fine-grained cross-modal reasoning.Pretraining + fine-tuning
UniVL2020Single-Transformer-BackboneUnifies video-language reasoning with a single Transformer for temporal tasks.Pretraining + fine-tuning
Oscar2020Single-Transformer-BackboneAnchors reasoning with object tags in a unified Transformer for semantic inference.Pretraining + fine-tuning
VinVL2021Single-Transformer-BackboneBoosts reasoning with enhanced visual features in a single Transformer.Pretraining + fine-tuning
ERNIE-ViL2021Single-Transformer-BackboneIntegrates scene graph knowledge for structured visual-language reasoning.Pretraining + fine-tuning
UniT2021Single-Transformer-BackboneStreamlines multimodal tasks with a shared self-attention Transformer backbone.Pretraining + fine-tuning
Flamingo2022Single-Transformer-BackbonePrioritizes dynamic vision-text interactions via cross-attention.Pretraining + fine-tuning
CoCa2022Single-Transformer-BackboneCombines contrastive and generative heads for versatile cross-modal reasoning.Contrastive + generative pretraining
BEiT-32022Single-Transformer-BackboneUnifies vision-language learning with masked data modeling.Pretraining + fine-tuning
OFA2022Single-Transformer-BackboneProvides a unified multimodal framework for efficient cross-modal reasoning.Pretraining + fine-tuning
PaLI2022Single-Transformer-BackboneScales reasoning with a multilingual single-Transformer framework.Pretraining + fine-tuning
BLIP-22023Single-Transformer-BackboneUses a querying Transformer for improved cross-modal reasoning efficiency.Pretraining + fine-tuning
Kosmos-12023Single-Transformer-BackboneEnables interleaved input processing for flexible multimodal understanding.Pretraining + fine-tuning
Kosmos-22023Single-Transformer-BackboneEnhances grounding capability for precise object localization and reasoning.Pretraining + fine-tuning
CLIPCap2021Vision-Encoder-LLMProjects CLIP visual features into an LLM for reasoning and captioning.Fine-tuning
LLaVA2023Vision-Encoder-LLMTunes ViT-LLM integration for conversational multimodal reasoning.Instruction tuning
MiniGPT-42023Vision-Encoder-LLMAligns ViT to a frozen LLM via projection for streamlined reasoning.Fine-tuning
InstructBLIP2023Vision-Encoder-LLMUses instruction tuning to align ViT with LLM for multimodal reasoning.Instruction tuning
Qwen-VL2023Vision-Encoder-LLMIncorporates spatial-aware ViT for enhanced grounded reasoning.Pretraining + fine-tuning
mPLUG-Owl2023Vision-Encoder-LLMIntegrates modular visual encoder with LLM for instruction-following reasoning.Instruction tuning
Otter2023Vision-Encoder-LLMCombines modular visual encoder with LLM for in-context multimodal reasoning.Instruction tuning

2.2 Stage 2 Language-Centric Short Reasoning - System-1 Reasoning

With the advent of large-scale multimodal pretraining, MLLMs have started to demonstrate emergent reason- ing capabilities. However, such inferences are often shallow, relying primarily on implicit correlations rather than explicit logical processes. To mitigate this limitation, MCoT has emerged as a simple yet effective ap- proach. By incorporating intermediate reasoning steps, MCoT improves cross-modal alignment, knowledge integration, and contextual grounding, all without the need for extensive supervision or significant architec- tural modifications. In this stage, we categorize existing approaches into three paradigms: prompt-based MCoT, structural reasoning with predefined patterns, and tool-augmented reasoning leveraging lightweight external modules.

progress
Figure 3: Taxonomy and representative methods of structural reasoning in multimodal chain-of-thought.

2.2.1 Prompt-based MCoT

2.2.2 Structural Reasoning

Click to expand Structural Reasoning table
NameModalityTaskReasoning StructureDatasetsHighlight
CantorT,IVQAPerception, Decision-Decouples perception and reasoning via feature extraction and CoT-style integration.
TextCoTT,IVQACaption, Localization, Precise observation-First summarizes visual context, then generates CoT-based responses.
Grounding-PrompterT,V,ATemporal Sentence GroundingDenoisingVidChapters-7MGrounding-Prompter performs global parsing, denoising, partitioning before reasoning.
Audio-CoTT,AAQAManual-CoT, Zero-Shot-CoT, Desp-CoT-Enhances visual reasoning by utilizing three chain-of-thought paradigms.
VICI,TVQAThinking before looking-Breaks tasks into text-based sub-steps before integrating visual inputs to form final rationales.
Visual SketchpadI,TVQA, math QASketch-based reasoning paradigm-Organizes rationales into "Thought, Action, Observation" phases.
Det-CoTI,TVQASubtask decomposition, Execution, and Verification-Formalizes VQA reasoning as a combination of subtasks and reviews.
BDoGI,TVQAEntity update, Relation update, Graph pruning-Utilizes a dedicated debate-summarization pipeline with specialized agents.
CoTDetI,Tobject detectionObject listing, Affordance analysis, Visual feature summarizationCOCO-TasksAchieves object detection via human-like procedure of listing, analyzing and summarizing.
CoCoTI,TVQAContrastive prompting strategy-Systematically contrasts input similarities and differences.
TeSOT,A,VTemporal Sentence GroundingVisual summary, Sound filtering, DenoisingYoutube-8M, Semantic-ADE20KRobustly localizes sounding objects in the visual space through global understanding, sounding object filtering, and noise removal.
Emma-XI,TRobotic taskGrounded CoT reasoning, Look-ahead spatial reasoningDataset based on BridgeV2Integrates grounded planning and predictive.
DDCoTT,IVQAQuestion Deconstruct, RationaleScienceQAMaintains a critical attitude by identifying reasoning and recognition responsibilities through the combined effect of negative-space design and visual deconstruction.
AVQA-CoTT,A,VAVQAQuestion Deconstruct, Question Selection, RationaleMUSIC-AVQADecomposes complex questions into multiple simpler sub-questions and leverages LLMs to select relevant sub-questions for audio-visual question answering.
CoT-PTT,IImage Classification, Image-Text Retrieval, VQACoarse-to-Fine Image Concept RepresentationImageNetFirst to successfully adapt CoT for prompt tuning by combining visual and textual embeddings in the vision domain.
IoTT,IVQAVisual Action Selection, Execution, Rationale, Summary, Self-Refine-Enhances visual reasoning by integrating visual and textual rationales through a model-driven multimodal reasoning chain.
ShikraT,IVQA, PointQACaption, Object GroundingScienceQAMaintains a critical attitude by identifying reasoning and recognition responsibilities through the combined effect of negative-space design and visual deconstruction.
E-CoTT,I,APolicies' GeneralizationTask Rephrase, Planning, Task Deconstruct, Object GroundingBidgedata v2Integrates semantic planning with low-level perceptual and motor reasoning, advancing task formulations in embodied intelligence.
CoST,IVQAObject Grounding, RationaleLlava665KGuides the model to identify and focus on key image regions relevant to a question, enabling multi-granularity understanding without compromising resolution.
TextCoTT,IVQACaption, Object Grounding, Image ZoomLlava665K, SharedGPT4VEnables accurate and interpretable multimodal question answering through staged processing: overview, coarse localization, and fine-grained observation.
DCoTT,IVQAObject Grounding, Fine-Grained Image Generation, Similar Example Retrieve, Rationale-Uses a dual-guidance mechanism by combining bounding box cues to focus attention on relevant image regions and retrieving the most suitable examples from a curated demonstration cluster as contextual support.

2.2.3 Externally Augmented Reasoning

Click to expand Externally Augmented Reasoning table
NameModalityTaskEnhancement TypeExternal SourceHighlight
MM-ToTT,IImage GenerationSearch AlgorithmDFS,BFSApplies DFS and BFS to select optimal outputs.
HoTT,IVQASearch Algorithmmulti-hop random walks on graphGenerates linked thoughts from multimodal data in a hyperedge.
AGoTT,IText-Image Retrieval, VQASearch Algorithmprompt aggregation and prompt flow operationsBuilds a graph to aggregate multi-faceted reasoning with visuals.
BDoGT,IVQASearch AlgorithmGraph Condensation: Entity update, Relation update, Graph pruningEffective three-agent debate forms thought graph for multimodal queries.
L3GOT,I3D Object Generation & CompositionToolsBlender, ControlNetIterative part-based 3D construction through LLM reasoning in a simulation environment.
HDRAT,IKnowledge-QA, Visual GroundingToolsRL agent controller, Visual Foundation ModelsRL agent controls multi-stage visual reasoning through dynamic instruction selection.
Det-CoTT,Iobject detectionToolsVisual Processing PromptsVisual prompts guide MLLM attention for structured detection reasoning.
Chain-of-ImageT,IGeometric, chess & commonsense reasoningToolsChain of Images promptingGenerates intermediate images during reasoning for visual pattern recognition.
AnyMALT, I, A, VCross-modal reasoning, multimodal QAToolsPre-trained alignment moduleEfficient integration of diverse modalities; strong reasoning via LLaMA-2 backend.
SE-CMRNT,IVisual Commonsense ReasoningToolsSyntactic Graph Convolutional NetworkEnhances language-guided visual reasoning via syntactic GCN in a dual-branch network.
RAGART,IPolitical Fact-CheckingRAGDuckDuckGo & SerpAPIIntegrates MLLMs with retrieval-augmented reasoning to verify facts using text and image evidence.
Chain-of-actionT,IInfo retrievalRAGGoogle Search, ChromaDBDecomposes questions into reasoning chains with configurable retrieval actions to resolve conflicts between knowledge sources.
KAM-CoTT,I, KGEducational science reasoningRAGConceptNet knowledge graphEnhances reasoning by retrieving structured knowledge from graphs and integrating it through two-stage training.
AR-MCTST,IMulti-step reasoningRAGContriever, CLIP dual-streamStep-wise retrieval with Monte Carlo Tree Search for verified reasoning.
MR-MKGT, IGeneral multimodal reasoningRAGRGATEnhances multimodal reasoning by integrating information from multimodal knowledge graphs.
Reverse-HPT, IDisease-related reasoningRAGreverse hyperplane projectionUtilizes KG embeddings to enhance reasoning for specific diseases with multimodal data.
MarTT, IAnalogical reasoningRAGStructure-guided relation transferUses structure mapping theory and relation-oriented transfer for analogical reasoning with KG.
MCoT-MemoryT,IVQAMultimodal Information EnhancingLLAVAMemory framework and scene graph construction for effective long-horizon task planning
MGCoTT,IVQAMultimodal Embedding EnhancingViT-large encoderPrecise visual feature extraction aiding multimodal reasoning
CCoTT,IVQAMultimodal Perception EnhancingScene GraphsUtilization of the generated scene graph as an intermediate reasoning step.
CVR-LLMT,IVQAMultimodal Embedding EnhancingBLIP2flant5 & BLIP2 multi-embeddingPrecise context-aware image descriptions through iterative self-refinement and effective text-multimodal factors integrations
TeSOT,V,ATemporal Sentence Grounding (TSG)Multimodal Information EnhancingVGGishIntegrates text semantics to mitigate segmentation preference for better audio-visual correlation boosting AVS performance.
CATT,IImage CaptioningMultimodal Perception EnhancingSAMPromising pre-trained image caption generators, SAM, and instruction-tuned large language models integration

2.3 Stage 3 Language-Centric Long Reasoning - System-2 Thinking and Planning

While structural reasoning introduces predefined patterns to guide MLLMs toward more systematic reason- ing, it remains constrained by shallow reasoning depth and limited adaptability. To handle more complex multimodal tasks, recent work aims to develop System-2-style reasoning (Kahneman, 2011). Unlike fast and reactive strategies, this form of reasoning is deliberate, compositional, and guided by explicit planning. By extending reasoning chains, grounding them in multimodal inputs, and training with supervised or reinforce- ment signals, these models begin to exhibit long-horizon reasoning and adaptive problem decomposition.

progress
Figure4: Timeline (top) and core components (bottom) of recent multimodal O1-like and R1-like models.

2.3.1 Cross-Modal Reasoning

Click to expand Cross-Modal Reasoning table
NameModalityCross-Modal ReasoningTaskHighlight
IdealGPTT, IAnswer sub-questions about image via gptVQA, Text EntailmentUsing gpt to iteratively decompose and solve visual reasoning tasks
AssistGPTT, I, VPlan, Execute, Inspect via External Tools(gpt4, OCR, Grounding, et al.)VQA, Causal ReasoningUsing an interleaved code and language reasoning approach to handle complex multimodal tasks
ProViQT, VGenerate and execute Python programs for the videoVideo VQAUsing procedural programs to solve visual subtasks in videos
MM-REACTT, I, VUse CV tools for sub-taskss about imageVQA, Video VQAVision experts combined with GPT for multimodal reasoning and action
VisualReasonerT, ISynthesize multi-step reasoning(Using exteral CV tools) dataGQA, VQAProposing a least-to-most visual reasoning paradigm and a data synthesis approach for training
Multi-model-thoughtT, IExternal Tools(Visual Sketchpad)Geometry, Math, VQAInvestigating inference-time scaling for multi-modal thought across diverse tasks
FaSTT, ISystem switch adapter for visual reasoningVQAIntegrating fast and slow thinking mechanisms into visual agents
ICoTT, IGenerate interleaved visual-textual reasoning via ADSVQAUsing visual patches as reasoning carriers to improve LMMs' fine-grained reasoning
Image-of-ThoughtT, IExtract visual rationales step-by-step via IoT promptingVQAUsing visual rationales to enhance LLMs' reasoning accuracy and interpretability
CoTDiffusionT, IExternal AlgorithmsRoboticsGenerating subgoal images before action to enhance reasoning in long-horizon robot manipulation tasks
T-SciQT, IModel-Intrinsic CapabilitiesScienceQAUsing LLM-generated reasoning signals to teach multimodal reasoning for complex science QA
Visual-CoTT, IModel-Intrinsic CapabilitiesVQA, DocQA, ChartQAUsing visual-text pairs as reasoning carriers to bridge logical gaps in sequential data
VoCoTT, IModel-Intrinsic CapabilitiesVQAUsing visually-grounded object-centric reasoning paths for multi-step reasoning
MVoTT, IModel-Intrinsic CapabilitiesSpatial ReasoningUsing multimodal reasoning with image visualizations to enhance complex spatial reasoning in LMMs

2.3.2 MM-O1

Click to expand MM-O1 table
NameBackboneDatasetModalityReasoning ParadigmTask TypeHighlight
Macro-O1Qwen2-7B-InstructOpen-O1 CoT + Marco-o1 CoT + Marco-o1 InstructionTMCTS-guided ThinkingMath, TranslateMCTS for solution expansion and reasoning action strategy
llamaberryLLaMA-3.1-8BPRM800K + OpenMathInstruct-1TMCTS-guided ThinkingMathSR-MCTS for search and PPRM for evaluation
RBF++LLaMA3-8B-InstructGSM8K, SVAMP, MATHTextSR-MCTS (Structured and Recursive MCTS) + PPRMMathProposes SR-MCTS for structured search and PPRM for evaluating reasoning boundaries
LLaVA-CoTLlama-3.2V-11B-cotLLaVA-CoT-100kT, ISummary, Caption, ThinkingScience, GeneralIntroduce LLaVA-CoT-100k and scalable beam search
LlamaV-o1Llama-3.2V-11B-cotLLaVA-CoT-100k + PixMoT, ISummary, Caption, ThinkingScience, GeneralIntroduce VCR-Bench and outperforms
MulberryLlama-3.2V-11B-cot, LLaVA-Next-8B, Qwen2-VL-7BMulberry-260KT, ICaption, Rationales, ThinkingMath, GeneralIntroduce Mulberry-260k and CoMCTS for collective learning
RedStar-GeoInternVL2-8BGeoQAT, ILong-ThinkingMathCompetitive with minimal Long-CoT data

2.3.3 MM-R1

Click to expand MM-R1 table
ApproachBackboneDatasetRL AlgorithmModalityTask TypeRL FrameworkCold StartRule-base/RM
RLHF-VLLaVA-13BRLHF-V-Dataset(1.4k)DPOT, IVQAMuffin-(unknown)
InternVL2.5InternVLMMPR(3m)MPO(DPO)T, IVQA--(unknown)
Insight-VLLaMA3-LLaVA-Next-DPOT, IVQAtrl-(unknown)
LLaVA-Reasoner-DPOLLaMA3-LLaVA-NextShareGPT4o-reasoning-dpo(6.6k)DPOT, IVQAtrl-(unknown)
VLM-R1Qwen2.5-VLcoco , LISA , RefcocoGRPOT, IGrounding ,Math , Open-Vocabulary DetectiontrlNoRule-base
R1-VQwen2-VLCLEVR , GEOQAGRPOT, ICounting , MathtrlNoRule-base
MM-EUREKAInternVL2.5K12 , MMPRRLOOT, IMathOpenRLHFYesRule-base
MM-EUREKA-QwenQwen2.5-VLK12 , MMPRGRPOT, IMathOpenRLHFNoRule-base
Video-R1Qwen2.5-VLVideo-R1(260K)GRPOT, I, VVideo VQAtrlYesRule-base
LMM-R1Qwen2.5-VLVerMultiPPOT, IMathOpenRLHFNoRM
Vision-R1Qwen2.5-VLLLaVA-CoT , MulberryGRPOT, IMath-YesRule-base
Visual-RFTQwen2-VLcoco , LISA , ...GRPOT, IDetection , ClassificationtrlNoRule-base
STAR-R1Qwen2.5-VL-7BTRANCE(13.5k)GRPOT, ISpatial Reasoning (Transformation)vLLMNoRule-base
VL-RethinkerQwen2.5-VLMathVista, MathVerse, MathVision, MMMU-Pro, EMMA, MEGAGRPO+SSRT, IMathematical, Scientific, Real-world ReasoningtrlNoRule-base
Reason-RFTQwen2.5-VLCLEVR-Math, Super-CLEVR, GeoMath, Geometry3K, TRANCEGRPOT, ICounting, Structure Perception, Spatial TransformationtrlNoRule-base
R1-OneVisionQwen2.5-VLR1-Onevision-DatasetGRPOT, IMath , Science , General , Doc-YesRule-base
Seg-ZeroQwen2.5-VL , SAM2RefCOCOg , ReasonSegGRPOT, IGroundingverlNoRule-base
VisualThinker-R1-ZeroQwen2-VLSAT datasetGRPOT, ISpatial ReasoningtrlNoRule-base
R1-OmniHumanOmniMAFW , DFEWGRPOT, I, A, Vemotion recognitiontrlYesRule-base
OThink-MR1Qwen2.5-VLCLEVR , GEOQAGRPOT, ICounting , Math-NoRule-base
Multimodal-Open-R1Qwen2-VLmultimodal-open-r1-8k-verified(based on Math360K and Geo170K)GRPOT,IMathtrlNoRule-base
Curr-ReFTQwen2.5-VLRefCOCOg , Math360K , Geo170KGRPOT,IDetection , Classification , MathCurr-RLNoRM
Open-R1-VideoQwen2-VLopen-r1-video-4kGRPOT, I, VVideo VQAtrlNoRule-base
VisRLQwen2.5-VLVisCoTDPOT,IVQAtrlYesRM
R1-VLQwen2-VLMulberry-260kStepGRPOT,IMath , ChartQAnot releaseNoRule-base
WEBAGENT-R1Qwen2.5-3B/Llama3.1-8BWebArena-LiteM-GRPOTweb tasksno releaseYesRM
WavRewardQwen2.5-Omni-7B-ThinkChatReward-30KPPOT,Aend-to-end dialoguenot releaseNoRule-base
VPRLLVM-3BFrozenLake, Maze, MiniBehaviorGRPOIVisual Spatial Planningno releaseYesRule-base
VideoChat-R1Qwen2.5-VL-InstructCharade - STA + NExTGQA + FIBER-1k + VidTABGRPOT, I, VVideo Grounding + Video VQAtrlNoRule-base
VerIPOQwen2.5-VL-InstructDAPO-Math + ViRL39K + VQA-Video-24KGRPO + DPOT, I, VVideo VQA + SpatialOpenRLHFNoRule-base
VAU-R1Qwen2.5-VL-InstructVAU-Bench-TrainGRPOT, I, VAnomaly Understanding+ Video VQA + Video GroundingtrlNoRule-base
UnifiedReward-ThinkUnifiedRewardHPD(25.6K),EvalMuse(3K),OpenAI-4o_t2i_human_preference (6.7K),VideoDPO (10K),Text2Video-Human Preferences (5.7K),ShareGPTVideo-DPO (17K)GRPOT,I,VVideo/Image Understanding,Reward AssessmenttrlyesRule-base
UIShiftQwen2.5‑VL‑3B‑Instruct,Qwen2.5‑VL‑7B‑Instructno releaseGRPOT,IGUI automation,GUI groundingVLM-R1noRule-base
UI-R1Qwen2.5-VL-3BScreenSpot(mobile subset),AndroidControl(1K)GRPOT,IGUI Action Prediction,GUI groundingno releasenoRule-base
TW-GRPOQwen2.5-VL-InstructCLEVRER datasetGRPOT, I, VVideo VQAtrlNoRule-base
TinyLLaVA-Video-R1Qwen2.5-VL-InstructNextQAGRPOT, I, VVideo VQAtrlYesRule-base
Time-R1Qwen2.5-VL-InstructYT-Temporal + DiDeMo + QuerYD + InternVid + HowTo100M + VTG-IT + TimeIT + TimePro + HTStep + LongVidGRPOT, I, VVideo GroundingtrlYesRule-base
Spatial-MLLMQwen2.5-VL-InstructSpatial-MLLM-120kGRPOT, I, VSpatialnot releaseYesRule-base
SpaceRQwen2.5-VL-InstructSpaceR-151kGRPOT, I, VSpatial + VideoVQAtrlNoRule-base
SoundMindQwen2.5-Omni-7BAudio Logical Reasoning(ALR)REINFORCE++T,AAudio text bimodal reasoningVeRLNoRule-base
Skywork-VL RewardQwen2.5-VL-7B-InstructLLaVA-Critic-113k,Skywork-Reward-Preference-80Kv0.2,RLAIF-V-DatasetMPOT,IVQA,Math,Science,Reasoningnot releasenoRule-base
ShapeLLM-0mniQwen-2.5-VL-Instruct-7B3D-AlpacaNot explicitly mentioned (Uses autoregressive models)T,I,3D3D Generation, 3D Understanding, 3D EditingNot directly stated (Uses supervised fine-tuning andautoregressive training)NoRule-based
GRPO-CAREQwen2.5-VL-InstructSEED-Bench-R1-TrainGRPOT, I, VVideo VQA + SpatialtrlNoRule-base
SARIQwen2-Audio-7B-Instruct/ Qwen2.5-OmniAudioSet+MusicBench+Meld+AVQAGRPOT,AAudio QAtrlNoRule-base
Router-R1Qwen2.5-3B-Instruct , LLaMA-3.2-3B-InstructNatural Questions, TriviaQA, PopQA; HotpotQA, 2WikiMultiHopQA, Musique, BambooglePPOTMulti-hop Question AnsweringverlYesRM + Rule-base
RM-R1Qwen-Instruct (7B/14B/32B), DeepSeek-Distilled-Qwen (7B/14B/32B)Skywork-Reward-Preference, Code-Preference-Pairs, Math-DPO-10KGRPOTReward ModelingverlYesRM
LoVeCLlama-3-8B-Instruct and Gemma-2-9B-ItWildHallu,Bios,PopQAGRPO,DPO,and ORPOTlong-form generationTRL/vLLMNoRule-base+RM
ReFoCUSLLaVA-OV / InternVLReFoCUS-962KGRPOT, I, VVideo VQAnot releaseNoRM
ReCodeQwen-2.5-Coder-7B-Instruct and DeepSeekv1.5-Coder-7B-Instructconstruct own training datasetGRPO,DAPOTcode generationnot releaseNoRule-base
R1-Zero-VSIQwen2-VL-InstructVSI-100kGRPOT, I, VSpatialnot releaseNoRule-base
R1-RewardQwenVL-2.5-7B-InstructRLAIF-V,VL-Feedback,POVID,WildVision-BattleStableReinforce(Reinforce++ variant)T,I,VVideo/Image Understanding,Reward AssessmentOpenRLHFyesRule-base
R1-Code-InterpreterQwen-2.5-(3B,7B,14B)SymBench,BIG-Bench-Hard,Reasoning-GymGRPOTplanningverlYesRM
R1-AQAQwen2-Audio-7B-InstructAVQAGRPOT,AAudio QAtrlYesRule-base
Phi-Omni-ST--------
Patho-R1OpenAI-CLIP/Qwen2.5VLPubMed+Quilt+PathGenGRPO+DAPOT, IOpen-ended/Close-ended VQAVeRLYesRule-base
GVM-RAFTQwen2.5-Math-1.5B and Qwen2.5-Math-7BNumina-MathDynamic RAFTTMathverlNoRule-base
Omni-R1 (ZJU)Qwen2.5-Omni-7BRefAVS,ReVOS,MeViS,refCOCOgGRPOT,V,AAudio-Visual Segmentation(AVS),Reasoning Video Object Segmentation (VOS)trlYesRule-base
Omni-R1 (MIT)Qwen2.5-Omni-7BAVQA-GPT,VGGS-GPTGRPOT,AAudio QAnot releasenoRM
MUSEGQwen2.5-VL-InstructE.T. Instruct 164k + CharadesSTAGRPOT, I, VVideo VQA + Video GroundingtrlNoRule-base
MobileIPLQwen2-VL-7BMobileIPL-datasetDPOT,IGUI automationno releaseyesRule-base
Mixed-R1Qwen2.5-VL-(3B,7B)Mixed-45KGRPOT, I,Vreasoningno releaseYesRM + Rule-base
Ming-OmniMing-OmniOS-ATLAS, M2E, IM2LATEX-100K, Mini-CASIA-CSDB, CASIA-CSDB, DoTA, ICDAR23-SVRD, AitZ, AitW, GUICourse, OmniMedVQA, SLAKE, VQA-Med, Geometry3K, UniGeo, MAVIS, GeoS, PixMo-count, Geoqa+, GeomVerse, ChemVLM, TGIF-Transition, ShareGPT4Video, videogpt-plus, Llava-video-178k, Video-Vista, Neptune, FunQA, Temp-Compass, EgoTask, InternVid, CLEVRER, VLN-CE, Vript, Cinepile, OpenVid-1M, WenetSpeech, KeSpeech, AliMeeting, AISHELL-1, AISHELL-3, AISHELL-4, CoVoST, CoVoST2, Magicdata, Gigaspeech, Libriheavy, LibriSpeech, SlideSpeech, SPGISpeech, TED-LIUM, Emilla, Multilingual LibriSpeech, Peoples Speechnot releaseT,I,V,AUnified Omni-Modality Perception,Perception and Generationnot releasenot releasenot release
MedVLM-R1Qwen2-VL-2BHuatuoGPT-VisionGRPOT, IRadiological VQAnot releaseYesRule-base
Med-R1Qwen2-VL-2B-InstructOmniMedVQAGRPOT, Imedical VQAnot releaseYesRule-base
LingshuQwen2.5-VL-Instruct3.75M open-source medical samples and 1.30M synthetic medical samples / MedEvalKitGRPOT, Imultimodal QA, text-based QA, and medical report generationnot releaseYesRule-base
AutoThinkDeepSeek-R1-Distill-Qwen-1.5BMATH, Minerva, Olympiad, AIME24, AMC23GRPOTMathematical ReasoningverlNoRM
InfiGUI-R1Qwen 2.5-VL-3B-InstructAndroidControl,ScreenSpot ,ScreenSpot-Pro,Widget-Caption,COCORLOOT,IGUI automation,GUI groundingno releasenoRule-base
GUI-R1QwenVL 2.5-3B/7BGUI-R1-3KGRPOT,IGUI automation,GUI groundingEasyR1noRule-base
GUI-G1Qwen2.5‑VL‑3B‑InstructUI-BERT and OS-Atlas (17K)GRPOT,IGUI groundingno releasenoRule-base
GUI-Critic-R1Qwen2.5‑VL‑7B‑InstructGUI-Critic-TrainGRPOT,IGUI Operation Error Detection and Correctionno releaseyesRule-base
GRITQwen2.5-VL-3B and InternVL-3-2BVSR,TallyQA,GQA,MME,MathVista,OVDEvalGRPOT,Iexplicit visual grounding and multi-step reasoningDeepspeed Zero2NoRule-base+RM
FinLMM-R1Qwen2.5-VL-3BFinDataGRPOT,IReasoningTAR-LMMNoRM
EchoInk-R1Qwen2.5-Omni-7BAVQA-R1-6KGRPOT,I,AAudio VQAtrlnoRule-base
DeepVideo-R1Qwen2.5-VL-InstructSEED-Bench-R1-Train + NExTGQAGRPOT, I, VVideo VQAnot releaseNoRule-base
Critique-GRPOQwen2.5-7B-Base and Qwen3-8B-BaseOpenR1-Math-220kGRPOTmathematical, STEM, and general reasoningverlYesRM
ComfyUI-R1Qwen2.5-Coder-7B-Instructno releaseGRPOT,I,Vworkflow generationno releaseyesRule-base
ChestX-ReasonerQwen2VL-7Btrain: MIMIC-CXR+CheXpert+MS-CXR-T+CheXpert+MIMIC-CXR+RSNA+SIIM/eval: RadRBench-CXRGRPOT, Isingle/binary disease diagnosisVeRLYesRule-base
AV-ReasonerOla-Omni7BAVQA,Music AVQA,AVE,UnAV,LLP,AVSS-ARIG,DVD-Counting,RepCountGRPOT,I,V,ACounting + Video VQA + (Spatial + Temporal + Grounding) + ReasoningtrlYesRule-base
AudSemThinkerQwen2.5-Omni-7BAUDSEMGRPOT,Asemantic audio reasoningtrlNoRule-base
Audio-ReasonerQwen2-Audio-7B-InstructAVQAGRPOT,AAudio QAnot releaseYesRule-base
ARPOUI-Tars-1.5-7BOS WorldGRPOT,IGUI automationVERLnoRule-base
Ada-R1DeepSeek-R1-Distill-Qwen (7B, 1.5B)GSM8K, MATH, AIMEDPOTMathBi-Level Preference TrainingNoRM
ViCritQwen2.5-VL-7B-Instruct,Qwen2.5-VL-72B-InstructPixMo-CapGRPOT,IHallucination Detectionnot releaseNoRule-base
Vision MattersQwen2.5-VL-InstructGeometry3K,TQA,GeoQA,Math8K,M3CoTGRPO + DPOT,IMathMS-Swift(DPO),EasyR1(GRPO)NoRM
ViGaLQwen2.5-VL-7B-InstructSampled from game: Snake(36K), Rotation(36K)RLOOT,IVisual GamesOpenRLHFNoRule-base
RAPQwen2.5-VL-3B,Qwen2.5-VL-7BMM-EurekaGRPO, RLOOT,IData SelectionEasyR1NoNot metion
RACROQwen2.5-VL(3B, 7B, 32B)ViRL39KCROT,Ichange reasoner without re-alignmentverlNocombine
ReVisual-R1Qwen2.5-VL-7B-InstructGRAMMARGRPOT,IMathEasyR1YesRule-base
Rex-ThinkerQwen2.5-VL-7BHumanRef-CoTGRPOT,IObject Referring (REC)verlYesRM
ControlThinkerControlARCOCOStuff, MultiGen-20MGRPOT,IImage Editingno releaseYesRM
SynthRLQwen2.5-VL-7B-InstructMMK12, A-MMK12GRPOT,IMathverlNoRM
SRPOQwen-2.5-VL-7B, Qwen-2.5-VL-32BMulberry dataset (260K), MathV360K, and LLaVA-CoT dataset (100K) , ScienceQA , Geometric Math QA, ChartQA , DVQA, AI2D , MATH, Virgo , R1-OneVision , MMK12, and PhyXGRPOT,IMathverlYesRM
ReasonGen-R1Janus-Pro-7BLAION-5BGRPOT,IText to Image GenerationverlYesRM
MoDoMoDoQwen2-VL-2B-InstructCOCO, LISA, GeoQAV, SAT, ScienceQAGRPOT, IGeneral Visual ReasoningtrlNoRM
DINO-R1MM-Grounding-DINOObjects365GRPOT, IObject Detectionno releaseYesRM
VisualSphinxQwen2.5-VL-7BVISUALSPHINXGRPOT, Ivisual logic puzzle, mathverlNoRule-base
PixelThinkQwen2.5-VL-7B, SAM2-LargeRefCOCOgGRPOT, ISegmentationverlNoRule-base
ViGoRLQwen2.5-VL-3B, Qwen2.5-VL-7BSAT-2, OS-ATLAS, ICAL, Segment AnythingGRPOT, Ispatial reasoning、web grounding、web action prediction、visual searchverlYesRule-base
Jigsaw-R1Qwen2.5-VL-7B, Qwen2.5-VL-3B, Qwen2-VL-2B, InternVL2.5-2BCOCO, CV-Bench, MMVP, SAT, Super-CLEVRGRPOT, Ijigsaw puzzlestrlNoRule-base
UniRLShow-o, JanusCOCO, GPT4o-GeneratedGRPOT, IImage Understanding and Generationno releaseYesRule-base
cadrilleQwen2-VL-2BDeepCADDPO, GRPOT, ICADno releaseYesRule-base
MM-UPTQwen2.5-VL-7BGeo3K、GeoQA、MMR1GRPOT, IMathverlNoRule-base
RL-with-Cold-StartQwen2.5-VL-3B, Qwen2.5-VL-7BGeometry3K, GeoQA, GeoQA-Plus, Geos, AI2D, TQA, FigureQA, TabMWP, ChartQA, IconQA, Clevr-Math, M3CoT, and ScienceQAGRPOT, IMultimodal Reasoning, especailly MathverlYesRule-base
VRAG-RLQwen2.5-VL-3B, Qwen2.5-VL-7BViDoSeek, SlideVQA, MMLongBenchGRPOT, IVisually Rich Information UnderstandingverlYesRM + Rule-base
MLRM-HaluQwen2.5-VL(3B,7B)MMMU, MMVP, MMBench, MMStar, MMEval-Pro,VMCBenchGRPOT,Ireasoning,perceptionnoreleaseYesRule-base
Active-O3Qwen2.5-VL-7BSODA,LVISGRPOT,Iactive perceptionno releaseYesRM
RLRFQwen2.5-VL(3B,72B),Qwen3-8BSVG-StackGRPOT,IInverse renderingno releaseYesRM
VisTAQwen2.5-VL-7BChartQA,Geometry3KGRPOT,IVisual Reasoning,Tool SelectionopenR1YesRM+Rule-base
SATORI-R1Qwen2.5-VL-Instruct-3BText-Total,ICDAR2013,ICDAR2015,CTW1500,COCOText,LSVT,MLTGRPOT,Itask-critical regions,answer accuracyno releaseNoRM
URSAQwen2.5 Math-Instruct , SAM-B+SigLIP-LDualMath-1.1MGRPOT,Idata reasoning,reward hackingURSANoRM
v1Qwen2-VL(7B,72B),Qwen2.5-VL(7B,72B)v1gNoT,Iretrieve regions-NoNo
GRE SuiteQwen2.5VL(3B,7B,32B)Im2GPS3k,GWS15kGRPOT,Ireasoning locationLLaMA-FactoryYesRM+Rule-base
V-TriuneQwen2.5-VL-7B-Instruct,Qwen2.5-VL-32B-Instructmm_math,geometry3k,mmk12,PuzzleVQA,AlgoPuzzleVQA,VisualPuzzles, ScienceQA,SciVQA , ViRL39K,ChartQAPro,ChartX,Table-VQA, ViRL39K, V3Det,Object365, 𝐷3, CLEVR, LLaVA-OV Data, EST-VQAGRPOT,Iintensive perceptionverlYesRM
RePromptQwen2.5 7BGenEvaGRPOT,Iimage generationtrlYesRM
GoT-R1Qwen2.5VL-7BJourneyDB-GoT,FLUX-GoTGRPOT,Isemantic-spatial reasoningno releaseNoRM
SophiaVL-R1Qwen2.5-VL-7B-InstructSophiaVL-R1-130kGRPOT,Ireasoning-specific,general vision-language understandingVeRLNoRM+Rule-base
R1-ShareVLQwen2.5-VL-7B and Qwen2.5-VL-32BMM-EurekaGRPOT,IGeneral Visual ReasoningEasyR1NoRule-base
VLM-R^3Qwen2.5-VL-7BVLIRGRPOT,IRegion Recognition and ReasoningDeepSpeedYesRule-base
TONQwen-2.5-VL-Instruct-3B/7BCLEVR,Super-CLEVR,GeoQA,AITZGRPOT,Ispanning counting, mobile agent navigation, and mathematical reasoningvLLMYesRule-base
Pixel ReasonerQwen2.5-VL-7BSA1B,FineWeb and STARQAGRPOT,Ipixel-space reasoningOpenRLHFNoRule-base
VARD-SCOPe,Pick-a-Pic,ImageRewardDBNoT,Iimage generationnot releaseNoRM
Chain-of-FocusQwen2.5-VL-7BMM-CoF,SA_1B,TextVQA,m3cot,V⋆,POPEGRPOT,Ivisual search and reasoningnot releaseYesRule-base
Visionary-R1Qwen2.5-VL-3BA-OKVQA,ChartQA,AI2D,ScienceQA,GeoQA+,DocVQA,CLEVR-Math,Icon-QA,TabMWP,RoBUTSQA,TextVQAGRPOT,IVQAnot releaseNoRule-base
VisualQuality-R1Qwen2.5-VL-7BKADID-10K,SPAQGRPOT,Iimage quality scoringnot releaseNoRule-base
DeepEyesQwen2.5-VL-7BFine-grained:V∗ training set Chart:ArxivQA Reasoning:ThinkLite-VLGRPOT, IMultimodal ReasoningverlNoRule-base
Visual-ARFTQwen2.5-VL(3B,7B)MAT-Search, MAT-Coding,2WikiMultihopQA,HotpotQA,MuSiQue,BamboogleGRPOT, IMultimodal Agentic Reasoningno releaseNoRule-base
UniVG-R1Qwen2-VL-2B 7BMGrounding-630k,RefCOCO/+/g,RefCOCO,MIG-Bench, LISA-Grounding,LLMSeg-Grounding,ReVOS Grounding,ReasonVOS GroundingGRPOT, I,VVisual Grounding (Multi-image Context, Complex Instructions)Open-R1YesRM+Rule-base
G1Qwen2.5-VL-7Ba batch size of 128 parallel games and a group size of 5 for 500 training steps per game.GRPOT, IInteractive Game Decision-MakingEasyR1YesRule-base
VisionReasonerSeg-Zero?COCO,RefCOCO(+/g) RefCOCO(+/g),ReasonSeg PixMo-Count,CountBenchGRPOT, Idetection, segmentation, countingno releaseNoRule-base
GuardReasoner-VLQwen2.5-VL Instruct 3B and Qwen2.5-VL-Instruct 7BGuardReasoner-VLTrainGRPO(omit the KL divergence loss)T, IModeration (Prompt & Response Harmfulness Detection)EasyR1YesRule-base
OpenThinkIMGQwen2-VL-2B-InstructCHARTGEMMAGRPOT,IChart ReasoningV-TOOL RL?Open-R1YesRule-base
DanceGRPOStable Diffusion,HunyuanVideo,FLUX,SkyReels-I2Vcurated prompt dataset,VidProMGRPOT,IText-to-Video Generation, Image-to-Video Generation,Text-to-ImageGenerationfastvideoNoRM
Flow-GRPOSD3.5-MGenEval,OCR,from pickscoreGRPOT,IComposition Image Generation,Visual Text Rendering,Human Preference Alignmentno releaseNoRM(pickscore),Rule-base(GenEval,ocr)
X-ReasonerQwen2.5-VL-7B-InstructOpenThoughts,Orz-math,MedQAGRPOT,IGeneralization across domains and modalitiesno releaseNoRule-base
T2I-R1Janus-Pro-7BT2I-CompBenchGRPOT, IText-to-Image GenerationOpen-R1NoRM
VIDEO-RTSQwen2.5-VL-7B-InstructCG-Bench, 6K MCQAGRPOT, VVideo UnderstandingTRLNoRule-base

3 Towards Native Multimodal Reasoning Model

Large Multimodal Reasoning Models (LMRMs) have demonstrated potential in handling complex tasks with long chain-of-thought. However, their language-centric architectures constrain their effectiveness in real- world scenarios. Specifically, their reliance on vision and language modalities limits their capacity to process and reason over interleaved diverse data types, while their performance in real-time, iterative interactions with dynamic environments remains underdeveloped. These limitations underscore the need for a new class of models capable of broader multimodal integration and more advanced interactive reasoning.

Click to expand N-LMRMs(Agentic Models) table
ModelParameterInput ModalityOutput ModalityTraining StrategyTaskCharacteristic
R1-Searcher7B, 8BTTRLMulti-Hop QARL-Enhanced LLM Search
Search-o132BTTTraining-FreeMulti-Hop QA, MathAgentic Search-Augmented Reasoning
DeepResearcher7BTTRLMulti-Hop QARL in Live Search Engines
Magma8BT, I, VTPretrainMultimodal Understanding, Spatial Reasoning820K Spatial-Verbal Labeled Data
OpenVLA7BT, ITSFTSpatial Reasoning970k Real-World Robot Demonstrations
CogAgent18BT, ITPretrain+SFTVQA, GUI navigationLow-High Resolution Encoder Synergy
UI-TARS2B, 7B, 72BT, ITPretrain+SFT+RLVQA, GUI navigationEnd-to-End GUI Reasoning and Action
Seeclick10BT, ITPretrain+SFTGUI navigationScreenshot-Based Task Automation
Embodied-Reasoner7BT, IT, APretrain+SFTGUI navigationImage-Text Interleaved Long-Horizon Embodied Reasoning
Seed1.5-VL20BT, I, VTPretrain+SFT+RLGUI, Multimodal Understanding and ReasoningGeneral-purpose Multimodal Understanding and Reasoning with Iterative Reinforcement Learning
RIG1.4B (Janus)T, IT, A, IPretrain + SFT + Imagination AlignmentMinecraft Embodied Tasks, Image Generation, ReasoningSynergized Reasoning & Imagination, End-to-End Generalist Policy, 17× Sample Efficiency, Lookahead Self-Correction
Click to expand N-LMRMs(Omni-Modal Models) table
ModelParameterInput ModalityOutput ModalityTraining StrategyTaskCharacteristic
Gemini 2.0 & 2.5/T, I, A, VT, I, A///
GPT-4o/T, I, A, VT, I///
Megrez-3B-Omni3BT, I, ATPretrain+SFTVQA, OCR, ASR, Math, CodeMultimodal Encoder-Connector-LLM
Qwen2.5-Omni7BT, I, A, VT, APretrain+SFTVQA, OCR, ASR, Math, CodeTime-Aligned Multimodal RoPE
Baichuan-Omni-1.57BT, I, A, VT, APretrain+SFTVQA, OCR, ASR, Math, GeneralQALeading Medical Image Understanding
M2-omni9B, 72BT, I, A, VT, I, APretrain+SFTVQA, OCR, ASR, Math, GeneralQAStep Balance For Pretraining and Adaptive Balance For SFT
MiniCPM-o 2.68BT, I, A, VT, APretrain+SFT+RLVQA, OCR, ASR, ASTParallel Multimodal Streaming Processing
Mini-Omni20.5BT, I, AAPretrain+SFTVQA, ASR, AQA, GeneralQAReal-Time and End-to-End Voice Response
R1-Omni0.5BT, A, VTRLEmotion RecognitionRL with Verifiable Reward
Janus-Pro1B, 7BT, IT, IPretrain+SFTMultimodal Understanding, Text-to-ImageDecoupling Visual Encoding For Understanding and Generation
AnyGPT7BT, I, AT, I, APretrainMultimodal-to-Text and Text-to-MultimodalDiscrete Representations For Unified Processing
Uni-MoE13B, 20B, 22B, 37BT, I, A, VTPretrain+SFTVQA, AQAModality-Specific Encoders with Connectors for Unified Representation
Ovis-U13BT, IT, IPretrain+SFTMultimodal understanding, T2I, Image EditingUnified training from LLM and diffusion decoder with token refiner
ShapeLLM-Omni7B3D, I, T3D, TPre-trained+SFTText-to-3D, Image-to-3D, 3D understanding, interactive 3D editingUses 3D VQVAE to tokenize meshes for a unified autoregressive framework
Ming-Omni2.8BT, I, A, VI, T, APretrain+SFTMultimodal understanding & generationMoE LLM with modality-specific routers; connects specialized decoders to a frozen perception core.
BAGEL14B (7B active)T, I, VI, T, VPretrain+CT+SFTMultimodal understanding & generationUnified decoder-only MoT architecture

3.1 Evaluation of O3 and O4-mini

reasoning
Figure 5: Case study of OpenAI o3’s long multimodal chain-of-thought, reaching the correct answer after 8 minutes and 13 seconds of reasoning.
visual processing
Figure 6: Case study of OpenAI o3: Find locations, solve a puzzle and create multimedia contents.
multimedia
Figure 7: Case study of OpenAI o3: Visual problem solving and file processing.

3.2 Model Capability

3.3 Technical Prospect

progress
Figure 8: Overview of next-generation native large multimodal reasoning model. The envisioned system aims to achieve comprehensive perception across diverse real-world data modalities, enabling precise omnimodal understanding and in-depth generative reasoning. This foundational model will lead to more advanced forms of intelligent behavior, learning from world experience and realizing lifelong learning and self-improvement.

4 Dataset and Benchmark

progress
Figure 9: The outlines of datasets and benchmarks. We reorganize the multimodal datasets and benchmarks into four main categories: Understanding, Generation, Reasoning, and Planning.

Click to expand Datasets and Benchmarks

4.1 Multimodal Understanding

4.1.1 Visual-Centric Understanding

BenchmarkDataset
VQA, GQA, DocVQA, TextVQAALIGN, LTIP, YFCC100M, DocVQA
OCR-VQA, CMMLU, C-Eval, MTVQAVisual Genome, YouTube8M, CC3M, ActivityNet-QA
Perception-Test, Video-MMMU, Video-MME, MMBenchSBU-Caption, AI2D, LAION-5B, LAION-400M
Seed-Bench, MME-RealWorld, MMMU, MM-VetMS-COCO, Virpt, OpenVid-1M, VidGen-1M
MMT-Bench, Hallu-PI, ColorBench, DVQAFlickr30k, COYO-700M, WebVid, Youku-mPLUG
MMStar, TRIG-Bench, MM-IFEval, All-Angles BenchVideoCC3M, FILIP, CLIP, TikTalkCoref
Wukong, 4D-Bench, DVBench, EIBenchEarthScape, MRES-32M
FAVOR-Bench, H2VU-Benchmark, HIS-Bench, IV-Bench
MMCR-Bench, MMSciBench, PM4Bench, ProBench
Chart-HQA, CliME, DomainCQA
FlowVerse, Kaleidoscope, MAGIC-VQA, MME-Unify
MMLA, Misleading ChartQA, NoTeS-Bank
OWLViz, RISEBench, RSMMVP, RefCOCOm
SARLANG-1M, SBVQA, STI-Bench, TDBench
V2P-Bench, VidDiffBench, Video-MMLU, ColorBench
VideoComp, VideoVista-CulturalLingo, VisNumBench, WikiVideo
XLRS-Bench, AgMMU, CausalVQA,FedVLMBench
SeriesBench,WebUIBench, MLLM-CL, MERIT
A4Bench, VLM@school, UnLOK-VQA, DocMark
KnowRecall and VisRecall, EmotionHallucer

4.1.2 Audio-Centric Understanding

4.2 Multimodal Generation

4.2.1 Cross-modal Generation

4.2.2 Joint Multimodal Generation

4.3 Multimodal Reasoning

4.3.1 General Visual Reasoning

4.3.2 Domain-specific Reasoning

4.4 Multimodal Planning

4.4.1 GUI Navigation

4.4.2 Embodied and Simulated Environments

4.5 Evaluation Method

5 Conclusion

In this paper, we survey the evolution of multimodal reasoning models, highlighting pivotal advancements and paradigm-shifting milestones in the field. While current models predominantly adopt a language-centric reasoning paradigm—delivering impressive results in tasks like visual question answering and text-image retrieval—critical challenges persist. Notably, visual-centric long reasoning (e.g., understanding object relations or 3D contexts, addressing visual information seeking questions) and interactive multimodal reasoning (e.g., dynamic cross-modal dialogue or iterative feedback loops) remain underdeveloped frontiers requiring deeper exploration.

Building on empirical evaluations and experimental insights, we propose a forward-looking framework for inherently multimodal large models that transcend language-dominated architectures. Such models should prioritize three core capabilities:

  1. Multimodal Agentic Reasoning: Enabling proactive environmental interaction (e.g., embodied AI agents that learn through real-world trial and error)
  2. Omni-Modal Understanding and Generative Reasoning:
    • Integrating any-modal semantics (e.g., aligning abstract concepts across vision, audio, and text) while resolving ambiguities in complex, open-world contexts
    • Producing coherent, context-aware outputs across modalities (e.g., generating diagrams from spoken instructions or synthesizing video narratives from text)

By addressing these dimensions, future models could achieve human-like contextual adaptability, bridging the gap between isolated task performance and generalized, real-world problem-solving.

Acknowledge

We express sincere gratitude for the valuable contributions of all researchers and students involved in this work.

We welcome the community to contribute to the development of this survey, and we will regularly update it to reflect the latest research.

Please feel free to submit issues or contact us via email at liyunxin987@163.com.

Github Star

Star History