Image Unprocessing: A Pipeline to Recover Raw Data from sRGB Images
Valéry Dewil
published
2022-12-30
reference
Valéry Dewil, Image Unprocessing: A Pipeline to Recover Raw Data from sRGB Images, Image Processing On Line, 12 (2022), pp. 652–661. https://doi.org/10.5201/ipol.2022.438

Communicated by Jean-Michel Morel
Demo edited by Valéry Dewil

Abstract

Access to high quality datasets is an essential condition for data-driven methods as it is known that mismatches between the distributions of training and test data may cause learning-based methods to fail. This issue has led to one of the most active research subjects in learning-based image restoration. For instance neural networks trained on unrealistic synthetic data may not generalize to real data even if they perform well on those synthetic data. This is specially problematic for image and video processing tasks, such as denoising, which are performed on raw data, since acquiring real raw datasets is not straightforward and is even impossible in some cases (acquiring a video dataset of real noise with clean ground-truth, for instance). Consequently, CNNs are often trained on synthetic data. Synthesizing realistic raw data is a difficult task and requires to invert properly the image processing pipeline. This paper focuses on the backward pipeline proposed by Brooks et al. [Unprocessing images for learned raw denoising, CVPR 2019] which aims at producing raw data from sRGB images.

This is an MLBriefs article, the source code has not been reviewed!
The original source code is available here (last checked 2022/12/30).

Download