paper-with-me

Papers

Anomaly Detection through Unsupervised Federated Learning

2022-09-09 · Mirko Nardi, Lorenzo Valerio, Andrea Passarella

Federated learning (FL) is proving to be one of the most promising paradigms for leveraging distributed resources, enabling a set of clients to collaboratively train a machine learning model while keeping the data decentralized. The explosive growth of interest in the topic has led to rapid advancements in several core aspects like communication efficiency, handling non-IID data, privacy, and security capabilities. However, the majority of FL works only deal with supervised tasks, assuming that clients' training sets are labeled. To leverage the enormous unlabeled data on distributed edge devices, in this paper, we aim to extend the FL paradigm to unsupervised tasks by addressing the problem of anomaly detection in decentralized settings. In particular, we propose a novel method in which, through a preprocessing phase, clients are grouped into communities, each having similar majority (i.e., inlier) patterns. Subsequently, each community of clients trains the same anomaly detection model (i.e., autoencoders) in a federated fashion. The resulting model is then shared and used to detect anomalies within the clients of the same community that joined the corresponding federated process. Experiments show that our method is robust, and it can detect communities consistent with the ideal partitioning in which groups of clients having the same inlier patterns are known. Furthermore, the performance is significantly better than those in which clients train models exclusively on local data and comparable with federated models of ideal communities' partition.

📄 PDF Abstract BibTeX arXiv:2209.04184

Code (1)

mirqr/fedad 공식 구현 tf

Tasks

Anomaly DetectionFederated Learning

Similar Papers 제목 키워드 기반

FedAD-Bench: A Unified Benchmark for Federated Unsupervised Anomaly Detection in Tabular Data

2024-08-08 · Ahmed Anwar, Brian Moser, Dayananda Herurkar, Federico Raue 외

The emergence of federated learning (FL) presents a promising approach to leverage decentralized data while preserving privacy. Furthermore, the combination of FL and anomaly detection is particularly compelling because …

Anomaly DetectionBenchmarkingFederated LearningUnsupervised Anomaly Detection

An Efficient Unsupervised Federated Learning Approach for Anomaly Detection in Heterogeneous IoT Networks

2026-02-27 · Mohsen Tajgardan, Atena Shiranzaei, Mahdi Rabbani, Reza Khoshkangini 외 arxiv

Federated learning (FL) is an effective paradigm for distributed environments such as the Internet of Things (IoT), where data from diverse devices with varying functionalities remains localized while contributing to a s…

Federated LearningAnomaly Detection

FedDyMem: Efficient Federated Learning with Dynamic Memory and Memory-Reduce for Unsupervised Image Anomaly Detection

2025-02-28 · Silin Chen, Kangjian Di, Yichu Xu, Han-Jia Ye 외

Unsupervised image anomaly detection (UAD) has become a critical process in industrial and medical applications, but it faces growing challenges due to increasing concerns over data privacy. The limited class diversity i…

Anomaly DetectionFederated LearningOne-Class Classification

Federated Isolation Forest for Efficient Anomaly Detection on Edge IoT Systems

2025-06-05 · Pavle Vasiljevic, Milica Matic, Miroslav Popovic

Recently, federated learning frameworks such as Python TestBed for Federated Learning Algorithms and MicroPython TestBed for Federated Learning Algorithms have emerged to tackle user privacy concerns and efficiency in em…

Anomaly DetectionFederated Learning

Deep Federated Anomaly Detection for Multivariate Time Series Data

2022-05-09 · Wei Zhu, Dongjin Song, Yuncong Chen, Wei Cheng 외

Despite the fact that many anomaly detection approaches have been developed for multivariate time series data, limited effort has been made on federated settings in which multivariate time series data are heterogeneously…

Anomaly DetectionConstrained ClusteringFederated LearningTime Series+2