Novel Dense Subgraph Discovery Primitives: Risk Aversion and Exclusion Queries

In the densest subgraph problem, given a weighted undirected graph G(V,E,w), with non-negative edge weights, we are asked to find a subset of nodes S⊆ V that maximizes the degree density w(S)/|S|, where w(S) is the sum of the edge weights induced by S. This problem is a well studied problem, known as the densest subgraph problem, and is solvable in polynomial time. But what happens when the edge weights are negative? Is the problem still solvable in polynomial time? Also, why should we care about the densest subgraph problem in the presence of negative weights? In this work we answer the aforementioned question. Specifically, we provide two novel graph mining primitives that are applicable to a wide variety of applications. Our primitives can be used to answer questions such as "how can we find a dense subgraph in Twitter with lots of replies and mentions but no follows?", "how do we extract a dense subgraph with high expected reward and low risk from an uncertain graph"? We formulate both problems mathematically as special instances of dense subgraph discovery in graphs with negative weights. We study the hardness of the problem, and we prove that the problem in general is NP-hard. We design an efficient approximation algorithm that works well in the presence of small negative weights, and also an effective heuristic for the more general case. Finally, we perform experiments on various real-world uncertain graphs, and a crawled Twitter multilayer graph that verify the value of the proposed primitives, and the practical value of our proposed algorithms. The code and the data are available at <https://github.com/negativedsd>.

READ FULL TEXT
research
09/13/2018

Robust Densest Subgraph Discovery

Dense subgraph discovery is an important primitive in graph mining, whic...
research
01/09/2018

Risk-Averse Matchings over Uncertain Graph Databases

A large number of applications such as querying sensor networks, and ana...
research
06/24/2020

Online Dense Subgraph Discovery via Blurred-Graph Feedback

Dense subgraph discovery aims to find a dense component in edge-weighted...
research
12/06/2021

Dense and well-connected subgraph detection in dual networks

Dense subgraph discovery is a fundamental problem in graph mining with a...
research
11/07/2022

Stochastic Solutions for Dense Subgraph Discovery in Multilayer Networks

Network analysis has played a key role in knowledge discovery and data m...
research
04/26/2022

MaxSAT with Absolute Value Functions: A Parameterized Perspective

The natural generalization of the Boolean satisfiability problem to opti...
research
06/22/2022

A Study on Modularity Density Maximization: Column Generation Acceleration and Computational Complexity Analysis

Community detection is a fundamental network-analysis primitive with a v...

Please sign up or login with your details

Forgot password? Click here to reset