Abstract
A cohesive subgraph of k-truss requires that each edge has at least (k-2) triangles, which has wide applications of modeling social communities and complex network visualization. Recently, the study of truss maximization has gained attention, which aims to enlarge k-truss most by inserting b new edges into a graph G. However, existing maximization methods suffer from a stiff strategy of complete truss conversion, that is either converting the whole (k-1)-truss component to k-truss or converting no edge to k-truss without using any budget. To tackle this bottleneck, we develop a novel partial conversion strategy to explore more insertion plans. Based on partial conversion strategy, we revisit the problem of truss maximization in this paper and propose adaptive solutions by achieving more new k-truss edges. Specifically, we first decompose all (k-1)-truss into a series of disjoint components via the triangle connectivity, where each component's conversion is independent to each other. Then, for each (k-1)-truss component, we explore possible insertion plans of partial conversions. An intuitive method is to randomly insert a budget no more than b new edges and check the expected profit of new k-truss edges. Obviously, this method is inefficient due to a large search space of edge insertions and many times of expensive k-truss verification. To improve it, we propose a new minimum-cut based approach, which converts a subgraph of (k-1)-truss component into a flow graph with weighted edges and finds a key of maximum-flow answer corresponding to a k-truss conversion plan with the minimum budget consumption. Next, we develop a new dynamic programming framework to find the best way to allocate the budget b to all components. We design two fast dynamic programming algorithms and analyze the complexities theoretically. In addition, we explore the case of a large given budget b and extend our techniques to handle the conversion of (k-h)-truss into k-truss for 2≤ h≤ k-2. Extensive experiment results demonstrate the superiority of our algorithms against the state-of-the-art methods.
Original language | English |
---|---|
Title of host publication | Proceedings - 2024 IEEE 40th International Conference on Data Engineering, ICDE 2024 |
Publisher | IEEE |
Pages | 3270-3282 |
Number of pages | 13 |
ISBN (Electronic) | 9798350317152 |
ISBN (Print) | 9798350317169 |
DOIs | |
Publication status | Published - May 2024 |
Event | 40th IEEE International Conference on Data Engineering, ICDE 2024 - Kinepolis Jaarbeurs theater, Utrecht, Netherlands Duration: 13 May 2024 → 17 May 2024 https://icde2024.github.io/papers.html (Link to conference's schedule ) https://icde2024.github.io/index.html (Conference's website) https://ieeexplore.ieee.org/xpl/conhome/10597630/proceeding (Conference's proceeding) |
Publication series
Name | International Conference on Data Engineering |
---|---|
Publisher | IEEE |
ISSN (Print) | 1063-6382 |
ISSN (Electronic) | 2375-026X |
Conference
Conference | 40th IEEE International Conference on Data Engineering, ICDE 2024 |
---|---|
Country/Territory | Netherlands |
City | Utrecht |
Period | 13/05/24 → 17/05/24 |
Internet address |
|
Scopus Subject Areas
- Software
- Information Systems
- Signal Processing
User-Defined Keywords
- dynamic
- graph enhancement
- k-truss
- maximization
- minimum cut