Compressed Computation: Dense Circuits in a Toy Model of the Universal-AND Problem
Adam Newgas

TL;DR
This paper investigates whether neural network-inspired dense circuits for the Universal-AND problem can be learned in practice, revealing a simple, dense, and scalable solution that differs from theoretical models.
Contribution
It demonstrates that practical training yields a dense, efficient circuit for the Universal-AND problem, contrasting with existing theoretical constructions.
Findings
The learned circuit is fully dense, with every neuron contributing to outputs.
The solution scales with dimension, balancing error and neuron efficiency.
The approach extends to other boolean operations and circuits.
Abstract
Neural networks are capable of superposition -- representing more features than there are dimensions. Recent work considers the analogous concept for computation instead of storage, proposing theoretical constructions. But there has been little investigation into whether these circuits can be learned in practice. In this work, we investigate a toy model for the Universal-AND problem which computes the AND of all pairs of sparse inputs. The hidden dimension that determines the number of non-linear activations is restricted to pressure the model to find a compute-efficient circuit, called compressed computation. We find that the training process finds a simple solution that does not correspond to theoretical constructions. It is fully dense -- every neuron contributes to every output. The solution circuit naturally scales with dimension, trading off error rates for neuron…
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.
Taxonomy
TopicsComputability, Logic, AI Algorithms
