paper-with-me

Papers

Weisfeiler and Lehman Go Categorical

2026-02-06 · Seongjin Choi, Gahee Kim, Se-Young Yun arxiv

While lifting map has significantly enhanced the expressivity of graph neural networks, extending this paradigm to hypergraphs remains fragmented. To address this, we introduce the categorical Weisfeiler-Lehman framework, which formalizes lifting as a functorial mapping from an arbitrary data category to the unifying category of graded posets. When applied to hypergraphs, this perspective allows us to systematically derive Hypergraph Isomorphism Networks, a family of neural architectures where the message passing topology is strictly determined by the choice of functor. We introduce two distinct functors from the category of hypergraphs: an incidence functor and a symmetric simplicial complex functor. While the incidence architecture structurally mirrors standard bipartite schemes, our functorial derivation enforces a richer information flow over the resulting poset, capturing complex intersection geometries often missed by existing methods. We theoretically characterize the expressivity of these models, proving that both the incidence-based and symmetric simplicial approaches subsume the expressive power of the standard Hypergraph Weisfeiler-Lehman test. Extensive experiments on real-world benchmarks validate these theoretical findings.

📄 PDF Abstract BibTeX arXiv:2602.06787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wasserstein Weisfeiler-Lehman Subtree Distance for Graph-Structured Data

2021-09-29 · Zhongxi Fang, Jianming Huang, Hiroyuki Kasai

Defining a valid graph distance is a challenging task in graph machine learning because we need to consider the theoretical validity of the distance, its computational complexity, and effectiveness as a distance between …

Graph Classificationvalid

The PWLR Graph Representation: A Persistent Weisfeiler-Lehman scheme with Random Walks for Graph Classification

2022-08-29 · Sun Woo Park, Yun Young Choi, Dosang Joe, U Jin Choi 외

This paper presents the Persistent Weisfeiler-Lehman Random walk scheme (abbreviated as PWLR) for graph representations, a novel mathematical framework which produces a collection of explainable low-dimensional represent…

Graph Classification

WL-Align: Weisfeiler-Lehman Relabeling for Aligning Users across Networks via Regularized Representation Learning

2022-12-29 · Li Liu, Penggang Chen, Xin Li, William K. Cheung 외

Aligning users across networks using graph representation learning has been found effective where the alignment is accomplished in a low-dimensional embedding space. Yet, achieving highly precise alignment is still chall…

Graph Representation LearningRepresentation Learning

A Persistent Weisfeiler–Lehman Procedure for Graph Classification

2019-06-09 · Proceedings of the 36th International Conference on Machine Learning 2019 6 · Bastian Rieck, Christian Bock, Karsten Borgwardt

The Weisfeiler–Lehman graph kernel exhibits competitive performance in many graph classification tasks. However, its subtree features are not able to capture connected components and cycles, topological features known fo…

ClassificationGeneral ClassificationGraph ClassificationTopological Data Analysis

The Weisfeiler-Lehman Distance: Reinterpretation and Connection with GNNs

2023-02-01 · Samantha Chen, Sunhyuk Lim, Facundo Mémoli, Zhengchao Wan 외

In this paper, we present a novel interpretation of the so-called Weisfeiler-Lehman (WL) distance, introduced by Chen et al. (2022), using concepts from stochastic processes. The WL distance aims at comparing graphs with…