GLARE: Low Light Image Enhancement via Generative Latent Feature based Codebook Retrieval

Read original: arXiv:2407.12431 - Published 7/18/2024 by Han Zhou, Wei Dong, Xiaohong Liu, Shuaicheng Liu, Xiongkuo Min, Guangtao Zhai, Jun Chen
Total Score

0

GLARE: Low Light Image Enhancement via Generative Latent Feature based Codebook Retrieval

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper introduces GLARE, a novel low-light image enhancement method that utilizes generative latent features and a codebook retrieval approach.
  • The key ideas are to align the latent features of a low-light image with those of a high-quality reference image, and then retrieve relevant image patches from a learned codebook to enhance the low-light image.
  • The authors demonstrate that GLARE can effectively improve the quality of low-light images while preserving important details, outperforming existing state-of-the-art methods.

Plain English Explanation

Low-light images often suffer from poor quality, with details obscured and colors washed out. Existing methods to enhance these images have limitations, such as introducing unwanted artifacts or failing to fully restore the original scene.

GLARE, the approach proposed in this paper, aims to address these issues. The core idea is to first align the "latent features" - the underlying visual information - of a low-light image with those of a high-quality reference image. This alignment process helps preserve important details while enhancing the low-light image.

Next, GLARE retrieves relevant image patches from a pre-built "codebook" - a library of visual information - and uses them to fill in and improve the low-light image. This codebook-based approach allows GLARE to selectively enhance different regions of the image, rather than applying a one-size-fits-all transformation.

By combining these generative latent feature alignment and codebook retrieval techniques, GLARE is able to produce enhanced low-light images that are higher in quality, more visually appealing, and more faithful to the original scene compared to previous methods.

Technical Explanation

The GLARE method consists of three key components:

  1. Generative Latent Feature Alignment: The low-light image and a high-quality reference image are passed through a feature extraction network to obtain their latent feature representations. GLARE then aligns these latent features using a generative adversarial network (GAN) approach, preserving important details while enhancing the low-light image.

  2. Adaptive Feature Transformation: Based on the aligned latent features, GLARE adaptively transforms the low-light image features to better match the high-quality reference, using a learned transformation function.

  3. Codebook-driven Reconstruction: GLARE maintains a codebook of high-quality image patches. During reconstruction, it retrieves the most relevant patches from the codebook and blends them into the transformed low-light image to produce the final enhanced output.

The authors extensively evaluate GLARE on various low-light image datasets and benchmarks, demonstrating its superior performance compared to state-of-the-art methods such as CodeEnhance, LLEN, FaLRTC, EnlightenGAN, and RetinexNet.

Critical Analysis

The paper provides a comprehensive evaluation of GLARE, demonstrating its effectiveness in enhancing low-light images. However, the authors acknowledge that the method may struggle with extremely low-light conditions or images with severe noise, as the codebook retrieval process may not be able to find suitable patches to restore these challenging cases.

Additionally, the computational complexity of GLARE could be a potential limitation, as the codebook retrieval and feature alignment steps add overhead compared to some simpler enhancement methods. The authors suggest that further research is needed to explore more efficient codebook management and retrieval strategies to address this.

Overall, the GLARE approach offers a promising solution for low-light image enhancement, leveraging generative latent feature alignment and selective codebook-driven reconstruction to produce high-quality results. However, the method's performance in extreme low-light scenarios and its computational efficiency remain areas for further investigation and improvement.

Conclusion

The GLARE method introduced in this paper presents a novel approach to low-light image enhancement, combining generative latent feature alignment and codebook-driven reconstruction. By aligning the latent features of a low-light image with those of a high-quality reference, and then selectively retrieving relevant image patches from a learned codebook, GLARE is able to produce enhanced low-light images that preserve important details and visual fidelity.

The authors' comprehensive evaluation demonstrates GLARE's superior performance compared to existing state-of-the-art methods, making it a valuable contribution to the field of low-light image enhancement. While the method may have some limitations in extreme low-light conditions or computational efficiency, the core ideas behind GLARE offer a promising direction for further research and development in this important area of computer vision and image processing.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

GLARE: Low Light Image Enhancement via Generative Latent Feature based Codebook Retrieval
Total Score

0

GLARE: Low Light Image Enhancement via Generative Latent Feature based Codebook Retrieval

Han Zhou, Wei Dong, Xiaohong Liu, Shuaicheng Liu, Xiongkuo Min, Guangtao Zhai, Jun Chen

Most existing Low-light Image Enhancement (LLIE) methods either directly map Low-Light (LL) to Normal-Light (NL) images or use semantic or illumination maps as guides. However, the ill-posed nature of LLIE and the difficulty of semantic retrieval from impaired inputs limit these methods, especially in extremely low-light conditions. To address this issue, we present a new LLIE network via Generative LAtent feature based codebook REtrieval (GLARE), in which the codebook prior is derived from undegraded NL images using a Vector Quantization (VQ) strategy. More importantly, we develop a generative Invertible Latent Normalizing Flow (I-LNF) module to align the LL feature distribution to NL latent representations, guaranteeing the correct code retrieval in the codebook. In addition, a novel Adaptive Feature Transformation (AFT) module, featuring an adjustable function for users and comprising an Adaptive Mix-up Block (AMB) along with a dual-decoder architecture, is devised to further enhance fidelity while preserving the realistic details provided by codebook prior. Extensive experiments confirm the superior performance of GLARE on various benchmark datasets and real-world data. Its effectiveness as a preprocessing tool in low-light object detection tasks further validates GLARE for high-level vision applications. Code is released at https://github.com/LowLevelAI/GLARE.

Read more

7/18/2024

CodeEnhance: A Codebook-Driven Approach for Low-Light Image Enhancement
Total Score

0

CodeEnhance: A Codebook-Driven Approach for Low-Light Image Enhancement

Xu Wu, XianXu Hou, Zhihui Lai, Jie Zhou, Ya-nan Zhang, Witold Pedrycz, Linlin Shen

Low-light image enhancement (LLIE) aims to improve low-illumination images. However, existing methods face two challenges: (1) uncertainty in restoration from diverse brightness degradations; (2) loss of texture and color information caused by noise suppression and light enhancement. In this paper, we propose a novel enhancement approach, CodeEnhance, by leveraging quantized priors and image refinement to address these challenges. In particular, we reframe LLIE as learning an image-to-code mapping from low-light images to discrete codebook, which has been learned from high-quality images. To enhance this process, a Semantic Embedding Module (SEM) is introduced to integrate semantic information with low-level features, and a Codebook Shift (CS) mechanism, designed to adapt the pre-learned codebook to better suit the distinct characteristics of our low-light dataset. Additionally, we present an Interactive Feature Transformation (IFT) module to refine texture and color information during image reconstruction, allowing for interactive enhancement based on user preferences. Extensive experiments on both real-world and synthetic benchmarks demonstrate that the incorporation of prior knowledge and controllable information transfer significantly enhances LLIE performance in terms of quality and fidelity. The proposed CodeEnhance exhibits superior robustness to various degradations, including uneven illumination, noise, and color distortion.

Read more

5/1/2024

A Lightweight Low-Light Image Enhancement Network via Channel Prior and Gamma Correction
Total Score

0

A Lightweight Low-Light Image Enhancement Network via Channel Prior and Gamma Correction

Shyang-En Weng, Shaou-Gang Miaou, Ricky Christanto

Human vision relies heavily on available ambient light to perceive objects. Low-light scenes pose two distinct challenges: information loss due to insufficient illumination and undesirable brightness shifts. Low-light image enhancement (LLIE) refers to image enhancement technology tailored to handle this scenario. We introduce CPGA-Net, an innovative LLIE network that combines dark/bright channel priors and gamma correction via deep learning and integrates features inspired by the Atmospheric Scattering Model and the Retinex Theory. This approach combines the use of traditional and deep learning methodologies, designed within a simple yet efficient architectural framework that focuses on essential feature extraction. The resulting CPGA-Net is a lightweight network with only 0.025 million parameters and 0.030 seconds for inference time, yet it achieves superior performance over existing LLIE methods on both objective and subjective evaluation criteria. Furthermore, we utilized knowledge distillation with explainable factors and proposed an efficient version that achieves 0.018 million parameters and 0.006 seconds for inference time. The proposed approaches inject new solution ideas into LLIE, providing practical applications in challenging low-light scenarios.

Read more

7/12/2024

Fast Context-Based Low-Light Image Enhancement via Neural Implicit Representations
Total Score

0

Fast Context-Based Low-Light Image Enhancement via Neural Implicit Representations

Tom'av{s} Chobola, Yu Liu, Hanyi Zhang, Julia A. Schnabel, Tingying Peng

Current deep learning-based low-light image enhancement methods often struggle with high-resolution images, and fail to meet the practical demands of visual perception across diverse and unseen scenarios. In this paper, we introduce a novel approach termed CoLIE, which redefines the enhancement process through mapping the 2D coordinates of an underexposed image to its illumination component, conditioned on local context. We propose a reconstruction of enhanced-light images within the HSV space utilizing an implicit neural function combined with an embedded guided filter, thereby significantly reducing computational overhead. Moreover, we introduce a single image-based training loss function to enhance the model's adaptability to various scenes, further enhancing its practical applicability. Through rigorous evaluations, we analyze the properties of our proposed framework, demonstrating its superiority in both image quality and scene adaptability. Furthermore, our evaluation extends to applications in downstream tasks within low-light scenarios, underscoring the practical utility of CoLIE. The source code is available at https://github.com/ctom2/colie.

Read more

7/18/2024