Keep the Gradients Flowing: Using Gradient Flow to Study Sparse Network Optimization
Kale-ab Tessera, Sara Hooker, Benjamin Rosman
TL;DR
The paper tackles the challenge of training sparse networks to reach the performance of dense models by moving beyond initialization to analyze how regularization, optimization, and architecture affect sparse learning. It introduces SC-SDC, a fair same-capacity framework for comparing sparse and dense networks, and Effective Gradient Flow (EGF), a gradient-flow measure that accounts for sparsity. Through extensive experiments on MLPs and CNNs across multiple datasets, the authors show that BatchNorm, activation choices (Swish/PReLU), and non-EWMA optimizers interact with gradient flow to significantly influence sparse network performance, with results extending to Wide ResNet-50 and magnitude pruning. The findings argue for a broader, optimization-tailored approach to sparsity, offering practical guidance for designing and training sparse architectures with improved efficiency and performance.
Abstract
Training sparse networks to converge to the same performance as dense neural architectures has proven to be elusive. Recent work suggests that initialization is the key. However, while this direction of research has had some success, focusing on initialization alone appears to be inadequate. In this paper, we take a broader view of training sparse networks and consider the role of regularization, optimization, and architecture choices on sparse models. We propose a simple experimental framework, Same Capacity Sparse vs Dense Comparison (SC-SDC), that allows for a fair comparison of sparse and dense networks. Furthermore, we propose a new measure of gradient flow, Effective Gradient Flow (EGF), that better correlates to performance in sparse networks. Using top-line metrics, SC-SDC and EGF, we show that default choices of optimizers, activation functions and regularizers used for dense networks can disadvantage sparse networks. Based upon these findings, we show that gradient flow in sparse networks can be improved by reconsidering aspects of the architecture design and the training regime. Our work suggests that initialization is only one piece of the puzzle and taking a wider view of tailoring optimization to sparse networks yields promising results.
