The Zero Pattern of a Design Matrix Drives Multiple Descent in Over-parameterized Regression

arXiv:2607.24041 2026 Architecture 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

The paper identifies a discrete structural cause of multiple-descent spikes that is invisible to ordinary covariance summaries: the zero pattern of the variance profile. A bipartite graph connecting sample coordinates to feature coordinates exposes whether the design has enough combinatorial support, while maximum matchings and the Dulmage–Mendelsohn decomposition locate configurations where variance becomes singular. This suggests designing sparse or grouped neural layers by matching analysis before training, rather than selecting widths using parameter counts alone. The most direct transfer is a matching-safe sparse layer or routing mask that prevents unmatched feature groups and adds the smallest number of skip connections needed to restore combinatorial coverage.

Ideas from this paper

Unverified 2026

Matching-safe sparse layers

Construct the connectivity mask of a sparse MLP or MoE layer so that every active feature group is covered by a matching to an independent input or sample group. If the mask contains unmatched vertices, repair it with the fewest additional edges or low-rank skip connections before training. The goal is to avoid width- or sparsity-induced singular regimes that can produce sharp interpolation-like loss and generalization spikes.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: The Zero Pattern of a Design Matrix Drives Multiple Descent in Over-parameterized Regression arXiv:2607.24041