paper-with-me

홈 › Papers

Neighbor-Sampling Based Momentum Stochastic Methods for Training Graph Neural Networks

2025-08-01 · Molly Noel, Gabriel Mancino-Ball, Yangyang Xu arxiv

Graph convolutional networks (GCNs) are a powerful tool for graph representation learning. Due to the recursive neighborhood aggregations employed by GCNs, efficient training methods suffer from a lack of theoretical guarantees or are missing important practical elements from modern deep learning algorithms, such as adaptivity and momentum. In this paper, we present several neighbor-sampling (NS) based Adam-type stochastic methods for solving a nonconvex GCN training problem. We utilize the control variate technique proposed by [1] to reduce the stochastic error caused by neighbor sampling. Under standard assumptions for Adam-type methods, we show that our methods enjoy the optimal convergence rate. In addition, we conduct extensive numerical experiments on node classification tasks with several benchmark datasets. The results demonstrate superior performance of our methods over classic NS-based SGD that also uses the control-variate technique, especially for large-scale graph datasets. Our code is available at https://github.com/RPI-OPT/CV-ADAM-GNN .

📄 PDF Abstract BibTeX arXiv:2508.00267

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningNode Classification

Similar Papers 제목 키워드 기반

Losing momentum in continuous-time stochastic optimisation

2022-09-08 · Kexin Jin, Jonas Latz, ChenGuang Liu, Alessandro Scagliotti

The training of modern machine learning models often consists in solving high-dimensional non-convex optimisation problems that are subject to large-scale data. In this context, momentum-based stochastic optimisation alg…

image-classificationImage Classification

Convergence and Stability of the Stochastic Proximal Point Algorithm with Momentum

2021-11-11 · Junhyung Lyle Kim, Panos Toulis, Anastasios Kyrillidis

Stochastic gradient descent with momentum (SGDM) is the dominant algorithm in many optimization scenarios, including convex optimization instances and non-convex neural network training. Yet, in the stochastic setting, m…

On the Convergence of Nesterov's Accelerated Gradient Method in Stochastic Settings

2020-02-27 · ICML 2020 1 · Mahmoud Assran, Michael Rabbat

We study Nesterov's accelerated gradient method with constant step-size and momentum parameters in the stochastic approximation setting (unbiased gradients with bounded variance) and the finite-sum setting (where randomn…

Dynamics of Stochastic Momentum Methods on Large-scale, Quadratic Models

2021-06-07 · NeurIPS 2021 12 · Courtney Paquette, Elliot Paquette

We analyze a class of stochastic gradient algorithms with momentum on a high-dimensional random least squares problem. Our framework, inspired by random matrix theory, provides an exact (deterministic) characterization f…

A Bias-Correction Decentralized Stochastic Gradient Algorithm with Momentum Acceleration

2025-01-31 · Yuchen Hu, Xi Chen, Weidong Liu, Xiaojun Mao

Distributed stochastic optimization algorithms can simultaneously process large-scale datasets, significantly accelerating model training. However, their effectiveness is often hindered by the sparsity of distributed net…

Stochastic Optimization