paper-with-me

Papers

PeFAD: A Parameter-Efficient Federated Framework for Time Series Anomaly Detection

2024-06-04 · Ronghui Xu, Hao Miao, Senzhang Wang, Philip S. Yu, Jianxin Wang

With the proliferation of mobile sensing techniques, huge amounts of time series data are generated and accumulated in various domains, fueling plenty of real-world applications. In this setting, time series anomaly detection is practically important. It endeavors to identify deviant samples from the normal sample distribution in time series. Existing approaches generally assume that all the time series is available at a central location. However, we are witnessing the decentralized collection of time series due to the deployment of various edge devices. To bridge the gap between the decentralized time series data and the centralized anomaly detection algorithms, we propose a Parameter-efficient Federated Anomaly Detection framework named PeFAD with the increasing privacy concerns. PeFAD for the first time employs the pre-trained language model (PLM) as the body of the client's local model, which can benefit from its cross-modality knowledge transfer capability. To reduce the communication overhead and local model adaptation cost, we propose a parameter-efficient federated training module such that clients only need to fine-tune small-scale parameters and transmit them to the server for update. PeFAD utilizes a novel anomaly-driven mask selection strategy to mitigate the impact of neglected anomalies during training. A knowledge distillation operation on a synthetic privacy-preserving dataset that is shared by all the clients is also proposed to address the data heterogeneity issue across clients. We conduct extensive evaluations on four real datasets, where PeFAD outperforms existing state-of-the-art baselines by up to 28.74%.

📄 PDF Abstract BibTeX arXiv:2406.02318

Code (1)

xu737/PeFAD 공식 구현 pytorch

Tasks

Federated LearningLarge Language ModelTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

Federated Time Series Generation on Feature and Temporally Misaligned Data

2024-10-28 · Chenrui Fan, Zhi Wen Soi, Aditya Shankar, Abele Mălan 외

Distributed time series data presents a challenge for federated learning, as clients often possess different feature sets and have misaligned time steps. Existing federated time series models are limited by the assumptio…

Federated LearningTime SeriesTime Series Generation

Discrete Prototypical Memories for Federated Time Series Foundation Models

2026-04-06 · Liwei Deng, Qingxiang Liu, Xinhe Niu, Shengchao Chen 외 arxiv

Leveraging Large Language Models (LLMs) as federated learning (FL)-based time series foundation models offers a promising way to transfer the generalization capabilities of LLMs to time series data while preserving acces…

Federated 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

Federated Learning with Reservoir State Analysis for Time Series Anomaly Detection

2025-02-08 · Keigo Nogami, Tamura Hiroto, Gouhei Tanaka

With a growing data privacy concern, federated learning has emerged as a promising framework to train machine learning models without sharing locally distributed data. In federated learning, local model training by multi…

Anomaly DetectionComputational EfficiencyFederated LearningTime Series+1

Benchmarking Catastrophic Forgetting Mitigation Methods in Federated Time Series Forecasting

2025-10-24 · Khaled Hallak, Oudom Kem arxiv

Catastrophic forgetting (CF) poses a persistent challenge in continual learning (CL), especially within federated learning (FL) environments characterized by non-i.i.d. time series data. While existing research has large…

Time Series ForecastingFederated LearningContinual Learning