X-Blossom: Massive Parallelization of Graph Maximum Matching
Summary: X-Blossom massively parallelizes maximum matching by eliminating recursion, concurrently searching disjoint augmenting paths, and replacing dynamic graph/tree structures with a simple path table. Achieves up to 992× sequential and 431× prior-parallel speedups, with scalability to 64 cores. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
No non-self incoming citations found for this paper in this database.
Authors
- 1. Dayi Fan (Ohio State University)
- 2. Rubao Lee (Independent)
- 3. Xiaodong Zhang (Ohio State University)
BibTeX Citation
@article{fan_vldb25,
title = {{X-Blossom: Massive Parallelization of Graph Maximum Matching}},
author = {Fan, Dayi and Lee, Rubao and Zhang, Xiaodong},
journal = {PVLDB},
series = {{VLDB} '25},
volume = {18},
number = {10},
pages = {3339--3353},
doi = {10.14778/3748191.3748199},
url = {https://doi.org/10.14778/3748191.3748199},
year = {2025}
}
Incoming Citations (Sorted by Pagerank)
Showing 0 of 0 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 19 of 19 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 1,006 | Efficient Subgraph Matching: Harmonizing Dynamic Programming, Adaptive Matching Order, and Failing Set Together | 2019 | SIGMOD |
| 2 | 10,564 | gMatch: Fine-Grained and Hardware-Efficient Subgraph Matching on GPUs | 2026 | VLDB |
| 3 | 442 | Efficient Subgraph Matching on Billion Node Graphs | 2012 | VLDB |
| 4 | 10,204 | Beyond Maximum Common Subgraph: A Framework Maximizing Shared Computation for Multi-Query Subgraph Matching | 2026 | SIGMOD |
| 5 | 3,821 | Distributed Subgraph Matching on Timely Dataflow | 2019 | VLDB |
| 6 | 11,756 | Approximate Pattern Matching in Massive Graphs with Precision and Recall Guarantees | 2020 | SIGMOD |
| 7 | 2,650 | TreeSpan: Efficiently Computing Similarity All-Matching | 2012 | SIGMOD |
| 8 | 1,128 | Graph Pattern Matching: From Intractable to Polynomial Time | 2010 | VLDB |
| 9 | 10,375 | GraphMatch: Subgraph Query Processing on Steroids | 2026 | SIGMOD |
| 10 | 10,558 | Characterizing Parallel Subgraph Matching Performance: A Systematic Study of Interactions, Scalability, and Enumeration | 2026 | VLDB |