paper-with-me

Papers

Little is Enough: Boosting Privacy by Sharing Only Hard Labels in Federated Semi-Supervised Learning

2023-10-09 · Amr Abourayya, Jens Kleesiek, Kanishka Rao, Erman Ayday, Bharat Rao, Geoff Webb, Michael Kamp

In many critical applications, sensitive data is inherently distributed and cannot be centralized due to privacy concerns. A wide range of federated learning approaches have been proposed to train models locally at each client without sharing their sensitive data, typically by exchanging model parameters, or probabilistic predictions (soft labels) on a public dataset or a combination of both. However, these methods still disclose private information and restrict local models to those that can be trained using gradient-based methods. We propose a federated co-training (FedCT) approach that improves privacy by sharing only definitive (hard) labels on a public unlabeled dataset. Clients use a consensus of these shared labels as pseudo-labels for local training. This federated co-training approach empirically enhances privacy without compromising model quality. In addition, it allows the use of local models that are not suitable for parameter aggregation in traditional federated learning, such as gradient-boosted decision trees, rule ensembles, and random forests. Furthermore, we observe that FedCT performs effectively in federated fine-tuning of large language models, where its pseudo-labeling mechanism is particularly beneficial. Empirical evaluations and theoretical analyses suggest its applicability across a range of federated learning scenarios.

📄 PDF Abstract BibTeX arXiv:2310.05696

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

On the Usefulness of Synthetic Tabular Data Generation

2023-06-27 · Dionysis Manousakas, Sergül Aydöre

Despite recent advances in synthetic data generation, the scientific community still lacks a unified consensus on its usefulness. It is commonly believed that synthetic data can be used for both data exchange and boostin…

Data AugmentationData SummarizationPrivacy PreservingSynthetic Data Generation+1

Cloud-based Federated Boosting for Mobile Crowdsensing

2020-05-09 · Zhuzhu Wang, Yilong Yang, Yang Liu, Ximeng Liu 외

The application of federated extreme gradient boosting to mobile crowdsensing apps brings several benefits, in particular high performance on efficiency and classification. However, it also brings a new challenge for dat…

Federated LearningGeneral ClassificationGenerative Adversarial NetworkPrivacy Preserving+1

Accuracy, Interpretability, and Differential Privacy via Explainable Boosting

2021-06-17 · Harsha Nori, Rich Caruana, Zhiqi Bu, Judy Hanwen Shen 외

We show that adding differential privacy to Explainable Boosting Machines (EBMs), a recent method for training interpretable ML models, yields state-of-the-art accuracy while protecting privacy. Our experiments on multip…

regression

FedBoosting: Federated Learning with Gradient Protected Boosting for Text Recognition

2020-07-14 · Hanchi Ren, Jingjing Deng, Xianghua Xie, Xiaoke Ma 외

Typical machine learning approaches require centralized data for model training, which may not be possible where restrictions on data sharing are in place due to, for instance, privacy and gradient protection. The recent…

Federated Learning

TEE-based decentralized recommender systems: The raw data sharing redemption

2022-02-23 · Akash Dhasade, Nevena Dresevic, Anne-Marie Kermarrec, Rafael Pires

Recommenders are central in many applications today. The most effective recommendation schemes, such as those based on collaborative filtering (CF), exploit similarities between user profiles to make recommendations, but…

Collaborative FilteringFederated LearningRecommendation Systems