paper-with-me

Papers

STDAN: Deformable Attention Network for Space-Time Video Super-Resolution

2022-03-14 · Hai Wang, Xiaoyu Xiang, Yapeng Tian, Wenming Yang, Qingmin Liao

The target of space-time video super-resolution (STVSR) is to increase the spatial-temporal resolution of low-resolution (LR) and low frame rate (LFR) videos. Recent approaches based on deep learning have made significant improvements, but most of them only use two adjacent frames, that is, short-term features, to synthesize the missing frame embedding, which cannot fully explore the information flow of consecutive input LR frames. In addition, existing STVSR models hardly exploit the temporal contexts explicitly to assist high-resolution (HR) frame reconstruction. To address these issues, in this paper, we propose a deformable attention network called STDAN for STVSR. First, we devise a long-short term feature interpolation (LSTFI) module, which is capable of excavating abundant content from more neighboring input frames for the interpolation process through a bidirectional RNN structure. Second, we put forward a spatial-temporal deformable feature aggregation (STDFA) module, in which spatial and temporal contexts in dynamic video frames are adaptively captured and aggregated to enhance SR reconstruction. Experimental results on several datasets demonstrate that our approach outperforms state-of-the-art STVSR methods. The code is available at https://github.com/littlewhitesea/STDAN.

📄 PDF Abstract BibTeX arXiv:2203.06841

Code (1)

littlewhitesea/STDAN 공식 구현 pytorch

Tasks

Space-time Video Super-resolutionSuper-ResolutionVideo Super-Resolution

Similar Papers 제목 키워드 기반

Spatio-Temporal Deformable Attention Network for Video Deblurring

2022-07-22 · Huicong Zhang, Haozhe Xie, Hongxun Yao

The key success factor of the video deblurring methods is to compensate for the blurry pixels of the mid-frame with the sharp pixels of the adjacent video frames. Therefore, mainstream methods align the adjacent frames b…

DeblurringDecoderVideo Deblurring

Learning to Unify Deformable Shape and Texture Representations for Cardiac Video Classification

2026-07-08 · Tonmoy Hossain, Miaomiao Zhang arxiv

Deformable shape representations have proven to be robust complements to texture features in cardiac image classification, offering geometric priors that are invariant to imaging artifacts and intensity variations. Howev…

Image ClassificationVideo Classification

Deformable Video Transformer

2022-03-31 · CVPR 2022 1 · Jue Wang, Lorenzo Torresani

Video transformers have recently emerged as an effective alternative to convolutional networks for action classification. However, most prior video transformers adopt either global space-time attention or hand-defined st…

Action Classification

Spatio-Temporal Distortion Aware Omnidirectional Video Super-Resolution

2024-10-15 · Hongyu An, Xinfeng Zhang, Li Zhang, Ruiqin Xiong

Omnidirectional video (ODV) can provide an immersive experience and is widely utilized in the field of virtual reality and augmented reality. However, the restricted capturing devices and transmission bandwidth lead to t…

Super-ResolutionVideo Super-Resolution

Deformable VisTR: Spatio temporal deformable attention for video instance segmentation

2022-03-12 · Sudhir Yarram, Jialian Wu, Pan Ji, Yi Xu 외

Video instance segmentation (VIS) task requires classifying, segmenting, and tracking object instances over all frames in a video clip. Recently, VisTR has been proposed as end-to-end transformer-based VIS framework, whi…

GPUInstance SegmentationSemantic SegmentationVideo Instance Segmentation