Light 'em Up: Enabling Few-Shot Low-Light 3D Gaussian Splatting with Multi-Scale Explicit Retinex Illumination Decoupling
Pith reviewed 2026-05-08 04:41 UTC · model grok-4.3
The pith
MERID-GS decouples illumination from reflectance at multiple scales to stabilize few-shot low-light 360° 3D Gaussian Splatting.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
MERID-GS achieves state-of-the-art low-light 360° novel-view synthesis by explicitly separating illumination and reflectance via multi-scale Retinex processing, applying a learnable gain and Illumination-State-Guided Frequency Gating to suppress noise while preserving structure, and combining the resulting reflectance with a lightweight Reflection Head inside 3D Gaussian Splatting; the resulting model adapts to new scenes from sparse views and maintains geometric and photometric consistency across large viewpoint changes.
What carries the argument
Multi-scale explicit Retinex illumination decoupling, which factors each view into separate illumination and reflectance components before they enter the 3D Gaussian Splatting optimization.
If this is right
- New scenes can be modeled from only a few low-light photographs without per-scene retraining.
- Noise is suppressed and dark structures are enhanced while view-to-view photometric consistency is preserved.
- Full 360° synthesis becomes feasible under illumination conditions that defeat prior unsupervised and supervised baselines.
Where Pith is reading between the lines
- The same decoupling might reduce artifacts in other challenging capture conditions such as motion blur or mixed indoor-outdoor lighting.
- The released low-light multi-view dataset offers a concrete benchmark that future 3D reconstruction methods can be measured against for generalization.
- Integrating the illumination-reflectance split into real-time 3D Gaussian pipelines could support low-light AR or robotic navigation.
Load-bearing premise
That factoring illumination away from reflectance at multiple scales will not create new geometric or color inconsistencies when the reflectance is later reconstructed in 3D from sparse low-light inputs.
What would settle it
A controlled test on the paper's own low-light 360° multi-view dataset showing large color drift or broken geometry in novel views synthesized from only a few input frames would falsify the central claim.
Figures
read the original abstract
Full 360$^\circ$ novel view synthesis under low-light conditions remains challenging. Insufficient illumination, noise amplification, and view-dependent photometric inconsistencies prevent existing methods from jointly preserving geometric consistency and photorealism. Unsupervised approaches often exhibit color drift under large viewpoint variations, while supervised low-light enhancement models, though effective for 2D tasks, struggle to generalize to new scenes and typically require retraining. To address this issue, we propose MERID-GS, a Multi-Scale Explicit Retinex Illumination-Decoupled Gaussian framework for low-light 360$^\circ$ synthesis. Based on Retinex theory, the method explicitly separates illumination and reflectance, and suppresses noise propagation while enhancing dark-region structures via a learnable gain and Illumination-State-Guided Frequency Gating. Combined with lightweight Reflection Head and 3D Gaussian Splatting, MERID-GS adapts to new scenes with only a few shots and enables stable low-light novel view synthesis from sparse-view observations. In addition, we construct a low-light multi-view dataset covering full 360$^\circ$ scenes for joint evaluation. Thorough experiments across multiple datasets in this area demonstrate that MERID-GS achieves SOTA performance, exhibiting superior cross-scene generalization and view consistency. The source code and pre-trained models are available at https://github.com/YhuoyuH/MERID-GS..
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MERID-GS, a Multi-Scale Explicit Retinex Illumination-Decoupled Gaussian framework for few-shot low-light 360° novel view synthesis. It explicitly separates illumination and reflectance per Retinex theory, applies a learnable gain and Illumination-State-Guided Frequency Gating to handle noise and dark regions, and feeds a lightweight Reflection Head into 3D Gaussian Splatting for adaptation to new scenes from sparse views. The authors also introduce a low-light multi-view 360° dataset and claim SOTA results with superior cross-scene generalization and view consistency.
Significance. If the performance claims hold with proper validation, the work could advance practical few-shot 3D reconstruction in low-light settings by reducing reliance on per-scene supervised retraining and addressing photometric inconsistencies, with potential applications in robotics and immersive environments.
major comments (2)
- [Abstract] Abstract: The central claims of SOTA performance, superior cross-scene generalization, and view consistency are asserted without any quantitative tables, ablation results, error analysis, or specific metrics (e.g., PSNR, SSIM, or consistency measures), making it impossible to verify that the method outperforms baselines rather than merely describing it.
- [Methods] Methods (Retinex decoupling and Reflection Head): The per-image operations (learnable gain, Illumination-State-Guided Frequency Gating) are described without an explicit multi-view reflectance consistency loss, 3D-aware regularization term, or cross-view constraint in the optimization. This leaves the view-consistency claim vulnerable, as independent per-view decoupling on sparse noisy inputs can introduce photometric inconsistencies that 3DGS optimization may bake in rather than suppress.
minor comments (2)
- [Abstract] The acronym MERID-GS is introduced without immediate expansion in the abstract, which could be clarified for readability.
- [Experiments] The dataset construction is mentioned but lacks details on capture conditions, number of scenes/views, or lighting variation ranges, which would strengthen reproducibility claims.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address each major comment below with clarifications and indicate revisions to the manuscript where appropriate.
read point-by-point responses
-
Referee: [Abstract] Abstract: The central claims of SOTA performance, superior cross-scene generalization, and view consistency are asserted without any quantitative tables, ablation results, error analysis, or specific metrics (e.g., PSNR, SSIM, or consistency measures), making it impossible to verify that the method outperforms baselines rather than merely describing it.
Authors: The abstract is intended as a concise summary of contributions and claims. The full manuscript contains quantitative tables in the Experiments section reporting PSNR, SSIM, LPIPS, and other metrics, along with ablations, error analysis, and baseline comparisons that support the SOTA claims, cross-scene generalization, and view consistency. We agree that key numerical results would strengthen the abstract. We will revise the abstract to include specific metrics (e.g., average PSNR improvement) drawn from the experimental results. revision: yes
-
Referee: [Methods] Methods (Retinex decoupling and Reflection Head): The per-image operations (learnable gain, Illumination-State-Guided Frequency Gating) are described without an explicit multi-view reflectance consistency loss, 3D-aware regularization term, or cross-view constraint in the optimization. This leaves the view-consistency claim vulnerable, as independent per-view decoupling on sparse noisy inputs can introduce photometric inconsistencies that 3DGS optimization may bake in rather than suppress.
Authors: The referee is correct that no explicit multi-view reflectance consistency loss or cross-view regularization term is defined for the per-image decoupling stage. Our design relies on the 3D Gaussian Splatting optimization and the lightweight Reflection Head to enforce consistency via the shared 3D representation and rendering losses across views. This implicit mechanism is intended to suppress inconsistencies from sparse low-light inputs. To strengthen the presentation, we will add a discussion in the Methods section explaining the role of 3DGS in view consistency and include a quantitative analysis of photometric consistency in the experiments. revision: partial
Circularity Check
No significant circularity in derivation chain
full rationale
The paper introduces MERID-GS as a novel architectural combination of multi-scale explicit Retinex decoupling (learnable gain, frequency gating) with a lightweight Reflection Head and 3D Gaussian Splatting. No equations or derivations are presented that reduce the claimed SOTA cross-scene generalization or view consistency to quantities defined by the method's own fitted parameters or prior self-citations. Retinex theory is invoked as an external standard reference rather than a self-derived result, and performance assertions rest on empirical evaluation across datasets rather than tautological reduction. The construction is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (1)
- learnable gain
axioms (1)
- domain assumption Retinex theory applies directly to multi-view low-light images and permits clean separation of illumination and reflectance without residual view-dependent effects
invented entities (1)
-
Illumination-State-Guided Frequency Gating
no independent evidence
Reference graph
Works this paper leans on
-
[1]
IEEE TCE53(2), 593–600 (2007) 4
Abdullah-Al-Wadud, M., Kabir, M.H., Dewan, M.A.A., Chae, O.: A dynamic his- togram equalization for image contrast enhancement. IEEE TCE53(2), 593–600 (2007) 4
work page 2007
- [2]
- [3]
- [4]
-
[5]
Cai, Y., Lin, J., Wang, H., Yuan, X., Ding, H., Zhang, Y., Timofte, R., Gool, L.V.:Degradation-awareunfoldinghalf-shuffletransformerforspectralcompressive imaging. In: NeurIPS. pp. 37749–37761 (2022) 5
work page 2022
-
[6]
Cai,Y.,Xiao,Z.,Liang,Y.,Qin,M.,Zhang,Y.,Yang,X.,Liu,Y.,Yuille,A.L.:Hdr- gs: Efficient high dynamic range novel view synthesis at 1000x speed via gaussian splatting. In: NeurIPS. pp. 68453–68471 (2024) 2
work page 2024
-
[7]
IEEE TIP20(12), 3431–3441 (2011) 4
Celik, T., Tjahjadi, T.: Contextual and variational contrast enhancement. IEEE TIP20(12), 3431–3441 (2011) 4
work page 2011
-
[8]
Charatan,D.,Li,S.L.,Tagliasacchi,A.,Sitzmann,V.:pixelsplat:3dgaussiansplats fromimagepairsforscalablegeneralizable3dreconstruction.In:CVPR.pp.19457– 19467 (2024) 2, 4
work page 2024
- [9]
- [10]
- [11]
-
[12]
Digital Signal Processing14(2), 158–170 (2004) 4
Cheng, H.D., Shi, X.: A simple and effective histogram equalization approach to image enhancement. Digital Signal Processing14(2), 158–170 (2004) 4
work page 2004
-
[13]
Chugunov, I., Joshi, A., Murthy, K., Bleibel, F., Heide, F.: Neural light spheres for implicit image stitching and view synthesis. In: SIGGRAPH Asia. pp. 1–11 (2024) 4
work page 2024
- [14]
- [15]
- [16]
-
[17]
Fan, Z., Wang, K., Wen, K., Zhu, Z., Xu, D., Wang, Z.: Lightgaussian: Un- bounded 3d gaussian compression with 15x reduction and 200+ fps. In: NeurIPS. pp. 140138–140158 (2024) 2
work page 2024
- [18]
-
[19]
Knowledge-Based Systems240, 108010 (2022) 4
Fu, Y., Hong, Y., Chen, L., You, S.: Le-gan: Unsupervised low-light image enhance- ment network using attention module and identity invariant loss. Knowledge-Based Systems240, 108010 (2022) 4
work page 2022
- [20]
-
[21]
Huang, B., Yu, Z., Chen, A., Geiger, A., Gao, S.: 2d gaussian splatting for geo- metrically accurate radiance fields. In: ACM SIGGRAPH. pp. 1–11 (2024) 4
work page 2024
-
[22]
IEEE TIP22(3), 1032–1041 (2012) 4
Huang, S.C., Cheng, F.C., Chiu, Y.S.: Efficient contrast enhancement using adap- tive gamma correction with weighting distribution. IEEE TIP22(3), 1032–1041 (2012) 4
work page 2012
-
[23]
IEEE TIP30, 2340–2349 (2021) 4
Jiang, Y., Gong, X., Liu, D., Cheng, Y., Fang, C., Shen, X., Yang, J., Zhou, P., Wang, Z.: Enlightengan: Deep light enhancement without paired supervision. IEEE TIP30, 2340–2349 (2021) 4
work page 2021
-
[24]
IEEE TIP6(7), 965–976 (1997) 4
Jobson, D.J., Rahman, Z.u., Woodell, G.A.: A multiscale retinex for bridging the gap between color images and the human observation of scenes. IEEE TIP6(7), 965–976 (1997) 4
work page 1997
-
[25]
IEEE TIP6(3), 451–462 (1997) 4
Jobson, D.J., Rahman, Z.u., Woodell, G.A., et al.: Properties and performance of a center/surround retinex. IEEE TIP6(3), 451–462 (1997) 4
work page 1997
-
[26]
ACM TOG42(4), 1–14 (2023) 2, 4, 11
Kerbl, B., Kopanas, G., Leimkühler, T., Drettakis, G.: 3d gaussian splatting for real-time radiance field rendering. ACM TOG42(4), 1–14 (2023) 2, 4, 11
work page 2023
-
[27]
Kulhanek, J., Peng, S., Kukelova, Z., Pollefeys, M., Sattler, T.: Wildgaussians: 3d gaussian splatting in the wild. In: NeurIPS. pp. 21271–21288 (2024) 2
work page 2024
-
[28]
Scientific American237(6), 108–129 (1977) 3
Land, E.H.: The retinex theory of color vision. Scientific American237(6), 108–129 (1977) 3
work page 1977
-
[29]
IEEE TIP27(6), 2828–2841 (2018) 4
Li, M., Liu, J., Yang, W., Sun, X., Guo, Z.: Structure-revealing low-light image enhancement via robust retinex model. IEEE TIP27(6), 2828–2841 (2018) 4
work page 2018
- [30]
- [31]
- [32]
-
[33]
Lore,K.G.,Akintayo,A.,Sarkar,S.:Llnet:Adeepautoencoderapproachtonatural low-light image enhancement. PR61, 650–662 (2017) 5
work page 2017
- [34]
- [35]
- [36]
- [37]
- [38]
-
[39]
Mildenhall, B., Srinivasan, P.P., Tancik, M., Barron, J.T., Ramamoorthi, R., Ng, R.: Nerf: Representing scenes as neural radiance fields for view synthesis. In: ECCV (2020) 2, 4
work page 2020
- [40]
-
[41]
Müller, T., Evans, A., Schied, C., Keller, A.: Instant neural graphics primitives with a multiresolution hash encoding. ACM TOG41(4), 1–15 (2022) 4
work page 2022
- [42]
-
[43]
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., et al.: Pytorch: An imperative style, high- performance deep learning library. In: NeurIPS (2019) 9
work page 2019
-
[44]
Journal of Digital Imaging11(4), 193 (1998) 4
Pisano, E.D., Zong, S., Hemminger, B.M., DeLuca, M., Johnston, R.E., Muller, K., Braeuning, M.P., Pizer, S.M.: Contrast limited adaptive histogram equaliza- tion image processing to improve the detection of simulated spiculations in dense mammograms. Journal of Digital Imaging11(4), 193 (1998) 4
work page 1998
-
[45]
Computer Vision, Graphics, and Image Processing 39(3), 355–368 (1987) 4
Pizer, S.M., Amburn, E.P., Austin, J.D., Cromartie, R., Geselowitz, A., Greer, T., ter Haar Romeny, B., Zimmerman, J.B., Zuiderveld, K.: Adaptive histogram equalization and its variations. Computer Vision, Graphics, and Image Processing 39(3), 355–368 (1987) 4
work page 1987
-
[46]
Pu, G., Zhao, Y., Lian, Z.: Pano2room: Novel view synthesis from a single indoor panorama. In: SIGGRAPH Asia. pp. 1–11 (2024) 4
work page 2024
-
[47]
EURASIP Journal on Image and Video Processing2016(1), 35 (2016) 4
Rahman, S., Rahman, M.M., Abdullah-Al-Wadud, M., Al-Quaderi, G.D., Shoyaib, M.: An adaptive gamma correction for image enhancement. EURASIP Journal on Image and Video Processing2016(1), 35 (2016) 4
work page 2016
- [48]
-
[49]
Sun, H., Yu, F., Xu, H., Zhang, T., Zou, C.: Ll-gaussian: Low-light scene recon- structionandenhancementviagaussiansplattingfornovelviewsynthesis.In:ACM MM. pp. 4261–4270 (2025) 2, 4, 5
work page 2025
- [50]
- [51]
- [52]
- [53]
-
[54]
IEEE TIP22(9), 3538–3548 (2013) 4
Wang, S., Zheng, J., Hu, H.M., Li, B.: Naturalness preserved enhancement algo- rithm for non-uniform illumination images. IEEE TIP22(9), 3538–3548 (2013) 4
work page 2013
- [55]
-
[56]
Wang, Y., Wang, C., Gong, B., Xue, T.: Bilateral guided radiance field processing. ACM TOG43(4), 1–13 (2024) 2
work page 2024
-
[57]
Displays30(3), 133–139 (2009) 4
Wang, Z.G., Liang, Z.H., Liu, C.L.: A real-time image processor with combin- ing dynamic contrast ratio enhancement and inverse gamma correction for pdp. Displays30(3), 133–139 (2009) 4
work page 2009
-
[58]
Wei, C., Wang, W., Yang, W., Liu, J.: Deep retinex decomposition for low-light enhancement. In: BMVC (2018) 3
work page 2018
-
[59]
Weng, J., Yan, Z., Tai, Y., Qian, J., Yang, J., Li, J.: Mamballie: Implicit retinex- aware low light enhancement with global-then-local state space. In: NeurIPS. pp. 27440–27462 (2024) 3, 5, 10, 11, 12
work page 2024
- [60]
- [61]
- [62]
- [63]
-
[64]
IEEE TIP30, 2072– 2086 (2021) 3
Yang, W., Wang, W., Huang, H., Wang, S., Liu, J.: Sparse gradient regularized deep retinex network for robust low-light image enhancement. IEEE TIP30, 2072– 2086 (2021) 3
work page 2072
- [65]
-
[66]
JMLR 26(34), 1–17 (2025) 10 Title Suppressed Due to Excessive Length 19
Ye, V., Li, R., Kerr, J., Turkulainen, M., Yi, B., Pan, Z., Seiskari, O., Ye, J., Hu, J., Tancik, M., et al.: gsplat: An open-source library for gaussian splatting. JMLR 26(34), 1–17 (2025) 10 Title Suppressed Due to Excessive Length 19
work page 2025
- [67]
- [68]
- [69]
- [70]
-
[71]
Nerf++: Analyzing and improving neural radiance fields
Zhang, K., Riegler, G., Snavely, N., Koltun, V.: Nerf++: Analyzing and improving neural radiance fields. arXiv preprint arXiv:2010.07492 (2020) 2
-
[72]
IJCV129(4), 1013–1037 (2021) 3
Zhang, Y., Guo, X., Ma, J., Liu, W., Zhang, J.: Beyond brightening low-light images. IJCV129(4), 1013–1037 (2021) 3
work page 2021
-
[73]
Zhang, Y., Zhang, J., Guo, X.: Kindling the darkness: A practical low-light image enhancer. In: ACM MM. pp. 1632–1640 (2019) 3, 5
work page 2019
- [74]
- [75]
-
[76]
Zhu, C., Wan, R., Shi, B.: Neural transmitted radiance fields. In: NeurIPS. pp. 38994–39006 (2022) 4
work page 2022
-
[77]
Zou, W., Gao, H., Yang, W., Liu, T.: Wave-mamba: Wavelet state space model for ultra-high-definition low-light image enhancement. In: ACM MM. pp. 1534–1543 (2024) 3, 5, 10, 11, 12
work page 2024
- [78]
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.