paper-with-me

홈 › Papers

Near-optimal Anomaly Detection in Graphs using Lovasz Extended Scan Statistic

2013-12-11 · NeurIPS 2013 12 · James Sharpnack, Akshay Krishnamurthy, Aarti Singh

The detection of anomalous activity in graphs is a statistical problem that arises in many applications, such as network surveillance, disease outbreak detection, and activity monitoring in social networks. Beyond its wide applicability, graph structured anomaly detection serves as a case study in the difficulty of balancing computational complexity with statistical power. In this work, we develop from first principles the generalized likelihood ratio test for determining if there is a well connected region of activation over the vertices in the graph in Gaussian noise. Because this test is computationally infeasible, we provide a relaxation, called the Lovasz extended scan statistic (LESS) that uses submodularity to approximate the intractable generalized likelihood ratio. We demonstrate a connection between LESS and maximum a-posteriori inference in Markov random fields, which provides us with a poly-time algorithm for LESS. Using electrical network theory, we are able to control type 1 error for LESS and prove conditions under which LESS is risk consistent. Finally, we consider specific graph models, the torus, k-nearest neighbor graphs, and epsilon-random graphs. We show that on these graphs our results provide near-optimal performance by matching our results to known lower bounds.

📄 PDF Abstract BibTeX arXiv:1312.3291

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

The Lovász ϑ function, SVMs and finding large dense subgraphs

2012-12-01 · NeurIPS 2012 12 · Vinay Jethava, Anders Martinsson, Chiranjib Bhattacharyya, Devdatt Dubhashi

The Lovasz $\theta$ function of a graph, is a fundamental tool in combinatorial optimization and approximation algorithms. Computing $\theta$ involves solving a SDP and is extremely expensive even for moderately sized …

Combinatorial Optimization

Anomaly Detection with Score functions based on Nearest Neighbor Graphs

2009-12-01 · NeurIPS 2009 12 · Manqi Zhao, Venkatesh Saligrama

We propose a novel non-parametric adaptive anomaly detection algorithm for high dimensional data based on score functions derived from nearest neighbor graphs on n-point nominal data. Anomalies are declared whenever the …

Anomaly Detection

Lovasz Convolutional Networks

2018-05-29 · Prateek Yadav, Madhav Nimishakavi, Naganand Yadati, Shikhar Vashishth 외

Semi-supervised learning on graph structured data has received significant attention with the recent introduction of Graph Convolution Networks (GCN). While traditional methods have focused on optimizing a loss augmented…

Multi-class Classification

Subgraph Centralization: A Necessary Step for Graph Anomaly Detection

2023-01-17 · Zhong Zhuang, Kai Ming Ting, Guansong Pang, Shuaibin Song

Graph anomaly detection has attracted a lot of interest recently. Despite their successes, existing detectors have at least two of the three weaknesses: (a) high computational cost which limits them to small-scale networ…

Anomaly DetectionGraph Anomaly Detection

Learning Minimum Volume Sets and Anomaly Detectors from KNN Graphs

2016-01-22 · Jonathan Root, Venkatesh Saligrama, Jing Qian

We propose a non-parametric anomaly detection algorithm for high dimensional data. We first rank scores derived from nearest neighbor graphs on $n$-point nominal training data. We then train limited complexity models to …

Anomaly DetectionComputational EfficiencyLearning-To-Rank