Towards a Better Theoretical Understanding of Independent Subnetwork Training
Egor Shulgin, Peter Richtárik
TL;DR
This work analyzes Independent Subnetwork Training (IST), a framework that combines data- and subnetwork-parallelism to train large networks by operating on sparse submodels. It provides a rigorous analysis for IST on a quadratic surrogate in both homogeneous and heterogeneous settings, revealing an irreducible bias in non-interpolation regimes and deriving non-asymptotic convergence bounds under a flexible permutation-sketch preconditioning. The results show that, while IST can achieve descent rates similar to gradient methods under favorable preconditioning, heterogeneity introduces a persistent neighborhood around the optimum, with the neighborhood size governed by the bias and variance terms. Empirically, the study validates the theory and contrasts IST with standard distributed gradient methods, highlighting practical trade-offs in communication efficiency and convergence behavior for cross-device and Federated contexts.
Abstract
Modern advancements in large-scale machine learning would be impossible without the paradigm of data-parallel distributed computing. Since distributed computing with large-scale models imparts excessive pressure on communication channels, significant recent research has been directed toward co-designing communication compression strategies and training algorithms with the goal of reducing communication costs. While pure data parallelism allows better data scaling, it suffers from poor model scaling properties. Indeed, compute nodes are severely limited by memory constraints, preventing further increases in model size. For this reason, the latest achievements in training giant neural network models also rely on some form of model parallelism. In this work, we take a closer theoretical look at Independent Subnetwork Training (IST), which is a recently proposed and highly effective technique for solving the aforementioned problems. We identify fundamental differences between IST and alternative approaches, such as distributed methods with compressed communication, and provide a precise analysis of its optimization performance on a quadratic model.
