- The paper introduces a two-stage training framework that leverages a lightweight generator for semantic control and a large generator for high-fidelity detail via UPFB.
- It employs a homogeneous latent space with a cosine-shaped temporal handoff to fuse low- and high-frequency components for robust semantic and visual alignment.
- Experimental results on VBench and VR-Bench show state-of-the-art performance in fidelity, temporal coherence, and multi-dimensional reasoning evaluation.
Lumos-Nexus: Training-Efficient Unified Video Generation via Progressive Frequency Bridging
Introduction and Motivation
Lumos-Nexus addresses a core limitation in unified video generation: the prohibitive cost of end-to-end training with large, high-fidelity diffusion generators, which restricts practical scaling and impacts visual quality. Traditional connector-based video unified models leverage a multimodal understanding block for semantic priors and a diffusion generator for visual synthesis. However, aligning a massive generator with the semantic head requires extensive compute, leading to models that either sacrifice reasoning for fidelity or vice versa.
Lumos-Nexus introduces a two-stage, computationally efficient framework. First, a lightweight generator is aligned with the understanding block during training for cost-efficient acquisition of reasoning-driven semantic control. Second, Unified Progressive Frequency Bridging (UPFB) enables inference-stage collaboration between the small (semantic) and large (fidelity) generators in a homogeneous latent space, ensuring high-quality, semantically faithful video synthesis. Additionally, the paper proposes VR-Bench, a systematic benchmark to evaluate reasoning alignment in text-to-video generation.
Figure 1: Examples from Lumos-Nexus illustrating high-fidelity, reasoning-aware text-to-image and text-to-video generation outputs.
Methodology
Connector-Based Unified Models and Latent Homogeneity
Lumos-Nexus builds on the connector-based paradigm, in which a pretrained visual-LLM (VLM) understanding block produces semantic embeddings that are transformed via a connector into generator-compatible conditioning. Crucially, both the lightweight and high-capacity generators share a homogeneous latent space, enabling direct inheritance of structure semantics from small to large generator during inference.
Unified Progressive Frequency Bridging (UPFB)
Directly mixing or averaging the outputs of small (semantic) and large (fidelity) generators during denoising yields semantic instability and structural artifacts due to architectural bias mismatches. UPFB resolves this by introducing a temporally progressive, frequency-aware fusion strategy:
Reasoning-Driven Video Generation and VR-Bench
Standard video generation benchmarks (e.g., VBench) evaluate visual fidelity and temporal coherence but overlook reasoning: the capacity to map inferred semantic intent to coherent video content. VR-Bench is introduced to fill this gap, systematically evaluating models across eight reasoning dimensions:
- High-Level Physical World Reasoning: Dynamic Reference Frame, Energy Transfer Visualization, Material Memory Consistency.
- High-Level Commonsense Reasoning: Conceptual Action Reasoning, Cultural Commonsense Reasoning, Preventive Causal Reasoning.
- Embodied Physical Reasoning: Biological Behavior Reasoning, Concurrent Action Coordination.
Evaluation leverages an MLLM (Qwen3-VL-30B) to answer metric-specific questions based on generated video analysis.
Figure 3: Overview of VR-Bench evaluation structure and process.
Figure 4: T2V qualitative comparison on VR-Bench, highlighting differences across key reasoning categories.
Experimental Results
Quantitative and Qualitative Analysis
Lumos-Nexus sets a new state-of-the-art on VBench-T2V, achieving 84.12 in overall score and outperforming competitive open- and closed-source baselines in both fidelity and temporal metrics. On VR-Bench, it achieves a strong 79.28 in overall reasoning, surpassing previously leading open-source solutions (e.g., Wan2.1-14B), and demonstrates robust alignment across all reasoning axes.
Figure 5: Visual comparison of video samples under different ฮณwโ handoff sharpness, illustrating the controllable tradeoff between semantic and detail dominance.
Ablative experiments validate that the UPFB fusion strategy yields substantial gains over naรฏve bridging schemes (e.g., direct average). Cost analysis indicates that Lumos-Nexus achieves these gains at a marginal inference overhead relative to large generator-only baselines, while incurring only the training cost of the small generator.
Ablation Studies
Key findings from the extensive ablation studies:
Theoretical and Practical Implications
Lumos-Nexus re-architects the cost structure of unified video generation: high-capacity generators are only required in inference, enabling scalable deployment without retraining costs. The framework decouples the learning of semantic alignment and visual quality, allowing strong reasoning and high-fidelity generations without demands for end-to-end large-model optimization. The homogeneous latent space assumption is validated and shown to be a practical, transferable constraint for state-of-the-art model families.
VR-Bench represents an essential diagnostic tool for the next generation of multimodal generative models, shifting evaluation toward semantic, physical, and embodied reasoning.
Figure 7: VR-Bench qualitative comparison; Lumos-Nexus demonstrates clear improvements in complex reasoning dimensions, including dynamic reference frames and causal action sequences.
Future Directions
Building on Lumos-Nexus, promising directions include:
- Extending UPFB to scenarios with heterogeneous latent spaces via lightweight domain adaptation.
- Model distillation to amortize inference costs, compressing UPFB outcomes into a single generator.
- Integrating more powerful VLMs or structured symbolic reasoning modules for even richer semantic control.
- Expanding VR-Bench to encapsulate multi-agent, long-horizon, and abstract reasoning scenarios.
Conclusion
Lumos-Nexus delivers a training-efficient, high-fidelity, and reasoning-preserving framework for unified video generation. The UPFB mechanism is both theoretically soundโrespecting the inductive biases of different generator capacitiesโand empirically validated to yield superior semantic and visual outcomes over alternative strategies. The introduction of VR-Bench moves the evaluation standard toward alignment with real-world, intent-grounded video synthesis.
Figure 8: Embodied physical reasoning evaluation; Lumos-Nexus shows realistic biomechanical coordination and concurrent action synthesis.
Figure 9: Impact of replacing the large generator with a heterogeneous model, highlighting sensitivity to latent space homogeneity.