HashNWalk: Hash and Random Walk Based Anomaly Detection in Hyperedge Streams
Geon Lee, Minyoung Choe, Kijung Shin

TL;DR
HashNWalk is an efficient, real-time anomaly detection algorithm for hyperedge streams that maintains a fixed-size summary to identify unusual group interactions without reducing hypergraphs to simple graphs.
Contribution
It introduces HashNWalk, a novel incremental method that captures higher-order hypergraph structures for anomaly detection, outperforming graph-based reductions.
Findings
Processes billions of hyperedges in hours
Maintains a constant-size summary for efficiency
Successfully detects anomalies in real-world hypergraphs
Abstract
Sequences of group interactions, such as emails, online discussions, and co-authorships, are ubiquitous; and they are naturally represented as a stream of hyperedges. Despite their broad potential applications, anomaly detection in hypergraphs (i.e., sets of hyperedges) has received surprisingly little attention, compared to that in graphs. While it is tempting to reduce hypergraphs to graphs and apply existing graph-based methods, according to our experiments, taking higher-order structures of hypergraphs into consideration is worthwhile. We propose HashNWalk, an incremental algorithm that detects anomalies in a stream of hyperedges. It maintains and updates a constant-size summary of the structural and temporal information about the stream. Using the summary, which is the form of a proximity matrix, HashNWalk measures the anomalousness of each new hyperedge as it appears. HashNWalk is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Network Security and Intrusion Detection · Spam and Phishing Detection
