Modular Duality in Deep Learning
Jeremy Bernstein, Laker Newhouse
TL;DR
Modular dualization introduces a principled, recursive framework to build duality maps for general neural architectures by assigning layerwise operator norms, deriving atomic duality maps (Linear, Embed, Conv2D), and propagating them through composition and concatenation via a modular norm. This yields GPU-friendly, all-layer updates that unify fast and scalable optimization approaches, reconciling prior methods like μP and Shampoo as partial realizations of a single RMS→RMS-based duality map. The paper provides practical deployment tools, including sketching and rectangular Newton-Schulz iterations, and demonstrates speedups such as NanoGPT, while outlining a broader vision for a type-system perspective and activation–update alignment. Overall, modular dualization offers a unifying theoretical framework and practical toolkit for next-generation optimizers across diverse neural architectures.
Abstract
An old idea in optimization theory says that since the gradient is a dual vector it may not be subtracted from the weights without first being mapped to the primal space where the weights reside. We take this idea seriously in this paper and construct such a duality map for general neural networks. Our map, which we call modular dualization, forms a unifying theoretical basis for training algorithms that are a) fast and b) scalable. Modular dualization involves first assigning operator norms to layers based on the semantics of each layer, and then using these layerwise norms to recursively induce a duality map on the weight space of the full neural architecture. We conclude by deriving GPU-friendly algorithms for dualizing Embed, Linear and Conv2D layers -- the latter two methods are based on a rectangular Newton-Schulz iteration (Kovarik, 1970; Björck & Bowie, 1971). A variant of our methods was used to set speed records for training NanoGPT. Overall, we hope that our theory of modular duality will yield a next generation of fast and scalable optimizers for general neural architectures.
