Efficient Estimation of Graph Trussness
Alessio Conte, Roberto Grossi, Andrea Marino, Luca Versari

TL;DR
This paper introduces a faster approximation algorithm for estimating the graph's trussness, a measure of cohesive subgraphs, which is more efficient than exact methods especially on large graphs with many triangles.
Contribution
It presents the first efficient approximation algorithms for graph trussness with provable guarantees, reducing computational complexity compared to exact methods.
Findings
The approximation algorithm is faster than exact methods on graphs with many triangles.
It achieves a (1 ± ε)-approximation with lower asymptotic complexity.
Exact computation complexity is shown to be inherently tied to triangle counting complexity.
Abstract
A -truss is an edge-induced subgraph such that each of its edges belongs to at least triangles of . This notion has been introduced around ten years ago in social network analysis and security, as a form of cohesive subgraph that is rich of triangles and less stringent than the clique. The \emph{trussness} of a graph is the maximum such that a -truss exists. The problem of computing -trusses has been largely investigated from the practical and engineering point of view. On the other hand, the theoretical side of the problem has received much less attention, despite presenting interesting challenges. The existing methods share a common design, based on iteratively removing the edge with smallest support, where the support of an edge is the number of triangles containing it. The aim of this paper is studying algorithmic aspects of graph trussness. While it is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Topological and Geometric Data Analysis
