Space-filling surfaces: sharp Hölder continuous parameterizations from squares to cubes

arXiv:2608.21246 2026 Architecture 1 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

The paper gives an explicit multiscale route from an m-dimensional parameter grid to an (m+1)-dimensional domain with the optimal Hölder exponent \(\alpha=m/(m+1)\), rather than merely proving that a continuous surjection exists. Its transferable asset is the combination of a sparse self-similar X-shaped refinement and lattice-level branch ordering, which can provide deterministic locality-preserving layouts between 2D hardware tensors and 3D feature or voxel domains. A practical adaptation is a fixed fractal coordinate router for 3D neural fields or volumetric tokens: it replaces generic flattening with recursively refined, locality-controlled addresses and can be tested as a parameter-sharing or memory-layout module. The main risk is that the asymptotically sharp exponent does not automatically improve finite-resolution learning, so experiments must compare locality, collision rate, and accuracy against Morton or Hilbert orderings and ordinary 3D convolutions.

Ideas from this paper

Unverified 2026

Fractal surface-to-volume coordinate router

Build a fixed multiscale router that maps 2D coordinates to 3D voxel coordinates using the paper's X-shaped self-similar refinement. Use the router to run a 3D feature field or volumetric token mixer over a 2D-organized tensor, while retaining a mathematically controlled locality bound instead of an arbitrary flattening permutation. The first target is a 3D neural field or small voxel classifier where the router replaces either a dense 3D feature table or a naive raster-order token layout.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Space-filling surfaces: sharp Hölder continuous parameterizations from squares to cubes arXiv:2608.21246