Pith. sign in

REVIEW 4 major objections 5 minor 34 references

Improving the Noise Estimation of Latent Neural Stochastic Differential Equations

T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Latent neural SDEs underestimate the noise in stochastic time series, and adding a penalty on the diffusion term to the loss restores the correct noise level for constant-diffusion systems.

desk verdict A clear diagnosis of why latent neural SDEs underestimate noise, plus a simple global penalty that can match path statistics for constant-diffusion systems; the abstract overclaims, but the core analysis is worth refereeing. read the letter →

arxiv 2412.17499 v2 pith:4O2SKALL submitted 2024-12-23 cs.LG stat.ML

classification cs.LGstat.ML
keywords latentneuralSDEnoiseestimationdiffusiontermstochastictimeseriesKramers-Moyalcoefficientsbistabledynamicsvariationalinferenceregularization
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

Latent neural stochastic differential equations (SDEs) are generative models for stochastic time series, but they systematically underestimate the noise level in the data, which makes them miss the true probability distribution of multistable systems. The paper identifies the cause: the diffusion size emerges from a trade-off between the reconstruction likelihood, which prefers zero diffusion, and the KL divergence to the prior, so the trained diffusion is a measure of model uncertainty rather than data noise. It proposes adding a noise penalty $L_G = \int \|g_\theta(u(t),t)\|\,dt$, weighted by a hyperparameter $\gamma$, to the training objective, and shows that with a suitable $\gamma$ the latent neural SDE recovers the correct diffusion level. This is demonstrated on a bistable energy balance model, where transition rates, marginals, and the first two Kramers-Moyal coefficients of the generated data match the ground truth, and on FitzHugh-Nagumo, Ornstein-Uhlenbeck, and triple-well systems. The method is explicitly limited to data with constant diffusion.

What carries the argument

The central object is the noise penalty term $L_G = \int_0^T \|g_\theta(u(t),t)\|\, dt$ added to the latent neural SDE objective, giving $\max_{\theta,\phi}\mathbb{E}_{x_{\text{data}}}(L_E - \beta L_{KL} + \gamma L_G)$. It is a scalar, computed by integrating the Euclidean norm of the diffusion network's output along the posterior trajectory, so it taxes the total amount of noise the model injects. In the loss, it counteracts the likelihood's pressure toward zero diffusion, and its strength is controlled by the hyperparameter $\gamma$, which the paper tunes by matching summary statistics such as transition rates.

What would settle it

Use the method on data generated by an SDE with linear state-dependent diffusion, such as $dT = (a_1 + a_2 \tanh(T-T_0) - a_3 T^4)dt + 0.135 T \, dB_t$, and compare the recovered diffusion function with the true one. The paper's own appendix reports that the recovered diffusion is nearly constant while the truth is linear, which marks exactly where the central claim stops holding.

Watch

Extended reading notes

Core claim

The paper claims that the previously observed noise underestimation in latent neural SDEs is not an incidental training failure but a structural consequence of the loss function, and that it can be corrected by a simple additive term. In the objective $\max_{\theta,\phi}\mathbb{E}_{x_{\text{data}}}(L_E - \beta L_{KL})$, the diffusion $g_\theta$ is pulled in two directions: the likelihood term favors a small diffusion because it lets the posterior track the data closely, while the KL term favors a larger diffusion proportional to the discrepancy between posterior and prior drifts. The trained diffusion therefore reflects this balance point, not the data's noise. Adding $\gamma L_G$ with $L_G = \int_0^T \|g_\theta(u(t),t)\|\, dt$ shifts this balance so that, for constant-diffusion data, the prior SDE's diffusion size matches the data noise. The paper supports this by replacing the trained diffusion with constant values and showing the optimum of the loss components aligns with the final trained diffusion, and by demonstrating matching transition rates and Kramers-Moyal coefficients on several test systems. It also reports that the same penalty fails for multiplicative noise because it only adjusts the global diffusion magnitude.

Load-bearing premise

The data's diffusion is constant (or effectively constant) across state space, so one global number $\gamma$ can correct the estimated noise; the paper itself notes the result is only accurate for constant-diffusion data and shows the penalty fails for linear noise.

Editorial extensions

If this is right

  • With a correctly tuned $\gamma$, the prior SDE reproduces the data's transition rates and marginal distributions on the bistable energy balance model, not just the mean path.
  • The first two Kramers-Moyal coefficients (the estimated drift and diffusion) of generated trajectories match those of the data for constant-diffusion systems, so the generative model can be used as a simulator of the stochastic dynamics.
  • The penalty can be tuned from summary statistics of the data alone, without knowing the underlying drift or diffusion.
  • The method transfers to a two-dimensional FitzHugh-Nagumo system observed only in one dimension, to an Ornstein-Uhlenbeck process, and to a triple-well model.
  • For multiplicative noise the global penalty cannot recover the diffusion function, so constant diffusion is a boundary of the method's validity.

Reading between the lines

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

  • If the loss-balance explanation is right, the same underestimation should appear in any variational latent SDE with shared prior and posterior diffusion, and a state-dependent penalty $\int \gamma(u)\|g_\theta\|\, dt$ would be a natural next step to handle multiplicative noise.
  • The transition-rate mismatch between data and prior SDE could serve as a cheap diagnostic for noise underestimation in applied settings, before any hyperparameter tuning.
  • Because the data are normalized before training, the constant-diffusion assumption applies to the normalized coordinates; a system with homogeneous noise in physical units may acquire state-dependent effective diffusion once normalized, which would narrow the method's practical scope.
  • An automatic selection of $\gamma$, for example by targeting a summary statistic, would remove the manual tuning and make the method more usable; the paper leaves this as future work.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The paper studies the systematic underestimation of the diffusion (noise) term in latent neural stochastic differential equations (SDEs). It first reproduces this underestimation on a bistable energy balance model (EBM) and analyzes the trade-off between log-likelihood and KL divergence in the loss. The authors then propose adding a noise penalty L_G = ∫ ||gθ(u(t), t)|| dt to the training objective, controlled by a hyperparameter γ, and show that for the EBM and several other constant-diffusion systems, a suitably chosen γ brings the prior SDE's transition rate, marginals, and finite-Δt Kramers-Moyal coefficients closer to the data. The paper claims that this enables the latent neural SDE to accurately capture the diffusion component of the data, and it discloses that the method is only accurate for constant diffusion and fails for multiplicative noise.

Significance. If the central claim held, the proposed penalty would be a simple, practical remedy for a known limitation of latent neural SDEs, with direct application to stochastic climate and energy-balance models. The paper is clearly written, makes its code and data publicly available, and includes several illustrative examples (EBM, FitzHugh-Nagumo, Ornstein-Uhlenbeck, triple-well). However, the evidence as presented does not support the strong claim of 'accurately capturing the diffusion component': the headline metric (transition rate) is used both to select γ and to evaluate the fit, and the paper's own direct comparison of the learned diffusion function with the true diffusion (Fig. 11) shows substantial disagreement. The contribution is better characterized as a one-parameter global noise dial that can match selected summary statistics in constant-diffusion systems, which is useful but weaker than the abstract's claim.

major comments (4)
  1. [Sec. VI, Fig. 7] The hyperparameter γ is selected by inspecting transition rates on the same data set that is later used for evaluation ('Having found a seemingly reasonable value γ = 200 by looking at the transition rates'). The reported transition-rate match is therefore a calibration outcome, not an independent prediction. The abstract's claim that the model 'accurately captures the diffusion component' is not supported by this metric, since the selection criterion and the reported statistic coincide. Please either select γ on a validation split and evaluate on a held-out set, or explicitly frame the reported match as calibration and temper the claim accordingly.
  2. [Sec. VI, Fig. 11] The paper's own direct comparison shows that at γ = 200 the learned drift and diffusion functions are 'significantly different' from the EBM's, even though the finite-Δt KM coefficients (Fig. 10) look similar. The KM coefficients are computed at Δt = 0.01 without extrapolation to Δt → 0, so the second KM coefficient includes finite-step and drift corrections and is not the true diffusion function. Consequently, matching finite-Δt KM coefficients does not demonstrate that the diffusion component is accurately captured. Either provide Δt → 0 extrapolated KM coefficients or an alternative direct estimate of the diffusion, or revise the central claim to say that the method matches finite-step effective statistics rather than the diffusion function.
  3. [Sec. VI, Appendix F] The paper states that 'the hyperparameter γ only fits diffusion terms globally in its current formulation' and that the result 'is thus only accurate for data sets with constant diffusion.' Appendix F confirms that the method fails for linear (multiplicative) noise. This is an honest and important limitation, but it directly contradicts the abstract's unqualified claim that the model 'accurately captures the diffusion component of the data.' The contribution should be framed as a global noise penalty for constant-diffusion systems, not as a general diffusion estimator.
  4. [Sec. IV and Sec. VI] All reported results, including the β-sweep in Fig. 3 and the γ-sweep in Fig. 7, appear to be single training runs without multiple seeds or error bars. Since the paper makes quantitative claims about matching transition rates and Wasserstein distances, it is important to show that the results are stable across random initializations; otherwise, the observed matches could be fortuitous. Please add at least a small number of independent runs and report the spread, or clearly state that the results are single-seed demonstrations.
minor comments (5)
  1. [Abstract / Introduction] The phrase 'W e' appears in the Introduction with a stray space; please correct the typo.
  2. [Fig. 4 caption] The caption reads 'Comparison of Wasserstein distane...'; 'distane' should be 'distance'.
  3. [Sec. IV D] The sentence 'The first two Kramers-Moyal coefficients are quantification of an SDE's drift and diffusion terms given data output by the system' is grammatically awkward; consider rephrasing.
  4. [Sec. V] The reference to 'GitHub issues of packages that implement them' is vague; a specific issue link or repository would be helpful.
  5. [Fig. 6 caption] The caption 'Replaced actual trained latent neural SDE's diffusion with constant value σlatent...' is hard to parse; consider rewriting for clarity.

Circularity Check

2 steps flagged · score 6.0 of 10

Headline evidence is a calibration outcome: γ is tuned on the transition rate (and in places the KM coefficients) that is then reported as the fit, so the central 'captures the diffusion component' claim is not independently predicted.

  1. fitted input called prediction [Section VI, 'Injecting Noise into Latent Neural SDEs', discussion of Fig. 7b and the paragraph following it.]
    "In Fig. 7b, we observe that increasing γ will increase the transition rate. ... The latent neural SDE trained with γ = 200 matches the transition rate and Wasserstein distances quite well. ... Having found a seemingly reasonable value γ = 200 for the noise penalty by looking at the transition rates, we now investigate how well the trained latent neural SDE with β = 10 and γ = 200 fits the EBM."

    The added penalty LG = ∫ ||g(u(t),t)|| dt directly raises the global diffusion magnitude, and in this bistable system the transition rate is monotone in that magnitude. The paper selects γ by inspecting the transition rate on the same test set later used for evaluation, so the reported transition-rate agreement is the optimization target, not an independent prediction. The main headline statistic is therefore forced by the choice of γ, and the abstract's claim that the model 'accurately captures the diffusion component of the data' is not established by this evidence.

  2. fitted input called prediction [Appendices D, E, and F ('EBM With Rarer Tipping', 'Triple-Well Model', 'EBM With Linear Diffusion').]
    "We searched for γ as in Sec. VI and found that for γ = 150, the transition rate is similar (47.8 for the trained prior SDE and 50.5 for the noisy EBM). ... By looking at the KM coefficients, we select γ = 205. ... We select γ = 150 by analysing summary statistics and plot the KM coefficients for γ = 0 and γ = 150 in Fig. 18."

    In each appendix the metric used to select γ (transition rate or KM diffusion coefficient) is the same metric later reported as validation of the fitted model, so the agreement is a calibration outcome. Appendix F is especially telling: with multiplicative noise the fitted diffusion stays nearly constant while the data diffusion is linear, showing that the global penalty matches only the chosen summary statistic, not the diffusion function itself. This directly undercuts the abstract's wording that the method 'accurately captures the diffusion component'.

full rationale

The derivation chain reduces at its decisive point: the new objective is max(LE − βLKL + γLG), where LG = ∫||g||dt is a global diffusion-size penalty. The paper then tunes γ so that the trained prior reproduces user-chosen summary statistics. Because the transition rate (and, in the appendices, the KM diffusion coefficient) is both the selection criterion and the reported success metric, the headline agreement is fitted input presented as prediction. The paper is transparent about this: it states that 'any metric can be chosen to optimize the noise penalty' and that γ is found 'by looking at the transition rates.' There is no self-citation or imported uniqueness theorem making the result circular in the other senses; the latent-SDE framework and KL objective are cited to independent prior work. The Wasserstein/marginal comparison in the main EBM experiment is not the tuning target and provides some independent support, which is why the circularity is partial rather than total. However, the paper's own Fig. 11 shows the learned drift and diffusion are 'significantly different' from the EBM's even when the KM coefficients look similar, confirming that the reported statistics do not identify the diffusion component. The honest limitation statement that γ 'only fits diffusion terms globally' and that the method fails for multiplicative noise (Appendix F) further narrows the central claim. Net assessment: partial circularity, score 6.

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

The paper introduces no new physical entities; the noise penalty is a modification of the loss function, not a new object. The central claim rests on two fitted hyperparameters (beta and gamma), a fixed observation variance, and the domain assumption of constant diffusion.

free parameters (3)
  • KL weighting beta = 10 (swept 0.01 to 10^4 in the EBM study)
    The main hyperparameter of the latent neural SDE; chosen by inspecting marginal Wasserstein distances and transition rates in Fig. 3 before adding the noise penalty.
  • Noise penalty weight gamma = EBM 200, FHN 500, OU 650, rare-tipping EBM 150, triple well 205, linear-noise EBM 150
    Tuned per dataset to match target summary statistics (transition rate or KM coefficients); this is the fitted knob that produces the reported diffusion match.
  • Observation model variance = 0.01
    Set following Li et al.; affects the balance between likelihood and KL and therefore the optimal beta and the resulting diffusion size.
assumptions (3)
  • domain assumption The data-generating diffusion is constant (or effectively constant) in the normalized coordinates.
    The noise penalty L_G integrates ||g|| over the whole domain and only rescales global diffusion; the paper states this works only for constant diffusion and Appendix F shows failure for linear noise.
  • ad hoc to paper Increasing the noise penalty gamma monotonically increases the effective diffusion and does not destroy drift fidelity.
    No proof is given; the paper relies on empirical demonstrations that drift KM coefficients remain close for selected gamma in the reported examples.
  • standard math The path-space KL formula between prior and posterior is valid because the two SDEs share the same diffusion term.
    Taken from Li et al. and Tzen and Raginsky; used in Sec. III D to define the training objective.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Improving the Noise Estimation of Latent Neural Stochastic Differential Equations." pith.science (2026). https://pith.science/paper/4O2SKALL

@misc{pith2026241217499,
  author       = {Pith},
  title        = {Pith review of: Improving the Noise Estimation of Latent Neural Stochastic Differential Equations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4O2SKALL}},
  note         = {Machine review of arXiv:2412.17499}
}
read the original abstract

Latent neural stochastic differential equations (SDEs) have recently emerged as a promising approach for learning generative models from stochastic time series data. However, they systematically underestimate the noise level inherent in such data, limiting their ability to capture stochastic dynamics accurately. We investigate this underestimation in detail and propose a straightforward solution: by including an explicit additional noise regularization in the loss function, we are able to learn a model that accurately captures the diffusion component of the data. We demonstrate our results on a conceptual model system that highlights the improved latent neural SDE's capability to model stochastic bistable dynamics.

Figures

Figures reproduced from arXiv: 2412.17499 by the authors.

Figure 1
Figure 1. FIG. 1: Sketch of the latent neural SDE approach. The [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. FIG. 2: Marginals for different values of [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. FIG. 3: Comparison of Wasserstein distance and [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: FIG. 4: Comparison of Wasserstein distane and [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: FIG. 5: Training information for latent neural SDE for [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: FIG. 6: Replaced actual trained latent neural SDE’s [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: FIG. 7: Comparison of Wasserstein distance and [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 11
Figure 11. Figure 11: FIG. 11: Direct comparison of drift and diffusion [PITH_FULL_IMAGE:figures/full_fig_p008_11.png]
Figure 9
Figure 9. Figure 9: FIG. 9: Marginals on test set, [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: FIG. 10: Comparison of the Kramers-Moyal factors [PITH_FULL_IMAGE:figures/full_fig_p008_10.png]
Figure 14
Figure 14. Figure 14: FIG. 14: Ornstein-Uhlenbeck process: KM coefficients [PITH_FULL_IMAGE:figures/full_fig_p010_14.png]
Figure 12
Figure 12. Figure 12: FIG. 12: Marginals for experiments in appendix, all [PITH_FULL_IMAGE:figures/full_fig_p010_12.png]
Figure 13
Figure 13. Figure 13: FIG. 13: FitzHugh-Nagumo: One-dimensional KM [PITH_FULL_IMAGE:figures/full_fig_p010_13.png]
Figure 17
Figure 17. Figure 17: FIG. 17: Triple-Well: One-dimensional KM coefficients [PITH_FULL_IMAGE:figures/full_fig_p011_17.png]
Figure 16
Figure 16. Figure 16: FIG. 16: EBM with rarer tipping: KM coefficients (drift [PITH_FULL_IMAGE:figures/full_fig_p011_16.png]
Figure 19
Figure 19. Figure 19: FIG. 19: Noise level of latent neural SDEs [PITH_FULL_IMAGE:figures/full_fig_p012_19.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

34 extracted references · 24 canonical work pages

  1. [1]

    merlin.mbs aipnum4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked

    FUNCTION id.bst "merlin.mbs aipnum4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked" ENTRY address archive archivePrefix author bookaddress booktitle chapter collaboration doi edition editor eid eprint howpublished institution isbn issn journal key language month note number organization pages primaryClass publisher school SLACcitation series title translati...

  2. [2]

    Hasselmann ,\ title title Stochastic climate models part i

    author author K. Hasselmann ,\ title title Stochastic climate models part i. Theory , \ 10.3402/tellusa.v28i6.11316 journal journal Tellus \ volume 28 ,\ pages 473--485 ( year 1976 ) NoStop

  3. [3]

    author author C. L. E. \ Franzke , author T. J. \ O'Kane , author J. Berner , author P. D. \ Williams , \ and\ author V. Lucarini ,\ title title Stochastic climate theory and modeling , \ doi.org/10.1002/wcc.318 journal journal WIREs Climate Change \ volume 6 ,\ pages 63--78 ( year 2015 ) NoStop

  4. [4]

    author author J. K. \ M ller , author M. Zugno , \ and\ author H. Madsen ,\ title title Probabilistic forecasts of wind power generation by stochastic differential equation models , \ doi.org/10.1002/for.2367 journal journal Journal of Forecasting \ volume 35 ,\ pages 189--205 ( year 2016 ) NoStop

  5. [5]

    Dong , author M

    author author J. Dong , author M. M. \ Olama , author T. Kuruganti , author A. M. \ Melin , author S. M. \ Djouadi , author Y. Zhang , \ and\ author Y. Xue ,\ title title Novel stochastic methods to predict short-term solar radiation and photovoltaic power , \ 10.1016/j.renene.2019.05.073 journal journal Renewable Energy \ volume 145 ,\ pages 333--346 ( y...

  6. [6]

    Fagin , author J

    author author J. Fagin , author J. W. \ Park , author H. Best , \ and\ author M. O'Dowd ,\ title title Latent stochastic differential equations for modeling quasar variability and inferring black hole properties , \ in\ @noop booktitle ICLR 2023 Workshop on Physics for Machine Learning \ ( year 2023 ) NoStop

  7. [7]

    Black \ and\ author M

    author author F. Black \ and\ author M. Scholes ,\ title title The pricing of options and corporate liabilities , \ 10.1086/260062 journal journal Journal of Political Economy \ volume 81 ,\ pages 637--654 ( year 1973 ) NoStop

  8. [8]

    Li , author T.-K

    author author X. Li , author T.-K. L. \ Wong , author R. T. \ Chen , \ and\ author D. K. \ Duvenaud ,\ title title Scalable gradients and variational inference for stochastic differential equations , \ in\ @noop booktitle Symposium on Advances in Approximate Bayesian Inference \ ( organization PMLR ,\ year 2020 )\ pp.\ pages 1--28 NoStop

Show all 34 references
  1. [9]

    Kidger ,\ title On neural differential equations ,\ @noop Ph.D

    author author P. Kidger ,\ title On neural differential equations ,\ @noop Ph.D. thesis ,\ school University of Oxford ( year 2021 ) NoStop

  2. [10]

    Kidger , author J

    author author P. Kidger , author J. Foster , author X. Li , \ and\ author T. J. \ Lyons ,\ title title Neural SDEs as infinite-dimensional GANs , \ in\ @noop booktitle Proceedings of the 38th International Conference on Machine Learning ,\ series Proceedings of Machine Learnin...

  3. [11]

    Kidger , author J

    author author P. Kidger , author J. Foster , author X. C. \ Li , \ and\ author T. Lyons ,\ title title Efficient and accurate gradients for neural SDEs , \ in\ @noop booktitle Advances in Neural Information Processing Systems ,\ Vol. volume 34 \ ( publisher Curran Associates, ...

  4. [12]

    Zeng , author F

    author author S. Zeng , author F. Graf , \ and\ author R. Kwitt ,\ title title Latent SDEs on homogeneous spaces , \ in\ @noop booktitle NeurIPS \ ( year 2023 ) NoStop

  5. [13]

    note The artifact is available on Zenodo: https://doi.org/10.5281/zenodo.14534738 . Stop

  6. [14]

    author author C. K. \ Williams \ and\ author C. E. \ Rasmussen ,\ @noop title Gaussian processes for machine learning \ ( publisher MIT press Cambridge, MA ,\ year 2006 ) NoStop

  7. [15]

    Xu , author R

    author author W. Xu , author R. T. Q. \ Chen , author X. Li , \ and\ author D. Duvenaud ,\ title title Infinitely deep Bayesian neural networks with stochastic differential equations , \ in\ @noop booktitle Proceedings of The 25th International Conference on Artificial Intelli...

  8. [16]

    Hasan , author J

    author author A. Hasan , author J. M. \ Pereira , author S. Farsiu , \ and\ author V. Tarokh ,\ title title Identifying latent stochastic differential equations , \ @noop journal journal IEEE Transactions on Signal Processing \ volume 70 ,\ pages 89--104 ( year 2021 ) NoStop

  9. [17]

    Jia \ and\ author A

    author author J. Jia \ and\ author A. R. \ Benson ,\ @noop title Neural jump stochastic differential equations , \ ( year 2020 ),\ http://arxiv.org/abs/1905.10403 arXiv:1905.10403 [cs.LG] NoStop

  10. [18]

    Herrera , author F

    author author C. Herrera , author F. Krach , \ and\ author J. Teichmann ,\ title title Neural jump ordinary differential equations: Consistent continuous-time prediction and filtering , \ in\ @noop booktitle International Conference on Learning Representations \ ( year 2021 ) NoStop

  11. [19]

    Djeumou , author C

    author author F. Djeumou , author C. Neary , \ and\ author U. Topcu ,\ title title How to learn and generalize from three minutes of data: Physics-constrained and uncertainty-aware neural stochastic differential equations , \ in\ @noop booktitle CoRL ,\ series Proceedings of M...

  12. [20]

    author author M. A. \ Finzi , author A. Boral , author A. G. \ Wilson , author F. Sha , \ and\ author L. Zepeda-N \'u \ n ez ,\ title title User-defined event sampling and uncertainty quantification in diffusion models for physical dynamical systems , \ in\ @noop booktitle Int...

  13. [21]

    author author D. J. \ Gagne , author H. M. \ Christensen , author A. C. \ Subramanian , \ and\ author A. H. \ Monahan ,\ title title Machine learning for stochastic parameterization: Generative adversarial networks in the lorenz'96 model , \ @noop journal journal Journal of Ad...

  14. [22]

    Jinno , author T

    author author T. Jinno , author T. Mitsui , author K. Nakai , author Y. Saiki , \ and\ author T. Yoneda ,\ title title Long-term prediction of el ni \ no-southern oscillation using reservoir computing with data-driven realtime filter , \ @noop journal journal arXiv preprint ar...

  15. [23]

    Tzen \ and\ author M

    author author B. Tzen \ and\ author M. Raginsky ,\ title title Neural stochastic differential equations: Deep latent Gaussian models in the diffusion limit , \ @noop journal journal preprint, arXiv:1905.09883 \ ( year 2019 ) NoStop

  16. [24]

    author author D. P. \ Kingma \ and\ author M. Welling ,\ title title Auto-encoding variational Bayes , \ @noop journal journal preprint, arXiv:1312.6114 \ ( year 2013 ) NoStop

  17. [25]

    Higgins , author L

    author author I. Higgins , author L. Matthey , author A. Pal , author C. Burgess , author X. Glorot , author M. Botvinick , author S. Mohamed , \ and\ author A. Lerchner ,\ title title beta-vae: Learning basic visual concepts with a constrained variational framework , \ in\ @n...

  18. [26]

    author author K. Fraedrich ,\ title title Catastrophes and resilience of a zero-dimensional climate system with ice-albedo and greenhouse feedback , \ @noop journal journal Quarterly Journal of the Royal Meteorological Society \ volume 105 ,\ pages 147--167 ( year 1979 ) NoStop

  19. [27]

    Ghil ,\ title title Climate stability for a sellers-type model , \ @noop journal journal Journal of Atmospheric Sciences \ volume 33 ,\ pages 3--20 ( year 1976 ) NoStop

    author author M. Ghil ,\ title title Climate stability for a sellers-type model , \ @noop journal journal Journal of Atmospheric Sciences \ volume 33 ,\ pages 3--20 ( year 1976 ) NoStop

  20. [28]

    author author A. Sutera ,\ title title On stochastic perturbation and long-term climate behaviour , \ @noop journal journal Quarterly Journal of the Royal Meteorological Society \ volume 107 ,\ pages 137--151 ( year 1981 ) NoStop

  21. [29]

    Fu , author C

    author author H. Fu , author C. Li , author X. Liu , author J. Gao , author A. Celikyilmaz , \ and\ author L. Carin ,\ title title Cyclical annealing schedule: A simple approach to mitigating KL vanishing , \ @noop journal journal preprint, arXiv:1903.10145 \ ( year 2019 ) NoStop

  22. [30]

    author author D. P. \ Kingma ,\ title title Adam: A method for stochastic optimization , \ @noop journal journal arXiv preprint arXiv:1412.6980 \ ( year 2014 ) NoStop

  23. [31]

    author author V. M. \ Panaretos \ and\ author Y. Zemel ,\ title title Statistical aspects of Wasserstein distances , \ @noop journal journal Annual review of statistics and its application \ volume 6 ,\ pages 405--431 ( year 2019 ) NoStop

  24. [32]

    author author L. R. \ Gorjão \ and\ author F. Meirinhos ,\ title title kramersmoyal: Kramers -- Moyal coefficients for stochastic processes , \ 10.21105/joss.01693 journal journal Journal of Open Source Software \ volume 4 ,\ pages 1693 ( year 2019 ) NoStop

  25. [33]

    Lohmann \ and\ author P

    author author J. Lohmann \ and\ author P. D. \ Ditlevsen ,\ title title A consistent statistical model selection for abrupt glacial climate changes , \ @noop journal journal Climate dynamics \ volume 52 ,\ pages 6411--6426 ( year 2019 ) NoStop

  26. [34]

    author author R. FitzHugh ,\ title title Impulses and physiological states in theoretical models of nerve membrane , \ @noop journal journal Biophysical journal \ volume 1 ,\ pages 445--466 ( year 1961 ) NoStop

Pith tools

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