paper-with-me

홈 › Papers

FedHealth 2: Weighted Federated Transfer Learning via Batch Normalization for Personalized Healthcare

2021-06-02 · Yiqiang Chen, Wang Lu, Jindong Wang, Xin Qin

The success of machine learning applications often needs a large quantity of data. Recently, federated learning (FL) is attracting increasing attention due to the demand for data privacy and security, especially in the medical field. However, the performance of existing FL approaches often deteriorates when there exist domain shifts among clients, and few previous works focus on personalization in healthcare. In this article, we propose FedHealth 2, an extension of FedHealth \cite{chen2020fedhealth} to tackle domain shifts and get personalized models for local clients. FedHealth 2 obtains the client similarities via a pretrained model, and then it averages all weighted models with preserving local batch normalization. Wearable activity recognition and COVID-19 auxiliary diagnosis experiments have evaluated that FedHealth 2 can achieve better accuracy (10%+ improvement for activity recognition) and personalized healthcare without compromising privacy and security.

📄 PDF Abstract BibTeX arXiv:2106.01009

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionFederated LearningTransfer LearningWearable Activity Recognition

Similar Papers 제목 키워드 기반

FedHealth: A Federated Transfer Learning Framework for Wearable Healthcare

2019-07-22 · Yiqiang Chen, Jindong Wang, Chaohui Yu, Wen Gao 외

With the rapid development of computing technology, wearable devices such as smart phones and wristbands make it easy to get access to people's health information including activities, sleep, sports, etc. Smart healthcar…

Activity RecognitionFederated LearningTransfer LearningWearable Activity Recognition

Overcoming the Challenges of Batch Normalization in Federated Learning

2024-05-23 · Rachid Guerraoui, Rafael Pinot, Geovani Rizk, John Stephan 외

Batch normalization has proven to be a very beneficial mechanism to accelerate the training and improve the accuracy of deep neural networks in centralized environments. Yet, the scheme faces significant challenges in fe…

Federated Learning

An Experimental Study of Data Heterogeneity in Federated Learning Methods for Medical Imaging

2021-07-18 · Liangqiong Qu, Niranjan Balachandar, Daniel L Rubin

Federated learning enables multiple institutions to collaboratively train machine learning models on their local data in a privacy-preserving way. However, its distributed nature often leads to significant heterogeneity …

Federated LearningPrivacy Preserving

Optimizing Federated Learning for Medical Image Classification on Distributed Non-iid Datasets with Partial Labels

2023-03-10 · Pranav Kulkarni, Adway Kanhere, Paul H. Yi, Vishwa S. Parekh

Numerous large-scale chest x-ray datasets have spearheaded expert-level detection of abnormalities using deep learning. However, these datasets focus on detecting a subset of disease labels that could be present, thus ma…

Federated Learningimage-classificationImage ClassificationMedical Image Classification+1

Exploring the Efficacy of Group-Normalization in Deep Learning Models for Alzheimer's Disease Classification

2024-04-01 · Gousia Habib, Ishfaq Ahmed Malik, Jameel Ahmad, Imtiaz Ahmed 외

Batch Normalization is an important approach to advancing deep learning since it allows multiple networks to train simultaneously. A problem arises when normalizing along the batch dimension because B.N.'s error increase…