paper-with-me

Papers

Improved Adversarial Diffusion Compression for Real-World Video Super-Resolution

2026-02-28 · Bin Chen, Weiqi Li, Shijie Zhao, Xuanyu Zhang, Junlin Li, Li Zhang, Jian Zhang arxiv

While many diffusion models have achieved impressive results in real-world video super-resolution (Real-VSR) by generating rich and realistic details, their reliance on multi-step sampling leads to slow inference. One-step networks like SeedVR2, DOVE, and DLoRAL alleviate this through condensing generation into one single step, yet they remain heavy, with billions of parameters and multi-second latency. Recent adversarial diffusion compression (ADC) offers a promising path via pruning and distilling these models into a compact AdcSR network, but directly applying it to Real-VSR fails to balance spatial details and temporal consistency due to its lack of temporal awareness and the limitations of standard adversarial learning. To address these challenges, we propose an improved ADC method for Real-VSR. Our approach distills a large diffusion Transformer (DiT) teacher DOVE equipped with 3D spatio-temporal attentions, into a pruned 2D Stable Diffusion (SD)-based AdcSR backbone, augmented with lightweight 1D temporal convolutions, achieving significantly higher efficiency. In addition, we introduce a dual-head adversarial distillation scheme, in which discriminators in both pixel and feature domains explicitly disentangle the discrimination of details and consistency into two heads, enabling both objectives to be effectively optimized without sacrificing one for the other. Experiments demonstrate that the resulting compressed AdcVSR model reduces complexity by 95% in parameters and achieves an 8$\times$ acceleration over its DiT teacher DOVE, while maintaining competitive video quality and efficiency.

📄 PDF Abstract BibTeX arXiv:2603.00458

Code (0)

등록된 구현이 없습니다.

Tasks

Video Super-Resolution

Similar Papers 제목 키워드 기반

Adversarial Diffusion Compression for Real-World Image Super-Resolution

2024-11-20 · CVPR 2025 1 · Bin Chen, Gehui Li, Rongyuan Wu, Xindong Zhang 외

Real-world image super-resolution (Real-ISR) aims to reconstruct high-resolution images from low-resolution inputs degraded by complex, unknown processes. While many Stable Diffusion (SD)-based Real-ISR methods have achi…

DecoderDenoisingImage Super-ResolutionSuper-Resolution

CoD-Lite: Real-Time Diffusion-Based Generative Image Compression

2026-04-14 · Zhaoyang Jia, Naifu Xue, Zihan Zheng, Jiahao Li 외 arxiv

Recent advanced diffusion methods typically derive strong generative priors by scaling diffusion transformers. However, scaling fails to generalize when adapted for real-time compression scenarios that demand lightweight…

Image Compression

Diffusion for World Modeling: Visual Details Matter in Atari

2024-05-20 · Eloi Alonso, Adam Jelley, Vincent Micheli, Anssi Kanervisto 외

World models constitute a promising approach for training reinforcement learning agents in a safe and sample-efficient manner. Recent world models predominantly operate on sequences of discrete latent variables to model …

Image Generationreinforcement-learningReinforcement Learning

Improved Autoregressive Modeling with Distribution Smoothing

2021-03-28 · ICLR 2021 1 · Chenlin Meng, Jiaming Song, Yang song, Shengjia Zhao 외

While autoregressive models excel at image compression, their sample quality is often lacking. Although not realistic, generated images often have high likelihood according to the model, resembling the case of adversaria…

Adversarial DefenseImage Compression

Take Fake as Real: Realistic-like Robust Black-box Adversarial Attack to Evade AIGC Detection

2024-12-09 · Caiyun Xie, Dengpan Ye, Yunming Zhang, Long Tang 외

The security of AI-generated content (AIGC) detection is crucial for ensuring multimedia content credibility. To enhance detector security, research on adversarial attacks has become essential. However, most existing adv…

Adversarial Attack