paper-with-me

Papers

Zooming SlowMo: An Efficient One-Stage Framework for Space-Time Video Super-Resolution

2021-04-15 · Xiaoyu Xiang, Yapeng Tian, Yulun Zhang, Yun Fu, Jan P. Allebach, Chenliang Xu

In this paper, we address the space-time video super-resolution, which aims at generating a high-resolution (HR) slow-motion video from a low-resolution (LR) and low frame rate (LFR) video sequence. A na\"ive method is to decompose it into two sub-tasks: video frame interpolation (VFI) and video super-resolution (VSR). Nevertheless, temporal interpolation and spatial upscaling are intra-related in this problem. Two-stage approaches cannot fully make use of this natural property. Besides, state-of-the-art VFI or VSR deep networks usually have a large frame reconstruction module in order to obtain high-quality photo-realistic video frames, which makes the two-stage approaches have large models and thus be relatively time-consuming. To overcome the issues, we present a one-stage space-time video super-resolution framework, which can directly reconstruct an HR slow-motion video sequence from an input LR and LFR video. Instead of reconstructing missing LR intermediate frames as VFI models do, we temporally interpolate LR frame features of the missing LR frames capturing local temporal contexts by a feature temporal interpolation module. Extensive experiments on widely used benchmarks demonstrate that the proposed framework not only achieves better qualitative and quantitative performance on both clean and noisy LR frames but also is several times faster than recent state-of-the-art two-stage networks. The source code is released in https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020 .

📄 PDF Abstract BibTeX arXiv:2104.07473

Code (1)

Mukosame/Zooming-Slow-Mo-CVPR-2020 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

SlowMo: Improving Communication-Efficient Distributed SGD with Slow Momentum

2019-10-01 · ICLR 2020 1 · Jianyu Wang, Vinayak Tantia, Nicolas Ballas, Michael Rabbat

Distributed optimization is essential for training large models on large datasets. Multiple approaches have been proposed to reduce the communication overhead in distributed training, such as synchronizing only after per…

BlockingDistributed Optimizationimage-classificationImage Classification+2

Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time Video Super-Resolution

2020-02-26 · CVPR 2020 6 · Xiaoyu Xiang, Yapeng Tian, Yulun Zhang, Yun Fu 외

In this paper, we explore the space-time video super-resolution task, which aims to generate a high-resolution (HR) slow-motion video from a low frame rate (LFR), low-resolution (LR) video. A simple solution is to split …

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

Real-time Surgical Environment Enhancement for Robot-Assisted Minimally Invasive Surgery Based on Super-Resolution

2020-11-08 · Ruoxi Wang, Dandan Zhang, QingBiao Li, Xiao-Yun Zhou 외

In Robot-Assisted Minimally Invasive Surgery (RAMIS), a camera assistant is normally required to control the position and zooming ratio of the laparoscope, following the surgeon's instructions. However, moving the laparo…

Depth EstimationGenerative Adversarial NetworkSuper-ResolutionVideo Super-Resolution

Adaptive Image Zoom-in with Bounding Box Transformation for UAV Object Detection

2026-02-07 · Tao Wang, Chenyu Lin, Chenwei Tang, Jizhe Zhou 외 arxiv

Detecting objects from UAV-captured images is challenging due to the small object size. In this work, a simple and efficient adaptive zoom-in framework is explored for object detection on UAV images. The main motivation …

Object Detection

Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception

2026-02-12 · Lai Wei, Liangbo He, Jun Lan, Lingzhong Dong 외 arxiv

Multimodal Large Language Models (MLLMs) excel at broad visual understanding but still struggle with fine-grained perception, where decisive evidence is small and easily overwhelmed by global context. Recent "Thinking-wi…

Visual Reasoning