Parle: parallelizing stochastic gradient descent
Pratik Chaudhari, Carlo Baldassi, Riccardo Zecchina, Stefano Soatto, Ameet Talwalkar, Adam Oberman
TL;DR
Parle presents a parallel training algorithm that interleaves local-entropy optimization with elastic coupling to a central reference, enabling infrequent communication and strong generalization via flat minima. It unifies Entropy-SGD and Elastic-SGD to train multiple replicas that converge to a high-overlap region, producing a single robust model with substantial speedups over data-parallel SGD. Empirically, Parle achieves near state-of-the-art error rates on CIFAR-10/100 and competitive results on MNIST and SVHN, while maintaining modest communication overhead and robustness to hyper-parameters. This approach offers a practical path to scalable, distributed non-convex optimization for deep networks, with potential extensions to heterogeneous hardware and private-data settings.
Abstract
We propose a new algorithm called Parle for parallel training of deep networks that converges 2-4x faster than a data-parallel implementation of SGD, while achieving significantly improved error rates that are nearly state-of-the-art on several benchmarks including CIFAR-10 and CIFAR-100, without introducing any additional hyper-parameters. We exploit the phenomenon of flat minima that has been shown to lead to improved generalization error for deep networks. Parle requires very infrequent communication with the parameter server and instead performs more computation on each client, which makes it well-suited to both single-machine, multi-GPU settings and distributed implementations.
