paper-with-me

Papers

Diff-Retinex: Rethinking Low-light Image Enhancement with A Generative Diffusion Model

2023-08-25 · ICCV 2023 1 · Xunpeng Yi, Han Xu, Hao Zhang, Linfeng Tang, Jiayi Ma

In this paper, we rethink the low-light image enhancement task and propose a physically explainable and generative diffusion model for low-light image enhancement, termed as Diff-Retinex. We aim to integrate the advantages of the physical model and the generative network. Furthermore, we hope to supplement and even deduce the information missing in the low-light image through the generative network. Therefore, Diff-Retinex formulates the low-light image enhancement problem into Retinex decomposition and conditional image generation. In the Retinex decomposition, we integrate the superiority of attention in Transformer and meticulously design a Retinex Transformer decomposition network (TDN) to decompose the image into illumination and reflectance maps. Then, we design multi-path generative diffusion networks to reconstruct the normal-light Retinex probability distribution and solve the various degradations in these components respectively, including dark illumination, noise, color deviation, loss of scene contents, etc. Owing to generative diffusion model, Diff-Retinex puts the restoration of low-light subtle detail into practice. Extensive experiments conducted on real-world low-light datasets qualitatively and quantitatively demonstrate the effectiveness, superiority, and generalization of the proposed method.

📄 PDF Abstract BibTeX arXiv:2308.13164

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage EnhancementImage GenerationLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

HistRetinex: Optimizing Retinex model in Histogram Domain for Efficient Low-Light Image Enhancement

2025-10-24 · Jingtian Zhao, Xueli Xie, Jianxiang Xi, Xiaogang Yang 외 arxiv

Retinex-based low-light image enhancement methods are widely used due to their excellent performance. However, most of them are time-consuming for large-sized images. This paper extends the Retinex model from the spatial…

Low-Light Image Enhancement

Retinexmamba: Retinex-based Mamba for Low-light Image Enhancement

2024-05-06 · Jiesong Bai, Yuhao Yin, Qiyuan He, Yuanxian Li 외

In the field of low-light image enhancement, both traditional Retinex methods and advanced deep learning techniques such as Retinexformer have shown distinct advantages and limitations. Traditional Retinex methods, desig…

Computational EfficiencyDeep LearningImage EnhancementLow-Light Image Enhancement+3

DI-Retinex: Digital-Imaging Retinex Theory for Low-Light Image Enhancement

2024-04-04 · Shangquan Sun, Wenqi Ren, Jingyang Peng, Fenglong Song 외

Many existing methods for low-light image enhancement (LLIE) based on Retinex theory ignore important factors that affect the validity of this theory in digital imaging, such as noise, quantization error, non-linearity, …

Image EnhancementLow-Light Image EnhancementQuantization

Deep Retinex Decomposition for Low-Light Enhancement

2018-08-14 · Chen Wei, Wenjing Wang, Wenhan Yang, Jiaying Liu

Retinex model is an effective tool for low-light image enhancement. It assumes that observed images can be decomposed into the reflectance and illumination. Most existing Retinex-based methods have carefully designed han…

DenoisingImage EnhancementLow-Light Image Enhancement

Retinex Image Enhancement Based on Sequential Decomposition With a Plug-and-Play Framework

2022-10-11 · Tingting Wu, Wenna Wu, Ying Yang, Feng-Lei Fan 외

The Retinex model is one of the most representative and effective methods for low-light image enhancement. However, the Retinex model does not explicitly tackle the noise problem, and shows unsatisfactory enhancing resul…

Deep LearningDenoisingImage EnhancementLow-Light Image Enhancement