Papers
Topics
Authors
Recent
Search
2000 character limit reached

Geometric Simplicial WL Test

Updated 31 May 2026
  • The test extends classical WL methods by integrating vertex embedding data to discriminate geometric and combinatorial features.
  • GSWL employs permutation-invariant feature maps for initializing simplex colorings and refines them via injective multiset aggregation.
  • It bridges to the Euler Characteristic Transform, offering theoretical guarantees for geometry-aware message passing neural network expressivity.

The Geometric Simplicial Weisfeiler–Lehman (GSWL) test is a color refinement scheme for distinguishing geometric and combinatorial structures in simplicial complexes and hypergraphs. It extends the classical Weisfeiler–Lehman (WL) and Simplicial WL (SWL) tests by incorporating vertex embedding data into the refinement process, thereby achieving discrimination between complexes not only in terms of combinatorial connectivity but also geometric realization. GSWL provides theoretical upper and lower bounds on the expressive power of geometry-aware message passing neural networks and connects directly to complete geometric invariants through the Euler Characteristic Transform (ECT).

1. Formal Definition and Methodology

The GSWL test operates on an embedded simplicial complex, (K,x)(K,x), where KK is a (possibly lifted) simplicial complex and x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d injectively assigns coordinates to each vertex. For every kk-dimensional simplex σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\} in KK, a permutation-invariant feature map Φk(xv0,...,xvk)Rpk\Phi_k(x_{v_0}, ..., x_{v_k}) \in \mathbb{R}^{p_k} is computed. Initialization assigns colorings by: cσ(0)={(0,xv){0}×Rdif σ={v} (k,Φk(xv0,...,xvk)){k}×Rpkif dimσ=k1c_\sigma^{(0)} = \begin{cases} (0, x_v) \in \{0\} \times \mathbb{R}^d & \text{if } \sigma = \{v\} \ (k, \Phi_k(x_{v_0},...,x_{v_k})) \in \{k\} \times \mathbb{R}^{p_k} & \text{if } \dim \sigma = k \ge 1 \end{cases} Each refinement step applies an injective multiset aggregation HASH\mathrm{HASH}: cσ(+1):=HASH(cσ(),{ ⁣{cτ():τσ} ⁣},{ ⁣{cρ():ρcoface(σ)} ⁣})c_\sigma^{(\ell+1)} := \mathrm{HASH}\Bigl( c_\sigma^{(\ell)}, \{\!\{c_\tau^{(\ell)} : \tau \in \partial \sigma\}\!\}, \{\!\{c_\rho^{(\ell)} : \rho \in \text{coface}(\sigma)\}\!\} \Bigr) where KK0 denotes the faces of KK1 of dimension KK2, and KK3 denotes the KK4-dimensional cofaces containing KK5.

Two embedded complexes KK6 are declared GSWL-KK7 equivalent if their multisets KK8 are equal after KK9 rounds.

2. Connection to Categorical and Combinatorial Lifts

GSWL generalizes the categorical WL (CatWL) framework (Choi et al., 6 Feb 2026), in which hypergraphs are lifted to the category of graded posets via a symmetric simplicial complex functor. For a hypergraph x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d0, the symmetric simplicial lift x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d1 forms x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d2-simplices x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d3 from subsets x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d4 for each hyperedge x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d5, endowing the collection with a graded poset structure via face inclusion.

The update in this setting, corresponding to a four-adjacency GWL, aggregates colors from:

  • Boundary faces,
  • Coboundary (cofaces),
  • Lower adjacency (peers sharing a face),
  • Upper adjacency (peers sharing a coface),

and updates via: x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d6 (Choi et al., 6 Feb 2026). In the geometric context, this structure is further enriched by the feature maps derived from embeddings x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d7.

3. Expressive Power and Theoretical Guarantees

GSWL strictly refines the classical SWL and standard Hypergraph-WL (HWL) tests. In SWL, initial colorings depend only on simplex dimension and thus cannot differentiate embedded complexes with identical combinatorial structure but differing geometry. The initial coloring in GSWL, which includes geometric features, yields strictly finer partitions. Expressivity theorems establish:

  • GSWL dominates HWL and CatWL, distinguishing pairs of hypergraphs or complexes that are indistinguishable to HWL by leveraging the richer adjacency structure of the simplicial lift and geometric features.
  • A neural realization of GSWL with injective aggregators and update functions achieves exactly the same partitioning as the combinatorial version (i.e., achieves isomorphism identification on the lifted posets) (Choi et al., 6 Feb 2026, Wang et al., 7 May 2026).
  • For fixed finite families of complexes, geometry-aware boundary–coboundary message passing architectures can attain the full discrimination power of GSWL, provided all MLPs and aggregators have the finite interpolation property (Wang et al., 7 May 2026).

4. Relationship to Geometric Invariants: Euler Characteristic Transform

A crucial result links GSWL to the Euler Characteristic Transform (ECT), which provides a complete geometric invariant for embedded simplicial complexes. For each direction x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d8 and threshold x:vert(K)Rdx: \mathrm{vert}(K) \to \mathbb{R}^d9, the ECT is: kk0 where kk1. Turner–Curry–Ghrist theorem establishes the injectivity of kk2 for fixed kk3, yielding completeness.

GSWL, for kk4, can reproduce sampled ECT over finite grids via color refinement applied to all simplices and suitable readout, hence connects directly to geometric invariants that are sufficient to distinguish non-congruent embeddings (Wang et al., 7 May 2026).

5. Practical Implementation and Computational Complexity

The naïve computation of the symmetric simplicial lift kk5 is kk6, but practical implementations truncate at a maximum simplex dimension or hyperedge size kk7, leading to cost kk8, linear in the number of hyperedges for constant kk9. Each refinement round requires σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}0, polynomial in the size of the poset (Choi et al., 6 Feb 2026). For geometric simplicial complexes, the cost per step is σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}1, where σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}2 is the number of cells and σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}3 is the maximum neighborhood size; geometric feature computation adds only constant overhead per neighbor (Chen et al., 1 May 2026).

A high-level one-round pseudocode is:

σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}5 For geometry-aware SMP, feature computation is added in the initialization and update steps (Choi et al., 6 Feb 2026, Wang et al., 7 May 2026).

6. Extensions, Empirical Hierarchies, and Open Directions

Empirical results establish a monotone expressivity hierarchy: combinatorial SWL ≤ geometry-aware SMP ≤ GSWL, with geometry-aware models dramatically outperforming purely combinatorial ones on tasks where geometric structure is relevant. For instance, GSWL and geometry-aware SMP achieve perfect classification on mesh deformation tasks and outperform classical graph and set-based neural architectures on manifold triangulations and real-world mesh datasets (Wang et al., 7 May 2026).

Key limitations and open problems include:

  • Injectivity requirements (wide MLPs or high-precision hash tables).
  • Pure locality of features; current GSWL does not directly encode global homology.
  • Integration of persistent homology and continuous cell complexes into the WL framework.
  • Determining minimal σ={v0,,vk}\sigma = \{v_0, \ldots, v_k\}4-skeleton depth required for geometric discrimination, handling chirality, and quantifying over-smoothing in deep geometric networks (Chen et al., 1 May 2026).

GSWL serves as a cornerstone in the development of theoretically grounded, geometry-sensitive message passing for topological learning, and continues to motivate the synthesis of combinatorial and geometric invariants in higher-order neural architectures.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Geometric Simplicial Weisfeiler–Lehman (GSWL) Test.