CVLGMLMar 26, 2019

Deep Demosaicing for Edge Implementation

arXiv:1904.00775v31 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying demosaicing algorithms on resource-constrained edge devices, which is incremental as it optimizes existing deep learning approaches for practical implementation.

The paper tackles the problem of implementing deep learning-based demosaicing on low-end edge devices by conducting an exhaustive search of neural network architectures to achieve a pareto front of Color Peak Signal to Noise Ratio versus model complexity, beating state-of-the-art methods.

Most digital cameras use sensors coated with a Color Filter Array (CFA) to capture channel components at every pixel location, resulting in a mosaic image that does not contain pixel values in all channels. Current research on reconstructing these missing channels, also known as demosaicing, introduces many artifacts, such as zipper effect and false color. Many deep learning demosaicing techniques outperform other classical techniques in reducing the impact of artifacts. However, most of these models tend to be over-parametrized. Consequently, edge implementation of the state-of-the-art deep learning-based demosaicing algorithms on low-end edge devices is a major challenge. We provide an exhaustive search of deep neural network architectures and obtain a pareto front of Color Peak Signal to Noise Ratio (CPSNR) as the performance criterion versus the number of parameters as the model complexity that beats the state-of-the-art. Architectures on the pareto front can then be used to choose the best architecture for a variety of resource constraints. Simple architecture search methods such as exhaustive search and grid search require some conditions of the loss function to converge to the optimum. We clarify these conditions in a brief theoretical study.

Foundations

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

Your Notes