paper-with-me

Papers

VRT: A Video Restoration Transformer

2022-01-28 · Jingyun Liang, JieZhang Cao, Yuchen Fan, Kai Zhang, Rakesh Ranjan, Yawei Li, Radu Timofte, Luc van Gool

Video restoration (e.g., video super-resolution) aims to restore high-quality frames from low-quality frames. Different from single image restoration, video restoration generally requires to utilize temporal information from multiple adjacent but usually misaligned video frames. Existing deep methods generally tackle with this by exploiting a sliding window strategy or a recurrent architecture, which either is restricted by frame-by-frame restoration or lacks long-range modelling ability. In this paper, we propose a Video Restoration Transformer (VRT) with parallel frame prediction and long-range temporal dependency modelling abilities. More specifically, VRT is composed of multiple scales, each of which consists of two kinds of modules: temporal mutual self attention (TMSA) and parallel warping. TMSA divides the video into small clips, on which mutual attention is applied for joint motion estimation, feature alignment and feature fusion, while self attention is used for feature extraction. To enable cross-clip interactions, the video sequence is shifted for every other layer. Besides, parallel warping is used to further fuse information from neighboring frames by parallel feature warping. Experimental results on five tasks, including video super-resolution, video deblurring, video denoising, video frame interpolation and space-time video super-resolution, demonstrate that VRT outperforms the state-of-the-art methods by large margins ($\textbf{up to 2.16dB}$) on fourteen benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2201.12288

Code (1)

jingyunliang/vrt 공식 구현 pytorch

Tasks

DeblurringDenoisingImage RestorationMotion EstimationSpace-time Video Super-resolutionSuper-ResolutionVideo DeblurringVideo DenoisingVideo Frame InterpolationVideo RestorationVideo Super-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

ViStripformer: A Token-Efficient Transformer for Versatile Video Restoration

2023-12-22 · Fu-Jen Tsai, Yan-Tsung Peng, Chen-Yu Chang, Chan-Yu Li 외

Video restoration is a low-level vision task that seeks to restore clean, sharp videos from quality-degraded frames. One would use the temporal information from adjacent frames to make video restoration successful. Recen…

DeblurringRain RemovalVideo DeblurringVideo Restoration

SeedVR: Seeding Infinity in Diffusion Transformer Towards Generic Video Restoration

2025-01-02 · CVPR 2025 1 · Jianyi Wang, Zhijie Lin, Meng Wei, Yang Zhao 외

Video restoration poses non-trivial challenges in maintaining fidelity while recovering temporally consistent details from unknown degradations in the wild. Despite recent advances in diffusion-based restoration, these m…

Video Restoration

Deep Video Restoration for Under-Display Camera

2023-09-09 · Xuanxi Chen, Tao Wang, Ziqian Shao, Kaihao Zhang 외

Images or videos captured by the Under-Display Camera (UDC) suffer from severe degradation, such as saturation degeneration and color shift. While restoration for UDC has been a critical task, existing works of UDC resto…

Video Restoration

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

Spatio-temporal Transformer Network for Video Restoration

2018-09-01 · ECCV 2018 9 · Tae Hyun Kim, Mehdi S. M. Sajjadi, Michael Hirsch, Bernhard Scholkopf

State-of-the-art video restoration methods integrate optical flow estimation networks to utilize temporal information. However, these networks typically consider only a pair of consecutive frames and hence are not capabl…

DeblurringOptical Flow EstimationSuper-ResolutionVideo Deblurring+2