Javascript must be enabled to continue!
Dense subgraphs induced by edge labels
View through CrossRef
AbstractFinding densely connected groups of nodes in networks is a widely-used tool for analysis in graph mining. A popular choice for finding such groups is to find subgraphs with a high average degree. While useful, interpreting such subgraphs may be difficult. On the other hand, many real-world networks have additional information, and we are specifically interested in networks with labels on edges. In this paper, we study finding sets of labels that induce dense subgraphs. We consider two notions of density: average degree and the number of edges minus the number of nodes weighted by a parameter $$\alpha$$
α
. There are many ways to induce a subgraph from a set of labels, and we study two cases: First, we study conjunctive-induced dense subgraphs, where the subgraph edges need to have all labels. Secondly, we study disjunctive-induced dense subgraphs, where the subgraph edges need to have at least one label. We show that both problems are NP-hard. Because of the hardness, we resort to greedy heuristics. We show that we can implement the greedy search efficiently: the respective running times for finding conjunctive-induced and disjunctive-induced dense subgraphs are in $$\mathcal {O} \mathopen {}\left( p \log k\right)$$
O
p
log
k
and $$\mathcal {O} \mathopen {}\left( p \log ^2 k\right)$$
O
p
log
2
k
, where p is the number of edge-label pairs and k is the number of labels. Our experimental evaluation demonstrates that we can find the ground truth in synthetic graphs and that we can find interpretable subgraphs from real-world networks.
Title: Dense subgraphs induced by edge labels
Description:
AbstractFinding densely connected groups of nodes in networks is a widely-used tool for analysis in graph mining.
A popular choice for finding such groups is to find subgraphs with a high average degree.
While useful, interpreting such subgraphs may be difficult.
On the other hand, many real-world networks have additional information, and we are specifically interested in networks with labels on edges.
In this paper, we study finding sets of labels that induce dense subgraphs.
We consider two notions of density: average degree and the number of edges minus the number of nodes weighted by a parameter $$\alpha$$
α
.
There are many ways to induce a subgraph from a set of labels, and we study two cases: First, we study conjunctive-induced dense subgraphs, where the subgraph edges need to have all labels.
Secondly, we study disjunctive-induced dense subgraphs, where the subgraph edges need to have at least one label.
We show that both problems are NP-hard.
Because of the hardness, we resort to greedy heuristics.
We show that we can implement the greedy search efficiently: the respective running times for finding conjunctive-induced and disjunctive-induced dense subgraphs are in $$\mathcal {O} \mathopen {}\left( p \log k\right)$$
O
p
log
k
and $$\mathcal {O} \mathopen {}\left( p \log ^2 k\right)$$
O
p
log
2
k
, where p is the number of edge-label pairs and k is the number of labels.
Our experimental evaluation demonstrates that we can find the ground truth in synthetic graphs and that we can find interpretable subgraphs from real-world networks.
Related Results
Patterns of ties in problem-solving networks and their dynamic properties
Patterns of ties in problem-solving networks and their dynamic properties
Understanding the functions carried out by network subgraphs is important to revealing the organizing principles of diverse complex networks. Here, we study this question in the co...
Magic graphs
Magic graphs
DE LA TESIS<br/>Si un graf G admet un etiquetament super edge magic, aleshores G es diu que és un graf super edge màgic. La tesis està principalment enfocada a l'estudi del c...
In-Memory Caching for Enhancing Subgraph Accessibility
In-Memory Caching for Enhancing Subgraph Accessibility
Graphs have been utilized in various fields because of the development of social media and mobile devices. Various studies have also been conducted on caching techniques to reduce ...
AI-driven zero-touch orchestration of edge-cloud services
AI-driven zero-touch orchestration of edge-cloud services
(English) 6G networks demand orchestration systems capable of managing thousands of distributed microservices under sub-millisecond latency constraints. Traditional centralized app...
Optimizing edge cloud deployments for video analytics
Optimizing edge cloud deployments for video analytics
(English) As our digital world and physical realities blend together, we, as users, are growing to expect real-time interaction wherever and whenever we want. Newer internet servic...
Product of digraphs, (super) edge-magic valences and related problems
Product of digraphs, (super) edge-magic valences and related problems
Discrete Mathematics, and in particular Graph Theory, has gained a lot of popularity during the last 7 decades. Among the many branches in Graph Theory, graph labelings has experim...
RDF Subgraph Matching by Means of Star Decomposition
RDF Subgraph Matching by Means of Star Decomposition
<p>With the continuous development of the network, the scale of RDF data is becoming larger and larger. In the face of large-scale RDF data processing, the traditional databa...
CALDERA: Finding all significant de Bruijn subgraphs for bacterial GWAS
CALDERA: Finding all significant de Bruijn subgraphs for bacterial GWAS
Abstract
Genome wide association studies (GWAS), aiming to find genetic variants associated with a trait, have widely been used on bacteria to id...

