Papers › MiniCPM-V: A GPT-4V Level MLLM on Your Phone

MiniCPM-V: A GPT-4V Level MLLM on Your Phone

3 Aug 2024arXiv:2408.01800archive 2025-07-28

Yuan YAO, Tianyu Yu, Ao Zhang, Chongyi Wang, Junbo Cui, Hongji Zhu, Tianchi Cai, Haoyu Li, Weilin Zhao, Zhihui He, Qianyu Chen, Huarong Zhou, Zhensheng Zou, Haoye Zhang, Shengding Hu, Zhi Zheng, Jie zhou, Jie Cai, Xu Han, Guoyang Zeng, Dahai Li, Zhiyuan Liu, Maosong Sun

The recent surge of Multimodal Large Language Models (MLLMs) has fundamentally reshaped the landscape of AI research and industry, shedding light on a promising path toward the next AI milestone. However, significant challenges remain preventing MLLMs from being practical in real-world applications. The most notable challenge comes from the huge cost of running an MLLM with a massive number of parameters and extensive computation. As a result, most MLLMs need to be deployed on high-performing cloud servers, which greatly limits their application scopes such as mobile, offline, energy-sensitive, and privacy-protective scenarios. In this work, we present MiniCPM-V, a series of efficient MLLMs deployable on end-side devices. By integrating the latest MLLM techniques in architecture, pretraining and alignment, the latest MiniCPM-Llama3-V 2.5 has several notable features: (1) Strong performance, outperforming GPT-4V-1106, Gemini Pro and Claude 3 on OpenCompass, a comprehensive evaluation over 11 popular benchmarks, (2) strong OCR capability and 1.8M pixel high-resolution image perception at any aspect ratio, (3) trustworthy behavior with low hallucination rates, (4) multilingual support for 30+ languages, and (5) efficient deployment on mobile phones. More importantly, MiniCPM-V can be viewed as a representative example of a promising trend: The model sizes for achieving usable (e.g., GPT-4V) level performance are rapidly decreasing, along with the fast growth of end-side computation capacity. This jointly shows that GPT-4V level MLLMs deployed on end devices are becoming increasingly possible, unlocking a wider spectrum of real-world AI applications in the near future.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2408.01800")

Code

Syntology Ran 9 of 14 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran; community (archive-listed): 2 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

OpenBMB/MiniCPM-o officialmentioned on GitHubpytorchApache-2.0 report
openbmb/minicpm-v mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 9 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
5ran
5unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

collect_chunks OpenBMB/MiniCPM-o/web_demos/minicpm-o_2.6/vad_utils.py official repository ran Apache-2.0 (permissive) · 0f35574f9b09041b · report
expand_question_into_multimodal OpenBMB/MiniCPM-o/chat.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f067ba49686d26ba · report
get_2d_sincos_pos_embed OpenBMB/MiniCPM-o/omnilmm/model/resampler.py official repository ran fingerprinted Apache-2.0 (permissive) · 77e8a3ac46f3afec · report
get_abs_pos OpenBMB/MiniCPM-o/omnilmm/model/resampler.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 50c4398a8645438a · report
get_file_extension OpenBMB/MiniCPM-o/web_demos/minicpm-o_2.6/chatbot_web_demo_o2.6.py official repository ran fingerprinted Apache-2.0 (permissive) · 68b3160674a64aba · report
is_image OpenBMB/MiniCPM-o/web_demos/minicpm-o_2.6/chatbot_web_demo_o2.6.py official repository ran Apache-2.0 (permissive) · 96d7e1c6bf4c29ec · report
is_video OpenBMB/MiniCPM-o/web_demos/minicpm-o_2.6/chatbot_web_demo_o2.6.py official repository ran Apache-2.0 (permissive) · fa9adb328f246208 · report
conversation_to_ids OpenBMB/MiniCPM-o/finetune/dataset.py official repository unverified Apache-2.0 (permissive) · a32cd6f57d6772ae · report
conversation_to_ids_minicpm OpenBMB/MiniCPM-o/finetune/dataset.py official repository unverified Apache-2.0 (permissive) · d6c1484ab50b4e26 · report
data_collator OpenBMB/MiniCPM-o/finetune/dataset.py official repository unverified Apache-2.0 (permissive) · 4212780bf7da9ddd · report
get_2d_sincos_pos_embed_from_grid OpenBMB/MiniCPM-o/omnilmm/model/resampler.py official repository unverified Apache-2.0 (permissive) · 2884deadbb637c3e · report
get_speech_timestamps OpenBMB/MiniCPM-o/web_demos/minicpm-o_2.6/vad_utils.py official repository unverified Apache-2.0 (permissive) · a3a415371d24af80 · report
get_parameter_number openbmb/minicpm-v/finetune/finetune.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 1a3baf406bc7de64 · report
upload_img openbmb/minicpm-v/web_demos/web_demo.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 2a1ffa5243150412 · report

Tasks

HallucinationMultiple-choiceOptical Character Recognition (OCR)Temporal Relation ExtractionZero-Shot Video Question Answer

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Temporal Relation Extraction Vinoground MiniCPM-2.6 Group Score 11.2 #11 of 24 Archive leaderboard report
Temporal Relation Extraction Vinoground MiniCPM-2.6 Text Score 32.6 #11 of 24 Archive leaderboard report
Temporal Relation Extraction Vinoground MiniCPM-2.6 Video Score 29.2 #11 of 24 Archive leaderboard report
Zero-Shot Video Question Answer Video-MME MiniCPM-V 2.6 (8B) Accuracy (%) 63.7 #8 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1-bit AdamAdam

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections