CVMay 14, 2025

PDE: Gene Effect Inspired Parameter Dynamic Evolution for Low-light Image Enhancement

arXiv:2505.09196v1h-index: 6
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in low-light image enhancement for computational photography applications, representing an incremental improvement.

The paper tackles the problem of low-light image enhancement by addressing the 'gene effect', where resetting parameters to random values sometimes improves performance, limiting model capacity. The proposed parameter dynamic evolution method mitigates this effect, with experiments validating its effectiveness.

Low-light image enhancement (LLIE) is a fundamental task in computational photography, aiming to improve illumination, reduce noise, and enhance image quality. While recent advancements focus on designing increasingly complex neural network models, we observe a peculiar phenomenon: resetting certain parameters to random values unexpectedly improves enhancement performance for some images. Drawing inspiration from biological genes, we term this phenomenon the gene effect. The gene effect limits enhancement performance, as even random parameters can sometimes outperform learned ones, preventing models from fully utilizing their capacity. In this paper, we investigate the reason and propose a solution. Based on our observations, we attribute the gene effect to static parameters, analogous to how fixed genetic configurations become maladaptive when environments change. Inspired by biological evolution, where adaptation to new environments relies on gene mutation and recombination, we propose parameter dynamic evolution (PDE) to adapt to different images and mitigate the gene effect. PDE employs a parameter orthogonal generation technique and the corresponding generated parameters to simulate gene recombination and gene mutation, separately. Experiments validate the effectiveness of our techniques. The code will be released to the public.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes