paper-with-me

Papers

Federated Learning with Uncertainty-Based Client Clustering for Fleet-Wide Fault Diagnosis

2023-04-26 · Hao Lu, Adam Thelen, Olga Fink, Chao Hu, Simon Laflamme

Operators from various industries have been pushing the adoption of wireless sensing nodes for industrial monitoring, and such efforts have produced sizeable condition monitoring datasets that can be used to build diagnosis algorithms capable of warning maintenance engineers of impending failure or identifying current system health conditions. However, single operators may not have sufficiently large fleets of systems or component units to collect sufficient data to develop data-driven algorithms. Collecting a satisfactory quantity of fault patterns for safety-critical systems is particularly difficult due to the rarity of faults. Federated learning (FL) has emerged as a promising solution to leverage datasets from multiple operators to train a decentralized asset fault diagnosis model while maintaining data confidentiality. However, there are still considerable obstacles to overcome when it comes to optimizing the federation strategy without leaking sensitive data and addressing the issue of client dataset heterogeneity. This is particularly prevalent in fault diagnosis applications due to the high diversity of operating conditions and system configurations. To address these two challenges, we propose a novel clustering-based FL algorithm where clients are clustered for federating based on dataset similarity. To quantify dataset similarity between clients without explicitly sharing data, each client sets aside a local test dataset and evaluates the other clients' model prediction accuracy and uncertainty on this test dataset. Clients are then clustered for FL based on relative prediction accuracy and uncertainty.

📄 PDF Abstract BibTeX arXiv:2304.13275

Code (1)

salierilu/fl_fault_diagnosis 공식 구현

Tasks

ClusteringFault DiagnosisFederated Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Enhanced Federated Deep Multi-View Clustering under Uncertainty Scenario

2025-11-19 · Bingjun Wei, Xuemei Cao, Jiafen Liu, Haoyang Liang 외 arxiv

Traditional Federated Multi-View Clustering assumes uniform views across clients, yet practical deployments reveal heterogeneous view completeness with prevalent incomplete, redundant, or corrupted data. While recent app…

A Federated Generalized Expectation-Maximization Algorithm for Mixture Models with an Unknown Number of Components

2026-01-29 · Michael Ibrahim, Nagi Gebraeel, Weijun Xie arxiv

We study the problem of federated clustering when the total number of clusters $K$ across clients is unknown, and the clients have heterogeneous but potentially overlapping cluster sets in their local data. To that end, …

One-Shot Clustering for Federated Learning

2025-03-06 · Maciej Krzysztof Zuziak, Roberto Pellungrini, Salvatore Rinzivillo

Federated Learning (FL) is a widespread and well adopted paradigm of decentralized learning that allows training one model from multiple sources without the need to directly transfer data between participating clients. S…

ClusteringFederated Learning

Federated Learning for Short Text Clustering

2023-11-23 · Mengling Hu, Chaochao Chen, Weiming Liu, Xinting Liao 외

Short text clustering has been popularly studied for its significance in mining valuable insights from many short texts. In this paper, we focus on the federated short text clustering (FSTC) problem, i.e., clustering sho…

ClusteringFederated LearningShort Text ClusteringText Clustering

Towards Fleet-wide Sharing of Wind Turbine Condition Information through Privacy-preserving Federated Learning

2022-12-07 · Lorin Jenkel, Stefan Jonas, Angela Meyer

Terabytes of data are collected by wind turbine manufacturers from their fleets every day. And yet, a lack of data access and sharing impedes exploiting the full potential of the data. We present a distributed machine le…

Fault DetectionFederated LearningPrivacy Preserving