Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CIE XYZ Net: Unprocessing Images for Low-Level Computer Vision Tasks

About

Cameras currently allow access to two image states: (i) a minimally processed linear raw-RGB image state (i.e., raw sensor data) or (ii) a highly-processed nonlinear image state (e.g., sRGB). There are many computer vision tasks that work best with a linear image state, such as image deblurring and image dehazing. Unfortunately, the vast majority of images are saved in the nonlinear image state. Because of this, a number of methods have been proposed to "unprocess" nonlinear images back to a raw-RGB state. However, existing unprocessing methods have a drawback because raw-RGB images are sensor-specific. As a result, it is necessary to know which camera produced the sRGB output and use a method or network tailored for that sensor to properly unprocess it. This paper addresses this limitation by exploiting another camera image state that is not available as an output, but it is available inside the camera pipeline. In particular, cameras apply a colorimetric conversion step to convert the raw-RGB image to a device-independent space based on the CIE XYZ color space before they apply the nonlinear photo-finishing. Leveraging this canonical image state, we propose a deep learning framework, CIE XYZ Net, that can unprocess a nonlinear image back to the canonical CIE XYZ image. This image can then be processed by any low-level computer vision operator and re-rendered back to the nonlinear image. We demonstrate the usefulness of the CIE XYZ Net on several low-level vision tasks and show significant gains that can be obtained by this processing framework. Code and dataset are publicly available at https://github.com/mahmoudnafifi/CIE_XYZ_NET.

Mahmoud Afifi, Abdelrahman Abdelhamed, Abdullah Abuolaim, Abhijith Punnappurath, Michael S. Brown• 2020

Related benchmarks

TaskDatasetResultRank
Image DeblurringRealBlur-J (test)
PSNR28.3
226
Raw-to-sRGB mappingZurich Raw-to-sRGB (test)
PSNR19.75
38
Image EnhancementMIT-Adobe FiveK (Expert C)
PSNR20.25
23
Artistic Style RenderingS24 (test)
PSNR (Style #1)22.4
20
Image Signal ProcessingS24 1.0 (test)
PSNR23.32
16
sRGB-to-RAW ReconstructionD7000
PSNR30.04
5
sRGB-to-RAW ReconstructionD90
PSNR32.62
5
sRGB-to-RAW ReconstructionD40
PSNR38.57
5
sRGB-to-RAW ReconstructionS7
PSNR33.24
5
sRGB-to-RAW ReconstructionA7R3
PSNR36.42
5
Showing 10 of 27 rows

Other info

Follow for update