Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.61 KB

video_enhancement.md

File metadata and controls

26 lines (23 loc) · 1.61 KB

Video Enhancement

TOFlow

Video Enhancement with Task-Oriented Flow (IJCV 2019) Task-Oriented Flow (TOFlow or TOF), a motion representation learned in a selfsupervised, task-specific manner.

EDVR

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks (CVPR 2019) from SenseTime, CUHK
Project | pyTorch (deperciated) | MMSR

Pre-deblur

The existence of blur increases the difficulty of motion estimation. EDVR acquire information from multiple frames using alignment, with a slight modification that an image deblurring module is added prior to alignment when there is a blur.

PCD

Pyramid, Cascading and Deformable convolution: learn good embedding aligned with next frame

TSA

Fuse features of 5 or 7 neighbor frames with Temporal and Spatial Attention
Left: PCD alignment module with Pyramid, Cascading and Deformable convolution; Right: TSA fusion module with Temporal and Spatial Attention

Zooming Slow-Mo

Video Frame Interpolation/Zooming Slow-Mo (CVPR 2020)