paper-with-me

Papers

Federated Learning for Time-Series Healthcare Sensing with Incomplete Modalities

2024-05-20 · Adiba Orzikulova, Jaehyun Kwak, Jaemin Shin, Sung-Ju Lee

Many healthcare sensing applications utilize multimodal time-series data from sensors embedded in mobile and wearable devices. Federated Learning (FL), with its privacy-preserving advantages, is particularly well-suited for health applications. However, most multimodal FL methods assume the availability of complete modality data for local training, which is often unrealistic. Moreover, recent approaches tackling incomplete modalities scale poorly and become inefficient as the number of modalities increases. To address these limitations, we propose FLISM, an efficient FL training algorithm with incomplete sensing modalities while maintaining high accuracy. FLISM employs three key techniques: (1) modality-invariant representation learning to extract effective features from clients with a diverse set of modalities, (2) modality quality-aware aggregation to prioritize contributions from clients with higher-quality modality data, and (3) global-aligned knowledge distillation to reduce local update shifts caused by modality differences. Extensive experiments on real-world datasets show that FLISM not only achieves high accuracy but is also faster and more efficient compared with state-of-the-art methods handling incomplete modality problems in FL. We release the code as open-source at https://github.com/AdibaOrz/FLISM.

📄 PDF Abstract BibTeX arXiv:2405.11828

Code (1)

adibaorz/flism 공식 구현 pytorch

Tasks

Computational EfficiencyFederated LearningKnowledge DistillationPrivacy PreservingRepresentation LearningTime Series

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Heterogeneous Federated Learning System for Sparse Healthcare Time-Series Prediction

2025-01-21 · Jia-Hao Syu, Jerry Chun-Wei Lin

In this paper, we propose a heterogeneous federated learning (HFL) system for sparse time series prediction in healthcare, which is a decentralized federated learning algorithm with heterogeneous transfers. We design den…

Federated LearningPredictionTime SeriesTime Series Prediction+1

Blockchain-empowered Federated Learning for Healthcare Metaverses: User-centric Incentive Mechanism with Optimal Data Freshness

2023-07-29 · Jiawen Kang, Jinbo Wen, Dongdong Ye, Bingkun Lai 외

Given the revolutionary role of metaverses, healthcare metaverses are emerging as a transformative force, creating intelligent healthcare systems that offer immersive and personalized services. The healthcare metaverses …

Decision MakingFederated LearningPrivacy Preserving

Federated Reinforcement Learning for Efficient Mobile Crowdsensing under Incomplete Information

2026-05-04 · Sumedh J. Dongare, Patrick Weber, Andrea Ortiz, Walid Saad 외 arxiv

Mobile crowdsensing (MCS) is a distributed sensing architecture that utilizes existing sensors on mobile units (MUs) to perform sensing tasks. A mobile crowdsensing platform (MCSP) publishes the sensing tasks and the MUs…

Reinforcement LearningFederated Learning

Networked Time Series Prediction with Incomplete Data via Generative Adversarial Network

2021-10-05 · Yichen Zhu, Bo Jiang, Haiming Jin, Mengtian Zhang 외

A networked time series (NETS) is a family of time series on a given graph, one for each node. It has a wide range of applications from intelligent transportation, environment monitoring to smart grid management. An impo…

Generative Adversarial NetworkManagementMissing ValuesTime Series+2

Multi-time Predictions of Wildfire Grid Map using Remote Sensing Local Data

2022-09-15 · Hyung-Jin Yoon, Petros Voulgaris

Due to recent climate changes, we have seen more frequent and severe wildfires in the United States. Predicting wildfires is critical for natural disaster prevention and mitigation. Advances in technologies in data proce…

ManagementTime SeriesTime Series Analysis