Why Inference in Large Models Becomes Decomposable After Training
Jidong Jin
TL;DR
The paper tackles the exponential growth of inference cost in very large models by showing that post-training inference systems naturally decompose into independent sub-operators due to localized gradient updates during training. It introduces a post-training statistical annealing framework that elevates structurally confirmed dependencies to explicit system-level blocks, and a permutation-based restructuring to expose outer block-diagonal and inner Frobenius normal forms. Through edge-wise tests and multi-channel adaptations, the method identifies which connections are meaningfully learned and which remain dormant, enabling modular, parallel inference without changing interfaces. The work further proposes a three-stage deployment framework and a practical algorithm for constructing the permutation that exposes the decomposed structure. Overall, the approach provides a principled, post-training mechanism to reduce inference complexity, improve stability, and guide scalable engineering of large-scale AI systems.
Abstract
Inference in large-scale AI models is typically performed on dense parameter matrices, leading to inference cost and system complexity that scale unsustainably with model size. This limitation does not arise from insufficient model capacity, but from treating post-training inference systems as monolithic operators while ignoring internal structures formed during learning. We show that gradient update events in large models are highly localized and selective, leaving many parameter dependencies statistically indistinguishable from their initialization distribution after training. As a result, post-training inference systems are structurally non-uniform and inherently decomposable. Based on this observation, we introduce a post-training statistical criterion and a structural annealing procedure that removes unsupported dependencies and reveals stable, independent substructures. This work establishes a post-training, model-agnostic structural view of inference systems and enables structured, parallel inference without modifying model functionality or interfaces.
