paper-with-me

홈 › Papers

Graph Neural Networks Based Anomalous RSSI Detection

2025-05-19 · Blaž Bertalanič, Matej Vnučec, Carolina Fortuna

In today's world, modern infrastructures are being equipped with information and communication technologies to create large IoT networks. It is essential to monitor these networks to ensure smooth operations by detecting and correcting link failures or abnormal network behaviour proactively, which can otherwise cause interruptions in business operations. This paper presents a novel method for detecting anomalies in wireless links using graph neural networks. The proposed approach involves converting time series data into graphs and training a new graph neural network architecture based on graph attention networks that successfully detects anomalies at the level of individual measurements of the time series data. The model provides competitive results compared to the state of the art while being computationally more efficient with ~171 times fewer trainable parameters.

📄 PDF Abstract BibTeX arXiv:2505.15847

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural NetworkTime Series

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Self-Discriminative Modeling for Anomalous Graph Detection

2023-10-10 · Jinyu Cai, Yunhe Zhang, Jicong Fan

This paper studies the problem of detecting anomalous graphs using a machine learning model trained on only normal graphs, which has many applications in molecule, biology, and social network data analysis. We present a …

Anomaly Detection

A Spectral Framework for Anomalous Subgraph Detection

2014-01-29 · Benjamin A. Miller, Michelle S. Beard, Patrick J. Wolfe, Nadya T. Bliss

A wide variety of application domains are concerned with data consisting of entities and their relationships or connections, formally represented as graphs. Within these diverse application areas, a common problem of int…

Community Detection

Discriminative Graph-level Anomaly Detection via Dual-students-teacher Model

2023-08-03 · Fu Lin, Xuexiong Luo, Jia Wu, Jian Yang 외

Different from the current node-level anomaly detection task, the goal of graph-level anomaly detection is to find abnormal graphs that significantly differ from others in a graph set. Due to the scarcity of research on …

Anomaly Detection

DGraph: A Large-Scale Financial Dataset for Graph Anomaly Detection

2022-06-30 · Xuanwen Huang, Yang Yang, Yang Wang, Chunping Wang 외

Graph Anomaly Detection (GAD) has recently become a hot research spot due to its practicability and theoretical value. Since GAD emphasizes the application and the rarity of anomalous samples, enriching the varieties of …

Anomaly DetectionGraph Anomaly Detection

Euler: Detecting Network Lateral Movement via Scalable Temporal Link Prediction

2022-04-24 · NDSS 2022 4 · Isaiah J. King, H. Howie Huang

Lateral movement is a key stage of system compromise used by advanced persistent threats. Detecting it is no simple task. When network host logs are abstracted into discrete temporal graphs, the problem can be reframed …

Dynamic Link PredictionEdge DetectionGraph LearningGraph Neural Network+2