🤖 AI Summary
To address the dual challenges of statistical heterogeneity and high communication overhead in decentralized federated learning (DFL) over bandwidth-constrained edge networks, this paper proposes the first lightweight co-optimization framework integrating phased Neural Tangent Kernel (NTK) modeling with annealed knowledge distillation, augmented by Nesterov momentum acceleration. Methodologically, it compresses the Jacobian matrix via random projection to avoid full-gradient transmission; employs theory-guided, phased NTK approximation to ensure convergence; and adopts temperature-adaptive distillation to enhance model accuracy. Experimental results demonstrate a 98.7% reduction in communication volume, a threefold improvement in convergence speed, and significantly higher accuracy compared to state-of-the-art DFL approaches. Moreover, the framework enables efficient deployment on resource-constrained edge devices.
📝 Abstract
Decentralized federated learning (DFL) faces critical challenges from statistical heterogeneity and communication overhead. While NTK-based methods achieve faster convergence, transmitting full Jacobian matrices is impractical for bandwidth-constrained edge networks. We propose SPARK, synergistically integrating random projection-based Jacobian compression, stage-wise annealed distillation, and Nesterov momentum acceleration. Random projections compress Jacobians while preserving spectral properties essential for convergence. Stage-wise annealed distillation transitions from pure NTK evolution to neighbor-regularized learning, counteracting compression noise. Nesterov momentum accelerates convergence through stable accumulation enabled by distillation smoothing. SPARK achieves 98.7% communication reduction compared to NTK-DFL while maintaining convergence speed and superior accuracy. With momentum, SPARK reaches target performance 3 times faster, establishing state-of-the-art results for communication-efficient decentralized learning and enabling practical deployment in bandwidth-limited edge environments.