ArXiv

Variational Inference for Lévy Process-Driven SDEs via Neural Tilting

Authors
Yaman Kindap, Manfred Opper, Benjamin Dupuis...
Categories
cs.LG, cs.AI, cs.CV, cs.RO, stat.ML
arXiv
https://arxiv.org/abs/2605.10934v1
PDF
https://arxiv.org/pdf/2605.10934v1

Brief

Variational Inference for Lévy Process-Driven SDEs via Neural Tilting introduces a neural exponential tilting framework that reweights the Lévy measure with neural nets to build a flexible variational family preserving jumps. A quadratic parametrization gives closed-form normalization; a conditional Gaussian representation for stable processes enables simulation and scalable, symmetry-aware Monte Carlo optimization. Summary based on the abstract (full text not reviewed).

Why it matters

Introduces a neural exponential tilting variational family that exponentially reweights the Lévy measure with neural networks, preserving the jump structure of Lévy-driven SDEs while remaining computationally tractable (paper: "Variational Inference for Lévy Process-Driven SDEs via Neural Tilting", Kindap et al., arXiv:2605.10934v1, published 2026-05-11).

Key details

  • Proposes a quadratic neural parametrization that yields closed-form normalization of the tilted measure and a conditional Gaussian representation for stable processes to facilitate simulation, plus symmetry-aware Monte Carlo estimators for scalable optimization.
  • Empirically outperforms Gaussian-based variational approaches in capturing jump dynamics and producing reliable posterior inference on both synthetic and real-world datasets, according to the abstract (official code linked on the project page).
Source evidence

Abstract

Modelling extreme events and heavy-tailed phenomena is central to building reliable predictive systems in domains such as finance, climate science, and safety-critical AI. While Lévy processes provide a natural mathematical framework for capturing jumps and heavy tails, Bayesian inference for Lévy-driven stochastic differential equations (SDEs) remains intractable with existing methods: Monte Carlo approaches are rigorous but lack scalability, whereas neural variational inference methods are efficient but rely on Gaussian assumptions that fail to capture discontinuities. We address this tension by introducing a neural exponential tilting framework for variational inference in Lévy-driven SDEs. Our approach constructs a flexible variational family by exponentially reweighting the Lévy measure using neural networks. This parametrization preserves the jump structure of the underlying process while remaining computationally tractable. To enable efficient inference, we develop a quadratic neural parametrization that yields closed-form normalization of the tilted measure, a conditional Gaussian representation for stable processes that facilitates simulation, and symmetry-aware Monte Carlo estimators for scalable optimization. Empirically, we demonstrate that the method accurately captures jump dynamics and yields reliable posterior inference in regimes where Gaussian-based variational approaches fail, on both synthetic and real-world datasets.

Comment: The associated project page which contains the official implementation can be found in https://circle-group.github.io/research/NeuralTilting/