Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining 2009
DOI: 10.1145/1557019.1557111
|View full text |Cite
|
Sign up to set email alerts
|

Doulion

Abstract: Counting the number of triangles in a graph is a beautiful algorithmic problem which has gained importance over the last years due to its significant role in complex network analysis. Metrics frequently computed such as the clustering coefficient and the transitivity ratio involve the execution of a triangle counting algorithm. Furthermore, several interesting graph mining applications rely on computing the number of triangles in the graph of interest.In this paper, we focus on the problem of counting triangle… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
31
0

Year Published

2010
2010
2018
2018

Publication Types

Select...
3
3

Relationship

1
5

Authors

Journals

citations
Cited by 252 publications
(31 citation statements)
references
References 29 publications
0
31
0
Order By: Relevance
“…Our algorithm combines two approaches that have been taken on triangle counting: sparsify the graph by keeping a random subset of the edges [34,35] followed by a triple sampling using the idea of vertex partitioning due to Alon, Yuster and Zwick [2].…”
Section: Proposed Methodsmentioning
confidence: 99%
See 4 more Smart Citations
“…Our algorithm combines two approaches that have been taken on triangle counting: sparsify the graph by keeping a random subset of the edges [34,35] followed by a triple sampling using the idea of vertex partitioning due to Alon, Yuster and Zwick [2].…”
Section: Proposed Methodsmentioning
confidence: 99%
“…The key observation is that since counting triangles reduces to computing the intersection of two sets, namely the induced neighborhoods of two adjacent nodes, ideas from locality sensitivity hashing [6] are applicable to the problem. In [34] an algorithm which tosses a coin independently for each edge with probability p to keep the edge and probability q = 1 − p to throw it away is proposed. It was shown later by Tsourakakis, Kolountzakis and Miller [35] using a powerful theorem due to Kim and Vu [22] that under mild conditions on the triangle density the method results in a strongly concentrated estimate on the number of triangles.…”
Section: Existing Workmentioning
confidence: 99%
See 3 more Smart Citations