paper-with-me

Papers

BAFFLE: A Baseline of Backpropagation-Free Federated Learning

2023-01-28 · Haozhe Feng, Tianyu Pang, Chao Du, Wei Chen, Shuicheng Yan, Min Lin

Federated learning (FL) is a general principle for decentralized clients to train a server model collectively without sharing local data. FL is a promising framework with practical applications, but its standard training paradigm requires the clients to backpropagate through the model to compute gradients. Since these clients are typically edge devices and not fully trusted, executing backpropagation on them incurs computational and storage overhead as well as white-box vulnerability. In light of this, we develop backpropagation-free federated learning, dubbed BAFFLE, in which backpropagation is replaced by multiple forward processes to estimate gradients. BAFFLE is 1) memory-efficient and easily fits uploading bandwidth; 2) compatible with inference-only hardware optimization and model quantization or pruning; and 3) well-suited to trusted execution environments, because the clients in BAFFLE only execute forward propagation and return a set of scalars to the server. Empirically we use BAFFLE to train deep models from scratch or to finetune pretrained models, achieving acceptable results. Code is available in https://github.com/FengHZ/BAFFLE.

📄 PDF Abstract BibTeX arXiv:2301.12195

Code (1)

fenghz/baffle 공식 구현 pytorch

Tasks

Federated LearningQuantization

Similar Papers 제목 키워드 기반

BAFFLE : Blockchain Based Aggregator Free Federated Learning

2019-09-16 · Paritosh Ramanan, Kiyoshi Nakayama

A key aspect of Federated Learning (FL) is the requirement of a centralized aggregator to maintain and update the global model. However, in many cases orchestrating a centralized aggregator might be infeasible due to num…

Computational EfficiencyFederated Learning

BAFFLE: TOWARDS RESOLVING FEDERATED LEARNING’S DILEMMA - THWARTING BACKDOOR AND INFERENCE ATTACKS

2021-01-01 · Thien Duc Nguyen, Phillip Rieger, Hossein Yalame, Helen Möllering 외

Recently, federated learning (FL) has been subject to both security and privacy attacks posing a dilemmatic challenge on the underlying algorithmic designs: On the one hand, FL is shown to be vulnerable to backdoor attac…

Federated Learningimage-classificationImage Classification

BaFFLe: Backdoor detection via Feedback-based Federated Learning

2020-11-04 · Sebastien Andreina, Giorgia Azzurra Marson, Helen Möllering, Ghassan Karame

Recent studies have shown that federated learning (FL) is vulnerable to poisoning attacks that inject a backdoor into the global model. These attacks are effective even when performed by a single client, and undetectable…

Federated LearningModel Poisoning

HO-SFL: Hybrid-Order Split Federated Learning with Backprop-Free Clients and Dimension-Free Aggregation

2026-03-16 · Qiyuan Chen, Xian Wu, Yi Wang, Xianhao Chen arxiv

Fine-tuning large models on edge devices is severely hindered by the memory-intensive backpropagation (BP) in standard frameworks like federated learning and split learning. While substituting BP with zeroth-order optimi…

Federated Learning

FedFwd: Federated Learning without Backpropagation

2023-09-03 · Seonghwan Park, Dahun Shin, Jinseok Chung, Namhoon Lee

In federated learning (FL), clients with limited resources can disrupt the training efficiency. A potential solution to this problem is to leverage a new learning procedure that does not rely on backpropagation (BP). We …

Federated Learning