Exploring Cohesive Subgraphs with Vertex Engagement and Tie Strength in Bipartite Graphs
Abstract
We propose a novel cohesive subgraph model called -strengthened -core (denoted as -core), which is the first to consider both tie strength and vertex engagement on bipartite graphs. An edge is a strong tie if contained in at least butterflies (-bicliques). -core requires each vertex on the upper or lower level to have at least or strong ties, given strength level . To retrieve the vertices of -core optimally, we construct index to store all -cores. Effective optimization techniques are proposed to improve index construction. To make our idea practical on large graphs, we propose 2D-indexes , and that selectively store the vertices of -core for some , and . The 2D-indexes are more space-efficient and require less construction time, each of which can support -core queries. As query efficiency depends on input parameters and the choice of 2D-index, we propose a learning-based hybrid computation paradigm by training a feed-forward neural network to predict the optimal choice of 2D-index that minimizes the query time. Extensive experiments show that () -core is an effective model capturing unique and important cohesive subgraphs; () the proposed techniques significantly improve the efficiency of index construction and query processing.
Keywords
Cite
@article{arxiv.2008.04054,
title = {Exploring Cohesive Subgraphs with Vertex Engagement and Tie Strength in Bipartite Graphs},
author = {Yizhang He and Kai Wang and Wenjie Zhang and Xuemin Lin and Ying Zhang},
journal= {arXiv preprint arXiv:2008.04054},
year = {2020}
}