paper-with-me

Papers

Adaptive Probabilistic ODE Solvers Without Adaptive Memory Requirements

2024-10-14 · Nicholas Krämer

Despite substantial progress in recent years, probabilistic solvers with adaptive step sizes can still not solve memory-demanding differential equations -- unless we care only about a single point in time (which is far too restrictive; we want the whole time series). Counterintuitively, the culprit is the adaptivity itself: Its unpredictable memory demands easily exceed our machine's capabilities, making our simulations fail unexpectedly and without warning. Still, dropping adaptivity would abandon years of progress, which can't be the answer. In this work, we solve this conundrum. We develop an adaptive probabilistic solver with fixed memory demands building on recent developments in robust state estimation. Switching to our method (i) eliminates memory issues for long time series, (ii) accelerates simulations by orders of magnitude through unlocking just-in-time compilation, and (iii) makes adaptive probabilistic solvers compatible with scientific computing in JAX.

📄 PDF Abstract BibTeX arXiv:2410.10530

Code (1)

pnkraemer/probdiffeq 공식 구현 jax

Tasks

State EstimationTime Series

Similar Papers 제목 키워드 기반

Data-Adaptive Probabilistic Likelihood Approximation for Ordinary Differential Equations

2023-06-08 · Mohan Wu, Martin Lysy

Estimating the parameters of ordinary differential equations (ODEs) is of fundamental importance in many scientific applications. While ODEs are typically approximated with deterministic algorithms, new research on proba…

Calibrated Adaptive Probabilistic ODE Solvers

2020-12-15 · Nathanael Bosch, Philipp Hennig, Filip Tronarp

Probabilistic solvers for ordinary differential equations assign a posterior measure to the solution of an initial value problem. The joint covariance of this distribution provides an estimate of the (global) approximati…

BenchmarkingDescriptive

A probabilistic framework for dynamic quantization

2025-05-15 · Gabriele Santini, Francesco Paissan, Elisabetta Farella

We propose a probabilistic framework for dynamic quantization of neural networks that allows for a computationally efficient input-adaptive rescaling of the quantization parameters. Our framework applies a probabilistic …

Quantization

Learning What to Remember: Adaptive Probabilistic Memory Retention for Memory-Efficient Language Models

2025-10-09 · S M Rafiuddin, Muntaha Nujat Khan arxiv

Transformer attention scales quadratically with sequence length O(n^2), limiting long-context use. We propose Adaptive Retention, a probabilistic, layer-wise token selection mechanism that learns which representations to…

Document Summarization

NODEAttack: Adversarial Attack on the Energy Consumption of Neural ODEs

2021-09-29 · Mirazul Haque, Simin Chen, Wasif Arman Haque, Cong Liu 외

Recently, Neural ODE (Ordinary Differential Equation) models have been proposed, which use ordinary differential equation solving to predict the output of neural network. Due to the low memory usage, Neural ODE models ca…

Adversarial AttackObject Recognition