# Deep Demosaicing for Edge Implementation

**Authors:** Ramchalam Kinattinkara Ramakrishnan, Shangling Jui, Vahid Patrovi, Nia

arXiv: 1904.00775 · 2019-05-24

## TL;DR

This paper explores efficient deep learning architectures for demosaicing in digital cameras, aiming to optimize performance on low-end edge devices by balancing accuracy and model complexity.

## Contribution

It provides an exhaustive search for neural network architectures that optimize the trade-off between CPSNR and model size, and clarifies conditions for loss function convergence.

## Key findings

- Identified Pareto-optimal architectures for demosaicing.
- Achieved state-of-the-art CPSNR with fewer parameters.
- Provided theoretical insights into architecture search methods.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.00775/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1904.00775/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1904.00775/full.md

---
Source: https://tomesphere.com/paper/1904.00775