GP-FL: Model-Based Hessian Estimation for Second-Order Over-the-Air Federated Learning
Shayan Mohajer Hamidi, Ali Bereyhi, Saba Asaad, H. Vincent Poor
TL;DR
GP-FL tackles the challenge of fast, second-order federated learning over wireless channels by permitting the PS to estimate the global Hessian from noisy gradient sums using a Gaussian-process prior. The approach replaces deterministic Hessian computation with a model-based, posterior sampling estimate that leverages a window of recent aggregations, enabling a descent direction $\tilde{\mathfrak{d}}_t = -\hat{\boldsymbol{B}}_t^{-1} \tilde{\boldsymbol{g}}_t$ in each round. It proves a linear-quadratic convergence rate and demonstrates superior performance across LIBSVM, Fashion-MNIST, and CIFAR datasets under non-iid and noisy uplink conditions. The method significantly reduces communication overhead while maintaining convergence speed, highlighting the practical impact of probabilistic Hessian estimation in wireless FL.
Abstract
Second-order methods are widely adopted to improve the convergence rate of learning algorithms. In federated learning (FL), these methods require the clients to share their local Hessian matrices with the parameter server (PS), which comes at a prohibitive communication cost. A classical solution to this issue is to approximate the global Hessian matrix from the first-order information. Unlike in idealized networks, this solution does not perform effectively in over-the-air FL settings, where the PS receives noisy versions of the local gradients. This paper introduces a novel second-order FL framework tailored for wireless channels. The pivotal innovation lies in the PS's capability to directly estimate the global Hessian matrix from the received noisy local gradients via a non-parametric method: the PS models the unknown Hessian matrix as a Gaussian process, and then uses the temporal relation between the gradients and Hessian along with the channel model to find a stochastic estimator for the global Hessian matrix. We refer to this method as Gaussian process-based Hessian modeling for wireless FL (GP-FL) and show that it exhibits a linear-quadratic convergence rate. Numerical experiments on various datasets demonstrate that GP-FL outperforms all classical baseline first and second order FL approaches.
