paper-with-me

Papers

PatchVSR: Breaking Video Diffusion Resolution Limits with Patch-wise Video Super-Resolution

2025-01-01 · CVPR 2025 1 · Shian Du, Menghan Xia, Chang Liu, Xintao Wang, Jing Wang, Pengfei Wan, Di Zhang, Xiangyang Ji

Pre-trained video generation models hold great potential for generative video super-resolution (VSR). However, adapting them for full-size VSR, as most existing methods do, suffers from unnecessary intensive full-attention computation and fixed output resolution. To overcome these limitations, we make the first exploration into utilizing video diffusion priors for patch-wise VSR.This is non-trivial because pre-trained video diffusion models are not native for patch-level detail generation. To mitigate this challenge, we propose an innovative approach, called PatchVSR, which integrates a dual-stream adapter for conditional guidance. The patch branch extracts features from input patches to maintain content fidelity while the global branch extracts context features from the resized full video to bridge the generation gap caused byincomplete semantics of patches.Particularly, we also inject the patch's location information into the model to better contextualize patch synthesis within the global video frame.Experiments demonstrate that our method can synthesize high-fidelity, high-resolution details at the patch level. A tailor-made multi-patch joint modulation is proposed to ensure visual consistency across individually enhanced patches. Due to the flexibility of our patch-based paradigm, we can achieve highly competitive 4K VSR based on a 512x512 resolution base model, with extremely high efficiency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

4kSuper-ResolutionVideo GenerationVideo Super-Resolution

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

PatchVSR: Breaking Video Diffusion Resolution Limits with Patch-wise Video Super-Resolution

2025-09-30 · Shian Du, Menghan Xia, Chang Liu, Xintao Wang 외 arxiv

Pre-trained video generation models hold great potential for generative video super-resolution (VSR). However, adapting them for full-size VSR, as most existing methods do, suffers from unnecessary intensive full-attenti…

Video Super-ResolutionVideo Generation

InfVSR: Toward Consistency-Driven Streaming Generative Video Super-Resolution

2025-10-01 · Ziqing Zhang, Kai Liu, Zheng Chen, Xi Li 외 arxiv

Real-world videos often extend over thousands of frames. Existing generative video super-resolution (VSR) approaches, however, face two persistent challenges when processing long sequences: (1) inefficiency due to the he…

Video Super-Resolution

Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

2026-05-10 · Yicheng Ji, Zhizhou Zhong, Jun Zhang, Qin Yang 외 arxiv

Autoregressive (AR) video diffusion models adopt a streaming generation framework, enabling long-horizon video generation with real-time responsiveness, as exemplified by the Self Forcing training paradigm. However, exis…

Video Generation

OS-DiffVSR: Towards One-step Latent Diffusion Model for High-detailed Real-world Video Super-Resolution

2025-09-20 · Hanting Li, Huaao Tang, Jianhong Han, Tianxiong Zhou 외 arxiv

Recently, latent diffusion models has demonstrated promising performance in real-world video super-resolution (VSR) task, which can reconstruct high-quality videos from distorted low-resolution input through multiple dif…

Image Super-ResolutionVideo Super-Resolution

UltraViCo: Breaking Extrapolation Limits in Video Diffusion Transformers

2025-11-25 · Min Zhao, Hongzhou Zhu, Yingze Wang, Bokai Yan 외 arxiv

Despite advances, video diffusion transformers still struggle to generalize beyond their training length, a challenge we term video length extrapolation. We identify two failure modes: model-specific periodic content rep…