paper-with-me

홈 › Papers

Framework Construction of an Adversarial Federated Transfer Learning Classifier

2022-11-09 · Hang Yi, Tongxuan Bie, Tongjiang Yan

As the Internet grows in popularity, more and more classification jobs, such as IoT, finance industry and healthcare field, rely on mobile edge computing to advance machine learning. In the medical industry, however, good diagnostic accuracy necessitates the combination of large amounts of labeled data to train the model, which is difficult and expensive to collect and risks jeopardizing patients' privacy. In this paper, we offer a novel medical diagnostic framework that employs a federated learning platform to ensure patient data privacy by transferring classification algorithms acquired in a labeled domain to a domain with sparse or missing labeled data. Rather than using a generative adversarial network, our framework uses a discriminative model to build multiple classification loss functions with the goal of improving diagnostic accuracy. It also avoids the difficulty of collecting large amounts of labeled data or the high cost of generating large amount of sample data. Experiments on real-world image datasets demonstrates that the suggested adversarial federated transfer learning method is promising for real-world medical diagnosis applications that use image classification.

📄 PDF Abstract BibTeX arXiv:2211.04734

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDiagnosticEdge-computingFederated LearningGenerative Adversarial Networkimage-classificationImage ClassificationMedical DiagnosisTransfer Learning

Similar Papers 제목 키워드 기반

Certifiably-Robust Federated Adversarial Learning via Randomized Smoothing

2021-03-30 · Cheng Chen, Bhavya Kailkhura, Ryan Goldhahn, Yi Zhou

Federated learning is an emerging data-private distributed learning framework, which, however, is vulnerable to adversarial attacks. Although several heuristic defenses are proposed to enhance the robustness of federated…

Federated Learning

Guardian of the Ensembles: Introducing Pairwise Adversarially Robust Loss for Resisting Adversarial Attacks in DNN Ensembles

2021-12-09 · Shubhi Shukla, Subhadeep Dalui, Manaar Alam, Shubhajit Datta 외

Adversarial attacks rely on transferability, where an adversarial example (AE) crafted on a surrogate classifier tends to mislead a target classifier. Recent ensemble methods demonstrate that AEs are less likely to misle…

DiversityImage Classification

Forgetting to Witness: Efficient Federated Unlearning and Its Visible Evaluation

2026-04-06 · Houzhe Wang, Xiaojie Zhu, Chi Chen arxiv

With the increasing importance of data privacy and security, federated unlearning has emerged as a novel research field dedicated to ensuring that federated learning models no longer retain or leak relevant information o…

Knowledge DistillationFederated Learning

ResSFL: A Resistance Transfer Framework for Defending Model Inversion Attack in Split Federated Learning

2022-05-09 · CVPR 2022 1 · Jingtao Li, Adnan Siraj Rakin, Xing Chen, Zhezhi He 외

This work aims to tackle Model Inversion (MI) attack on Split Federated Learning (SFL). SFL is a recent distributed training scheme where multiple clients send intermediate activations (i.e., feature map), instead of raw…

Federated Learning

A cryptographic approach to black box adversarial machine learning

2019-06-07 · Kevin Shi, Daniel Hsu, Allison Bishop

We propose a new randomized ensemble technique with a provable security guarantee against black-box transfer attacks. Our proof constructs a new security problem for random binary classifiers which is easier to empirical…

BIG-bench Machine Learning