paper-with-me

홈 › Papers

Mitigating Artifacts in Real-World Video Super-Resolution Models

2022-12-14 · Liangbin Xie, Xintao Wang, Shuwei Shi, Jinjin Gu, Chao Dong, Ying Shan

The recurrent structure is a prevalent framework for the task of video super-resolution, which models the temporal dependency between frames via hidden states. When applied to real-world scenarios with unknown and complex degradations, hidden states tend to contain unpleasant artifacts and propagate them to restored frames. In this circumstance, our analyses show that such artifacts can be largely alleviated when the hidden state is replaced with a cleaner counterpart. Based on the observations, we propose a Hidden State Attention (HSA) module to mitigate artifacts in real-world video super-resolution. Specifically, we first adopt various cheap filters to produce a hidden state pool. For example, Gaussian blur filters are for smoothing artifacts while sharpening filters are for enhancing details. To aggregate a new hidden state that contains fewer artifacts from the hidden state pool, we devise a Selective Cross Attention (SCA) module, in which the attention between input features and each hidden state is calculated. Equipped with HSA, our proposed method, namely FastRealVSR, is able to achieve 2x speedup while obtaining better performance than Real-BasicVSR. Codes will be available at https://github.com/TencentARC/FastRealVSR

📄 PDF Abstract BibTeX arXiv:2212.07339

Code (1)

tencentarc/fastrealvsr 공식 구현

Tasks

Super-ResolutionVideo Super-Resolution

Similar Papers 제목 키워드 기반

RealViformer: Investigating Attention for Real-World Video Super-Resolution

2024-07-19 · Yuehan Zhang, Angela Yao

In real-world video super-resolution (VSR), videos suffer from in-the-wild degradations and artifacts. VSR methods, especially recurrent ones, tend to propagate artifacts over time in the real-world setting and are more …

Image Super-ResolutionSuper-ResolutionVideo Super-Resolution

STAR: Spatial-Temporal Augmentation with Text-to-Video Models for Real-World Video Super-Resolution

2025-01-06 · Rui Xie, Yinhong Liu, Penghao Zhou, Chen Zhao 외

Image diffusion models have been adapted for real-world video super-resolution to tackle over-smoothing issues in GAN-based methods. However, these models struggle to maintain temporal consistency, as they are trained on…

Super-ResolutionVideo Super-Resolution

Zero-Shot Video Deraining with Video Diffusion Models

2025-11-23 · Tuomas Varanka, Juan Luis Gonzalez, Hyeongwoo Kim, Pablo Garrido 외 arxiv

Existing video deraining methods are often trained on paired datasets, either synthetic, which limits their ability to generalize to real-world rain, or captured by static cameras, which restricts their effectiveness in …

Video deraining

A General Method to Incorporate Spatial Information into Loss Functions for GAN-based Super-resolution Models

2024-03-15 · Xijun Wang, Santiago López-Tapia, Alice Lucas, Xinyi Wu 외

Generative Adversarial Networks (GANs) have shown great performance on super-resolution problems since they can generate more visually realistic images and video frames. However, these models often introduce side effects…

Super-Resolution

Self-supervised ControlNet with Spatio-Temporal Mamba for Real-world Video Super-resolution

2025-01-01 · CVPR 2025 1 · Shijun Shi, Jing Xu, Lijing Lu, Zhihang Li 외

Existing diffusion-based video super-resolution (VSR) methods are susceptible to introducing complex degradations and noticeable artifacts into high-resolution videos due to their inherent randomness. In this paper, …

Contrastive LearningMambaSelf-Supervised LearningSuper-Resolution+1