paper-with-me

홈 › Papers

Stochastic Semi-Gradient Descent for Learning Mean Field Games with Population-Aware Function Approximation

2024-08-15 · Chenyu Zhang, Xu Chen, Xuan Di

Mean field games (MFGs) model interactions in large-population multi-agent systems through population distributions. Traditional learning methods for MFGs are based on fixed-point iteration (FPI), where policy updates and induced population distributions are computed separately and sequentially. However, FPI-type methods may suffer from inefficiency and instability due to potential oscillations caused by this forward-backward procedure. In this work, we propose a novel perspective that treats the policy and population as a unified parameter controlling the game dynamics. By applying stochastic parameter approximation to this unified parameter, we develop SemiSGD, a simple stochastic gradient descent (SGD)-type method, where an agent updates its policy and population estimates simultaneously and fully asynchronously. Building on this perspective, we further apply linear function approximation (LFA) to the unified parameter, resulting in the first population-aware LFA (PA-LFA) for learning MFGs on continuous state-action spaces. A comprehensive finite-time convergence analysis is provided for SemiSGD with PA-LFA, including its convergence to the equilibrium for linear MFGs -- a class of MFGs with a linear structure concerning the population -- under the standard contractivity condition, and to a neighborhood of the equilibrium under a more practical condition. We also characterize the approximation error for non-linear MFGs. We validate our theoretical findings with six experiments on three MFGs.

📄 PDF Abstract BibTeX arXiv:2408.08192

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conservative SPDEs as fluctuating mean field limits of stochastic gradient descent

2022-07-12 · Benjamin Gess, Rishabh S. Gvalani, Vitalii Konarovskyi

The convergence of stochastic interacting particle systems in the mean-field limit to solutions of conservative stochastic partial differential equations is established, with optimal rate of convergence. As a second main…

Phase diagram of Stochastic Gradient Descent in high-dimensional two-layer neural networks

2022-02-01 · Rodrigo Veiga, Ludovic Stephan, Bruno Loureiro, Florent Krzakala 외

Despite the non-convex optimization landscape, over-parametrized shallow networks are able to achieve global convergence under gradient descent. The picture can be radically different for narrow networks, which tend to g…

Stochastic Modified Flows, Mean-Field Limits and Dynamics of Stochastic Gradient Descent

2023-02-14 · Benjamin Gess, Sebastian Kassing, Vitalii Konarovskyi

We propose new limiting dynamics for stochastic gradient descent in the small learning rate regime called stochastic modified flows. These SDEs are driven by a cylindrical Brownian motion and improve the so-called stocha…

Dynamical mean-field theory for stochastic gradient descent in Gaussian mixture classification

2020-06-10 · NeurIPS 2020 12 · Francesca Mignacco, Florent Krzakala, Pierfrancesco Urbani, Lenka Zdeborová

We analyze in a closed form the learning dynamics of stochastic gradient descent (SGD) for a single-layer neural network classifying a high-dimensional Gaussian mixture where each cluster is assigned one of two labels. T…

General Classification

Research of Damped Newton Stochastic Gradient Descent Method for Neural Network Training

2021-03-31 · Jingcheng Zhou, Wei Wei, Zhiming Zheng

First-order methods like stochastic gradient descent(SGD) are recently the popular optimization method to train deep neural networks (DNNs), but second-order methods are scarcely used because of the overpriced computing …

regressionSecond-order methods