paper-with-me

Papers

Federated Split BERT for Heterogeneous Text Classification

2022-05-26 · Zhengyang Li, Shijing Si, Jianzong Wang, Jing Xiao

Pre-trained BERT models have achieved impressive performance in many natural language processing (NLP) tasks. However, in many real-world situations, textual data are usually decentralized over many clients and unable to be uploaded to a central server due to privacy protection and regulations. Federated learning (FL) enables multiple clients collaboratively to train a global model while keeping the local data privacy. A few researches have investigated BERT in federated learning setting, but the problem of performance loss caused by heterogeneous (e.g., non-IID) data over clients remain under-explored. To address this issue, we propose a framework, FedSplitBERT, which handles heterogeneous data and decreases the communication cost by splitting the BERT encoder layers into local part and global part. The local part parameters are trained by the local client only while the global part parameters are trained by aggregating gradients of multiple clients. Due to the sheer size of BERT, we explore a quantization method to further reduce the communication cost with minimal performance loss. Our framework is ready-to-use and compatible to many existing federated learning algorithms, including FedAvg, FedProx and FedAdam. Our experiments verify the effectiveness of the proposed framework, which outperforms baseline methods by a significant margin, while FedSplitBERT with quantization can reduce the communication cost by $11.9\times$.

📄 PDF Abstract BibTeX arXiv:2205.13299

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFederated LearningQuantizationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

SplitAVG: A heterogeneity-aware federated deep learning method for medical imaging

2021-07-06 · Miao Zhang, Liangqiong Qu, Praveer Singh, Jayashree Kalpathy-Cramer 외

Federated learning is an emerging research paradigm for enabling collaboratively training deep learning models without sharing patient data. However, the data from different institutions are usually heterogeneous across …

Binary ClassificationFederated Learning

SplitGNN: Splitting GNN for Node Classification with Heterogeneous Attention

2023-01-27 · Xiaolong Xu, Lingjuan Lyu, Yihong Dong, Yicheng Lu 외

With the frequent happening of privacy leakage and the enactment of privacy laws across different countries, data owners are reluctant to directly share their raw data and labels with any other party. In reality, a lot o…

ClassificationFederated LearningNode Classification

ESFL: Efficient Split Federated Learning over Resource-Constrained Heterogeneous Wireless Devices

2024-02-24 · Guangyu Zhu, Yiqin Deng, Xianhao Chen, Haixia Zhang 외

Federated learning (FL) allows multiple parties (distributed devices) to train a machine learning model without sharing raw data. How to effectively and efficiently utilize the resources on devices and the central server…

Federated Learning

Heterogeneous Datasets for Federated Survival Analysis Simulation

2023-01-28 · Alberto Archetti, Eugenio Lomurno, Francesco Lattari, André Martin 외

Survival analysis studies time-modeling techniques for an event of interest occurring for a population. Survival analysis found widespread applications in healthcare, engineering, and social sciences. However, the data n…

BenchmarkingFederated LearningSurvival Analysis

When BERT Meets Quantum Temporal Convolution Learning for Text Classification in Heterogeneous Computing

2022-02-17 · Chao-Han Huck Yang, Jun Qi, Samuel Yen-Chi Chen, Yu Tsao 외

The rapid development of quantum computing has demonstrated many unique characteristics of quantum advantages, such as richer feature representation and more secured protection on model parameters. This work proposes a v…

ClassificationCPUDecoderFederated Learning+7