paper-with-me

홈 › Papers

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

2023-08-07 · ICCV 2023 1 · Xin Jin, Jia-Wen Xiao, Ling-Hao Han, Chunle Guo, Xialei Liu, Chongyi Li, Ming-Ming Cheng

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/ .

📄 PDF Abstract BibTeX arXiv:2308.03448

Code (1)

srameo/led 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Joint Reconstruction and Calibration using Regularization by Denoising

2020-11-26 · Mingyang Xie, Yu Sun, Jiaming Liu, Brendt Wohlberg 외

Regularization by denoising (RED) is a broadly applicable framework for solving inverse problems by using priors specified as denoisers. While RED has been shown to provide state-of-the-art performance in a number of app…

DenoisingImage Reconstruction

Calibrating the Predictions for Top-N Recommendations

2024-08-21 · Masahiro Sato

Well-calibrated predictions of user preferences are essential for many applications. Since recommender systems typically select the top-N items for users, calibration for those top-N items, rather than for all items, is …

Recommendation Systems

Rethinking Calibration of Deep Neural Networks: Do Not Be Afraid of Overconfidence

2021-12-01 · NeurIPS 2021 12 · Deng-Bao Wang, Lei Feng, Min-Ling Zhang

Capturing accurate uncertainty quantification of the prediction from deep neural networks is important in many real-world decision-making applications. A reliable predictor is expected to be accurate when it is confident…

Decision MakingUncertainty Quantification

From the Gradient-Step Denoiser to the Proximal Denoiser and their associated convergent Plug-and-Play algorithms

2025-09-11 · Vincent Herfeld, Baudouin Denis de Senneville, Arthur Leclaire, Nicolas Papadakis arxiv

In this paper we analyze the Gradient-Step Denoiser and its usage in Plug-and-Play algorithms. The Plug-and-Play paradigm of optimization algorithms uses off the shelf denoisers to replace a proximity operator or a gradi…

Revisiting Explicit Regularization in Neural Networks for Well-Calibrated Predictive Uncertainty

2020-06-11 · Taejong Joo, Uijung Chung

From the statistical learning perspective, complexity control via explicit regularization is a necessity for improving the generalization of over-parameterized models. However, the impressive generalization performance o…