English

Curvature-Weighted Capacity Allocation: A Minimum Description Length Framework for Layer-Adaptive Large Language Model Optimization

Information Theory 2026-03-03 v1 Artificial Intelligence Machine Learning math.IT

Abstract

Layer-wise capacity in large language models is highly non-uniform: some layers contribute disproportionately to loss reduction while others are near-redundant. Existing methods for exploiting this non-uniformity, such as influence-function-based layer scoring, produce sensitivity estimates but offer no principled mechanism for translating them into allocation or pruning decisions under hardware constraints. We address this gap with a unified, curvature-aware framework grounded in the Minimum Description Length (MDL) principle. Our central quantity is the curvature-adjusted layer gain ζk2=gkH~kk1gk\zeta_k^2 = g_k^\top \widetilde{H}_{kk}^{-1} g_k, which we show equals twice the maximal second-order reduction in empirical risk achievable by updating layer kk alone, and which strictly dominates gradient-norm-based scores by incorporating local curvature. Normalizing these gains into layer quality scores qkq_k, we formulate two convex MDL programs: a capacity allocation program that distributes expert slots or LoRA rank preferentially to high-curvature layers under diminishing returns, and a pruning program that concentrates sparsity on low-gain layers while protecting high-gain layers from degradation. Both programs admit unique closed-form solutions parameterized by a single dual variable, computable in O(Klog1/ε)O(K \log 1/\varepsilon) via bisection. We prove an O(δ2)O(\delta^2) transfer regret bound showing that source-domain allocations remain near-optimal on target tasks when curvature scores drift by δ\delta, with explicit constants tied to the condition number of the target program. Together, these results elevate layer-wise capacity optimization from an empirical heuristic to a theoretically grounded, computationally efficient framework with provable optimality and generalization guarantees.

Keywords

Cite

@article{arxiv.2603.00910,
  title  = {Curvature-Weighted Capacity Allocation: A Minimum Description Length Framework for Layer-Adaptive Large Language Model Optimization},
  author = {Theophilus Amaefuna and Hitesh Vaidya and Anshuman Chhabra and Ankur Mali},
  journal= {arXiv preprint arXiv:2603.00910},
  year   = {2026}
}

Comments

20 pages, 3 figures, 5 tables

R2 v1 2026-07-01T10:57:40.485Z