$m$-Bell and $m$-Stirling numbers: Iterated binomial transforms, hyper-Bessel functions, and moments of the Conway--Maxwell--Poisson distribution
arXiv:2608.12011
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper supplies structured, non-learned triangular transforms whose coefficients obey simple recurrences and whose repeated binomial transform has an explicit closed form. This can be transferred into sequence models as an invertible global-mixing layer or as a fixed basis change over the token/feature axis, providing long-range interaction without quadratic attention parameters. The main transferable asset is algebraic structure: the transform is deterministic, composable, and admits a cheap recurrence or convolution implementation, although numerical normalization is essential because coefficients grow rapidly.
Ideas from this paper
Unverified
2026
Insert a fixed or lightly gated lower-triangular binomial-transform layer into a sequence model to create global interactions across positions without forming attention logits. For a sequence of length N, mix each output position with all earlier positions using coefficients determined by an integer m; initialize the layer fixed and optionally learn a diagonal channel gate or a small mixture over m values.
Useful4/10
Difficulty5/10
Novelty8/10