English

Functorial Neural Architectures from Higher Inductive Types

Machine Learning 2026-03-18 v1 Artificial Intelligence Algebraic Topology Category Theory

Abstract

Neural networks systematically fail at compositional generalization -- producing correct outputs for novel combinations of known parts. We show that this failure is architectural: compositional generalization is equivalent to functoriality of the decoder, and this perspective yields both guarantees and impossibility results. We compile Higher Inductive Type (HIT) specifications into neural architectures via a monoidal functor from the path groupoid of a target space to a category of parametric maps: path constructors become generator networks, composition becomes structural concatenation, and 2-cells witnessing group relations become learned natural transformations. We prove that decoders assembled by structural concatenation of independently generated segments are strict monoidal functors (compositional by construction), while softmax self-attention is not functorial for any non-trivial compositional task. Both results are formalized in Cubical Agda. Experiments on three spaces validate the full hierarchy: on the torus (Z2\mathbb{Z}^2), functorial decoders outperform non-functorial ones by 2-2.7x; on S1S1S^1 \vee S^1 (F2F_2), the type-A/B gap widens to 5.5-10x; on the Klein bottle (ZZ\mathbb{Z} \rtimes \mathbb{Z}), a learned 2-cell closes a 46% error gap on words exercising the group relation.

Keywords

Cite

@article{arxiv.2603.16123,
  title  = {Functorial Neural Architectures from Higher Inductive Types},
  author = {Karen Sargsyan},
  journal= {arXiv preprint arXiv:2603.16123},
  year   = {2026}
}

Comments

20 pages, 10 tables. Code and Cubical Agda formalization: https://github.com/karsar/hott_neuro

R2 v1 2026-07-01T11:23:35.240Z