paper-with-me

Papers

Stochastic Unrolled Federated Learning

2023-05-24 · Samar Hadou, Navid Naderializadeh, Alejandro Ribeiro

Algorithm unrolling has emerged as a learning-based optimization paradigm that unfolds truncated iterative algorithms in trainable neural-network optimizers. We introduce Stochastic UnRolled Federated learning (SURF), a method that expands algorithm unrolling to federated learning in order to expedite its convergence. Our proposed method tackles two challenges of this expansion, namely the need to feed whole datasets to the unrolled optimizers to find a descent direction and the decentralized nature of federated learning. We circumvent the former challenge by feeding stochastic mini-batches to each unrolled layer and imposing descent constraints to guarantee its convergence. We address the latter challenge by unfolding the distributed gradient descent (DGD) algorithm in a graph neural network (GNN)-based unrolled architecture, which preserves the decentralized nature of training in federated learning. We theoretically prove that our proposed unrolled optimizer converges to a near-optimal region infinitely often. Through extensive numerical experiments, we also demonstrate the effectiveness of the proposed framework in collaborative training of image classifiers.

📄 PDF Abstract BibTeX arXiv:2305.15371

Code (1)

smrhadou/fed-surf 공식 구현 pytorch

Tasks

Federated LearningGraph Neural NetworkRolling Shutter Correction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Robust Stochastically-Descending Unrolled Networks

2023-12-25 · Samar Hadou, Navid Naderializadeh, Alejandro Ribeiro

Deep unrolling, or unfolding, is an emerging learning-to-optimize method that unrolls a truncated iterative algorithm in the layers of a trainable neural network. However, the convergence guarantees and generalizability …

Image Inpainting

Learned Digital Codes for Over-the-Air Federated Learning

2025-09-20 · Antonio Tarizzo, Mohammad Kazemi, Deniz Gündüz arxiv

Federated edge learning (FEEL) enables distributed model training across wireless devices without centralising raw data, but deployment is constrained by the wireless uplink. A promising direction is over-the-air (OTA) a…

Federated Learning

Extending LOUPE for K-space Under-sampling Pattern Optimization in Multi-coil MRI

2020-07-28 · Jinwei Zhang, Hang Zhang, Alan Wang, Qihao Zhang 외

The previously established LOUPE (Learning-based Optimization of the Under-sampling Pattern) framework for optimizing the k-space sampling pattern in MRI was extended in three folds: firstly, fully sampled multi-coil k-s…

Federated Learning on Stochastic Neural Networks

2025-06-09 · Jingqiao Tang, Ryan Bausback, Feng Bao, Richard Archibald

Federated learning is a machine learning paradigm that leverages edge computing on client devices to optimize models while maintaining user privacy by ensuring that local data remains on the device. However, since all da…

Edge-computingFederated Learning

Federated Conditional Stochastic Optimization

2023-10-04 · NeurIPS 2023 11

Conditional stochastic optimization has found applications in a wide range of machine learning tasks, such as invariant learning, AUPRC maximization, and meta-learning. As the demand for training models with large-scale …

Distributed OptimizationFederated LearningMeta-LearningStochastic Optimization