Toward Efficient Deep Blind RAW Image Restoration

Marcos V. Conde,Florin Vasluianu,Radu Timofte
2024-09-27
Abstract:Multiple low-vision tasks such as denoising, deblurring and super-resolution depart from RGB images and further reduce the degradations, improving the quality. However, modeling the degradations in the sRGB domain is complicated because of the Image Signal Processor (ISP) transformations. Despite of this known issue, very few methods in the literature work directly with sensor RAW images. In this work we tackle image restoration directly in the RAW domain. We design a new realistic degradation pipeline for training deep blind RAW restoration models. Our pipeline considers realistic sensor noise, motion blur, camera shake, and other common degradations. The models trained with our pipeline and data from multiple sensors, can successfully reduce noise and blur, and recover details in RAW images captured from different cameras. To the best of our knowledge, this is the most exhaustive analysis on RAW image restoration. Code available at <a class="link-external link-https" href="https://github.com/mv-lab/AISP" rel="external noopener nofollow">this https URL</a>
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to perform efficient and blind image restoration in the RAW domain. Specifically, the paper focuses on directly handling image restoration tasks within the RAW domain, rather than the traditional processing in the sRGB domain. This is because RAW images retain more original information compared to sRGB images processed by ISP (Image Signal Processor), which is more advantageous for modeling and correcting degradations such as noise and blur. However, most of the existing methods focus on sRGB images because RAW images have a smaller amount of data and are more difficult to obtain. The main contributions of the paper include: 1. Proposing a new degradation pipeline to simulate various degradation factors in RAW images, such as focusing problems, camera shake, motion blur, acquisition noise, etc., so as to be able to train a deep blind RAW image restoration model. 2. Constructing a carefully curated dataset specifically for RAW image restoration, which contains images from multiple smartphone camera sensors. 3. Establishing a new benchmark for evaluating the blind restoration performance of RAW images. As far as the authors know, this is the first such benchmark. Through these contributions, the paper aims to promote the development of RAW image restoration technology, enabling it to be better applied in practical scenarios, especially in the restoration of images taken in low - light environments or under complex lighting conditions.