MiniCPM-V 4.5: Cooking Efficient MLLMs via Architecture, Data, and Training Recipe

Papers with Code Trending Papers

Summary

MiniCPM-V 4.5 is an 8B multimodal large language model that achieves high efficiency and strong performance through a unified 3D-Resampler architecture, a novel data strategy, and a hybrid reinforcement learning approach. The model reportedly surpasses larger proprietary and open-source benchmarks while significantly reducing GPU memory usage and inference time.

Multimodal Large Language Models (MLLMs) are undergoing rapid progress and represent the frontier of AI development. However, their training and inference efficiency have emerged as a core bottleneck in making MLLMs more accessible and scalable. To address the challenges, we present MiniCPM-V 4.5, an 8B parameter model designed for high efficiency and strong performance. We introduce three core improvements in model architecture, data strategy and training method: a unified 3D-Resampler model architecture for highly compact encoding over images and videos, a unified learning paradigm for document knowledge and text recognition without heavy data engineering, and a hybrid reinforcement learning strategy for proficiency in both short and long reasoning modes. Comprehensive experimental results in OpenCompass evaluation show that MiniCPM-V 4.5 surpasses widely used proprietary models such as GPT-4o-latest, and significantly larger open-source models such as Qwen2.5-VL 72B. Notably, the strong performance is achieved with remarkable efficiency. For example, on the widely adopted VideoMME benchmark, MiniCPM-V 4.5 achieves state-of-the-art performance among models under 30B size, using just 46.7\% GPU memory cost and 8.7\% inference time of Qwen2.5-VL 7B.
Original Article
View Cached Full Text

Cached at: 05/12/26, 12:47 PM

Paper page - MiniCPM-V 4.5: Cooking Efficient MLLMs via Architecture, Data, and Training Recipe

Source: https://huggingface.co/papers/2509.18154

Abstract

MiniCPM-V 4.5, a 8B parameter multimodal large language model, achieves high performance and efficiency through a unified 3D-Resampler architecture, a unified learning paradigm, and a hybrid reinforcement learning strategy.

Multimodal Large Language Models(MLLMs) are undergoing rapid progress and represent the frontier of AI development. However, their training and inference efficiency have emerged as a core bottleneck in making MLLMs more accessible and scalable. To address the challenges, we present MiniCPM-V 4.5, an 8B parameter model designed for high efficiency and strong performance. We introduce three core improvements in model architecture, data strategy and training method: a unified3D-Resamplermodel architecture for highly compact encoding over images and videos, aunified learning paradigmfor document knowledge and text recognition without heavy data engineering, and a hybrid reinforcement learning strategy for proficiency in both short and long reasoning modes. Comprehensive experimental results inOpenCompass evaluationshow that MiniCPM-V 4.5 surpasses widely used proprietary models such as GPT-4o-latest, and significantly larger open-source models such as Qwen2.5-VL 72B. Notably, the strong performance is achieved with remarkable efficiency. For example, on the widely adoptedVideoMME benchmark, MiniCPM-V 4.5 achieves state-of-the-art performance among models under 30B size, using just 46.7\% GPU memory cost and 8.7\% inference time of Qwen2.5-VL 7B.

View arXiv pageView PDFGitHub24.6kAdd to collection

Get this paper in your agent:

hf papers read 2509\.18154

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper19

#### openbmb/MiniCPM-V-4_5 Image-Text-to-Text• 9B• UpdatedMar 10 • 135k • 1.09k #### openbmb/MiniCPM-V-4.6 Image-Text-to-Text• 1B• Updatedabout 6 hours ago • 360 #### openbmb/MiniCPM-V-4_5-gguf Image-Text-to-Text• 8B• UpdatedMar 10 • 20k • 62 #### openbmb/MiniCPM-V-4_5-int4 Image-Text-to-Text• 9B• UpdatedMar 10 • 3.76k • 14 Browse 19 models citing this paper## Datasets citing this paper2

#### openbmb/RLAIF-V-Dataset Preview• UpdatedOct 14, 2025 • 1.86k • 215 #### YigeLi/RLAIF-V-Dataset Viewer• Updated15 days ago • 83.1k • 188

Spaces citing this paper24

Collections including this paper9

Browse 9 collections that include this paper

Similar Articles

MiniCPM4: Ultra-Efficient LLMs on End Devices

Papers with Code Trending

MiniCPM4 is a highly efficient large language model designed for end devices, achieving strong performance with 0.5B and 8B parameter versions through innovations in sparse attention, data filtering, training algorithms, and inference systems.

MiniCPM-V 4.6

Product Hunt

MiniCPM-V 4.6 is an ultra-efficient 1.3B vision-language model optimized for mobile devices.

MiniCPM5-1B Shows Why the Small-Model Race Isn't Over

Reddit r/ArtificialInteligence

MiniCPM5-1B is a 1B parameter model from OpenBMB that achieves impressive scores on AIME 2025 and τ2-Bench Telecom, outperforming larger models. It features both fast and reasoning modes from a single checkpoint, enabled by a three-stage post-training process including supervised fine-tuning, reinforcement learning, and on-policy distillation.