CoCo-Fed: A Unified Framework for Memory- and Communication-Efficient Federated Learning at the Wireless Edge

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Internet of Things (IoT) & Connected Devices, Cloud Computing & IT Infrastructure · Depth: Expert, medium

Summary

CoCo-Fed is a novel Compression and Combination-based Federated Learning framework designed to enhance memory and communication efficiency for large-scale neural network deployments within Open Radio Access Network (O-RAN) architectures. Addressing critical bottlenecks like high local memory footprints on resource-constrained gNBs and backhaul link saturation from high-dimensional model updates, CoCo-Fed employs a dual-stage reduction mechanism. Locally, it uses a double-dimension down-projection of gradients, allowing the optimizer to operate on low-rank structures without adding inference parameters or latency. Globally, it introduces an orthogonal subspace superposition protocol, projecting and superimposing layer-wise updates into a single consolidated matrix per gNB, drastically reducing backhaul traffic. The framework includes a rigorous theoretical foundation proving convergence, even for unsupervised learning. Extensive simulations on an Angle-of-Arrival estimation task show CoCo-Fed significantly outperforms state-of-the-art baselines, including LoRA and GaLore-based FL, in both memory and communication efficiency while maintaining robust convergence under non-IID settings.

Key takeaway

For AI Architects or ML Engineers deploying large neural networks on O-RAN infrastructure, CoCo-Fed offers a critical solution to overcome memory and communication bottlenecks. You should consider integrating its dual-stage compression to enable efficient local training on gNBs and drastically reduce backhaul traffic. This framework allows you to deploy complex models for tasks like wireless sensing without compromising convergence or incurring prohibitive latency, making advanced edge intelligence feasible.

Key insights

CoCo-Fed unifies local memory efficiency and global communication reduction in federated learning for wireless edge networks.

Principles

Method

Perform double-dimension down-projection of gradients locally, adapting the optimizer to low-rank structures. Globally, project and superimpose layer-wise updates into a single consolidated matrix using orthogonal subspaces.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.