SPLGJun 25, 2025

OLALa: Online Learned Adaptive Lattice Codes for Heterogeneous Federated Learning

arXiv:2506.20297v14 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work addresses communication efficiency in federated learning for distributed systems, representing an incremental improvement over existing lattice-based methods.

The paper tackled the problem of communication overhead in federated learning by proposing OLALa, an adaptive lattice quantization framework that allows clients to adjust their quantizers online, resulting in improved learning performance under various quantization rates compared to fixed schemes.

Federated learning (FL) enables collaborative training across distributed clients without sharing raw data, often at the cost of substantial communication overhead induced by transmitting high-dimensional model updates. This overhead can be alleviated by having the clients quantize their model updates, with dithered lattice quantizers identified as an attractive scheme due to its structural simplicity and convergence-preserving properties. However, existing lattice-based FL schemes typically rely on a fixed quantization rule, which is suboptimal in heterogeneous and dynamic environments where the model updates distribution varies across users and training rounds. In this work, we propose Online Learned Adaptive Lattices (OLALa), a heterogeneous FL framework where each client can adjust its quantizer online using lightweight local computations. We first derive convergence guarantees for FL with non-fixed lattice quantizers and show that proper lattice adaptation can tighten the convergence bound. Then, we design an online learning algorithm that enables clients to tune their quantizers throughout the FL process while exchanging only a compact set of quantization parameters. Numerical experiments demonstrate that OLALa consistently improves learning performance under various quantization rates, outperforming conventional fixed-codebook and non-adaptive schemes.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes