The Heavy-tailed Frog Model
arXiv:2608.00399
2026
Architecture
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper identifies a sharp propagation law for activation cascades driven by translation-invariant heavy-tailed jumps: when the tail exponent satisfies $0<\alpha<d$, a distance-$L$ region can be activated in only $(\log L)^{\Delta+o(1)}$ steps, with $\Delta^{-1}=\log_2(2d/(d+\alpha))$. The transferable asset is not the frog process itself but its multiscale mechanism: a sparse collection of power-law long-range links can repeatedly expand the communication radius, replacing local-depth growth by polylogarithmic-depth growth. A practical neural-network translation is a stochastic sparse attention or message-passing layer whose communication edges are sampled from a truncated power-law distance kernel and refreshed across layers; the classical local baseline and the heavy-tail phase transition provide clear ablations.
Ideas from this paper
Unverified
2026
Replace dense attention or strictly local windows with a refreshed sparse communication graph whose edge lengths follow a truncated power law. For sequence positions or image patches at distance $r$, sample edges with probability proportional to $(1+r)^{-(d+\alpha)}$; in the regime $0<\alpha<d$, repeated layers should spread information across the sequence much faster than a local window while using only $O(nk)$ edges per layer. The main test is whether this preserves long-range accuracy at…
Useful6/10
Difficulty5/10
Novelty6/10