CVNov 8, 2025

LoopExpose: An Unsupervised Framework for Arbitrary-Length Exposure Correction

arXiv:2511.06066v1h-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of image quality enhancement under poor lighting for computer vision applications, but it is incremental as it builds on prior unsupervised approaches.

The paper tackles exposure correction in images without labeled data by proposing LoopExpose, an unsupervised method using pseudo-labels and a nested loop optimization, which outperforms existing unsupervised methods on benchmark datasets.

Exposure correction is essential for enhancing image quality under challenging lighting conditions. While supervised learning has achieved significant progress in this area, it relies heavily on large-scale labeled datasets, which are difficult to obtain in practical scenarios. To address this limitation, we propose a pseudo label-based unsupervised method called LoopExpose for arbitrary-length exposure correction. A nested loop optimization strategy is proposed to address the exposure correction problem, where the correction model and pseudo-supervised information are jointly optimized in a two-level framework. Specifically, the upper-level trains a correction model using pseudo-labels generated through multi-exposure fusion at the lower level. A feedback mechanism is introduced where corrected images are fed back into the fusion process to refine the pseudo-labels, creating a self-reinforcing learning loop. Considering the dominant role of luminance calibration in exposure correction, a Luminance Ranking Loss is introduced to leverage the relative luminance ordering across the input sequence as a self-supervised constraint. Extensive experiments on different benchmark datasets demonstrate that LoopExpose achieves superior exposure correction and fusion performance, outperforming existing state-of-the-art unsupervised methods. Code is available at https://github.com/FALALAS/LoopExpose.

Code Implementations1 repo
Foundations

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

Your Notes