paper-with-me

Papers

Behavioral Anomaly Detection in Distributed Systems via Federated Contrastive Learning

2025-06-24 · Renzi Meng, Heyi Wang, Yumeng Sun, Qiyuan Wu, Lian Lian, Renhan Zhang

This paper addresses the increasingly prominent problem of anomaly detection in distributed systems. It proposes a detection method based on federated contrastive learning. The goal is to overcome the limitations of traditional centralized approaches in terms of data privacy, node heterogeneity, and anomaly pattern recognition. The proposed method combines the distributed collaborative modeling capabilities of federated learning with the feature discrimination enhancement of contrastive learning. It builds embedding representations on local nodes and constructs positive and negative sample pairs to guide the model in learning a more discriminative feature space. Without exposing raw data, the method optimizes a global model through a federated aggregation strategy. Specifically, the method uses an encoder to represent local behavior data in high-dimensional space. This includes system logs, operational metrics, and system calls. The model is trained using both contrastive loss and classification loss to improve its ability to detect fine-grained anomaly patterns. The method is evaluated under multiple typical attack types. It is also tested in a simulated real-time data stream scenario to examine its responsiveness. Experimental results show that the proposed method outperforms existing approaches across multiple performance metrics. It demonstrates strong detection accuracy and adaptability, effectively addressing complex anomalies in distributed environments. Through careful design of key modules and optimization of the training mechanism, the proposed method achieves a balance between privacy preservation and detection performance. It offers a feasible technical path for intelligent security management in distributed systems.

📄 PDF Abstract BibTeX arXiv:2506.19246

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionContrastive LearningFederated Learning

Similar Papers 제목 키워드 기반

Support Vector Based Anomaly Detection in Federated Learning

2024-07-04 · Massimo Frasson, Dario Malchiodi

Anomaly detection plays a crucial role in various domains, from cybersecurity to industrial systems. However, traditional centralized approaches often encounter challenges related to data privacy. In this context, Federa…

Anomaly DetectionFederated Learning

Federated Low-Rank Koopman Learning for Multivariate Time-Series Anomaly Detection in IoT Systems

2026-07-09 · Tung-Anh Nguyen, Van-Phuc Bui, Anh Tuyen Le, Kim Hue Ta 외 arxiv

Distributed IoT systems generate multivariate time-series streams for monitoring physical assets, servers, and embedded sensing platforms. Detecting abnormal temporal behavior is critical for fault diagnosis, predictive …

Anomaly DetectionFault Diagnosis

Federated Anomaly Detection over Distributed Data Streams

2022-05-16 · Paula Raissa Silva, João Vinagre, João Gama

Sharing of telecommunication network data, for example, even at high aggregation levels, is nowadays highly restricted due to privacy legislation and regulations and other important ethical concerns. It leads to scatteri…

Anomaly DetectionFederated Learning

FedTADBench: Federated Time-Series Anomaly Detection Benchmark

2022-12-19 · Fanxing Liu, Cheng Zeng, Le Zhang, Yingjie Zhou 외

Time series anomaly detection strives to uncover potential abnormal behaviors and patterns from temporal data, and has fundamental significance in diverse application scenarios. Constructing an effective detection model …

Anomaly DetectionFederated LearningTime SeriesTime Series Analysis+1

DP-FlogTinyLLM: Differentially private federated log anomaly detection using Tiny LLMs

2026-04-21 · Isaiah Thompson, Tanmay Sen, Ritwik Bhattacharya arxiv

Modern distributed systems generate massive volumes of log data that are critical for detecting anomalies and cyber threats. However, in real world settings, these logs are often distributed across multiple organizations…

Anomaly Detection