DeepSPG: Exploring Deep Semantic Prior Guidance for Low-light Image Enhancement with Multimodal Learning
Jialang Lu, Huayu Zhao, Huiyu Zhai, Xingxing Yang, Shini Han
TL;DR
DeepSPG targets semantic-aware low-light image enhancement by combining Retinex-based reflectance refinement with multimodal semantic priors. It fuses image-level semantics from a frozen segmentation model and text-level semantics via CLIP, operationalized through a Semantic-aware Embedding Module and a CLIP-based semantic constraint, with a coarse-to-fine multi-scale structure. The method uses pixel, edge, semantic, and multimodal losses to enforce visual fidelity, structural integrity, and semantic coherence, achieving state-of-the-art results on five LLIE benchmarks with strong efficiency. This work demonstrates that explicit semantic guidance can stabilize restoration in extremely dark regions and suggests a practical path toward semantically consistent LLIE in real-world applications.
Abstract
There has long been a belief that high-level semantics learning can benefit various downstream computer vision tasks. However, in the low-light image enhancement (LLIE) community, existing methods learn a brutal mapping between low-light and normal-light domains without considering the semantic information of different regions, especially in those extremely dark regions that suffer from severe information loss. To address this issue, we propose a new deep semantic prior-guided framework (DeepSPG) based on Retinex image decomposition for LLIE to explore informative semantic knowledge via a pre-trained semantic segmentation model and multimodal learning. Notably, we incorporate both image-level semantic prior and text-level semantic prior and thus formulate a multimodal learning framework with combinatorial deep semantic prior guidance for LLIE. Specifically, we incorporate semantic knowledge to guide the enhancement process via three designs: an image-level semantic prior guidance by leveraging hierarchical semantic features from a pre-trained semantic segmentation model; a text-level semantic prior guidance by integrating natural language semantic constraints via a pre-trained vision-language model; a multi-scale semantic-aware structure that facilitates effective semantic feature incorporation. Eventually, our proposed DeepSPG demonstrates superior performance compared to state-of-the-art methods across five benchmark datasets. The implementation details and code are publicly available at https://github.com/Wenyuzhy/DeepSPG.
