Towards Fully Dynamic Omnitrees: Moment-Conserving Anisotropic Compression With Wavelets
arXiv:2607.04881
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper provides an anisotropic hierarchical representation in which each rectangular cell may be bisected along an arbitrary subset of coordinates, rather than being forced into isotropic octree refinement. Its key transferable asset is the exact Haar change of basis between leaf values and hierarchical detail coefficients: the scaling coefficient preserves the local mean, while detail coefficients quantify which spatial directions need resolution. This suggests replacing uniformly sized feature grids in neural fields or spatially indexed neural networks with a dynamically refined, coarsened, and anisotropically split wavelet tree. The most practical first test is a multiresolution voxel or hash-grid encoder whose cells are split and merged using feature-space Haar energy while periodically distilling the resulting sparse representation into a fixed decoder.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace a dense multiresolution voxel or hash-grid encoder with an omnitree-like anisotropic feature partition. Each cell stores a vector-valued scaling feature and its children are introduced only when local Haar detail energy is large; coarsening replaces children by their mean, so compression does not introduce an arbitrary offset. Splitting can be restricted to the coordinate whose one-dimensional detail coefficient is largest, allowing thin structures to receive resolution only in the…
Useful7/10
Difficulty5/10
Novelty7/10