paper-with-me

Papers

Federated Zeroth-Order Optimization using Trajectory-Informed Surrogate Gradients

2023-08-08 · Yao Shu, Xiaoqiang Lin, Zhongxiang Dai, Bryan Kian Hsiang Low

Federated optimization, an emerging paradigm which finds wide real-world applications such as federated learning, enables multiple clients (e.g., edge devices) to collaboratively optimize a global function. The clients do not share their local datasets and typically only share their local gradients. However, the gradient information is not available in many applications of federated optimization, which hence gives rise to the paradigm of federated zeroth-order optimization (ZOO). Existing federated ZOO algorithms suffer from the limitations of query and communication inefficiency, which can be attributed to (a) their reliance on a substantial number of function queries for gradient estimation and (b) the significant disparity between their realized local updates and the intended global updates. To this end, we (a) introduce trajectory-informed gradient surrogates which is able to use the history of function queries during optimization for accurate and query-efficient gradient estimation, and (b) develop the technique of adaptive gradient correction using these gradient surrogates to mitigate the aforementioned disparity. Based on these, we propose the federated zeroth-order optimization using trajectory-informed surrogate gradients (FZooS) algorithm for query- and communication-efficient federated ZOO. Our FZooS achieves theoretical improvements over the existing approaches, which is supported by our real-world experiments such as federated black-box adversarial attack and federated non-differentiable metric optimization.

📄 PDF Abstract BibTeX arXiv:2308.04077

Code (1)

shuyao95/FZooS 공식 구현 jax

Tasks

Adversarial AttackFederated Learning

Similar Papers 제목 키워드 기반

A Historical Trajectory Assisted Optimization Method for Zeroth-Order Federated Learning

2024-09-24 · Chenlin Wu, Xiaoyu He, Zike Li, Jing Gong 외

Federated learning heavily relies on distributed gradient descent techniques. In the situation where gradient information is not available, the gradients need to be estimated from zeroth-order information, which typicall…

Federated Learning

Reconciling Hessian-Informed Acceleration and Scalar-Only Communication for Efficient Federated Zeroth-Order Fine-Tuning

2025-06-03 · Zhe Li, Bicheng Ying, Zidong Liu, Chaosheng Dong 외

Recent dimension-free communication frameworks in Federated Learning (FL), such as DeComFL, significantly reduce per-round communication by transmitting only scalars via zeroth-order stochastic gradient descent (ZO-SGD).…

Federated Learning

Efficient Federated RLHF via Zeroth-Order Policy Optimization

2026-04-20 · Deyi Wang, Qining Zhang, Lei Ying arxiv

This paper considers reinforcement learning from human feedback in a federated learning setting with resource-constrained agents, such as edge devices. We propose an efficient federated RLHF algorithm, named Partitioned,…

Reinforcement LearningFederated Learning

FedZeN: Towards superlinear zeroth-order federated learning via incremental Hessian estimation

2023-09-29 · Alessio Maritan, Subhrakanti Dey, Luca Schenato

Federated learning is a distributed learning framework that allows a set of clients to collaboratively train a model under the orchestration of a central server, without sharing raw data samples. Although in many practic…

Federated LearningPrivacy Preserving

Fine-Grained Theoretical Analysis of Federated Zeroth-Order Optimization

2023-09-21 · NeurIPS 2023 11

Federated zeroth-order optimization (FedZO) algorithm enjoys the advantages of both zeroth-order optimization and federated learning, and has shown exceptional performance on black-box attack and softmax regression tasks…