LSAM combines SAM's sharpness-aware objective with an EASGD-style asynchronous sampling scheme and claims SGD-rate convergence plus better accuracy than data-parallel SAM.
Parle: parallelizing stochastic gradient descent
1 Pith paper cite this work. Polarity classification is still indexing.
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.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
REJECT 1roles
baseline 1polarities
baseline 1representative citing papers
citing papers explorer
-
LSAM: Asynchronous Distributed Training with Landscape-Smoothed Sharpness-Aware Minimization
LSAM combines SAM's sharpness-aware objective with an EASGD-style asynchronous sampling scheme and claims SGD-rate convergence plus better accuracy than data-parallel SAM.