SOTAVerified

Make Explicit Calibration Implicit: Calibrate Denoiser Instead of the Noise Model

2023-08-07ICCV 2023Code Available2· sign in to hype

Xin Jin, Jia-Wen Xiao, Ling-Hao Han, Chunle Guo, Xialei Liu, Chongyi Li, Ming-Ming Cheng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Explicit calibration-based methods have dominated RAW image denoising under extremely low-light environments. However, these methods are impeded by several critical limitations: a) the explicit calibration process is both labor- and time-intensive, b) challenge exists in transferring denoisers across different camera models, and c) the disparity between synthetic and real noise is exacerbated by digital gain. To address these issues, we introduce a groundbreaking pipeline named Lighting Every Darkness (LED), which is effective regardless of the digital gain or the camera sensor. LED eliminates the need for explicit noise model calibration, instead utilizing an implicit fine-tuning process that allows quick deployment and requires minimal data. Structural modifications are also included to reduce the discrepancy between synthetic and real noise without extra computational demands. Our method surpasses existing methods in various camera models, including new ones not in public datasets, with just a few pairs per digital gain and only 0.5% of the typical iterations. Furthermore, LED also allows researchers to focus more on deep learning advancements while still utilizing sensor engineering benefits. Code and related materials can be found in https://srameo.github.io/projects/led-iccv23/ .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SID SonyA7S2 x100LEDPSNR (Raw)41.98Unverified
SID SonyA7S2 x250LEDPSNR (Raw)39.34Unverified
SID SonyA7S2 x300LEDPSNR (Raw)36.67Unverified

Reproductions