Papers › Ming-Omni: A Unified Multimodal Model for Perception and Generation

Ming-Omni: A Unified Multimodal Model for Perception and Generation

11 Jun 2025arXiv:2506.09344archive 2025-07-28

Inclusion AI, Biao Gong, Cheng Zou, Chuanyang Zheng, Chunluan Zhou, Canxiang Yan, Chunxiang Jin, Chunjie Shen, Dandan Zheng, Fudong Wang, Furong Xu, Guangming Yao, Jun Zhou, Jingdong Chen, Jianxin Sun, Jiajia Liu, Jianjiang Zhu, Jun Peng, Kaixiang Ji, Kaiyou Song, Kaimeng Ren, Libin Wang, Lixiang Ru, Lele Xie, Longhua Tan, Lyuxin Xue, Lan Wang, Mochen Bai, Ning Gao, Pei Chen, Qingpei Guo, Qinglong Zhang, Qiang Xu, Rui Liu, Ruijie Xiong, Sirui Gao, Tinghao Liu, Taisong Li, Weilong Chai, Xinyu Xiao, Xiaomei Wang, Xiaoxue Chen, Xiao Lu, Xiaoyu Li, Xingning Dong, Xuzheng Yu, Yi Yuan, Yuting Gao, Yunxiao Sun, Yipeng chen, Yifei Wu, Yongjie Lyu, Ziping Ma, Zipeng Feng, Zhijiang Fang, Zhihao Qiu, Ziyuan Huang, Zhengyu He

We propose Ming-Omni, a unified multimodal model capable of processing images, text, audio, and video, while demonstrating strong proficiency in both speech and image generation. Ming-Omni employs dedicated encoders to extract tokens from different modalities, which are then processed by Ling, an MoE architecture equipped with newly proposed modality-specific routers. This design enables a single model to efficiently process and fuse multimodal inputs within a unified framework, thereby facilitating diverse tasks without requiring separate models, task-specific fine-tuning, or structural redesign. Importantly, Ming-Omni extends beyond conventional multimodal models by supporting audio and image generation. This is achieved through the integration of an advanced audio decoder for natural-sounding speech and Ming-Lite-Uni for high-quality image generation, which also allow the model to engage in context-aware chatting, perform text-to-speech conversion, and conduct versatile image editing. Our experimental results showcase Ming-Omni offers a powerful solution for unified perception and generation across all modalities. Notably, our proposed Ming-Omni is the first open-source model we are aware of to match GPT-4o in modality support, and we release all code and model weights to encourage further research and development in the community.

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="2506.09344")

Code

Syntology Ran 4 of 14 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong.

By repository: official repository: 14 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

inclusionai/ming officialmentioned in papermentioned on GitHubpytorchMIT 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; 4 ran; 3 honoured the contract we drafted; 10 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 · honoured contract
1ran · our draft was wrong
10unverified

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 inclusionai/ming. “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.

ceil_by_factor inclusionai/ming/bailingmm_utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6e45201fa27cb24a · report
floor_by_factor inclusionai/ming/bailingmm_utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · 8155263d7ff19bb3 · report
rotate_half inclusionai/ming/modeling_bailing_moe_v2.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · b99eea6376d1e212 · report
round_by_factor inclusionai/ming/bailingmm_utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · e252767324188623 · report
apply_3d_rotary_pos_emb inclusionai/ming/modeling_bailing_moe_v2.py official repository unverified MIT (permissive) · 8043de8e1dc712aa · report
apply_cmvn inclusionai/ming/audio_processing_bailingmm2.py official repository unverified MIT (permissive) · c288d9bb035e7d6a · report
apply_lfr inclusionai/ming/audio_processing_bailingmm2.py official repository unverified MIT (permissive) · c400c857a6937233 · report
batched_resize inclusionai/ming/bailingmm_utils_video.py official repository unverified MIT (permissive) · 63bf1ada1d32dc38 · report
build_modality_mask inclusionai/ming/modeling_utils.py official repository unverified MIT (permissive) · 8c8ec5b1c42a929c · report
get_t_scale_rope_index inclusionai/ming/modeling_bailing_moe_v2.py official repository unverified MIT (permissive) · fcae5a1a688bd016 · report
load_cmvn inclusionai/ming/audio_processing_bailingmm2.py official repository unverified MIT (permissive) · 38f72b86274cfd3a · report
load_video inclusionai/ming/bailingmm_utils_video.py official repository unverified MIT (permissive) · 3d3e22e2facd5ccf · report
patch_continuous_features inclusionai/ming/modeling_utils.py official repository unverified MIT (permissive) · ec11eb45f8305c1d · report
v1_sample_frames inclusionai/ming/bailingmm_utils_video.py official repository unverified MIT (permissive) · 88de1790789a1118 · report

Tasks

Image GenerationText to Speechtext-to-speech

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWAREMoE

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