Papers › Omni-Video: Democratizing Unified Video Understanding and Generation

Omni-Video: Democratizing Unified Video Understanding and Generation

8 Jul 2025arXiv:2507.06119archive 2025-07-28

Zhiyu Tan, Hao Yang, Luozheng Qin, Jia Gong, Mengping Yang, Hao Li

Notable breakthroughs in unified understanding and generation modeling have led to remarkable advancements in image understanding, reasoning, production and editing, yet current foundational models predominantly focus on processing images, creating a gap in the development of unified models for video understanding and generation. This report presents Omni-Video, an efficient and effective unified framework for video understanding, generation, as well as instruction-based editing. Our key insight is to teach existing multimodal large language models (MLLMs) to produce continuous visual clues that are used as the input of diffusion decoders, which produce high-quality videos conditioned on these visual clues. To fully unlock the potential of our system for unified video modeling, we integrate several technical improvements: 1) a lightweight architectural design that respectively attaches a vision head on the top of MLLMs and a adapter before the input of diffusion decoders, the former produce visual tokens for the latter, which adapts these visual tokens to the conditional space of diffusion decoders; and 2) an efficient multi-stage training scheme that facilitates a fast connection between MLLMs and diffusion decoders with limited data and computational resources. We empirically demonstrate that our model exhibits satisfactory generalization abilities across video generation, editing and understanding tasks.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 3 of 18 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

sais-fuxi/omni-video officialmentioned in papermentioned on GitHub 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

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

2ran · our draft was wrong
1ran · fixture could not drive it
15unverified

Licence: 18 of the 18 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 sais-fuxi/omni-video. “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.

basic_clean sais-fuxi/omni-video/omnivideo/modules/tokenizers.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 98f385d847636a3e · report
sinusoidal_embedding_1d sais-fuxi/omni-video/omnivideo/modules/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · e34a97853e924d88 · report
whitespace_clean sais-fuxi/omni-video/omnivideo/modules/tokenizers.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9542161e9640b858 · report
attention sais-fuxi/omni-video/omnivideo/modules/attention.py official repository unverified no licence file found · pointer only · e46ebd89452d4376 · report
canonicalize sais-fuxi/omni-video/omnivideo/modules/tokenizers.py official repository unverified no licence file found · pointer only · 1066f2140d4e9845 · report
count_conv3d sais-fuxi/omni-video/omnivideo/modules/vae2_1.py official repository unverified no licence file found · pointer only · 78d2ce0959095290 · report
flash_attention sais-fuxi/omni-video/omnivideo/modules/attention.py official repository unverified no licence file found · pointer only · c2098ac910a95bc5 · report
fp16_clamp sais-fuxi/omni-video/omnivideo/modules/t5.py official repository unverified no licence file found · pointer only · d3d53f877a9af3a3 · report
generate_source_video_caption sais-fuxi/omni-video/omnivideo/vllm_model.py official repository unverified no licence file found · pointer only · 169bb5776300d2eb · report
load_and_merge_config sais-fuxi/omni-video/previous_version/Omni-Video1/finetune_model.py official repository unverified no licence file found · pointer only · 0ef94faeaa86c9b2 · report
load_qwen3vl_model_and_processor sais-fuxi/omni-video/omnivideo/vllm_model.py official repository unverified no licence file found · pointer only · 36e61b3d6b43643e · report
patchify sais-fuxi/omni-video/omnivideo/modules/vae2_2.py official repository unverified no licence file found · pointer only · d12b826fb528dd75 · report
predict_target_video_caption sais-fuxi/omni-video/omnivideo/vllm_model.py official repository unverified no licence file found · pointer only · 9208a89a1646609f · report
rope_apply sais-fuxi/omni-video/omnivideo/modules/model.py official repository unverified no licence file found · pointer only · 11ec08a7394a4fc5 · report
rope_params sais-fuxi/omni-video/omnivideo/modules/model.py official repository unverified no licence file found · pointer only · 4f942ef0b492ab0e · report
save_config_to_yaml sais-fuxi/omni-video/previous_version/Omni-Video1/finetune_model.py official repository unverified no licence file found · pointer only · 9937f1e6b1a8ab18 · report
str2tuple sais-fuxi/omni-video/previous_version/Omni-Video1/finetune_model.py official repository unverified no licence file found · pointer only · 4d34354003484c3c · report
unpatchify sais-fuxi/omni-video/omnivideo/modules/vae2_2.py official repository unverified no licence file found · pointer only · e71b4f65ac349ba4 · report

Tasks

Video GenerationVideo Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdapterDiffusionFocus

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