paper-with-me

Papers

Recurrent Video Restoration Transformer with Guided Deformable Attention

2022-06-05 · Jingyun Liang, Yuchen Fan, Xiaoyu Xiang, Rakesh Ranjan, Eddy Ilg, Simon Green, JieZhang Cao, Kai Zhang, Radu Timofte, Luc van Gool

Video restoration aims at restoring multiple high-quality frames from multiple low-quality frames. Existing video restoration methods generally fall into two extreme cases, i.e., they either restore all frames in parallel or restore the video frame by frame in a recurrent way, which would result in different merits and drawbacks. Typically, the former has the advantage of temporal information fusion. However, it suffers from large model size and intensive memory consumption; the latter has a relatively small model size as it shares parameters across frames; however, it lacks long-range dependency modeling ability and parallelizability. In this paper, we attempt to integrate the advantages of the two cases by proposing a recurrent video restoration transformer, namely RVRT. RVRT processes local neighboring frames in parallel within a globally recurrent framework which can achieve a good trade-off between model size, effectiveness, and efficiency. Specifically, RVRT divides the video into multiple clips and uses the previously inferred clip feature to estimate the subsequent clip feature. Within each clip, different frame features are jointly updated with implicit feature aggregation. Across different clips, the guided deformable attention is designed for clip-to-clip alignment, which predicts multiple relevant locations from the whole inferred clip and aggregates their features by the attention mechanism. Extensive experiments on video super-resolution, deblurring, and denoising show that the proposed RVRT achieves state-of-the-art performance on benchmark datasets with balanced model size, testing memory and runtime.

📄 PDF Abstract BibTeX arXiv:2206.02146

Code (4)

jingyunliang/rvrt 공식 구현 pytorch
Ascend-Research/Turtle pytorch
labshuhanggu/mia-vsr pytorch
xg416/DATUM pytorch

Tasks

Analog Video RestorationDeblurringDenoisingSnow RemovalSuper-ResolutionVideo DenoisingVideo derainingVideo RestorationVideo Super-Resolution

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

2021-04-27 · CVPR 2022 1 · Kelvin C. K. Chan, Shangchen Zhou, Xiangyu Xu, Chen Change Loy

A recurrent structure is a popular framework choice for the task of video super-resolution. The state-of-the-art method BasicVSR adopts bidirectional propagation with feature alignment to effectively exploit information …

Analog Video RestorationSnow RemovalSuper-ResolutionVideo deraining+3

DART: A Degradation-Aware Recurrent Transformer for Archival Film Restoration

2026-07-23 · Mikołaj Jastrzębski, Wojciech Kozłowski, Kamil Adamczewski arxiv

Archival film restoration is a challenging problem because historical footage contains compound degradations such as scratches, dust, blur, noise, flicker, and photometric aging, while clean reference videos are unavaila…

Video Restoration

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

2019-05-07 · Xintao Wang, Kelvin C. K. Chan, Ke Yu, Chao Dong 외

Video restoration tasks, including super-resolution, deblurring, etc, are drawing increasing attention in the computer vision community. A challenging benchmark named REDS is released in the NTIRE19 Challenge. This new b…

DeblurringSuper-ResolutionVideo EnhancementVideo Restoration+1

Progressive Training of A Two-Stage Framework for Video Restoration

2022-04-21 · Meisong Zheng, Qunliang Xing, Minglang Qiao, Mai Xu 외

As a widely studied task, video restoration aims to enhance the quality of the videos with multiple potential degradations, such as noises, blurs and compression artifacts. Among video restorations, compressed video qual…

Super-ResolutionTransfer LearningVideo RestorationVideo Super-Resolution+1

Making Old Film Great Again: Degradation-aware State Space Model for Old Film Restoration

2025-01-01 · CVPR 2025 1 · Yudong Mao, Hao Luo, Zhiwei Zhong, Peilin Chen 외

Unlike modern native digital videos, the restoration of old films requires addressing specific degradations inherent to analog sources. However, existing specialized methods still fall short compared to general video…

MambaVideo Restoration