Rank deficiency of Bernoulli random matrices for growing corank
arXiv:2607.00495
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper identifies an explicit exponential law for large corank in i.i.d. Bernoulli matrices: for k=o(\sqrt{\log n}), rank deficiency is asymptotically dominated by sparse structural events such as zero columns, with probability approximately (1-p)^{kn}. This gives a quantitative design rule for binary or highly sparse neural linear layers, where dead input channels and duplicated linear dependencies can destroy information flow even when individual weights appear random. The most direct transfer is a rank-safe initialization and layer-width/sparsity controller that uses the bound to set p, resamples pathological matrices, and empirically verifies numerical rank rather than relying on dense Gaussian initialization.
Ideas from this paper
Unverified
2026
Use the Bernoulli corank asymptotic to choose sparsity for binary or sparse linear layers and reject initial matrices with excessive numerical rank deficiency. The layer should also explicitly prevent zero columns, because the paper's probability law indicates that zero-column events are a leading mechanism behind large corank in the sparse regime.
Useful5/10
Difficulty4/10
Novelty5/10