Hierarchical Mixing Architecture for Low-light RAW Image Enhancement
Xianmin Chen, Peiliang Huang, Longfei Han, Dingwen Zhang, Junwei Han
TL;DR
This work tackles the efficiency–quality trade-off in low-light RAW image enhancement by introducing HiMA, a hierarchical architecture that combines Large Scale Blocks in the upper layers and Small Scale Blocks in the lower layers, augmented with Local Distribution Adjustment (LoDA) for adaptive local illumination and Multi-Prior Fusion (MPF) for cross-scale, multi-prior feature fusion. The two-branch design enables robust RAW-to-RGB enhancement while keeping parameter counts low, with three priors produced in the lower branch guiding the upper HiMA branch through MPF. The approach achieves state-of-the-art results on SID, MCR, and ELD datasets with fewer parameters than competing methods, and ablation studies validate the contributions of HiMA, LoDA, and MPF. These findings advance practical RAW-domain enhancement, offering a more efficient solution suitable for resource-constrained devices and real-time applications, with code available for reproducibility.
Abstract
With the rapid development of deep learning, low-light RAW image enhancement (LLRIE) has achieved remarkable progress. However, the challenge that how to simultaneously achieve strong enhancement quality and high efficiency still remains. Leveraging the inherent efficiency of Channel Attention and Mamba, we introduce a Hierarchical Mixing Architecture (HiMA), a hybrid LLRIE framework built upon two core modules. Specifically, we introduce Large Scale Block (LSB) for upper layers and Small Scale Block (SSB) for lower layers that reduce the parameters while improve the performance. Based on this framework, we also introduce a novel Local Distribution Adjustment (LoDA) module that adaptively aligns local feature statistics in a content-aware manner by learning to adjust regional luminance and contrast distributions. Moreover, to alleviate the domain ambiguity commonly observed in existing LLRIE pipelines, we design a Multi-Prior Fusion (MPF) module that leverages three complementary priors extracted from the first stage of the hybrid architecture to maintain domain consistency. Extensive experiments on multiple public benchmarks demonstrate that our approach outperforms state-of-the-art methods, delivering superior performance with fewer parameters. Code is available at https://github.com/Cynicarlos/HiMA.
