菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - Breaking Hard Isomorphism Benchmarks with DRESS

In this paper we study the single-deletion variant $\Delta$-DRESS, part of the broader DRESS framework. We demonstrate empirically that $\Delta$-DRESS, a single level of vertex deletion applied to the DRESS graph fingerprint, achieves unique fingerprints within each tested SRG parameter family across all 51,718 non-isomorphic strongly regular graphs (SRGs) considered, spanning 16 parameter families: the complete Spence collection (12 families, 43,703 graphs on up to 64 vertices) plus four additional SRG families with up to 4,466 graphs per family. Combined with 18 additional hard graph families (102 graphs including Miyazaki, Chang, Paley, Latin square, and Steiner constructions), $\Delta$-DRESS achieves 100% within-family separation across 34 benchmark families covering 51,816 distinct graph instances, implicitly resolving over 576 million within-family non-isomorphic pairs. Moreover, the classical Rook $L_2(4)$ vs. Shrikhande pair, SRG(16,6,2,2), is known to be indistinguishable by the original 3-WL algorithm, yet $\Delta$-DRESS separates it, proving that $\Delta$-DRESS escapes the theoretical boundaries of 3-WL. The method runs in polynomial time $\mathcal{O}(n \cdot I \cdot m \cdot d_{\max})$ per graph; a streamed implementation of the combined fingerprint uses $\mathcal{O}(m + B + n)$ memory, where $B$ is the number of histogram bins, while the experiments reported here additionally retain the full deleted-subgraph multiset matrix for post-hoc analysis.

顶级标签: theory machine learning systems
详细标签: graph isomorphism graph fingerprint strongly regular graphs weisfeiler-lehman polynomial-time algorithm 或 搜索:

使用DRESS打破图同构难题基准 / Breaking Hard Isomorphism Benchmarks with DRESS


1️⃣ 一句话总结

这篇论文提出了一种名为Δ-DRESS的新方法,它通过一种巧妙的“删除顶点并计算特征”的策略,成功区分了超过5万张原本难以区分的复杂网络图,其能力甚至超越了某些经典理论算法的极限,并且计算效率很高。

源自 arXiv: 2603.18582