SIIROct 19, 2015

EdgeCentric: Anomaly Detection in Edge-Attributed Networks

arXiv:1510.05544v264 citations
Originality Incremental advance
AI Analysis

It addresses anomaly detection in edge-attributed networks, a common real-world scenario, but is incremental as it adapts existing compression techniques to a new graph type.

The paper tackles the problem of detecting anomalous behavior in networks with attributed edges, such as e-commerce or social networks, by introducing EdgeCentric, a compression-based method that achieved 0.87 precision on a large Flipkart dataset.

Given a network with attributed edges, how can we identify anomalous behavior? Networks with edge attributes are commonplace in the real world. For example, edges in e-commerce networks often indicate how users rated products and services in terms of number of stars, and edges in online social and phonecall networks contain temporal information about when friendships were formed and when users communicated with each other -- in such cases, edge attributes capture information about how the adjacent nodes interact with other entities in the network. In this paper, we aim to utilize exactly this information to discern suspicious from typical node behavior. Our work has a number of notable contributions, including (a) formulation: while most other graph-based anomaly detection works use structural graph connectivity or node information, we focus on the new problem of leveraging edge information, (b) methodology: we introduce EdgeCentric, an intuitive and scalable compression-based approach for detecting edge-attributed graph anomalies, and (c) practicality: we show that EdgeCentric successfully spots numerous such anomalies in several large, edge-attributed real-world graphs, including the Flipkart e-commerce graph with over 3 million product reviews between 1.1 million users and 545 thousand products, where it achieved 0.87 precision over the top 100 results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes