Tilings, packings, and the existence of Schwartz-class Gabor windows
arXiv:2608.06679
2026
Architecture
2 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper gives a constructive way to build compactly supported partition-of-unity functions whose lattice translates cover every input while a second family of translates is exactly non-overlapping, with a positive geometric buffer after thresholding. This can transfer to sparse local routing, continuous convolutional interpolation, and coordinate-dependent gating, where coverage is guaranteed algebraically rather than learned approximately. Its second construction is a polyhedral complex of fractional collision-free assignments: each row is a probability vector, while positive mass from different rows cannot occupy the same column. The most practical experiments are a buffered partition-of-unity gating layer and a collision-free expert or memory-slot router.
Ideas from this paper
Unverified
2026
Replace an unconstrained spatial gate or interpolation kernel by a compactly supported function whose translates under a lattice exactly sum to one. Impose zero products between translates under a second lattice, so active gates do not collide; thresholding a positive superlevel set then provides a nonzero separation margin and predictable sparse computation.
Useful6/10
Difficulty5/10
Novelty6/10
Unverified
2026
Build a differentiable assignment layer whose rows represent tokens and whose columns represent experts, memory slots, or attention slots. Each row has unit probability mass, but no column receives positive mass from two rows; maintaining at least one vacant column makes assignments continuously deformable through elementary vacancy moves instead of abrupt softmax switches.
Useful5/10
Difficulty6/10
Novelty5/10