IVCVNov 19, 2019

HighEr-Resolution Network for Image Demosaicing and Enhancing

arXiv:1911.08098v128 citationsHas Code
AI Analysis

This work addresses a specific bottleneck in image restoration for researchers and practitioners by enabling the use of high-resolution patches with feasible GPU memory, though it is incremental as it builds on existing methods to improve efficiency and stability.

The paper tackles the problem of high GPU memory usage and unstable training when using high-resolution image patches for neural-network-based image restoration, proposing a HighEr-Resolution Network (HERN) that achieves state-of-the-art performance on the AIM2019 RAW to RGB mapping challenge for image demosaicing and enhancing.

Neural-networks based image restoration methods tend to use low-resolution image patches for training. Although higher-resolution image patches can provide more global information, state-of-the-art methods cannot utilize them due to their huge GPU memory usage, as well as the instable training process. However, plenty of studies have shown that global information is crucial for image restoration tasks like image demosaicing and enhancing. In this work, we propose a HighEr-Resolution Network (HERN) to fully learning global information in high-resolution image patches. To achieve this, the HERN employs two parallel paths to learn image features in two different resolutions, respectively. By combining global-aware features and multi-scale features, our HERN is able to learn global information with feasible GPU memory usage. Besides, we introduce a progressive training method to solve the instability issue and accelerate model convergence. On the task of image demosaicing and enhancing, our HERN achieves state-of-the-art performance on the AIM2019 RAW to RGB mapping challenge. The source code of our implementation is available at https://github.com/MKFMIKU/RAW2RGBNet.

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