LGAIApr 20

VoodooNet: Achieving Analytic Ground States via High-Dimensional Random Projections

arXiv:2604.1561319.5
AI Analysis

For practitioners needing ultra-fast training on simple datasets, VoodooNet offers a non-iterative alternative to SGD, but the approach is incremental and limited to small-scale problems.

VoodooNet replaces SGD with a closed-form analytic solution using high-dimensional random projections and the Moore-Penrose pseudoinverse, achieving 98.10% on MNIST and 86.63% on Fashion-MNIST, surpassing a 10-epoch SGD baseline (84.41%) with drastically reduced training time.

We present VoodooNet, a non-iterative neural architecture that replaces the stochastic gradient descent (SGD) paradigm with a closed-form analytic solution via Galactic Expansion. By projecting input manifolds into a high-dimensional, high-entropy "Galactic" space ($d \gg 784$), we demonstrate that complex features can be untangled without the thermodynamic cost of backpropagation. Utilizing the Moore-Penrose pseudoinverse to solve for the output layer in a single step, VoodooNet achieves a classification accuracy of \textbf{98.10\% on MNIST} and \textbf{86.63\% on Fashion-MNIST}. Notably, our results on Fashion-MNIST surpass a 10-epoch SGD baseline (84.41\%) while reducing the training time by orders of magnitude. We observe a near-logarithmic scaling law between dimensionality and accuracy, suggesting that performance is a function of "Galactic" volume rather than iterative refinement. This "Magic Hat" approach offers a new frontier for real-time Edge AI, where the traditional training phase is bypassed in favor of instantaneous manifold discovery.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes