Summary
This paper proposes a Mamba-based framework, namely MambaLLIE, for low-light image enhancement. Specifically, the authors claim that they have two technical contributions:
(i) A global-then-local state space block that integrates a local-enhanced state space module and an implicit Retinex-aware selective kernel module to capture intricate global and local dependencies.
(ii) An implicit Retinex-aware selective kernel mechanism to guide deeper neural representations and segregate them into independent positive and negative illumination components before integrating them.
Strengths
(i) The idea is novel and interesting. Mamba is a scorching research topic in computer vision now and has shown promising performance in many high-level vision tasks like image recognition, object detection, image segmentation, etc. But until now, there have been fewer efforts dedicated to the low-light image enhancement task, a small low-level topic. Thus, it is very exciting to see this wonderful work.
(ii) The presentation is well-dressed. I like the style of the figures in this paper. For example, the teaser figure can clearly show the advantages in larger receptive fields of the proposed MambaLLIE than previous Transformer-based methods and Mamba-based image restoration methods. For another example, the pipeline in Figure 2 can also clearly show the workflow and the details of each submodule of the whole framework.
(iii) The performance is good and solid. The proposed MambaLLIE significantly outperforms the state-of-the-art methods on six benchmarks including LOL-v2-syn, LOL-v2-real, SMID, SDSD-indoor, and SDSD-outdoor, as reported in Table 1. The visual comparisons in Figure 3 also show the effectiveness of the proposed method. Looks good.
Weaknesses
(i) The motivation is not clear. To be specific, why use Mamba for low-light image enhancement? The authors claim that the Mamba can help capture long-range dependences. However, Transformer architecture can also model the long-range dependences. Why use Mamba instead of Transformer? Also, why design the space state module like this? The insight of the proposed Mamba should be analyzed in more detail.
(ii) A technique should be explained, i.e., what is the scanning operation in the state space module? The authors mention the scan in Mamba but I could not find any mathematical formula or text description in the paper to explain the computation process of this scan.
(iii) In table 1, although the performance of the proposed MambaLLIE is better than the state-of-the-art Transformer-based method Retinexformer, its computational complexity and memory cost are larger than those of Retinexformer. For example, the FLOPS and the Params are 33% and 38% higher. In addition, what about the comparison of performance on the MIT-Adobe-FiveK dataset (sRGB output mode)?
(iv) In Figure 4, it seems that Retinexformer achieves more visually pleasant results. For example, in the third line of Figure 6, Retinexformer reconstructs the complete edge of the redwood in the left zoomed-in patch but the proposed MambaLLIE fails. Thus, it is better to compare MambaLLIE and the state-of-the-art method on unpaired datasets such as the LIME, NPE, MEF, DICM, and VV datasets.
(v) The source code and pre-trained models have not been submitted. The reproducibility cannot be checked.
Questions
I am curious about the training time comparison between the proposed MambaLLIE and other methods.
Limitations
Yes, the authors have analyzed the limitations in the main paper.