Anomaly Detection Without Labels: Introducing RSL

Friday 28 March 2025


Detecting anomalies in complex systems is a crucial task that has numerous applications across various fields, including finance, healthcare, and cybersecurity. One of the biggest challenges in anomaly detection lies in identifying patterns that deviate significantly from the norm without relying on labeled data. A recent study proposes a novel approach to tackle this problem by exploiting the inherent properties of graph-structured data.


The researchers developed a method called Resonance-based Separate and Learn (RSL), which utilizes the concept of feature resonance to identify out-of-distribution (OOD) nodes in complex networks. Feature resonance refers to the phenomenon where the representations of in-distribution (ID) nodes undergo more significant changes during optimization, compared to OOD nodes.


To understand how RSL works, let’s consider a scenario where we’re trying to detect fraudsters in a social network. The researchers first train a model on labeled data to align the representations of legitimate users with a target vector. Then, they analyze the changes in these representations when the model is optimized on unknown nodes. The key insight here is that OOD nodes, such as fraudsters, tend to exhibit less significant representation changes compared to ID nodes.


The researchers use this phenomenon to develop a scoring function that assigns higher scores to OOD nodes. They then select candidate OOD nodes based on these scores and generate synthetic OOD nodes using a generative model. These synthetic nodes are used to train an OOD classifier, which can accurately identify OOD nodes in the future.


One of the significant advantages of RSL is its ability to detect OOD nodes without relying on labeled data or multi-category labels. This makes it particularly useful for category-free anomaly detection scenarios where labels are not available. Additionally, RSL’s approach does not require computing gradients for unknown samples, which can be computationally expensive and prone to errors.


The researchers evaluated RSL on five real-world datasets and compared its performance with several state-of-the-art methods. The results show that RSL outperforms existing approaches in detecting OOD nodes, particularly in scenarios where labels are unavailable.


The implications of this research are far-reaching. For instance, RSL can be used to detect fraudulent activities in financial transactions or identify malicious behavior in cybersecurity systems. In healthcare, it can help identify patients with unusual medical conditions that may require further attention.


Overall, the Resonance-based Separate and Learn method offers a promising solution for detecting anomalies in complex systems without relying on labeled data.


Cite this article: “Anomaly Detection Without Labels: Introducing RSL”, The Science Archive, 2025.


Anomaly Detection, Graph-Structured Data, Feature Resonance, Out-Of-Distribution, In-Distribution, Complex Systems, Fraud Detection, Cybersecurity, Healthcare, Machine Learning, Anomaly Scoring Function


Reference: Shenzhi Yang, Junbo Zhao, Shouqing Yang, Yixuan Li, Dingyu Yang, Xiaofang Zhang, Haobo Wang, “Category-free Out-of-Distribution Node Detection with Feature Resonance” (2025).


Leave a Reply