English

TDAN: Temporally Deformable Alignment Network for Video Super-Resolution

Computer Vision and Pattern Recognition 2018-12-10 v1

Abstract

Video super-resolution (VSR) aims to restore a photo-realistic high-resolution (HR) video frame from both its corresponding low-resolution (LR) frame (reference frame) and multiple neighboring frames (supporting frames). Due to varying motion of cameras or objects, the reference frame and each support frame are not aligned. Therefore, temporal alignment is a challenging yet important problem for VSR. Previous VSR methods usually utilize optical flow between the reference frame and each supporting frame to wrap the supporting frame for temporal alignment. Therefore, the performance of these image-level wrapping-based models will highly depend on the prediction accuracy of optical flow, and inaccurate optical flow will lead to artifacts in the wrapped supporting frames, which also will be propagated into the reconstructed HR video frame. To overcome the limitation, in this paper, we propose a temporal deformable alignment network (TDAN) to adaptively align the reference frame and each supporting frame at the feature level without computing optical flow. The TDAN uses features from both the reference frame and each supporting frame to dynamically predict offsets of sampling convolution kernels. By using the corresponding kernels, TDAN transforms supporting frames to align with the reference frame. To predict the HR video frame, a reconstruction network taking aligned frames and the reference frame is utilized. Experimental results demonstrate the effectiveness of the proposed TDAN-based VSR model.

Keywords

Cite

@article{arxiv.1812.02898,
  title  = {TDAN: Temporally Deformable Alignment Network for Video Super-Resolution},
  author = {Yapeng Tian and Yulun Zhang and Yun Fu and Chenliang Xu},
  journal= {arXiv preprint arXiv:1812.02898},
  year   = {2018}
}

Comments

10 pages, 6 figures, demo link http://www.youtube.com/watch?v=eZExENE50I0

R2 v1 2026-06-23T06:35:02.617Z