paper-with-me

홈 › Papers

Deep Blind Super-Resolution for Satellite Video

2024-01-13 · Yi Xiao, Qiangqiang Yuan, Qiang Zhang, Liangpei Zhang

Recent efforts have witnessed remarkable progress in Satellite Video Super-Resolution (SVSR). However, most SVSR methods usually assume the degradation is fixed and known, e.g., bicubic downsampling, which makes them vulnerable in real-world scenes with multiple and unknown degradations. To alleviate this issue, blind SR has thus become a research hotspot. Nevertheless, existing approaches are mainly engaged in blur kernel estimation while losing sight of another critical aspect for VSR tasks: temporal compensation, especially compensating for blurry and smooth pixels with vital sharpness from severely degraded satellite videos. Therefore, this paper proposes a practical Blind SVSR algorithm (BSVSR) to explore more sharp cues by considering the pixel-wise blur levels in a coarse-to-fine manner. Specifically, we employed multi-scale deformable convolution to coarsely aggregate the temporal redundancy into adjacent frames by window-slid progressive fusion. Then the adjacent features are finely merged into mid-feature using deformable attention, which measures the blur levels of pixels and assigns more weights to the informative pixels, thus inspiring the representation of sharpness. Moreover, we devise a pyramid spatial transformation module to adjust the solution space of sharp mid-feature, resulting in flexible feature adaptation in multi-level domains. Quantitative and qualitative evaluations on both simulated and real-world satellite videos demonstrate that our BSVSR performs favorably against state-of-the-art non-blind and blind SR models. Code will be available at https://github.com/XY-boy/Blind-Satellite-VSR

📄 PDF Abstract BibTeX arXiv:2401.07139

Code (1)

xy-boy/blind-satellite-vsr 공식 구현 pytorch

Tasks

Blind Super-ResolutionSuper-ResolutionVideo Super-Resolution

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…

Similar Papers 제목 키워드 기반

A Lightweight Recurrent Aggregation Network for Satellite Video Super-Resolution

2023-11-13 · IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 2023 11 · Han Wang, Shengyang Li, Manqi Zhao

Intelligent processing and analysis of satellite video has become one of the research hotspots in the representation of remote sensing, and satellite video super-resolution (SVSR) is an important research direction which…

Optical Flow EstimationSuper-ResolutionVideo Super-Resolution

DynaVSR: Dynamic Adaptive Blind Video Super-Resolution

2020-11-09 · Suyoung Lee, Myungsub Choi, Kyoung Mu Lee

Most conventional supervised super-resolution (SR) algorithms assume that low-resolution (LR) data is obtained by downscaling high-resolution (HR) data with a fixed known kernel, but such an assumption often does not hol…

Meta-LearningSuper-ResolutionVideo Super-Resolution

Temporal Kernel Consistency for Blind Video Super-Resolution

2021-08-18 · Lichuan Xiang, Royson Lee, Mohamed S. Abdelfattah, Nicholas D. Lane 외

Deep learning-based blind super-resolution (SR) methods have recently achieved unprecedented performance in upscaling frames with unknown degradation. These models are able to accurately estimate the unknown downscaling …

Blind Super-ResolutionSuper-ResolutionVideo Super-Resolution

Hazy Low-Quality Satellite Video Restoration Via Learning Optimal Joint Degradation Patterns and Continuous-Scale Super-Resolution Reconstruction

2025-01-01 · CVPR 2025 1 · Ning Ni, Libao Zhang

Currently, the demand for higher video quality has grown significantly. However, satellite video has low resolution, complex motion, and weak textures. Haze interference further exacerbates the loss of motion informa…

Super-ResolutionVideo Restoration

VCISR: Blind Single Image Super-Resolution with Video Compression Synthetic Data

2023-11-02 · Boyang Wang, Bowen Liu, Shiyu Liu, Fengyu Yang

In the blind single image super-resolution (SISR) task, existing works have been successful in restoring image-level unknown degradations. However, when a single video frame becomes the input, these works usually fail to…

Image CompressionImage Quality AssessmentImage Super-ResolutionNo-Reference Image Quality Assessment+3