From Darkness to Detail: Frequency-Aware SSMs for Low-Light Vision
About
Low-light image enhancement remains a persistent challenge in computer vision, where state-of-the-art models are often hampered by hardware constraints and computational inefficiency, particularly at high resolutions. While foundational architectures like transformers and diffusion models have advanced the field, their computational complexity limits their deployment on edge devices. We introduce ExpoMamba, a novel architecture that integrates a frequency-aware state-space model within a modified U-Net. ExpoMamba is designed to address mixed-exposure challenges by decoupling the modeling of amplitude (intensity) and phase (structure) in the frequency domain. This allows for targeted enhancement, making it highly effective for real-time applications, including downstream tasks like object detection and segmentation. Our experiments on six benchmark datasets show that ExpoMamba is up to 2-3x faster than competing models and achieves a 6.8\% PSNR improvement, establishing a new state-of-the-art in efficient, high-quality low-light enhancement. Source code: https://www.github.com/eashanadhikarla/ExpoMamba.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Low-light Image Enhancement | LOL v1 | PSNR25.77 | 51 | |
| Low-light Image Enhancement | LOL Real_captured v2 | PSNR28.04 | 47 | |
| Semantic segmentation | ACDC (Night) | mIoU64.3 | 38 | |
| Image Enhancement | SICE Underexposure v2 | PSNR22.59 | 34 | |
| Image Enhancement | SICE Overexposure v2 | PSNR22.29 | 17 | |
| Object Detection | ExDark | mAP (Mean Average Precision)79.8 | 17 | |
| Low-light Image Enhancement | LOL4K UHD (test) | PSNR35.23 | 15 | |
| Low-light Image Enhancement | LOLv2 (test) | PSNR28.04 | 6 |