paper-with-me

Papers

SwiftVR: Real-Time One-Step Generative Video Restoration

2026-06-08 · Jiaqi Yan, Xiangyu Chen, Xinlin Zhong, Haibin Huang, Chi Zhang, Jie Liu, Jiantao Zhou, Xuelong Li arxiv

Real-time video restoration (VR) for live streams requires high-resolution outputs under strict per-frame latency constraints. Existing one-step diffusion-based VR models remain difficult to deploy on consumer-grade GPUs due to two main bottlenecks: quadratic spatial attention at high resolutions and the latency-memory overhead of large video autoencoders. We present SwiftVR, a streaming one-step generative VR framework that reduces both bottlenecks under a causal chunk-wise protocol. For attention, mask-free shifted-window self-attention gathers each spatial window into a dense tensor via deterministic indexing, keeping all attention calls on the dense scaled dot-product attention path without masks, cyclic shifts, padding, or hardware-specific sparse kernels. Because SwiftVR uses only standard dense SDPA calls, the trained model transfers to consumer GPUs without retraining or custom kernels. For autoencoding, a lightweight Restoration-aware Autoencoder enables fast chunk-wise decoding while preserving reconstruction quality. On a single H100, SwiftVR sustains 31~FPS at 2560x1440 and 14~FPS at 3840x2160, whereas all compared diffusion-based VR baselines exceed the memory limit at 4K. On a consumer RTX~5090, SwiftVR reaches 26~FPS at 1920x1080. To our knowledge, SwiftVR is the first generative VR model to achieve real-time 1080p streaming on a consumer-grade GPU, while attaining strong no-reference perceptual quality with lower inference cost. Project is available at https://h-oliday.github.io/SwiftVR.

📄 PDF Abstract BibTeX arXiv:2606.09516

Code (0)

등록된 구현이 없습니다.

Tasks

Video Restoration

Similar Papers 제목 키워드 기반

ReGenVC: End-to-End Real-Time Generative Video Coding at Ultra-Low Bitrate

2026-07-30 · Zheyuan Zhang, Johnson Wu arxiv

We present ReGenVC, an end-to-end generative video codec that compresses talking-head video to an ultra-low bitrate and decodes it in real time. The encoder reduces a source clip to a compact bitstream -- a neurally comp…

VideoScene: Distilling Video Diffusion Model to Generate 3D Scenes in One Step

2025-04-02 · CVPR 2025 1 · HanYang Wang, Fangfu Liu, Jiawei Chi, Yueqi Duan

Recovering 3D scenes from sparse views is a challenging task due to its inherent ill-posed problem. Conventional methods have developed specialized solutions (e.g., geometry regularization or feed-forward deterministic m…

DenoisingScene Generation

GePSAn: Generative Procedure Step Anticipation in Cooking Videos

2023-10-12 · ICCV 2023 1 · Mohamed Ashraf Abdelsalam, Samrudhdhi B. Rangrej, Isma Hadji, Nikita Dvornik 외

We study the problem of future step anticipation in procedural videos. Given a video of an ongoing procedural activity, we predict a plausible next procedure step described in rich natural language. While most previous w…

Morphe: High-Fidelity Generative Video Streaming with Vision Foundation Model

2026-02-03 · Tianyi Gong, Zijian Cao, Zixing Zhang, Jiangkai Wu 외 arxiv

Video streaming is a fundamental Internet service, while the quality still cannot be guaranteed especially in poor network conditions such as bandwidth-constrained and remote areas. Existing works mainly work towards two…

End-to-End Learning-based Video Streaming Enhancement Pipeline: A Generative AI Approach

2025-12-16 · Emanuele Artioli, Farzad Tashtarian, Christian Timmerer arxiv

The primary challenge of video streaming is to balance high video quality with smooth playback. Traditional codecs are well tuned for this trade-off, yet their inability to use context means they must encode the entire v…