Search papers, labs, and topics across Lattice.
This paper introduces LEIQ-Assessor, a multi-dimensional quality assessment model specifically designed for evaluating low-light image enhancement algorithms using multi-task learning. By employing a pre-trained SigLIP2 Vision Transformer, the model predicts an overall Mean Opinion Score (MOS) alongside six perceptual sub-attributes, optimizing these correlated objectives through PLCC loss to enhance feature representation. Experimental results on the MLE benchmark show that LEIQ-Assessor outperforms existing no-reference IQA models and secured second place in the QoMEX 2026 Grand Challenge, highlighting its effectiveness in assessing perceptual quality in low-light images.
LEIQ-Assessor not only sets a new standard for low-light image quality assessment but also reveals that multi-task learning can significantly enhance perceptual feature extraction.
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 \textbf{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.