Wavelet Logic Machines: Learning and Reasoning in the Spectral Domain Without Neural Networks
Andrew Kiruluta

TL;DR
This paper presents a spectral learning framework using wavelet transforms that replaces neural networks, achieving competitive accuracy with fewer parameters and lower memory usage in vision and language tasks.
Contribution
It introduces a fully spectral, neural network-free approach with learnable wavelet basis selection and nonlinear transformations, offering an efficient alternative to traditional neural models.
Findings
Achieves 89.3% accuracy on GLUE SST-2, close to Transformer baseline
Uses 72% fewer parameters and 58% less peak memory
Operates with linear-time wavelet transforms, reducing inference cost
Abstract
We introduce a fully spectral learning framework that eliminates traditional neural layers by operating entirely in the wavelet domain. The model applies learnable nonlinear transformations, including soft-thresholding and gain-phase modulation, directly to wavelet coefficients. It also includes a differentiable wavelet basis selection mechanism, enabling adaptive processing using families such as Haar, Daubechies, and Biorthogonal wavelets. Implemented in PyTorch with full 3D support, the model maintains a spectral pipeline without spatial convolutions or attention. On synthetic 3D denoising and natural language tasks from the GLUE benchmark, including SST-2 sentiment classification, the model achieves 89.3 percent accuracy, close to a 4-layer Transformer baseline (90.1 percent), while using 72 percent fewer parameters and 58 percent less peak memory. Faster early convergence is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
