IVCVLGOct 25, 2021

RBSRICNN: Raw Burst Super-Resolution through Iterative Convolutional Neural Network

arXiv:2110.13217v21 citations
Originality Incremental advance
AI Analysis

This addresses image quality limitations in portable cameras, offering a method that combines classical and deep learning techniques for burst super-resolution, though it appears incremental as it builds on existing burst photography pipelines.

The paper tackles the problem of recovering high-resolution images from low-quality raw bursts in mobile devices, proposing RBSRICNN which integrates physical models with deep learning and shows effectiveness in experiments with synthetic training data.

Modern digital cameras and smartphones mostly rely on image signal processing (ISP) pipelines to produce realistic colored RGB images. However, compared to DSLR cameras, low-quality images are usually obtained in many portable mobile devices with compact camera sensors due to their physical limitations. The low-quality images have multiple degradations i.e., sub-pixel shift due to camera motion, mosaick patterns due to camera color filter array, low-resolution due to smaller camera sensors, and the rest information are corrupted by the noise. Such degradations limit the performance of current Single Image Super-resolution (SISR) methods in recovering high-resolution (HR) image details from a single low-resolution (LR) image. In this work, we propose a Raw Burst Super-Resolution Iterative Convolutional Neural Network (RBSRICNN) that follows the burst photography pipeline as a whole by a forward (physical) model. The proposed Burst SR scheme solves the problem with classical image regularization, convex optimization, and deep learning techniques, compared to existing black-box data-driven methods. The proposed network produces the final output by an iterative refinement of the intermediate SR estimates. We demonstrate the effectiveness of our proposed approach in quantitative and qualitative experiments that generalize robustly to real LR burst inputs with onl synthetic burst data available for training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes