Pith. sign in

REVIEW 2 cited by

Cover Edge-Based Novel Triangle Counting

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2403.02997 v1 pith:WIKK6TQZ submitted 2024-03-05 cs.DS

classification cs.DS
keywords algorithmsgraphgraphsnovelparallelsequentialalgorithmcounting
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Listing and counting triangles in graphs is a key algorithmic kernel for network analyses, including community detection, clustering coefficients, k-trusses, and triangle centrality. In this paper, we propose the novel concept of a cover-edge set that can be used to find triangles more efficiently. Leveraging the breadth-first search (BFS) method, we can quickly generate a compact cover-edge set. Novel sequential and parallel triangle counting algorithms that employ cover-edge sets are presented. The novel sequential algorithm performs competitively with the fastest previous approaches on both real and synthetic graphs, such as those from the Graph500 Benchmark and the MIT/Amazon/IEEE Graph Challenge. We implement 22 sequential algorithms for performance evaluation and comparison. At the same time, we employ OpenMP to parallelize 11 sequential algorithms, presenting an in-depth analysis of their parallel performance. Furthermore, we develop a distributed parallel algorithm that can asymptotically reduce communication on massive graphs. In our estimate from massive-scale Graph500 graphs, our distributed parallel algorithm can reduce the communication on a scale~36 graph by 1156x and on a scale~42 graph by 2368x. Comprehensive experiments are conducted on the recently launched Intel Xeon 8480+ processor and shed light on how graph attributes, such as topology, diameter, and degree distribution, can affect the performance of these algorithms.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Efficient and Adaptive Estimation of Local Triadic Coefficients

    cs.DS 2025-07 conditional novelty 6.0 of 10

    Triad estimates average local clustering and closure coefficients for arbitrary node groups by sampling a small fraction of edges, with unbiased estimators and data-dependent confidence guarantees.

  2. CoT-X: An Adaptive Framework for Cross-Model Chain-of-Thought Transfer and Optimization

    cs.AI 2025-11 conditional novelty 5.0 of 10

    An adaptive summarization framework compresses chain-of-thought traces and transfers them across model families, claiming up to 40.5% accuracy gains over truncation on medical QA and 84% fewer configuration evaluation...

Pith tools