Table of Contents
Fetching ...

DRESS and the WL Hierarchy: Climbing One Deletion at a Time

Eduar Castrillo Velilla

TL;DR

Delta^\ell$-DRESS is introduced, which applies $\ell$ levels of iterated node deletion to the DRESS continuous structural refinement framework, and established as a practical framework for systematically climbing the WL hierarchy on the canonical CFI benchmark family.

Abstract

The Cai--Fürer--Immerman (CFI) construction provides the canonical family of hard instances for the Weisfeiler--Leman (WL) hierarchy: distinguishing the two non-isomorphic CFI graphs over a base graph $G$ requires $k$-WL where $k$ meets or exceeds the treewidth of $G$. In this paper, we introduce $Δ^\ell$-DRESS, which applies $\ell$ levels of iterated node deletion to the DRESS continuous structural refinement framework. $Δ^\ell$-DRESS runs Original-DRESS on all $\binom{n}{\ell}$ subgraphs obtained by removing $\ell$ nodes, and compares the resulting histograms. We show empirically on the canonical CFI benchmark family that Original-DRESS ($Δ^0$) already distinguishes $\text{CFI}(K_3)$ (requiring 2-WL), and that each additional deletion level extends the range by one WL level: $Δ^1$ reaches 3-WL, $Δ^2$ reaches 4-WL, and $Δ^3$ reaches 5-WL, distinguishing CFI pairs over $K_n$ for $n = 3, \ldots, 6$. Crucially, $Δ^3$ fails on $\text{CFI}(K_7)$ (requiring 6-WL), confirming a sharp boundary at $(\ell+2)$-WL. The computational cost is $\mathcal{O}\bigl(\binom{n}{\ell} \cdot I \cdot m \cdot d_{\max}\bigr)$ -- polynomial in $n$ for fixed $\ell$. These results establish $Δ^\ell$-DRESS as a practical framework for systematically climbing the WL hierarchy on the canonical CFI benchmark family.

DRESS and the WL Hierarchy: Climbing One Deletion at a Time

TL;DR

Delta^\ell\ell$ levels of iterated node deletion to the DRESS continuous structural refinement framework, and established as a practical framework for systematically climbing the WL hierarchy on the canonical CFI benchmark family.

Abstract

The Cai--Fürer--Immerman (CFI) construction provides the canonical family of hard instances for the Weisfeiler--Leman (WL) hierarchy: distinguishing the two non-isomorphic CFI graphs over a base graph requires -WL where meets or exceeds the treewidth of . In this paper, we introduce -DRESS, which applies levels of iterated node deletion to the DRESS continuous structural refinement framework. -DRESS runs Original-DRESS on all subgraphs obtained by removing nodes, and compares the resulting histograms. We show empirically on the canonical CFI benchmark family that Original-DRESS () already distinguishes (requiring 2-WL), and that each additional deletion level extends the range by one WL level: reaches 3-WL, reaches 4-WL, and reaches 5-WL, distinguishing CFI pairs over for . Crucially, fails on (requiring 6-WL), confirming a sharp boundary at -WL. The computational cost is -- polynomial in for fixed . These results establish -DRESS as a practical framework for systematically climbing the WL hierarchy on the canonical CFI benchmark family.
Paper Structure (19 sections, 2 theorems, 4 equations, 1 table)

This paper contains 19 sections, 2 theorems, 4 equations, 1 table.

Key Result

Theorem 2

The $k$-WL algorithm cannot distinguish $\text{CFI}(G)$ from $\text{CFI}'(G)$ whenever $k < \text{tw}(G)$, where $\text{tw}(G)$ is the treewidth of $G$.

Theorems & Definitions (4)

  • Definition 1: $\Delta$-DRESS
  • Theorem 2: Cai, Fürer, Immerman cai1992optimal
  • Definition 3: $\Delta^\ell$-DRESS
  • Proposition 4: Complexity