MoRoute proposes dynamic layer routing for multimodal video generation
Researchers from MoRoute published a paper proposing to combine a frozen vision-language model (VLM) and a pretrained video diffusion transformer (DiT) through dynamic layer routing. The approach allows each DiT block to select the most relevant VLM layer for the current generation stage, as well as embed images and videos directly into the token sequence. Details are provided in the paper on arXiv.
What it means
The MoRoute work concerns the fundamental architecture of multimodal video generators, not specific products. None of the tools in our reference — LTX-Video, CogVideoX, or Pyramid Flow — uses the described method of dynamic routing between VLM and DiT. All three generators address narrower tasks (text-to-video or image-to-video) and do not claim support for arbitrary combinations of text, images, and video as conditions in a single model.
In the fact sheets of our tools, there is no information about using VLM for context understanding or about layer routing mechanisms. LTX-Video, CogVideoX, and Pyramid Flow remain specialized solutions, whereas MoRoute describes a research architecture aimed at unifying diverse video generation and editing tasks.
For now, the method exists as a scientific publication, and it is too early to talk about its appearance in user-facing tools. The video generation section in general is available on the reference page.How the method works. The diagram is drawn based on this news note.