paper-with-me

홈 › Papers

The Logical Expressiveness of Topological Neural Networks

2026-04-21 · Amirreza Akbari, Amauri H. Souza, Vikas Garg arxiv

Graph neural networks (GNNs) are the standard for learning on graphs, yet they have limited expressive power, often expressed in terms of the Weisfeiler-Leman (WL) hierarchy or within the framework of first-order logic. In this context, topological neural networks (TNNs) have recently emerged as a promising alternative for graph representation learning. By incorporating higher-order relational structures into message-passing schemes, TNNs offer higher representational power than traditional GNNs. However, a fundamental question remains open: what is the logical expressiveness of TNNs? Answering this allows us to characterize precisely which binary classifiers TNNs can represent. In this paper, we address this question by analyzing isomorphism tests derived from the underlying mechanisms of general TNNs. We introduce and investigate the power of higher-order variants of WL-based tests for combinatorial complexes, called $k$-CCWL test. In addition, we introduce the topological counting logic (TC$_k$), an extension of standard counting logic featuring a novel pairwise counting quantifier $ \exists^{N}(x_i,x_j)\, \varphi(x_i,x_j), $ which explicitly quantifies pairs $(x_i, x_j)$ satisfying property $\varphi$. We rigorously prove the exact equivalence: $ \text{k-CCWL} \equiv \text{TC}_{k{+}2} \equiv \text{Topological }(k{+}2)\text{-pebble game}.$ These results establish a logical expressiveness theory for TNNs.

📄 PDF Abstract BibTeX arXiv:2604.19212

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation Learning

Similar Papers 제목 키워드 기반

A Study on Topological Descriptors for the Analysis of 3D Surface Texture

2017-10-29 · Matthias Zeppelzauer, Bartosz Zielinski, Mateusz Juda, Markus Seidl

Methods from computational topology are becoming more and more popular in computer vision and have shown to improve the state-of-the-art in several tasks. In this paper, we investigate the applicability of topological de…

General Classification

Colored Markov Random Fields for Probabilistic Topological Modeling

2025-12-03 · Lorenzo Marinucci, Leonardo Di Nino, Gabriele D'Acunto, Mario Edoardo Pandolfo 외 arxiv

Probabilistic Graphical Models (PGMs) encode conditional dependencies among random variables using a graph -nodes for variables, links for dependencies- and factorize the joint distribution into lower-dimensional compone…

How Expressive are Graph Neural Networks in Recommendation?

2023-08-22 · Xuheng Cai, Lianghao Xia, Xubin Ren, Chao Huang

Graph Neural Networks (GNNs) have demonstrated superior performance on various graph learning tasks, including recommendation, where they leverage user-item collaborative filtering signals in graphs. However, theoretical…

Collaborative FilteringGraph Learning

Learning to Learn Graph Topologies

2021-10-19 · NeurIPS 2021 12 · Xingyue Pu, Tianyue Cao, Xiaoyun Zhang, Xiaowen Dong 외

Learning a graph topology to reveal the underlying relationship between data entities plays an important role in various machine learning and data analysis tasks. Under the assumption that structured data vary smoothly o…

Polynomial Graph Convolutional Networks

2021-01-01 · Luca Pasa, Nicolò Navarin, Alessandro Sperduti

Graph Convolutional Neural Networks (GCNs) exploit convolution operators, based on some neighborhood aggregating scheme, to compute representations of graphs. The most common convolution operators only exploit local topo…

Graph ClassificationGraph Neural Network