Implicit Compressibility of Overparametrized Neural Networks Trained with Heavy-Tailed SGD
Yijun Wan, Melih Barsbey, Abdellatif Zaidi, Umut Simsekli
TL;DR
This work studies provable neural network compressibility by perturbing SGD with heavy-tailed noise. By analyzing a mean-field two-layer network with the second layer fixed, it shows that injecting $\alpha$-stable noise yields a high-probability compression bound: for any compression ratio $\kappa$ there exists $N$ so that, for $n\ge N$ and $\eta\le n^{-\alpha/2-1}$, the relative pruning error satisfies $\frac{\|\hat{\Theta}^{(\kappa n)}_{\lfloor t/\eta \rfloor}-\hat{\Theta}^n_{\lfloor t/\eta \rfloor}\|_F}{\|\hat{\Theta}^n_{\lfloor t/\eta \rfloor}\|_F} \le \epsilon$ with high probability. The authors develop a rigorous pathway: SGD with heavy-tailed perturbations converges to a McKean–Vlasov SDE, a propagation of chaos result holds with rate $O(n^{-1/2})$, and strong discretization error bounds enable a practical Euler scheme; compressibility follows from heavy-tail packing arguments. Empirically, the approach improves compressibility and pruning robustness across ECG5000, MNIST, CIFAR10/100, with minimal degradation in pruned accuracy and even improved robustness on more complex architectures. The findings illuminate how carefully injected heavy-tailed noise can induce implicit compressibility in overparameterized models, with practical implications for model deployment and federated learning.
Abstract
Neural network compression has been an increasingly important subject, not only due to its practical relevance, but also due to its theoretical implications, as there is an explicit connection between compressibility and generalization error. Recent studies have shown that the choice of the hyperparameters of stochastic gradient descent (SGD) can have an effect on the compressibility of the learned parameter vector. These results, however, rely on unverifiable assumptions and the resulting theory does not provide a practical guideline due to its implicitness. In this study, we propose a simple modification for SGD, such that the outputs of the algorithm will be provably compressible without making any nontrivial assumptions. We consider a one-hidden-layer neural network trained with SGD, and show that if we inject additive heavy-tailed noise to the iterates at each iteration, for any compression rate, there exists a level of overparametrization such that the output of the algorithm will be compressible with high probability. To achieve this result, we make two main technical contributions: (i) we prove a 'propagation of chaos' result for a class of heavy-tailed stochastic differential equations, and (ii) we derive error estimates for their Euler discretization. Our experiments suggest that the proposed approach not only achieves increased compressibility with various models and datasets, but also leads to robust test performance under pruning, even in more realistic architectures that lie beyond our theoretical setting.
