LGARMar 30

OptINC: Optical In-Network-Computing for Scalable Distributed Learning

arXiv:2603.282906.8h-index: 19
Predicted impact top 75% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This addresses communication bottlenecks in large-scale distributed learning systems, offering a hardware-based solution to reduce overhead, though it appears incremental as it builds on existing optical and neural network concepts.

The paper tackles the communication overhead in distributed learning by proposing an Optical In-Network-Computing (OptINC) architecture that offloads gradient averaging and quantization onto optical interconnects, achieving comparable training accuracy to ring all-reduce baselines on tasks like ResNet50 on CIFAR-100 and LLaMA-based networks on Wikipedia-1B while eliminating communication overhead.

Distributed learning is widely used for training large models on large datasets by distributing parts of the model or dataset across multiple devices and aggregating the computed results for subsequent computations or parameter updates. Existing communication algorithms for distributed learning such as ring all-reduce result in heavy communication overhead between servers. Since communication in large-scale systems uses optical fibers, we propose an Optical In-Network-Computing (OptINC) architecture to offload the computation in servers onto the optical interconnects. To execute gradient averaging and quantization in the optical domain, we incorporate optical devices such as Mach-Zehnder-Interferometers (MZIs) into the interconnects. Such a de facto optical neural network (ONN) can effectively reduce the communication overhead in existing distributed training solutions. To reduce dataset complexity for training this neural network, a preprocessing algorithm implemented in the optical domain is also proposed. Hardware cost is lowered by approximating the weight matrices of the optical neural network with unitary and diagonal matrices, while the accuracy is maintained by a proposed hardware-aware training algorithm. The proposed solution was evaluated on real distributed learning tasks, including ResNet50 on CIFAR-100, and a LLaMA-based network on Wikipedia-1B. In both cases, the proposed framework can achieve comparable training accuracy to the ring all-reduce baseline, while eliminating communication overhead.

Foundations

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

Your Notes