paper-with-me

Papers

Unbiased Single-scale and Multi-scale Quantizers for Distributed Optimization

2021-09-26 · S Vineeth

Massive amounts of data have led to the training of large-scale machine learning models on a single worker inefficient. Distributed machine learning methods such as Parallel-SGD have received significant interest as a solution to tackle this problem. However, the performance of distributed systems does not scale linearly with the number of workers due to the high network communication cost for synchronizing gradients and parameters. Researchers have proposed techniques such as quantization and sparsification to alleviate this problem by compressing the gradients. Most of the compression schemes result in compressed gradients that cannot be directly aggregated with efficient protocols such as all-reduce. In this paper, we present a set of all-reduce compatible gradient compression schemes which significantly reduce the communication overhead while maintaining the performance of vanilla SGD. We present the results of our experiments with the CIFAR10 dataset and observations derived during the process. Our compression methods perform better than the in-built methods currently offered by the deep learning frameworks. Code is available at the repository: \url{https://github.com/vineeths96/Gradient-Compression}.

📄 PDF Abstract BibTeX arXiv:2109.12497

Code (1)

vineeths96/Gradient-Compression 공식 구현 pytorch

Tasks

BIG-bench Machine LearningDistributed OptimizationQuantization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

SNAC: Multi-Scale Neural Audio Codec

2024-10-18 · Hubert Siuzdak, Florian Grötschla, Luca A. Lanzendörfer

Neural audio codecs have recently gained popularity because they can represent audio signals with high fidelity at very low bitrates, making it feasible to use language modeling approaches for audio generation and unders…

Audio CompressionAudio GenerationLanguage ModelingLanguage Modelling+1

RepQuant: Towards Accurate Post-Training Quantization of Large Transformer Models via Scale Reparameterization

2024-02-08 · Zhikai Li, Xuewen Liu, Jing Zhang, Qingyi Gu

Large transformer models have demonstrated remarkable success. Post-training quantization (PTQ), which requires only a small dataset for calibration and avoids end-to-end retraining, is a promising solution for compressi…

Quantization

Rate distortion comparison of a few gradient quantizers

2021-08-23 · Tharindu Adikari

This article is in the context of gradient compression. Gradient compression is a popular technique for mitigating the communication bottleneck observed when training large machine learning models in a distributed manner…

Quantization

Aggregated Learning: A Deep Learning Framework Based on Information-Bottleneck Vector Quantization

2018-07-26 · Hongyu Guo, Yongyi Mao, Ali Al-Bashabsheh, Richong Zhang

Based on the notion of information bottleneck (IB), we formulate a quantization problem called "IB quantization". We show that IB quantization is equivalent to learning based on the IB principle. Under this equivalence, …

Image ClassificationQuantizationtext-classificationText Classification

Multi-scale Image Super Resolution with a Single Auto-Regressive Model

2025-06-05 · Enrique Sanchez, Isma Hadji, Adrian Bulat, Christos Tzelepis 외

In this paper we tackle Image Super Resolution (ISR), using recent advances in Visual Auto-Regressive (VAR) modeling. VAR iteratively estimates the residual in latent space between gradually increasing image scales, a pr…

Image Super-ResolutionSuper-Resolution