TL;DR
This paper introduces CIE XYZ Net, a deep learning framework that unprocesses nonlinear images to a canonical CIE XYZ space, enabling improved performance on low-level vision tasks without sensor-specific adjustments.
Contribution
It leverages the camera pipeline's internal CIE XYZ conversion to unprocess images, overcoming sensor-specific limitations of previous methods.
Findings
Significant improvements in low-level vision tasks using CIE XYZ Net.
The framework generalizes across different camera sensors.
Public code and dataset are provided for reproducibility.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
