paper-with-me

Papers

Deep Anomaly Detection for Time-series Data in Industrial IoT: A Communication-Efficient On-device Federated Learning Approach

2020-07-19 · Yi Liu, Sahil Garg, Jiangtian Nie, Yang Zhang, Zehui Xiong, Jiawen Kang, M. Shamim Hossain

Since edge device failures (i.e., anomalies) seriously affect the production of industrial products in Industrial IoT (IIoT), accurately and timely detecting anomalies is becoming increasingly important. Furthermore, data collected by the edge device may contain the user's private data, which is challenging the current detection approaches as user privacy is calling for the public concern in recent years. With this focus, this paper proposes a new communication-efficient on-device federated learning (FL)-based deep anomaly detection framework for sensing time-series data in IIoT. Specifically, we first introduce a FL framework to enable decentralized edge devices to collaboratively train an anomaly detection model, which can improve its generalization ability. Second, we propose an Attention Mechanism-based Convolutional Neural Network-Long Short Term Memory (AMCNN-LSTM) model to accurately detect anomalies. The AMCNN-LSTM model uses attention mechanism-based CNN units to capture important fine-grained features, thereby preventing memory loss and gradient dispersion problems. Furthermore, this model retains the advantages of LSTM unit in predicting time series data. Third, to adapt the proposed framework to the timeliness of industrial anomaly detection, we propose a gradient compression mechanism based on Top-\textit{k} selection to improve communication efficiency. Extensive experiment studies on four real-world datasets demonstrate that the proposed framework can accurately and timely detect anomalies and also reduce the communication overhead by 50\% compared to the federated learning framework that does not use a gradient compression scheme.

📄 PDF Abstract BibTeX arXiv:2007.09712

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFederated LearningTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Knowledge-Assisted Multi-Graph Dependency Learning for Multivariate Time Series Anomaly Detection in Multi-Stage Industrial Processes

2026-07-17 · Jaeyeong Lee, Taeseong Yoon, Wonmo Koo, Heeyoung Kim arxiv

Industrial processes often generate complex, interdependent time-series data from multiple sensors across multiple stages, forming complex dependencies among variables and process stages. Effective monitoring and timely …

Time Series Anomaly DetectionGraph Learning

Towards Deep Industrial Transfer Learning for Anomaly Detection on Time Series Data

2021-06-09 · Benjamin Maschler, Tim Knodel, Michael Weyrich

Deep learning promises performant anomaly detection on time-variant datasets, but greatly suffers from low availability of suitable training datasets and frequently changing tasks. Deep transfer learning offers mitigatio…

Anomaly DetectionDeep LearningTime SeriesTime Series Analysis+1

TimeSeriesBench: An Industrial-Grade Benchmark for Time Series Anomaly Detection Models

2024-02-16 · Haotian Si, Jianhui Li, Changhua Pei, Hang Cui 외

Time series anomaly detection (TSAD) has gained significant attention due to its real-world applications to improve the stability of modern software systems. However, there is no effective way to verify whether they can …

Anomaly DetectionTime SeriesTime Series Anomaly Detection

TinyAD: Memory-efficient anomaly detection for time series data in Industrial IoT

2023-03-07 · Yuting Sun, Tong Chen, Quoc Viet Hung Nguyen, Hongzhi Yin

Monitoring and detecting abnormal events in cyber-physical systems is crucial to industrial production. With the prevalent deployment of the Industrial Internet of Things (IIoT), an enormous amount of time series data is…

Anomaly DetectionTime SeriesTime Series Analysis

Squeezed Convolutional Variational AutoEncoder for Unsupervised Anomaly Detection in Edge Device Industrial Internet of Things

2017-12-18 · Dohyung Kim, Hyochang Yang, Minki Chung, Sungzoon Cho

In this paper, we propose Squeezed Convolutional Variational AutoEncoder (SCVAE) for anomaly detection in time series data for Edge Computing in Industrial Internet of Things (IIoT). The proposed model is applied to labe…

Anomaly DetectionEdge-computingTime SeriesTime Series Analysis+1