Pith. sign in

REVIEW 4 major objections 3 minor 50 references

SNNSIR: A Simple Spiking Neural Network for Stereo Image Restoration

T0 review · 4 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read SNNSIR shows that a fully spike-driven network can match ANN-based stereo restoration quality across rain removal, low-light enhancement, and super-resolution while cutting computational cost.

desk verdict Plausible new fully-spike-driven stereo restoration architecture; the abstract is coherent but the SSCA mechanism and all empirical claims need the full paper before judging. read the letter →

arxiv 2508.12271 v1 pith:VWPWHS7A submitted 2025-08-17 cs.CV

classification cs.CV
keywords spikingneuralnetworksstereoimagerestorationspike-drivenarchitecturelow-powervisioncross-viewattentionrainstreakremovallow-lightenhancementsuper-resolution
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that spiking neural networks, which communicate through sparse binary spikes, can handle stereo image restoration without falling back on the floating-point operations that hybrid SNN-ANN models still need. It introduces SNNSIR, a network made only of spike-compatible operations, and reports that it matches the restoration quality of non-spiking approaches on rain streak removal, raindrop removal, low-light enhancement, and super-resolution while reducing computational overhead. A reader should care because stereo restoration is computation-heavy, and a fully spike-driven architecture points toward low-power, real-time vision systems.

What carries the argument

The load-bearing machinery is the trio of spike-compatible modules. SRBB is a residual block whose skip connections and activations are restricted to spike-compatible operations, preserving information flow despite the lossiness of binary encoding. SSCM introduces nonlinearity through element-wise multiplication and highlights noise-sensitive regions using cross-view-aware modulation. SSCA performs bidirectional cross-view feature interaction without the floating-point softmax and scaling that standard cross-attention requires, keeping the whole network fully binary and event-driven. Together they replace the standard attention and convolution machinery of stereo restoration networks with operations that run on spiking hardware.

What would settle it

Search the released code for `torch.softmax`, `torch.div`, or `exp` inside the SSCA module; finding any would settle the claim that the network is fully spike-driven.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that the expressiveness handicap of binary spiking neurons can be overcome by three spike-compatible building blocks: a Spike Residual Basic Block (SRBB) that carries information through spike-compatible residual learning, a Spike Stereo Convolutional Modulation (SSCM) that adds nonlinearity via element-wise multiplication and cross-view-aware modulation, and a Spike Stereo Cross-Attention (SSCA) that enables bidirectional feature interaction between views entirely inside a spike-driven framework. With these modules, the paper reports competitive restoration performance on stereo rain streak removal, raindrop removal, low-light enhancement, and super-resolution, while using binary, event-driven activations rather than the floating-point division and exponentiation found in hybrid models. The model is presented as a step toward real-time, low-power stereo vision.

Load-bearing premise

The claim that SSCA is spike-compatible without floating-point normalization is the load-bearing premise; if cross-view attention secretly relies on division or exponentiation, the architecture is no longer fully spike-driven.

Editorial extensions

If this is right

  • If SNNSIR's claims hold, spiking networks become a viable low-power substitute for ANN-based stereo restoration on embedded and edge devices.
  • The architecture removes the need for hybrid ANN-SNN designs on these tasks, simplifying deployment on neuromorphic chips.
  • The same spike-compatible modules (SRBB, SSCM, SSCA) could be transferred to other multi-view restoration problems, such as light-field or multi-frame denoising.
  • Competitive results across four restoration tasks suggest the expressiveness limitations of binary neurons are not a hard barrier for structured image restoration.
  • Energy savings would be largest on hardware that exploits spike sparsity, making real-time stereo pipelines plausible on battery-powered systems.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper claims full spike-compatibility, but the exact operation set of SSCA is not described in the abstract; if cross-view attention uses a binary approximation of the softmax denominator (e.g., summing spikes) rather than true normalization, the reduction in floating-point cost may come with a measurable accuracy trade-off on more complex scenes.
  • A natural testable extension is to measure energy consumption directly on neuromorphic hardware (e.g., spike counts, dynamic energy) rather than reporting only computational overhead, since spike-based savings are hardware-dependent.
  • The same spike-compatible modulation idea could be applied to single-image restoration tasks, which would isolate whether the cross-view interaction or the spike-compatible nonlinearity contributes most of the gain.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The manuscript proposes SNNSIR, a spiking neural network (SNN) for stereo image restoration. The abstract claims a fully spike-driven architecture, introducing three components: a Spike Residual Basic Block (SRBB) for residual learning, a Spike Stereo Convolutional Modulation (SSCM) for cross-view-aware nonlinearity, and a Spike Stereo Cross-Attention (SSCA) for bidirectional cross-view feature interaction. The authors state that, unlike hybrid SNN-ANN models, SNNSIR avoids floating-point division and exponentiation, thereby achieving low-power and hardware-friendly computation. The abstract reports competitive restoration performance with reduced computational overhead on rain streak removal, raindrop removal, low-light enhancement, and super-resolution. However, the full text of the manuscript is not available in the version provided for review; only the abstract is present.

Significance. If the claims are correct, this work would be a valuable step toward energy-efficient stereo vision, addressing a genuine limitation of hybrid SNN-ANN approaches by eliminating floating-point normalization and exponentiation. The explicit goal of a fully spike-driven architecture is timely and significant for edge computing applications. The proposed modules, especially the spike-compatible cross-attention, could be of interest to the SNN community. That said, the significance cannot be assessed from the abstract alone: there are no quantitative results, no baseline comparisons, no architectural details, and no analysis of the claimed efficiency gains. The paper does not yet provide sufficient evidence to judge whether the central claim of a fully spike-driven architecture is achieved.

major comments (4)
  1. [Abstract (SSCA module)] The abstract states that SSCA 'enables efficient bidirectional feature interaction across views within a spike-compatible framework,' but it does not explain how cross-attention is implemented without the softmax exponentiation and scaling division that the authors explicitly reject as incompatible with SNNs. Since the fully spike-driven claim hinges on avoiding these operations, the omission is load-bearing; without a description of the spike-compatible attention mechanism, the central architectural claim cannot be verified.
  2. [Abstract (experimental claims)] The abstract asserts 'competitive restoration performance while significantly reducing computational overhead' on four tasks, but provides no quantitative evidence: no PSNR/SSIM numbers, no baseline names, no dataset descriptions, no model size, no FLOPs or energy figures, and no error bars. These empirical claims are unsupported in the provided text and must be substantiated in the full manuscript.
  3. [Full text (manuscript completeness)] The version of the manuscript made available for review contains only the abstract; the full-text body is absent. As a result, the technical derivations, module diagrams, training procedures, experimental setups, and result tables cannot be inspected. The paper cannot be adequately evaluated as a complete submission without this content, and the authors should be asked to provide the full manuscript.
  4. [Abstract (SRBB and SSCM)] The abstract describes SRBB as 'spike-compatible residual learning' and SSCM as using 'element-wise multiplication' to introduce nonlinearity, but does not clarify whether these operations act on binary spikes or on continuous membrane potentials. If any of these operations involve real-valued computations on non-binary values, the title claim of a 'fully spike-driven' architecture requires qualification. This distinction is essential for assessing hardware compatibility and should be made explicit.
minor comments (3)
  1. [Abstract] The phrase 'sparse, event-based binary spikes' would benefit from a definition of sparsity; the authors could state the expected spike rate or sparsity ratio used in the network.
  2. [Abstract] The list of tasks (rain streak removal, raindrop removal, low-light enhancement, super-resolution) should specify the stereo datasets used, since these are distinct from single-image restoration benchmarks.
  3. [Abstract] The statement 'The code will be available after the article is accepted' is a conditional promise; for reproducibility, the authors should provide a repository link or commit the code at submission time if the venue permits.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the abstract makes architectural and empirical claims without any derivation chain, fitted inputs, or load-bearing self-citations.

full rationale

The available manuscript contains only the abstract and no equations, derivations, or fitted parameters. The abstract claims a fully spike-driven architecture and competitive restoration performance, but it does not derive one result from another. The evaluation is described as comparisons against external baselines on standard stereo image restoration tasks, which is independent of any input-derived construction. The SSCA module is under-specified in the abstract, so its spike-compatibility cannot be verified from the text alone; however, that is a completeness or correctness concern, not circular reasoning. There are no self-citations, no definitions in terms of target quantities, and no prediction that is equivalent to a fitted input by construction. Accordingly, the appropriate finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The abstract is the only available evidence. The ledger captures the three background assumptions the central claim depends on. No free parameters are visible; all module hyperparameters and training details are absent from the abstract.

assumptions (3)
  • domain assumption Binary spike activations combined with residual, modulation, and cross-attention operations retain enough expressive power for image restoration.
    The entire method rests on this expressiveness assumption; the abstract asserts it but provides no analysis or ablation.
  • domain assumption A spike-compatible cross-attention mechanism exists that avoids floating-point division and exponentiation while still exchanging useful stereo information.
    The SSCA module is described only at a high level; no implementation detail is given in the abstract.
  • domain assumption The reported computational cost reduction follows from removing floating-point division and exponentiation, i.e., operation type maps directly to energy cost.
    The efficiency claim assumes that binary-spike operations are cheaper in practice; no measured energy numbers appear in the abstract.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SNNSIR: A Simple Spiking Neural Network for Stereo Image Restoration." pith.science (2026). https://pith.science/paper/VWPWHS7A

@misc{pith2026250812271,
  author       = {Pith},
  title        = {Pith review of: SNNSIR: A Simple Spiking Neural Network for Stereo Image Restoration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VWPWHS7A}},
  note         = {Machine review of arXiv:2508.12271}
}
read the original abstract

Spiking Neural Networks (SNNs), characterized by discrete binary activations, offer high computational efficiency and low energy consumption, making them well-suited for computation-intensive tasks such as stereo image restoration. In this work, we propose SNNSIR, a simple yet effective Spiking Neural Network for Stereo Image Restoration, specifically designed under the spike-driven paradigm where neurons transmit information through sparse, event-based binary spikes. In contrast to existing hybrid SNN-ANN models that still rely on operations such as floating-point matrix division or exponentiation, which are incompatible with the binary and event-driven nature of SNNs, our proposed SNNSIR adopts a fully spike-driven architecture to achieve low-power and hardware-friendly computation. To address the expressiveness limitations of binary spiking neurons, we first introduce a lightweight Spike Residual Basic Block (SRBB) to enhance information flow via spike-compatible residual learning. Building on this, the Spike Stereo Convolutional Modulation (SSCM) module introduces simplified nonlinearity through element-wise multiplication and highlights noise-sensitive regions via cross-view-aware modulation. Complementing this, the Spike Stereo Cross-Attention (SSCA) module further improves stereo correspondence by enabling efficient bidirectional feature interaction across views within a spike-compatible framework. Extensive experiments on diverse stereo image restoration tasks, including rain streak removal, raindrop removal, low-light enhancement, and super-resolution demonstrate that our model achieves competitive restoration performance while significantly reducing computational overhead. These results highlight the potential for real-time, low-power stereo vision applications. The code will be available after the article is accepted.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

50 extracted references · 44 canonical work pages

  1. [1]

    11em plus .33em minus .07em 4000 4000 100 4000 4000 500 `\.=1000 = #1 \@IEEEnotcompsoconly \@IEEEcompsoconly #1 * [1] 0pt [0pt][0pt] #1 * [1] 0pt [0pt][0pt] #1 * \| ** #1 \@IEEEauthorblockNstyle \@IEEEcompsocnotconfonly \@IEEEauthorblockAstyle \@IEEEcompsocnotconfonly \@IEEEcompsocconfonly \@IEEEauthordefaulttextstyle \@IEEEcompsocnotconfonly \@IEEEauthor...

  2. [2]

    Y.-N. Chen, H. Dai, and Y. Ding, ``Pseudo-stereo for monocular 3d object detection in autonomous driving,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 887--897

  3. [3]

    W. Wu, H. S. Wong, and S. Wu, ``Semi-supervised stereo-based 3d object detection via cross-view consensus,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 17\,471--17\,481

  4. [4]

    Brucker, S

    S. Brucker, S. Walz, M. Bijelic, and F. Heide, ``Cross-spectral gated-rgb stereo depth estimation,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 21\,654--21\,665

  5. [5]

    P. Li, J. Shi, and S. Shen, ``Joint spatial-temporal optimization for stereo 3d object tracking,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 6877--6886

  6. [6]

    L. Wang, Y. Wang, Z. Liang, Z. Lin, J. Yang, W. An, and Y. Guo, ``Learning parallax attention for stereo image super-resolution,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 12\,250--12\,259

  7. [7]

    B. Yan, C. Ma, B. Bare, W. Tan, and S. C. Hoi, ``Disparity-aware domain adaptation in stereo image restoration,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 13\,179--13\,187

  8. [8]

    Y. Wang, X. Ying, L. Wang, J. Yang, W. An, and Y. Guo, ``Symmetric parallax attention for stereo image super-resolution,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 766--775

Show all 50 references
  1. [9]

    X. Chu, L. Chen, and W. Yu, ``Nafssr: Stereo image super-resolution using nafnet,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 1239--1248

  2. [10]

    Zhang, W

    K. Zhang, W. Luo, Y. Yu, W. Ren, F. Zhao, C. Li, L. Ma, W. Liu, and H. Li, ``Beyond monocular deraining: Parallel stereo deraining network via semantic prior,'' International Journal of Computer Vision, vol. 130, no. 7, pp. 1754--1769, 2022

  3. [11]

    J. Nie, J. Xie, J. Cao, and Y. Pang, ``Context and detail interaction network for stereo rain streak and raindrop removal,'' Neural Networks, vol. 166, pp. 215--224, 2023

  4. [12]

    C. Wang, T. Yan, W. Huang, X. Chen, K. Xu, and X. Chang, ``Apanet: Asymmetrical parallax attention network for efficient stereo image deraining,'' IEEE Transactions on Computational Imaging, 2025

  5. [13]

    Chang, H

    W. Chang, H. Chen, X. He, X. Chen, and L. Shen, ``Uav-rain1k: A benchmark for raindrop removal from uav aerial imagery,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 15--22

  6. [14]

    C. Feng, Z. Chen, R. Kou, G. Gao, C. Wang, X. Li, X. Shu, Y. Dai, Q. Fu, and J. Yang, ``Hazydet: Open-source benchmark for drone-view object detection with depth-cues in hazy scenes,'' arXiv preprint arXiv:2409.19833, 2024

  7. [15]

    Maass, ``Networks of spiking neurons: the third generation of neural network models,'' Neural networks, vol

    W. Maass, ``Networks of spiking neurons: the third generation of neural network models,'' Neural networks, vol. 10, no. 9, pp. 1659--1671, 1997

  8. [16]

    W. Fang, Z. Yu, Y. Chen, T. Huang, T. Masquelier, and Y. Tian, ``Deep residual learning in spiking neural networks,'' Advances in neural information processing systems, vol. 34, pp. 21\,056--21\,069, 2021

  9. [17]

    Z. Zhou, Y. Zhu, C. He, Y. Wang, S. Yan, Y. Tian, and L. Yuan, ``Spikformer: When spiking neural network meets transformer,'' arXiv preprint arXiv:2209.15425, 2022

  10. [18]

    M. Yao, J. Hu, Z. Zhou, L. Yuan, Y. Tian, B. Xu, and G. Li, ``Spike-driven transformer,'' Advances in neural information processing systems, vol. 36, pp. 64\,043--64\,058, 2023

  11. [19]

    X. Shi, Z. Hao, and Z. Yu, ``Spikingresformer: bridging resnet and vision transformer in spiking neural networks,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024, pp. 5610--5619

  12. [20]

    M. Yao, J. Hu, T. Hu, Y. Xu, Z. Zhou, Y. Tian, B. Xu, and G. Li, ``Spike-driven transformer v2: Meta spiking neural network architecture inspiring the design of next-generation neuromorphic chips,'' arXiv preprint arXiv:2404.03663, 2024

  13. [21]

    X. Luo, M. Yao, Y. Chou, B. Xu, and G. Li, ``Integer-valued training and spike-driven inference spiking neural network for high-performance and energy-efficient object detection,'' in European Conference on Computer Vision. 1em plus 0.5em minus 0.4em Springer, 2024, pp. 253--272

  14. [22]

    M. Yao, X. Qiu, T. Hu, J. Hu, Y. Chou, K. Tian, J. Liao, L. Leng, B. Xu, and G. Li, ``Scaling spike-driven transformer with efficient spike firing approximation training,'' IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025

  15. [23]

    T. Song, G. Jin, P. Li, K. Jiang, X. Chen, and J. Jin, ``Learning a spiking neural network for efficient image deraining,'' in IJCAI, 2024

  16. [24]

    L. Chen, X. Chu, X. Zhang, and J. Sun, ``Simple baselines for image restoration,'' in European conference on computer vision. 1em plus 0.5em minus 0.4em Springer, 2022, pp. 17--33

  17. [25]

    J. Kim, K. Kim, and J.-J. Kim, ``Unifying activation-and timing-based learning rules for spiking neural networks,'' Advances in neural information processing systems, vol. 33, pp. 19\,534--19\,544, 2020

  18. [26]

    Y. Hu, L. Deng, Y. Wu, M. Yao, and G. Li, ``Advancing spiking neural networks toward deep residual learning,'' IEEE transactions on neural networks and learning systems, vol. 36, no. 2, pp. 2353--2367, 2024

  19. [27]

    W. Fang, Y. Chen, J. Ding, Z. Yu, T. Masquelier, D. Chen, L. Huang, H. Zhou, G. Li, and Y. Tian, ``Spikingjelly: An open-source machine learning infrastructure platform for spike-based intelligence,'' Science Advances, vol. 9, no. 40, p. eadi1480, 2023. [Online]. Available: ht...

  20. [28]

    Horowitz, ``1.1 computing's energy problem (and what we can do about it),'' in 2014 IEEE international solid-state circuits conference digest of technical papers (ISSCC)

    M. Horowitz, ``1.1 computing's energy problem (and what we can do about it),'' in 2014 IEEE international solid-state circuits conference digest of technical papers (ISSCC). 1em plus 0.5em minus 0.4em IEEE, 2014, pp. 10--14

  21. [29]

    Zheng, Y

    H. Zheng, Y. Wu, L. Deng, Y. Hu, and G. Li, ``Going deeper with directly-trained larger spiking neural networks,'' in Proceedings of the AAAI conference on artificial intelligence, vol. 35, no. 12, 2021, pp. 11\,062--11\,070

  22. [30]

    K. He, X. Zhang, S. Ren, and J. Sun, ``Identity mappings in deep residual networks,'' in European conference on computer vision. 1em plus 0.5em minus 0.4em Springer, 2016, pp. 630--645

  23. [31]

    Sandler, A

    M. Sandler, A. Howard, M. Zhu, A. Zhmoginov, and L.-C. Chen, ``Mobilenetv2: Inverted residuals and linear bottlenecks,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 4510--4520

  24. [32]

    Johnson, A

    J. Johnson, A. Alahi, and L. Fei-Fei, ``Perceptual losses for real-time style transfer and super-resolution,'' in European conference on computer vision. 1em plus 0.5em minus 0.4em Springer, 2016, pp. 694--711

  25. [33]

    Chen and V

    Q. Chen and V. Koltun, ``Photographic image synthesis with cascaded refinement networks,'' in Proceedings of the IEEE international conference on computer vision, 2017, pp. 1511--1520

  26. [34]

    Z. Wang, E. P. Simoncelli, and A. C. Bovik, ``Multiscale structural similarity for image quality assessment,'' in The Thrity-Seventh Asilomar Conference on Signals, Systems & Computers, 2003, vol. 2. 1em plus 0.5em minus 0.4em Ieee, 2003, pp. 1398--1402

  27. [35]

    Zhang, P

    R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang, ``The unreasonable effectiveness of deep features as a perceptual metric,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 586--595

  28. [36]

    H. Wang, Q. Xie, Q. Zhao, Y. Li, Y. Liang, Y. Zheng, and D. Meng, ``Rcdnet: An interpretable rain convolutional dictionary network for single image deraining,'' IEEE Transactions on Neural Networks and Learning Systems, 2023

  29. [37]

    S. W. Zamir, A. Arora, S. Khan, M. Hayat, F. S. Khan, and M.-H. Yang, ``Restormer: Efficient transformer for high-resolution image restoration,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 5728--5739

  30. [38]

    Z. Shi, N. Fan, D.-Y. Yeung, and Q. Chen, ``Stereo waterdrop removal with row-wise dilated attention,'' in 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). 1em plus 0.5em minus 0.4em IEEE, 2021, pp. 3829--3836

  31. [39]

    Isola, J.-Y

    P. Isola, J.-Y. Zhu, T. Zhou, and A. A. Efros, ``Image-to-image translation with conditional adversarial networks,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 1125--1134

  32. [40]

    R. Qian, R. T. Tan, W. Yang, J. Su, and J. Liu, ``Attentive generative adversarial network for raindrop removal from a single image,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 2482--2491

  33. [41]

    Liu, W.-S

    Y.-L. Liu, W.-S. Lai, M.-H. Yang, Y.-Y. Chuang, and J.-B. Huang, ``Learning to see through obstructions,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 14\,215--14\,224

  34. [42]

    Y. Quan, S. Deng, Y. Chen, and H. Ji, ``Deep learning for seeing through window with raindrops,'' in Proceedings of the IEEE/CVF international conference on computer vision, 2019, pp. 2463--2471

  35. [43]

    Zhang and V

    H. Zhang and V. M. Patel, ``Density-aware single image de-raining using a multi-stream dense network,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018, pp. 695--704

  36. [44]

    Li, L.-F

    R. Li, L.-F. Cheong, and R. T. Tan, ``Heavy rain image restoration: Integrating physics model and conditional adversarial learning,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019, pp. 1633--1642

  37. [45]

    C. Guo, C. Li, J. Guo, C. C. Loy, J. Hou, S. Kwong, and R. Cong, ``Zero-reference deep curve estimation for low-light image enhancement,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 1780--1789

  38. [46]

    C. Wei, W. Wang, W. Yang, and J. Liu, ``Deep retinex decomposition for low-light enhancement,'' arXiv preprint arXiv:1808.04560, 2018

  39. [47]

    W. Yang, S. Wang, Y. Fang, Y. Wang, and J. Liu, ``From fidelity to perceptual quality: A semi-supervised approach for low-light image enhancement,'' in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 3063--3072

  40. [48]

    Huang, X

    J. Huang, X. Fu, Z. Xiao, F. Zhao, and Z. Xiong, ``Low-light stereo image enhancement,'' IEEE Transactions on Multimedia, vol. 25, pp. 2978--2992, 2022

  41. [49]

    Scharstein, H

    D. Scharstein, H. Hirschm \"u ller, Y. Kitajima, G. Krathwohl, N. Ne s i \'c , X. Wang, and P. Westling, ``High-resolution stereo datasets with subpixel-accurate ground truth,'' in Pattern Recognition: 36th German Conference, GCPR 2014, M \"u nster, Germany, September 2-5, 201...

  42. [50]

    Y. Hua, P. Kohli, P. Uplavikar, A. Ravi, S. Gunaseelan, J. Orozco, and E. Li, ``Holopix50k: A large-scale in-the-wild stereo image dataset,'' arXiv preprint arXiv:2003.11172, 2020

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.