Paper Overview
Field: Machine Learning Authors: Sotirios P. Chatzis, Loukas Papadoulas Published: 2026-08-19 arXiv: 2608.19171
Abstract (English)
Deep models for irregularly-sampled time series answer queries at arbitrary continuous timestamps, yet report nothing about how far each answer should be trusted. The authors show the attention layer itself can close that gap: with the right stochastic formulation, the pass that makes each prediction also reports, in closed form and at no extra cost, how far it should be trusted.
Key Idea: Lévy Attention
Lévy Attention is a cross-attention operator whose output is a stochastic integral against an inhomogeneous Poisson random measure:
- Query-key compatibilities assemble an intensity over a continuous (time × channel) index space.
- The measure scatters atoms under this intensity.
- The output averages an interpolated value field at those atoms.
- Evidence Λ_q — total compatibility mass
- Divergence trΣ_V(q) — spread of the value distribution
- Divergence carries signal; the evidence factor ranges from uninformative on dense data to strongly informative on sparse data.
- On t-PatchGNN, replacing the attention operator costs at most 5.6% accuracy versus matched controls, and zero cost on the sparsest datasets.
- The free divergence signal outperforms 20× MC dropout on matched five-suite benchmarks.
- σ̂-scaled calibrated Gaussians achieve zero-shot CRPS beating fifty-sample baselines.
- Split-conformal wrapping reaches nominal coverage at every level.
- A single forward pass ranks 3,383 unseen patients by trustworthiness in 1.4 seconds.
- arXiv: <https://arxiv.org/abs/2608.19171>
In expectation it reduces to a mollified cosine-kernel attention, so it replaces the softmax layer and trains with exact gradients.
Closed-Form Uncertainty
What softmax discards, the Poisson construction retains in closed form:
An exact variance identity combines them into
σ̂(q) = √(trΣ_V(q) · φ(Λ_q))
which is the root-mean-square deviation of the sampled operator, emitted by the deterministic forward pass — no trained head required.