LGFeb 20

SeedFlood: A Step Toward Scalable Decentralized Training of LLMs

arXiv:2602.18181v1
Originality Highly original
AI Analysis

This addresses scalability bottlenecks for decentralized training of LLMs, offering a practical solution for distributed settings.

The paper tackles the problem of high communication costs in decentralized training of large language models by introducing SeedFlood, which uses zeroth-order updates to reduce message sizes, enabling scalable training of billion-parameter models across hundreds of clients with minimal overhead.

This work presents a new approach to decentralized training-SeedFlood-designed to scale for large models across complex network topologies and achieve global consensus with minimal communication overhead. Traditional gossip-based methods suffer from message communication costs that grow with model size, while information decay over network hops renders global consensus inefficient. SeedFlood departs from these practices by exploiting the seed-reconstructible structure of zeroth-order updates and effectively making the messages near-zero in size, allowing them to be flooded to every client in the network. This mechanism makes communication overhead negligible and independent of model size, removing the primary scalability bottleneck in decentralized training. Consequently, SeedFlood enables training in regimes previously considered impractical, such as billion-parameter models distributed across hundreds of clients. Our experiments on decentralized LLM fine-tuning demonstrate thatSeedFlood consistently outperforms gossip-based baselines in both generalization performance and communication efficiency, and even achieves results comparable to first-order methods in large scale settings.

Foundations

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

Your Notes