Search papers, labs, and topics across Lattice.
This paper introduces AutoLumNet, a novel framework for single-shot exposure correction that combines a global monotone tone curve with a bounded local residual to effectively map degraded images to well-exposed outputs. The global tone curve is constructed to preserve luminance ordering and is dense in the space of valid tone corrections, while the local residual decoder addresses spatially varying effects that the global map cannot. Experimental results demonstrate that AutoLumNet achieves state-of-the-art performance in terms of PSNR and SSIM across multiple benchmarks, including zero-shot generalization to low-light scenarios, all while maintaining a fast processing speed of 11.2 ms per frame.
AutoLumNet achieves state-of-the-art exposure correction by uniting monotonicity, optimal transport, and local adaptivity in a single trainable model.
Single-shot exposure correction aims to map an arbitrarily degraded image---whether under-exposed, over-exposed, or a spatial mixture of both---to a well-exposed output from a single capture. We present AutoLumNet, a framework that decomposes this task into a global monotone tone curve and a bounded local residual, making the global component the locus of formal guarantees. The tone curve is parameterized as the normalized cumulative integral of a strictly positive density, ensuring strict monotonicity by construction rather than by penalty. We prove that this parameterization (i)~preserves the pairwise luminance ordering of all pixels and all spatial extrema unconditionally, and (ii)~is dense in the space of valid tone corrections, containing the one-dimensional optimal-transport map from the input to any target luminance distribution. A differentiable sorted-sample Wasserstein-2 objective drives the learned curve toward the OT optimum during training. Spatially varying effects that the global map provably cannot address---local shading, chrominance shifts, and clipped-region restoration---are handled by a bounded residual decoder with dual-branch convex fusion, for which we provide an explicit sufficient condition for local order preservation. Experiments on five benchmarks (MSEC, SICE, LCDP, LOL-v1, LOL-v2-real) show that AutoLumNet achieves state-of-the-art PSNR and SSIM across both under- and over-exposure regimes at 11.2\,ms per frame, and generalizes zero-shot to pure low-light benchmarks without retraining. To our knowledge, AutoLumNet is the first exposure-correction method to unite structural monotonicity, optimal-transport optimality, and bounded local adaptivity within a single trainable architecture. Code is available at https://github.com/kraihan/Autolumnet.