Skip to content
#

gradient-compression

Here are 6 public repositories matching this topic...

We present a set of all-reduce compatible gradient compression algorithms which significantly reduce the communication overhead while maintaining the performance of vanilla SGD. We empirically evaluate the performance of the compression methods by training deep neural networks on the CIFAR10 dataset.

  • Updated Nov 14, 2021
  • Python

Geometric median (GM) is a classical method in statistics for achieving a robust estimation of the uncorrupted data; under gross corruption, it achieves the optimal breakdown point of 0.5. However, its computational complexity makes it infeasible for robustifying stochastic gradient descent (SGD) for high-dimensional optimization problems. In th…

  • Updated Nov 9, 2022
  • Python

Improve this page

Add a description, image, and links to the gradient-compression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gradient-compression topic, visit your repo's landing page and select "manage topics."

Learn more