LLM Reasoning 相关度: 6/10

Breaking Hard Isomorphism Benchmarks with DRESS

Eduar Castrillo Velilla
arXiv: 2603.18582v1 发布: 2026-03-19 更新: 2026-03-19

AI 摘要

Δ-DRESS算法通过顶点删除在同构图检测中表现出色,超越3-WL算法。

主要贡献

  • 提出并验证了Δ-DRESS算法
  • 在大量强正则图数据集上实现了100%的同构图区分
  • 证明该算法超越了3-WL算法的理论界限

方法论

通过单层顶点删除构造图的指纹,并在强正则图等多个图族中进行实验验证。

原文摘要

In this paper we study the single-deletion variant $Δ$-DRESS, part of the broader DRESS framework. We demonstrate empirically that $Δ$-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), $Δ$-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 $Δ$-DRESS separates it, proving that $Δ$-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.

标签

图同构 图算法 强正则图 DRESS

arXiv 分类

cs.DS cs.DM cs.LG