paper-with-me

Papers

Trajectory Normalized Gradients for Distributed Optimization

2019-01-24 · Jianqiao Wangni, Ke Li, Jianbo Shi, Jitendra Malik

Recently, researchers proposed various low-precision gradient compression, for efficient communication in large-scale distributed optimization. Based on these work, we try to reduce the communication complexity from a new direction. We pursue an ideal bijective mapping between two spaces of gradient distribution, so that the mapped gradient carries greater information entropy after the compression. In our setting, all servers should share a reference gradient in advance, and they communicate via the normalized gradients, which are the subtraction or quotient, between current gradients and the reference. To obtain a reference vector that yields a stronger signal-to-noise ratio, dynamically in each iteration, we extract and fuse information from the past trajectory in hindsight, and search for an optimal reference for compression. We name this to be the trajectory-based normalized gradients (TNG). It bridges the research from different societies, like coding, optimization, systems, and learning. It is easy to implement and can universally combine with existing algorithms. Our experiments on benchmarking hard non-convex functions, convex problems like logistic regression demonstrate that TNG is more compression-efficient for communication of distributed optimization of general functions.

📄 PDF Abstract BibTeX arXiv:1901.08227

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDistributed Optimization

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

RATQ: A Universal Fixed-Length Quantizer for Stochastic Optimization

2019-08-22 · Prathamesh Mayekar, Himanshu Tyagi

We present Rotated Adaptive Tetra-iterated Quantizer (RATQ), a fixed-length quantizer for gradients in first order stochastic optimization. RATQ is easy to implement and involves only a Hadamard transform computation and…

QuantizationStochastic Optimization

Distributed Online Non-convex Optimization with Composite Regret

2022-09-21 · Zhanhong Jiang, Aditya Balu, Xian Yeow Lee, Young M. Lee 외

Regret has been widely adopted as the metric of choice for evaluating the performance of online optimization algorithms for distributed, multi-agent systems. However, data/model variations associated with agents can sign…

LoRDO: Distributed Low-Rank Optimization with Infrequent Communication

2026-02-04 · Andrej Jovanović, Alex Iacob, Mher Safaryan, Ionut-Vlad Modoranu 외 arxiv

Distributed training of foundation models via $\texttt{DDP}$ is limited by interconnect bandwidth. While infrequent communication strategies reduce synchronization frequency, they remain bottlenecked by the memory and co…

DiffCoord: Differentiable Coordination for Distributed Multi-Agent Trajectory Optimization

2025-09-01 · Bingheng Wang, Yichao Gao, Tianchen Sun, Shanker Ajay 외 arxiv

Integrating the Alternating Direction Method of Multipliers (ADMM) with Differential Dynamic Programming (DDP) provides a scalable framework for distributed multi-agent trajectory optimization. In practice, ADMM is typic…

Computational Efficiency

Robust Combination of Distributed Gradients Under Adversarial Perturbations

2022-01-01 · CVPR 2022 1 · Kwang In Kim

We consider distributed (gradient descent-based) learning scenarios where the server combines the gradients of learning objectives gathered from local clients. As individual data collection and learning environments …