REVIEW 4 major objections 8 minor 47 references
Distribution free uncertainty quantification in neuroscience-inspired deep operators
T0 review · 4 major / 8 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper claims that randomized-prior ensembles plus split conformal calibration yield per-location 95% prediction bands for wavelet and spiking neural operators across four PDE benchmarks, missing at only one grid location in the…
desk verdict A useful, mostly sound conformal-wrapper paper for spiking neural operators whose headline coverage claim is not verifiable as written because the width multiplier z is never specified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the randomized-prior operator ensemble: $n_c$ copies of the base operator (vanilla WNO or VSWNO) are trained on the same data with different initializations, each augmented by a frozen prior network whose parameters enter the loss as $\lambda L_{\mathrm{prior}}(\phi)$. The ensemble spread supplies a heuristic uncertainty $s(u_t)$ alongside the mean $\mu(u_t)$; the normalized residual $|y-\mu|/s$ is the conformal score. Split conformal prediction turns that score into a per-location multiplier $q$ (one quantile per element of the output grid), and the final band is $\mu \pm z q s$, with $z$ a user-set width parameter that the paper never assigns a value. For super-resolution, a Gaussian process regression model treats $q$ as a function of grid location and predicts it on the finer grid, so no retraining or recalibration is needed. VSWNO is the spiking variant of the wavelet neural operator, replacing continuous activations with variable spiking neurons (VSNs) that emit sparse, event-driven outputs; its uncertainty is the paper's main target.
What would settle it
Recompute per-location coverage with $z$ set explicitly to 1 in Algorithm 1, using the same trained RP operators, calibration sets, and test sets; if Examples I-III no longer achieve at least 95% coverage at all grid locations, the paper's central claim depends on the unspecified multiplier rather than on randomized priors plus split conformal calibration.
Extended reading notes
Core claim
On its own terms, the paper's central claim is that randomized-prior (RP) operators give a sufficiently informative initial uncertainty estimate that split conformal calibration can turn into per-location calibrated bands: the final band is $C_p = [\mu - z q s, \mu + z q s]$, where $\mu$ and $s$ are the ensemble mean and standard deviation of $n_c$ copies of the base operator, and $q$ is computed element-wise as the $\lceil(1-\alpha)(n+1)\rceil/n$ quantile of the calibration scores $|y-\mu|/s$. In Examples I-III (Burgers, Darcy rectangular, Darcy triangular), both CRP-WNO and CRP-VSWNO achieve $\geq 95\%$ coverage at every point of the solution grid, and in Example IV (Helmholtz) they miss at a single grid location in one frequency component. The same per-location performance is not obtained by uncalibrated RP operators, by quantile-trained WNO (Q-WNO), or by conformalized quantile WNO (CQ-WNO), which reach about 95% only on average. Against the three-way-split risk-controlling quantile neural operator (RCQNO), CRP-WNO produces tighter intervals and lower NMSE with fewer calibration samples. The paper additionally claims that mapping $q$ from the training grid to a finer grid with a Gaussian process preserves coverage in zero-shot super-resolution, demonstrated in the first two examples.
Load-bearing premise
The load-bearing premise is that the multiplier $z$ in the band $\mu \pm z q s$ is fixed in advance; the paper never gives a value for $z$, and the conformal guarantee covers $\mu \pm q s$, so an unexamined choice of $z$ could produce the reported coverage.
Editorial extensions
If this is right
- CRP-WNO and CRP-VSWNO achieve at least 95% per-location coverage on Burgers (1024 of 1024 locations), Darcy rectangular (7225 of 7225), and Darcy triangular (1102 of 1102), and at all but one of 4900 locations in the Helmholtz example.
- Quantile-based baselines, though near 95% on average, undercover at hundreds to thousands of locations, supporting the paper's hypothesis that the initial uncertainty heuristic, not calibration alone, determines per-location performance.
- The Gaussian-process extension gives zero-shot super-resolution coverage: bands calibrated at 1024 points remain valid at 2048 points in Example I, and bands calibrated on an 85 by 85 grid remain valid on a 141 by 141 grid in Example II.
- CRP-WNO gives tighter calibrated intervals and lower NMSE than RCQNO on the Helmholtz problem while using 150 calibration samples instead of 500.
- Only a two-way train/calibration split is needed, unlike RCQNO's three-way split, so the method remains usable when data are limited.
Reading between the lines
- The value of the width multiplier $z$ is never reported; if $z$ is not fixed in advance, the conformal guarantee in Lemma 1 applies to $\mu \pm q s$, not $\mu \pm z q s$, so the reported coverage could silently depend on an unexamined widening of the bands, and a clean test would report coverage with $z=1$.
- Element-wise calibration over a large solution grid raises a multiple-testing concern: with more than seven thousand locations, a few failures would be expected by chance even under a valid method, so the paper's all-locations pass is stronger than the formal guarantee requires.
- The Gaussian-process mapping assumes the conformal quantile $q(x)$ varies smoothly over the spatial domain; near sharp features such as the Burgers shock or across velocity discontinuities in the Helmholtz field, this smoothness may fail, which is testable by checking super-resolution coverage near discontinuities.
- The choice of the prior network (a smaller WNO inside RP-VSWNO) is an unexamined degree of freedom; ablating the prior's architecture and the weight $\lambda$ would reveal how much of the benefit comes from the prior rather than from ensembling alone.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Conformalized Randomized Prior Operator (CRP-O) framework that combines randomized-prior ensembles with split conformal prediction to produce calibrated prediction bands for wavelet and spiking neural operators. The method is applied element-wise on the output grid, with a Gaussian-process extension for zero-shot super-resolution. Four PDE test cases (Burgers, Darcy on rectangular and triangular domains, and Helmholtz) are used to claim that the conformalized bands achieve 95% coverage at every grid location except one location in the fourth example, and that they outperform RP, Q-WNO, CQ-WNO, and RCQNO baselines.
Significance. The paper addresses a timely and practical problem: distribution-free uncertainty quantification for neural operators, including energy-efficient spiking variants. The core idea of using an RP ensemble as a heuristic uncertainty measure and then applying split conformal calibration is sensible, and the standard conformal lemma is invoked in substance. The four PDE experiments cover nontrivial settings, and the comparison with RCQNO is a useful practical addition. However, the central coverage claim currently rests on an unspecified width multiplier z in the prediction band, the super-resolution extension is heuristic rather than guaranteed, and the empirical protocol has several reproducibility gaps. If these issues are resolved, the framework would be a solid contribution to the neural-operator UQ literature.
major comments (4)
- [Section 3.2, Eq. (7), Algorithm 1 step 9] The prediction band is defined as Cp = [mu - z q s, mu + z q s], but the conformal guarantee in Lemma 1 applies to the band [mu - q s, mu + q s] induced by the score e = |y - mu|/s. If z is not fixed to 1, the calibrated score is effectively |y - mu|/(z s), and the quantile q computed from the unmodified scores does not provide the stated coverage: for z < 1 the guarantee fails, while for z > 1 the band is conservative. The manuscript never gives the value of z, so the reported per-location coverages and the interval widths in Table 8 are not reproducible from the text, and the comparison with RCQNO is confounded. The authors must either set z = 1 (and state it explicitly) or, if z is chosen a posteriori, prove a conformal guarantee for the modified score and report the chosen z.
- [Section 3.3, Figs. 3 and 5] The Gaussian-process extension interpolates the conformal parameter q from the coarse calibration grid to a finer prediction grid and then uses the GP predictive mean as the calibrated q at new locations. The split-conformal guarantee, however, applies to the q computed directly from calibration scores at the original grid locations; the GP-interpolated values are not quantiles of calibration scores for the fine-grid locations. The coverage improvements shown in Figs. 3(a) and 5(a) are therefore empirical observations, not consequences of Lemma 1. The paper should explicitly state that the super-resolution extension is a heuristic (which the text partially does) and should not claim a calibrated guarantee for the fine grid without additional analysis.
- [Section 4.4, E-IV and Table 8] The manuscript states that for E-IV the authors train 20 RP copies and 'select the best 10', but it does not specify the selection criterion (e.g., validation loss, calibration score, or test error). If the selection uses the test set, the reported uncertainty calibration is invalid. Additionally, Table 8 compares RCQNO with n = 500 calibration samples against CRP-WNO with n = 150 calibration samples, so the reported interval widths are not directly comparable; the difference in calibration set size could affect the conformal quantile and hence the band width. The comparison should be made at matched calibration sample sizes or the dependence on n should be discussed and quantified.
- [Section 4, Tables 3–7] The headline claim is that CRP-WNO and CRP-VSWNO achieve at least 95% observed coverage at all (or all but one) grid locations. Because the test set contains only 100 samples, the binomial uncertainty in an observed 95% coverage is large: e.g., 95 successes out of 100 gives a 95% Clopper-Pearson lower bound of about 88.6%. The paper should report confidence intervals for the coverage proportions, or repeat the evaluation over multiple test splits, before claiming that 'the required coverage is achieved at all locations'.
minor comments (8)
- [Section 3.2] The acronym SCP is expanded as 'Stochastic Cross-Validation Procedure', but the correct term is 'Split Conformal Prediction'; this should be fixed.
- [Eqs. (9) and (11)] The quantile definition is written as Quantile({e}, ceil((1-alpha)(n+1))/n) in Eq. (9) but as q = e_{ceil((1-alpha)(n+1))} in Eq. (11). These are different formulas; the notation should be aligned and the order-statistic indexing clarified.
- [Lemma 1 proof] The proof writes the sorted scores as e1 <= ... <= en and then states P(et <= ei) = i/(n+1), reusing the symbol ei for both the raw and sorted scores; this is a notational flaw in an otherwise standard argument.
- [Eq. (3)] There is a typo in 'thetth time step'; it should read 'the t-th time step'.
- [Algorithm 1, step 2] The symbol ⊘ is used for element-wise division but is not defined; please define it in the text or in the algorithm.
- [Section 4.4, Eq. (31)] The domain is given as x, z in [0,690] with delta x = delta z = 70, but the output is described as a 70 x 70 grid; the relation between these numbers should be clarified.
- [Section 4, Table 1 and text] The nomenclature in Table 1 uses CQ-WNO, but the text at the start of Section 4 refers to 'CRQ-WNO'; this inconsistency should be fixed.
- [Appendix A] The statement that sample code 'is to be released after acceptance' is incompatible with the reproducibility needs of the central coverage claim, especially given the unspecified z; please release code or provide complete implementation details.
Circularity Check
No significant circularity: the reported coverage is an external held-out test benchmark produced by standard split-conformal calibration, not a restatement of the calibration fit.
full rationale
The paper's derivation chain is not circular. The conformal multiplier q is computed from a separate calibration set via Eq. (9) and Algorithm 1, and all reported coverages are measured on a disjoint test set, so the headline claim is an empirical check rather than a tautology. The RP ensemble mean and spread in Eq. (5) are ordinary ensemble statistics trained on the training set; they are not fitted to a coverage target, so the calibrated band is not forced by construction. The Gaussian-process interpolation in Section 3.3 is a heuristic extension for super-resolution and does not feed test coverage back into the method. The self-citations to VSWNO [27], RP-WNO [38], and the variable spiking neuron [43] are prior architectural and algorithmic works with independent content; they are used as building blocks, not as an authority that predetermines the calibration outcome. The main limitation is non-circular: Eq. (7) and Algorithm 1 step 9 introduce a width multiplier z that is never given a numeric value, while Lemma 1's proof only establishes the guarantee for z = 1; Appendix A also states that sample code will be released only after acceptance. These are reproducibility and correctness risks, not reductions of the claimed prediction to its own inputs, so they do not raise the circularity score.
Assumptions & free parameters
free parameters (4)
- z =
not specified
- lambda (prior loss weight) =
not specified
- alpha_w, beta_w (spiking loss weights) =
not specified
- best_10_of_20 copies in E-IV =
best 10 of 20 trained
assumptions (5)
- domain assumption Calibration and test samples are exchangeable (i.i.d.)
- domain assumption VSN dynamics and surrogate gradient training are valid
- ad hoc to paper Element-wise SCP across output grid points provides per-location coverage
- ad hoc to paper GP interpolation of q preserves coverage on the fine grid
- domain assumption Spiking activity is a valid surrogate for energy consumption
Cite this review
Pith. "Pith review of Distribution free uncertainty quantification in neuroscience-inspired deep operators." pith.science (2026). https://pith.science/paper/PPZLD46C
@misc{pith2026241209369,
author = {Pith},
title = {Pith review of: Distribution free uncertainty quantification in neuroscience-inspired deep operators},
year = {2026},
howpublished = {\url{https://pith.science/paper/PPZLD46C}},
note = {Machine review of arXiv:2412.09369}
}
read the original abstract
Energy-efficient deep learning algorithms are essential for a sustainable future and feasible edge computing setups. Spiking neural networks (SNNs), inspired from neuroscience, are a positive step in the direction of achieving the required energy efficiency. However, in a bid to lower the energy requirements, accuracy is marginally sacrificed. Hence, predictions of such deep learning algorithms require an uncertainty measure that can inform users regarding the bounds of a certain output. In this paper, we introduce the Conformalized Randomized Prior Operator (CRP-O) framework that leverages Randomized Prior (RP) networks and Split Conformal Prediction (SCP) to quantify uncertainty in both conventional and spiking neural operators. To further enable zero-shot super-resolution in UQ, we propose an extension incorporating Gaussian Process Regression. This enhanced super-resolution-enabled CRP-O framework is integrated with the recently developed Variable Spiking Wavelet Neural Operator (VSWNO). To test the performance of the obtained calibrated uncertainty bounds, we discuss four different examples covering both one-dimensional and two-dimensional partial differential equations. Results demonstrate that the uncertainty bounds produced by the conformalized RP-VSWNO significantly enhance UQ estimates compared to vanilla RP-VSWNO, Quantile WNO (Q-WNO), and Conformalized Quantile WNO (CQ-WNO). These findings underscore the potential of the proposed approach for practical applications.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Machine learning: Trends, perspectives, and prospects
Michael I Jordan and Tom M Mitchell. Machine learning: Trends, perspectives, and prospects. Science, 349(6245):255–260, 2015
2015
-
[2]
Machine learning algorithms-a review
Batta Mahesh. Machine learning algorithms-a review. International Journal of Science and Research (IJSR).[Internet], 9(1):381–386, 2020
2020
- [3]
-
[4]
Reliability-based design optimization using kriging surrogates and subset simulation
Vincent Dubourg, Bruno Sudret, and Jean-Marc Bourinet. Reliability-based design optimization using kriging surrogates and subset simulation. Structural and Multidisciplinary Optimization, 44:673–690, 2011
work page 2011
-
[5]
Atin Roy and Subrata Chakraborty. Support vector machine in structural reliability analysis: A review.Reliability Engineering & System Safety, 233:109126, 2023
work page 2023
-
[6]
Reliability analyses of underground tunnels by an adaptive support vector regression model
Axay Thapa, Atin Roy, and Subrata Chakraborty. Reliability analyses of underground tunnels by an adaptive support vector regression model. Computers and Geotechnics, 172:106418, 2024
work page 2024
-
[7]
Kazuma Kobayashi and Syed Bahauddin Alam. Explainable, interpretable, and trustworthy ai for an intelli- gent digital twin: A case study on remaining useful life. Engineering Applications of Artificial Intelligence , 129:107620, 2024
work page 2024
-
[8]
Deep neural operator-driven real-time inference to enable digital twin solutions for nuclear energy systems
Kazuma Kobayashi and Syed Bahauddin Alam. Deep neural operator-driven real-time inference to enable digital twin solutions for nuclear energy systems. Scientific reports, 14(1):2101, 2024
2024
Show all 47 references
-
[9]
Advances in computational intelligence of polymer composite materials: machine learning assisted mod- eling, analysis and design
Aanchna Sharma, Tanmoy Mukhopadhyay, Sanjay Mavinkere Rangappa, Suchart Siengchin, and Vinod Kush- vaha. Advances in computational intelligence of polymer composite materials: machine learning assisted mod- eling, analysis and design. Archives of Computational Methods in Engin...
2022
-
[10]
Machine learning based digital twin for stochastic nonlinear multi-degree of freedom dynamical system
Shailesh Garg, Ankush Gogoi, Souvik Chakraborty, and Budhaditya Hazra. Machine learning based digital twin for stochastic nonlinear multi-degree of freedom dynamical system. Probabilistic Engineering Mechanics, 66:103173, 2021. 17 A PREPRINT - D ECEMBER 13, 2024
2021
-
[11]
Energy-based physics-informed neural network for frictionless contact problems under large deformation
Jinshuai Bai, Zhongya Lin, Yizheng Wang, Jiancong Wen, Yinghua Liu, Timon Rabczuk, YuanTong Gu, and Xi-Qiao Feng. Energy-based physics-informed neural network for frictionless contact problems under large deformation. arXiv preprint arXiv:2411.03671, 2024
2024 arXiv
-
[12]
Artificial intelligence for partial differential equa- tions in computational mechanics: A review
Yizheng Wang, Jinshuai Bai, Zhongya Lin, Qimin Wang, Cosmin Anitescu, Jia Sun, Mohammad Sadegh Es- haghi, Yuantong Gu, Xi-Qiao Feng, Xiaoying Zhuang, et al. Artificial intelligence for partial differential equa- tions in computational mechanics: A review. arXiv preprint arXiv:...
-
[13]
A novel machine-learning framework with a moving platform for maritime drift calculations
Kiran Bhaganagar, Prasanna Kolar, Syed Hasib Akhter Faruqui, Diganta Bhattacharjee, Adel Alaeddini, and Kamesh Subbarao. A novel machine-learning framework with a moving platform for maritime drift calculations. Frontiers in Marine Science, 9:831501, 2022
2022
-
[14]
Accelerated neural network solvers of navier stokes equations for turbulent flows
Kiran Bhaganagar and David Chambers. Accelerated neural network solvers of navier stokes equations for turbulent flows. Bulletin of the American Physical Society, 2024
2024
-
[15]
Scientific machine learning through physics–informed neural networks: Where we are and what’s next
Salvatore Cuomo, Vincenzo Schiano Di Cola, Fabio Giampaolo, Gianluigi Rozza, Maziar Raissi, and Francesco Piccialli. Scientific machine learning through physics–informed neural networks: Where we are and what’s next. Journal of Scientific Computing, 92(3):88, 2022
2022
-
[16]
Scientific machine learning bench- marks
Jeyan Thiyagalingam, Mallikarjun Shankar, Geoffrey Fox, and Tony Hey. Scientific machine learning bench- marks. Nature Reviews Physics, 4(6):413–420, 2022
2022
-
[17]
Machine learning and big scientific data
Tony Hey, Keith Butler, Sam Jackson, and Jeyarajan Thiyagalingam. Machine learning and big scientific data. Philosophical Transactions of the Royal Society A, 378(2166):20190054, 2020
2020
-
[18]
An introduction to neural networks
Kevin Gurney. An introduction to neural networks. CRC press, 2018
2018
-
[19]
Deep learning
Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. nature, 521(7553):436–444, 2015
2015
-
[20]
State-of-the-art in artificial neural network applications: A survey
Oludare Isaac Abiodun, Aman Jantan, Abiodun Esther Omolara, Kemi Victoria Dada, Nachaat AbdElatif Mo- hamed, and Humaira Arshad. State-of-the-art in artificial neural network applications: A survey. Heliyon, 4(11), 2018
2018
-
[21]
Learning nonlinear op- erators via deeponet based on the universal approximation theorem of operators
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear op- erators via deeponet based on the universal approximation theorem of operators. Nature machine intelligence, 3(3):218–229, 2021
2021
-
[22]
Fourier neural operator for parametric partial differential equations
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv preprint arXiv:2010.08895, 2020
2010 arXiv
-
[23]
Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems
Tapas Tripura and Souvik Chakraborty. Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems. Computer Methods in Applied Mechanics and Engineering , 404:115783, 2023
2023
-
[24]
Neural operator: Learning maps between function spaces with applications to pdes
Nikola Kovachki, Zongyi Li, Burigede Liu, Kamyar Azizzadenesheli, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Neural operator: Learning maps between function spaces with applications to pdes. Journal of Machine Learning Research, 24(89):1–97, 2023
2023
-
[25]
Introduction to finite element methods
Carlos A Felippa. Introduction to finite element methods. University of Colorado, 885, 2004
2004
-
[26]
The finite element method in engineering
Singiresu S Rao. The finite element method in engineering. Elsevier, 2010
2010
-
[27]
Neuroscience inspired neural operator for partial differential equations
Shailesh Garg and Souvik Chakraborty. Neuroscience inspired neural operator for partial differential equations. Journal of Computational Physics, 515:113266, 2024
2024
-
[28]
Spiking neural operators for scientific machine learning
Adar Kahana, Qian Zhang, Leonard Gleyzer, and George Em Karniadakis. Spiking neural operators for scientific machine learning. arXiv preprint arXiv:2205.10130, 2022
2022 arXiv
-
[29]
Conformal prediction: A gentle introduction
Anastasios N Angelopoulos, Stephen Bates, et al. Conformal prediction: A gentle introduction. Foundations and Trends® in Machine Learning, 16(4):494–591, 2023
2023
-
[30]
Distribution-free predictive inference for regression
Jing Lei, Max G’Sell, Alessandro Rinaldo, Ryan J Tibshirani, and Larry Wasserman. Distribution-free predictive inference for regression. Journal of the American Statistical Association, 113(523):1094–1111, 2018
2018
-
[31]
Conformalized-deeponet: A distribution-free framework for uncertainty quantification in deep operator networks
Christian Moya, Amirhossein Mollaali, Zecheng Zhang, Lu Lu, and Guang Lin. Conformalized-deeponet: A distribution-free framework for uncertainty quantification in deep operator networks. arXiv preprint arXiv:2402.15406, 2024
2024 arXiv
-
[32]
Calibrated uncertainty quantification for operator learning via conformal prediction
Ziqi Ma, Kamyar Azizzadenesheli, and Anima Anandkumar. Calibrated uncertainty quantification for operator learning via conformal prediction. arXiv preprint arXiv:2402.01960, 2024. 18 A PREPRINT - D ECEMBER 13, 2024
2024 arXiv
-
[33]
Hands- on bayesian neural networks—a tutorial for deep learning users
Laurent Valentin Jospin, Hamid Laga, Farid Boussaid, Wray Buntine, and Mohammed Bennamoun. Hands- on bayesian neural networks—a tutorial for deep learning users. IEEE Computational Intelligence Magazine , 17(2):29–48, 2022
2022
-
[34]
What are bayesian neural network posteriors really like? In International conference on machine learning , pages 4629–4640
Pavel Izmailov, Sharad Vikram, Matthew D Hoffman, and Andrew Gordon Gordon Wilson. What are bayesian neural network posteriors really like? In International conference on machine learning , pages 4629–4640. PMLR, 2021
2021
-
[35]
Weight uncertainty in neural net- work
Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra. Weight uncertainty in neural net- work. In International conference on machine learning, pages 1613–1622. PMLR, 2015
2015
-
[36]
A tutorial on conformal prediction
Glenn Shafer and Vladimir V ovk. A tutorial on conformal prediction. Journal of Machine Learning Research, 9(3), 2008
2008
-
[37]
Randomized prior functions for deep reinforcement learning
Ian Osband, John Aslanides, and Albin Cassirer. Randomized prior functions for deep reinforcement learning. Advances in Neural Information Processing Systems, 31, 2018
2018
-
[38]
Randomized prior wavelet neural operator for uncertainty quantification
Shailesh Garg and Souvik Chakraborty. Randomized prior wavelet neural operator for uncertainty quantification. arXiv preprint arXiv:2302.01051, 2023
2023 arXiv
-
[39]
Gaussian processes for machine learning , volume 2
Christopher KI Williams and Carl Edward Rasmussen. Gaussian processes for machine learning , volume 2. MIT press Cambridge, MA, 2006
2006
-
[40]
A tutorial on gaussian process regression: Modelling, exploring, and exploiting functions
Eric Schulz, Maarten Speekenbrink, and Andreas Krause. A tutorial on gaussian process regression: Modelling, exploring, and exploiting functions. Journal of mathematical psychology, 85:1–16, 2018
2018
-
[41]
Quantile regression
Lingxin Hao and Daniel Q Naiman. Quantile regression. Number 149. Sage, 2007
2007
-
[42]
Quantile regression
Roger Koenker and Kevin F Hallock. Quantile regression. Journal of economic perspectives , 15(4):143–156, 2001
2001
-
[43]
Neuroscience inspired scientific machine learning (part-1): Variable spiking neuron for regression
Shailesh Garg and Souvik Chakraborty. Neuroscience inspired scientific machine learning (part-1): Variable spiking neuron for regression. arXiv preprint arXiv:2311.09267, 2023
2023 arXiv
-
[44]
Surrogate gradient learning in spiking neural net- works: Bringing the power of gradient-based optimization to spiking neural networks
Emre O Neftci, Hesham Mostafa, and Friedemann Zenke. Surrogate gradient learning in spiking neural net- works: Bringing the power of gradient-based optimization to spiking neural networks. IEEE Signal Processing Magazine, 36(6):51–63, 2019
2019
-
[45]
Graph-theoretic-approach-assisted gaussian process for nonlinear stochastic dynamic analysis under generalized loading
Souvik Chakraborty and Rajib Chowdhury. Graph-theoretic-approach-assisted gaussian process for nonlinear stochastic dynamic analysis under generalized loading. Journal of Engineering Mechanics, 145(12):04019105, 2019
2019
-
[46]
A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data
Lu Lu, Xuhui Meng, Shengze Cai, Zhiping Mao, Somdatta Goswami, Zhongqiang Zhang, and George Em Karniadakis. A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data. Computer Methods in Applied Mechanics and Engineering, 393:11...
2022
-
[47]
Openfwi: Large-scale multi-structural benchmark datasets for full waveform inversion
Chengyuan Deng, Shihang Feng, Hanchen Wang, Xitong Zhang, Peng Jin, Yinan Feng, Qili Zeng, Yinpeng Chen, and Youzuo Lin. Openfwi: Large-scale multi-structural benchmark datasets for full waveform inversion. Advances in Neural Information Processing Systems, 35:6007–6020, 2022....
2022
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.