January 01, 1970
Low-light image enhancement algorithms (LIEAs) aim to improve the visibility of images captured under poor illumination. However, the enhancement process often introduces artifacts such as noise amplification, color shift, structural damage, and over-exposure, which degrade the perceptual quality of the enhanced images. Therefore, a reliable image quality assessment (IQA) metric for evaluating enhancement effects is of great importance for both the development of LIEAs and their practical applications. In this paper, we present LEIQ-Assessor, a multi-dimensional quality assessment model for low-light image enhancement based on multi-task learning, developed for the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment. Specifically, our method leverages a pre-trained SigLIP2 Vision Transformer as the backbone and simultaneously predicts the overall Mean Opinion Score (MOS) together with six perceptual sub-attributes: lightness, color fidelity, noise level, exposure quality, naturalness, and content recovery. By jointly optimizing these correlated objectives via the PLCC loss, the shared representation captures richer quality-aware features than its single-task counterpart. Experiments on the MLE benchmark demonstrate that LEIQ-Assessor significantly outperforms existing no-reference IQA models and hand-crafted quality descriptors. Our method achieved second place in the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment. The code is available at https://github.com/sunwei925/LEIQ-Assessor.
image quality assessment, low-light enhanced images, multi-task learning
Images captured under low-light or backlight conditions frequently suffer from poor visibility, low contrast, and severe noise contamination, which not only degrade the quality of experience (QoE) but also impair the performance of downstream vision tasks such as object detection, semantic segmentation, and autonomous driving. To address this issue, a wide range of low-light image enhancement algorithms (LIEAs) have been proposed in recent years, spanning traditional histogram-based methods [1], Retinex-based decomposition approaches [2], and deep-learning-driven frameworks [3]. While these methods have achieved remarkable progress in improving image visibility, the enhancement process itself is far from perfect. Artifacts including noise amplification, color shift, structural distortion, and overexposure are commonly observed in enhanced results, and such degradations can vary dramatically across different algorithms and scenes [4]. This raises a critical question: how can we reliably and comprehensively assess the perceptual quality of low-light enhanced images?
Recently, numerous general-purpose image quality assessment (IQA) metrics [5]–[10] and task-specific quality assessment metrics [11]–[30] have been proposed, yet they perform poorly on low-light enhanced images, primarily due to the domain gap between domain-specific images and low-light enhanced images. Since most popular IQA methods are learning-based, they generalize poorly to this domain, as they are not designed to handle the unique distortion patterns introduced by LIEAs. To advance this field, Zhai et al. [4] constructed the first comprehensive low-light image enhancement quality (LIEQ) database, which includes 1,000 enhanced images derived from 100 low-light images using 10 LIEAs, and proposed a full-reference IQA metric named LIEQA that evaluates enhancement quality from four aspects—luminance enhancement, color rendition, noise evaluation, and structure preserving—to quantify the overall enhancement effectiveness. Further, Zhang et al. [31] proposed a no-reference IQA method named NLIEE, which measures the quality of low-light enhanced images from four key perspectives: light enhancement, color comparison, noise measurement, and structure evaluation. Wang et al. [32] presented a blind multimodal quality assessment (BMQA) framework for low-light images, which integrates image and text modalities to mimic how human visual perception leverages multiple sensory information when judging image quality, and constructed the multimodal low-light image quality (MLIQ) database containing 3,600 image-text pairs to validate its effectiveness. Although these efforts have significantly advanced the development of IQA for low-light enhanced images, they predominantly rely on a single scalar score to characterize complex and often conflicting quality attributes, which limits both the diagnostic value of the assessment and its utility for guiding algorithm development.
Therefore, recent efforts have begun to explore quality assessment specifically tailored to low-light image enhancement at a finer granularity. The QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment introduced the MLE benchmark [33], which provides subjective annotations not only for the overall Mean Opinion Score (MOS) but also for six fine-grained perceptual sub-attributes: lightness, color fidelity, noise level, exposure quality, naturalness, and content recovery. This benchmark opens up new opportunities for developing multi-dimensional IQA models that move beyond a single quality score and offer interpretable, attribute-level diagnostics.
In this paper, we present LEIQ-Assessor, a unified multi-dimensional quality assessment framework that jointly predicts the overall MOS and all six perceptual sub-attribute scores in a single forward pass. Our key insight is that these quality dimensions—such as lightness, color fidelity, and noise level—are not independent but exhibit strong inter-attribute correlations, and modeling them jointly enables the network to exploit shared perceptual cues that benefit all predictions simultaneously. Specifically, we adopt a pre-trained SigLIP2 [34] Vision Transformer (ViT) as the feature extraction backbone, whose sigmoid-based vision–language contrastive pre-training yields representations that are both semantically rich and perceptually discriminative. Upon this foundation, we introduce a multi-head prediction module with dimension-specific lightweight regression heads, jointly optimized via a composite Pearson Linear Correlation Coefficient (PLCC) loss that directly maximizes the linear agreement between predictions and ground-truth annotations across all quality dimensions. This multi-task formulation drives the shared backbone to distill quality-aware representations that capture cross-attribute dependencies, effectively enabling knowledge transfer among correlated dimensions and yielding stronger generalization than independently trained single-task counterparts.
The main contributions of this work are summarized as follows:
We propose LEIQ-Assessor, a multi-task learning framework that jointly predicts the overall perceptual quality score and six fine-grained dimensional scores for low-light enhanced images, providing both an accurate global assessment and interpretable attribute-level diagnostics.
We demonstrate that a pre-trained SigLIP2 Vision Transformer, when combined with PLCC-based multi-task optimization, serves as a highly effective backbone for capturing quality-aware features specific to enhancement artifacts.
Extensive experiments on the MLE benchmark show that LEIQ-Assessor significantly outperforms existing no-reference IQA models. What’s more, our method achieved second place in the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment, further validating its effectiveness.
Given a low-light enhanced image \(\mathbf{I} \in \mathbb{R}^{H \times W \times 3}\), our goal is to simultaneously predict the overall Mean Opinion Score (MOS) and six fine-grained dimensional scores, including lightness, color fidelity, noise level, exposure quality, naturalness, and content recovery. We denote the set of all quality dimensions as \(\mathcal{T} = \{\text{mos},\, \text{light},\, \text{color},\, \text{noise},\, \text{exposure},\, \text{nature},\, \text{content\_recovery}\}\), resulting in a seven-dimensional prediction vector. As illustrated in Fig. 1, LEIQ-Assessor follows a simple yet effective encoder–regressor paradigm: a shared Vision Transformer (ViT) backbone first extracts a rich feature representation from the input image, after which a set of dimension-specific regression heads independently map this shared representation to the corresponding quality scores. All components are trained end-to-end with a composite loss that directly maximizes the Pearson Linear Correlation Coefficient (PLCC) between predictions and ground-truth annotations across all quality dimensions.
| Task | BRISQUE | NIQE | MANIQA | StairIQA | CLIP-IQA+ | LIQE | LEIQ-Assessor |
|---|---|---|---|---|---|---|---|
| MOS | 0.365 / 0.402 | 0.365 / 0.406 | 0.274 / 0.315 | 0.425 / 0.442 | 0.489 / 0.501 | 0.595 / 0.603 | 0.886 / 0.892 |
| Light | 0.117 / 0.189 | 0.286 / 0.408 | 0.178 / 0.262 | 0.341 / 0.412 | 0.173 / 0.256 | 0.339 / 0.382 | 0.796 / 0.863 |
| Color | 0.279 / 0.329 | 0.335 / 0.383 | 0.231 / 0.271 | 0.384 / 0.374 | 0.412 / 0.434 | 0.515 / 0.526 | 0.821 / 0.830 |
| Noise | 0.259 / 0.301 | 0.297 / 0.335 | 0.392 / 0.412 | 0.458 / 0.460 | 0.552 / 0.571 | 0.655 / 0.662 | 0.831 / 0.850 |
| Exposure | 0.336 / 0.382 | 0.195 / 0.217 | 0.160 / 0.128 | 0.282 / 0.278 | 0.389 / 0.363 | 0.439 / 0.393 | 0.817 / 0.881 |
| Nature | 0.369 / 0.409 | 0.318 / 0.342 | 0.282 / 0.285 | 0.401 / 0.423 | 0.480 / 0.483 | 0.586 / 0.586 | 0.888 / 0.906 |
| Content Rec. | 0.306 / 0.351 | 0.380 / 0.437 | 0.311 / 0.330 | 0.478 / 0.474 | 0.488 / 0.498 | 0.610 / 0.611 | 0.863 / 0.870 |
| Average | 0.290 / 0.338 | 0.311 / 0.361 | 0.261 / 0.286 | 0.396 / 0.409 | 0.426 / 0.444 | 0.534 / 0.538 | 0.843 / 0.870 |
7pt
We adopt a pre-trained SigLIP2 Vision Transformer [34] as the shared feature extraction backbone. Compared with conventional CLIP-based encoders, SigLIP2 replaces the softmax-based contrastive loss with a pairwise sigmoid loss during vision–language pre-training, which encourages the learned representations to encode semantically fine-grained attributes rather than only coarse categorical distinctions—a property particularly beneficial for quality assessment where subtle perceptual differences must be captured. Moreover, SigLIP2 is pre-trained on a massive web-scale dataset with diverse visual content, endowing the backbone with strong cross-domain generalization capability. Given an input image \(\mathbf{I}\), we feed it into the SigLIP2 ViT encoder \(\mathcal{F}_{\theta}\) to obtain a global feature representation: \[\mathbf{f} = \mathcal{F}_{\theta}(\mathbf{I}) \in \mathbb{R}^{D}, \label{eq:feature95extraction}\tag{1}\] where \(D\) denotes the output feature dimension of the ViT encoder, and \(\theta\) represents the pre-trained backbone parameters that are fine-tuned during training. The feature vector \(\mathbf{f}\) encodes rich semantic and perceptual information and serves as the shared representation fed into all downstream dimension-specific regression heads.
On top of the shared feature representation \(\mathbf{f}\), we attach seven lightweight, dimension-specific regression heads, one for each quality dimension \(t \in \mathcal{T}\). Each head is implemented as a compact multi-layer perceptron (MLP) consisting of two successive linear projections that map the shared feature to a scalar prediction: \[\hat{y}_t = \mathcal{H}_t(\mathbf{f}) = \mathbf{W}_t^{(2)} \left(\mathbf{W}_t^{(1)} \mathbf{f}\right), \quad t \in \mathcal{T}, \label{eq:head}\tag{2}\] where \(\mathbf{W}_t^{(1)} \in \mathbb{R}^{d_h \times D}\) and \(\mathbf{W}_t^{(2)} \in \mathbb{R}^{1 \times d_h}\) are the learnable parameters of head \(t\), and \(d_h\) is the hidden dimension. The use of separate heads allows each dimension to specialize independently, while the shared backbone ensures cross-attribute knowledge sharing with negligible parameter overhead.
A natural choice for regression losses, such as Mean Squared Error (MSE) or Mean Absolute Error (MAE), penalizes point-wise prediction errors but does not directly optimize the correlation between predicted and ground-truth score distributions. In subjective quality assessment, however, the ranking consistency and linear agreement between predictions and human annotations are the primary evaluation criteria, as reflected by the Spearman Rank-Order Correlation Coefficient (SRCC) and PLCC metrics widely adopted in the IQA community. To bridge this gap, we employ a differentiable PLCC loss that directly maximizes the Pearson correlation within each training mini-batch. The total training loss is the unweighted sum of the per-dimension PLCC losses across all seven quality dimensions: \[\mathcal{L} = \sum_{t \in \mathcal{T}} \mathcal{L}_t^{\mathrm{PLCC}}. \label{eq:total95loss}\tag{3}\]
We train and evaluate our model on the MLE dataset provided by the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment [33], which contains 800 low-light enhanced images annotated with seven-dimensional quality labels. The dataset is randomly split into training and test sets with a ratio of 8:2, and we report results averaged over 10 random splits to account for variance.
The entire framework is trained end-to-end using the Adam optimizer with an initial learning rate of \(1 \times 10^{-5}\) and a weight decay of \(1 \times 10^{-7}\). Training proceeds for 30 epochs with a mini-batch size of 8. We compare our method against several representative IQA models, including BRISQUE [5], NIQE [6], MANIQA [10], StairIQA [7], CLIP-IQA+ [9] and LIQE [8]. The prediction performance is evaluated using two widely adopted criteria: PLCC and SRCC.
We present the experimental results in Table 1. As shown in Table 1, both traditional handcrafted IQA methods and recent DNN-based methods perform poorly on the MLE dataset. This reveals a significant gap between low-light enhanced image quality assessment and general image quality assessment, suggesting that existing IQA models fail to capture the unique distortion characteristics introduced by low-light enhancement algorithms. It is therefore necessary to construct low-light enhancement oriented IQA datasets and train expert IQA models specifically tailored for such images. Our method, LEIQ-Assessor, leverages the powerful feature extraction capability of SigLIP2 and, after fine-tuning, achieves the best performance across all quality dimensions. Furthermore, it attained second place in the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment, demonstrating its effectiveness.
In this paper, we have presented LEIQ-Assessor, a multi-task learning framework that jointly predicts the overall MOS and six dimensional scores for low-light enhanced images by leveraging a pre-trained SigLIP2 Vision Transformer backbone and a composite PLCC loss. This multi-task formulation drives the shared backbone to distill quality-aware representations that capture cross-attribute dependencies, effectively enabling knowledge transfer among correlated dimensions and yielding stronger generalization than independently trained single-task counterparts. Extensive experiments on the MLE benchmark demonstrate that our method significantly outperforms existing no-reference IQA models across all quality dimensions, achieving second place in the QoMEX 2026 Grand Challenge on Low-light Enhanced Image Quality Assessment.