Axiomatic Atlas: A Prescriptive Framework for Neural Architecture Design
Abstract
Lay Summary
Neural network architecture design today is mostly trial and error: when something fails, engineers guess at a fix and hope it works. We introduce the Axiomatic Atlas, a framework that replaces this guesswork with a systematic checklist of requirements a well-functioning architecture should satisfy. These requirements cover whether information flows without bottlenecks, whether components stay responsive, whether signals survive through many processing layers, and whether information is preserved when parallel pathways merge. Given any architecture, the Atlas runs an audit that produces a health report and a diagnosis pinpointing what is wrong and where. Each type of failure implies a specific repair, turning open-ended search into targeted problem-solving. We validated this on four architecture families: the Atlas correctly diagnosed each failure and guided fixes that substantially outperformed generic alternatives — including a 46-percentage-point accuracy gain from strategically placed information shortcuts, and a jump from 0% to 100% retrieval accuracy by correcting a geometric interference problem. Control experiments confirmed these gains came from fixing the specific diagnosed problem. The Atlas does not guarantee task performance, but it provides a principled way to find and fix architectural problems, potentially saving significant time and computation.