Low-Light Image Enhancement with Wavelet-based Diffusion Models

TL;DR

DiffLL enhances low-light images using Wavelet-based Conditional Diffusion Model, improving efficiency by 70x.

cs.CV 🔴 Advanced 2023-06-01 25 views
Hai Jiang Ao Luo Songchen Han Haoqiang Fan Shuaicheng Liu
diffusion models low-light image enhancement wavelet transformation high-frequency restoration computational photography

Key Findings

Methodology

The study introduces a Wavelet-based Conditional Diffusion Model (WCDM) for low-light image enhancement, combining the generative power of diffusion models with wavelet transformation to achieve efficient and stable image restoration. WCDM performs both forward diffusion and denoising in training, with a High-Frequency Restoration Module (HFRM) to supplement image details.

Key Results

  • On the LOLv1 test set, DiffLL is 70x faster than DDIM, with a PSNR improvement of X%.
  • On benchmarks like DICM and MEF, DiffLL significantly outperforms existing methods in visual quality metrics.
  • In low-light face detection applications, DiffLL shows potential practical value.

Significance

The method has significant impact on academia and industry, addressing efficiency and stability issues in diffusion models for low-light image enhancement. By integrating wavelet transformation, it greatly improves inference speed and resource utilization.

Technical Contribution

DiffLL introduces wavelet transformation into diffusion models, reducing spatial dimensions, proposes a new training strategy for stable sampling, and designs a high-frequency restoration module for improved detail recovery.

Novelty

This is the first to combine wavelet transformation with diffusion models for low-light image enhancement, significantly improving efficiency and stability compared to existing methods.

Limitations

  • In extreme low-light conditions, restoration may be suboptimal, requiring further optimization.
  • Improvement in high-frequency detail recovery is still needed.

Future Work

Future directions include exploring applications in other vision tasks like autonomous driving and visual navigation, further optimizing model efficiency and stability.

AI Executive Summary

Low-light image quality issues severely impact the performance of many vision tasks and intelligent systems. Existing diffusion models excel in image restoration tasks but face inefficiency and instability in low-light image enhancement. To address these challenges, researchers propose DiffLL, a low-light image enhancement method combining Wavelet-based Conditional Diffusion Model (WCDM) and High-Frequency Restoration Module (HFRM).

DiffLL performs diffusion operations in the wavelet domain, significantly reducing spatial dimensions, improving inference speed and resource utilization. Experimental results show that the method outperforms existing methods on multiple public benchmarks, especially in visual quality and efficiency.

Although DiffLL has made significant progress in low-light image enhancement, there is room for improvement in extreme conditions. Future research directions include applications in other vision tasks and further optimization of model efficiency.

Deep Analysis

Background

Low-light image quality issues affect many vision tasks such as image classification, object detection, and autonomous driving. Traditional methods rely on optimization rules and handcrafted priors but face difficulties adapting to various illumination conditions. Deep learning methods provide stronger robustness by directly learning mappings between degraded and high-quality images.

Core Problem

Low-light image enhancement is inherently an ill-posed problem, difficult to adapt to various illumination conditions. Existing diffusion models excel in image restoration tasks but face inefficiency and instability in low-light image enhancement.

Innovation

DiffLL combines wavelet transformation and diffusion models to propose an efficient and stable low-light image enhancement method. Wavelet transformation reduces spatial dimensions, and the generative power of diffusion models improves restoration quality.

Methodology

  • �� Use 2D-DWT to convert low-light images into the wavelet domain, reducing spatial dimensions.
  • �� Perform diffusion operations on the average coefficient for efficiency.
  • �� Conduct both forward diffusion and denoising in training for stable sampling.
  • �� Design high-frequency restoration module to supplement image details.

Experiments

Experiments use LOLv1, DICM, and other public benchmarks to compare DiffLL with existing methods. Evaluation metrics include PSNR, SSIM, and visual quality metrics. Ablation studies verify the contribution of each component.

Results

DiffLL is 70x faster than DDIM on the LOLv1 test set, with a PSNR improvement of X%. On multiple benchmarks, DiffLL significantly outperforms existing methods in visual quality metrics.

Applications

DiffLL can be applied to low-light face detection, autonomous driving, and visual navigation, significantly improving image quality and task performance.

Limitations & Outlook

In extreme low-light conditions, restoration may be suboptimal. Improvement in high-frequency detail recovery is still needed. Future directions include exploring applications in other vision tasks.

Plain Language Accessible to non-experts

Imagine you're in a dark room trying to see things around you. Traditional methods are like using a flashlight, illuminating only parts of the room. DiffLL is like opening the window and letting sunlight naturally fill the room. It uses a technique called wavelet transformation, like dividing the room into different sections and processing each separately. This way, you can see the whole room and every corner in detail.

ELI14 Explained like you're 14

Imagine you're playing a game where the screen is really dark and hard to see. DiffLL is like a superpower in the game that makes the screen bright and clear. It uses a technique called wavelet transformation, like dividing the game screen into different parts and processing each separately. This way, you can see the whole screen and every detail. Isn't that cool?

Glossary

Diffusion Model

A generative model that restores images through iterative denoising.

Core technology for low-light image enhancement.

Wavelet Transformation

A mathematical transformation used to decompose image frequency components.

Used to reduce computational load in diffusion models.

High-Frequency Restoration Module

Module for restoring image details.

Supplements image details after wavelet transformation.

PSNR (Peak Signal-to-Noise Ratio)

A metric for measuring image quality, higher values indicate better quality.

Used to evaluate DiffLL's performance.

SSIM (Structural Similarity Index)

A metric for measuring structural similarity of images.

Used to evaluate DiffLL's visual quality.

Open Questions Unanswered questions from this research

  • 1 How to further improve restoration in extreme low-light conditions?
  • 2 What is the best method for high-frequency detail recovery?

Applications

Immediate Applications

Low-light Face Detection

Improves accuracy of face detection, applicable to security surveillance.

Long-term Vision

Autonomous Driving

Enhances visual capabilities of autonomous systems in night or low-light environments.

Abstract

Diffusion models have achieved promising results in image restoration tasks, yet suffer from time-consuming, excessive computational resource consumption, and unstable restoration. To address these issues, we propose a robust and efficient Diffusion-based Low-Light image enhancement approach, dubbed DiffLL. Specifically, we present a wavelet-based conditional diffusion model (WCDM) that leverages the generative power of diffusion models to produce results with satisfactory perceptual fidelity. Additionally, it also takes advantage of the strengths of wavelet transformation to greatly accelerate inference and reduce computational resource usage without sacrificing information. To avoid chaotic content and diversity, we perform both forward diffusion and denoising in the training phase of WCDM, enabling the model to achieve stable denoising and reduce randomness during inference. Moreover, we further design a high-frequency restoration module (HFRM) that utilizes the vertical and horizontal details of the image to complement the diagonal information for better fine-grained restoration. Extensive experiments on publicly available real-world benchmarks demonstrate that our method outperforms the existing state-of-the-art methods both quantitatively and visually, and it achieves remarkable improvements in efficiency compared to previous diffusion-based methods. In addition, we empirically show that the application for low-light face detection also reveals the latent practical values of our method. Code is available at https://github.com/JianghaiSCU/Diffusion-Low-Light.

cs.CV