paper-with-me

Papers

UltraGen: High-Resolution Video Generation with Hierarchical Attention

2025-10-21 · Teng Hu, Jiangning Zhang, Zihan Su, Ran Yi arxiv

Recent advances in video generation have made it possible to produce visually compelling videos, with wide-ranging applications in content creation, entertainment, and virtual reality. However, most existing diffusion transformer based video generation models are limited to low-resolution outputs (<=720P) due to the quadratic computational complexity of the attention mechanism with respect to the output width and height. This computational bottleneck makes native high-resolution video generation (1080P/2K/4K) impractical for both training and inference. To address this challenge, we present UltraGen, a novel video generation framework that enables i) efficient and ii) end-to-end native high-resolution video synthesis. Specifically, UltraGen features a hierarchical dual-branch attention architecture based on global-local attention decomposition, which decouples full attention into a local attention branch for high-fidelity regional content and a global attention branch for overall semantic consistency. We further propose a spatially compressed global modeling strategy to efficiently learn global dependencies, and a hierarchical cross-window local attention mechanism to reduce computational costs while enhancing information flow across different local windows. Extensive experiments demonstrate that UltraGen can effectively scale pre-trained low-resolution video models to 1080P and even 4K resolution for the first time, outperforming existing state-of-the-art methods and super-resolution based two-stage pipelines in both qualitative and quantitative evaluations.

📄 PDF Abstract BibTeX arXiv:2510.18775

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Hierarchical Video Generation for Complex Data

2021-06-04 · Lluis Castrejon, Nicolas Ballas, Aaron Courville

Videos can often be created by first outlining a global description of the scene and then adding local details. Inspired by this we propose a hierarchical model for video generation which follows a coarse to fine approac…

Video Generation

Hierarchical Patch Diffusion Models for High-Resolution Video Generation

2024-06-12 · CVPR 2024 1 · Ivan Skorokhodov, Willi Menapace, Aliaksandr Siarohin, Sergey Tulyakov

Diffusion models have demonstrated remarkable performance in image and video synthesis. However, scaling them to high-resolution inputs is challenging and requires restructuring the diffusion pipeline into multiple indep…

Video Generation

AtlasVid: Efficient Ultra-High-Resolution Long Video Generation via Decoupled Global-Local Modeling

2026-05-15 · Ziyang Mai, Yuyao Zhang, Yu-Wing Tai arxiv

Recent diffusion-based video generators have achieved remarkable visual fidelity and prompt controllability, yet scaling them to ultra-high-resolution (UHR) long videos remains prohibitively expensive. The difficulty is …

Video Generation

HiVLP: Hierarchical Interactive Video-Language Pre-Training

2023-01-01 · ICCV 2023 1 · Bin Shao, Jianzhuang Liu, Renjing Pei, Songcen Xu 외

Video-Language Pre-training (VLP) has become one of the most popular research topics in deep learning. However, compared to image-language pre-training, VLP has lagged far behind due to the lack of large amounts of v…

RetrievalSelf-Supervised LearningText RetrievalVideo Captioning+2

Turbo2K: Towards Ultra-Efficient and High-Quality 2K Video Synthesis

2025-04-20 · Jingjing Ren, Wenbo Li, Zhongdao Wang, Haoze Sun 외

Demand for 2K video synthesis is rising with increasing consumer expectations for ultra-clear visuals. While diffusion transformers (DiTs) have demonstrated remarkable capabilities in high-quality video generation, scali…

2kKnowledge DistillationTransfer LearningVideo Generation