Skip to main content

Showing 1–20 of 20 results for author: Geerts, F

.
  1. arXiv:2402.07568  [pdf, other

    cs.LG cs.DM cs.NE stat.ML

    Weisfeiler-Leman at the margin: When more expressivity matters

    Authors: Billy J. Franks, Christopher Morris, Ameya Velingker, Floris Geerts

    Abstract: The Weisfeiler-Leman algorithm ($1$-WL) is a well-studied heuristic for the graph isomorphism problem. Recently, the algorithm has played a prominent role in understanding the expressive power of message-passing graph neural networks (MPNNs) and being effective as a graph kernel. Despite its success, $1$-WL faces challenges in distinguishing non-isomorphic graphs, leading to the development of mor… ▽ More

    Submitted 28 May, 2024; v1 submitted 12 February, 2024; originally announced February 2024.

    Comments: Accepted at ICML 2024. arXiv admin note: text overlap with arXiv:2301.11039

  2. arXiv:2310.04598  [pdf, other

    cs.LG cs.AI cs.DB

    A Neuro-Symbolic Framework for Answering Graph Pattern Queries in Knowledge Graphs

    Authors: Tamara Cucumides, Daniel Daza, Pablo Barceló, Michael Cochez, Floris Geerts, Juan L Reutter, Miguel Romero

    Abstract: The challenge of answering graph queries over incomplete knowledge graphs is gaining significant attention in the machine learning community. Neuro-symbolic models have emerged as a promising approach, combining good performance with high interpretability. These models utilize trained architectures to execute atomic queries and integrate modules that mimic symbolic query operators. However, most n… ▽ More

    Submitted 5 June, 2024; v1 submitted 6 October, 2023; originally announced October 2023.

  3. arXiv:2301.11039  [pdf, other

    cs.LG cs.DM cs.DS cs.NE stat.ML

    WL meet VC

    Authors: Christopher Morris, Floris Geerts, Jan Tönshoff, Martin Grohe

    Abstract: Recently, many works studied the expressive power of graph neural networks (GNNs) by linking it to the $1$-dimensional Weisfeiler--Leman algorithm ($1\text{-}\mathsf{WL}$). Here, the $1\text{-}\mathsf{WL}$ is a well-studied heuristic for the graph isomorphism problem, which iteratively colors or partitions a graph's vertex set. While this connection has led to significant advances in understanding… ▽ More

    Submitted 30 May, 2023; v1 submitted 26 January, 2023; originally announced January 2023.

    Comments: Accepted at ICML 2023. arXiv admin note: text overlap with arXiv:2206.11168

  4. arXiv:2206.11168  [pdf, other

    cs.LG cs.AI cs.DS cs.NE stat.ML

    Ordered Subgraph Aggregation Networks

    Authors: Chendi Qian, Gaurav Rattan, Floris Geerts, Christopher Morris, Mathias Niepert

    Abstract: Numerous subgraph-enhanced graph neural networks (GNNs) have emerged recently, provably boosting the expressive power of standard (message-passing) GNNs. However, there is a limited understanding of how these approaches relate to each other and to the Weisfeiler-Leman hierarchy. Moreover, current approaches either use all subgraphs of a given size, sample them uniformly at random, or use hand-craf… ▽ More

    Submitted 15 October, 2022; v1 submitted 22 June, 2022; originally announced June 2022.

    Comments: Accepted at NeurIPS 2022. Fixed link to code repository

  5. arXiv:2204.04661  [pdf, ps, other

    cs.LG

    Expressiveness and Approximation Properties of Graph Neural Networks

    Authors: Floris Geerts, Juan L. Reutter

    Abstract: Characterizing the separation power of graph neural networks (GNNs) provides an understanding of their limitations for graph learning tasks. Results regarding separation power are, however, usually geared at specific GNN architectures, and tools for understanding arbitrary GNN architectures are generally lacking. We provide an elegant way to easily obtain bounds on the separation power of GNNs in… ▽ More

    Submitted 10 April, 2022; originally announced April 2022.

    Comments: 43 pages, accepted as oral presentation at ICLR 2022: https://openreview.net/forum?id=wIzUeM3TAU

  6. On the expressive power of message-passing neural networks as global feature map transformers

    Authors: Floris Geerts, Jasper Steegmans, Jan Van den Bussche

    Abstract: We investigate the power of message-passing neural networks (MPNNs) in their capacity to transform the numerical features stored in the nodes of their input graphs. Our focus is on global expressive power, uniformly over all input graphs, or over graphs of bounded degree with features from a bounded domain. Accordingly, we introduce the notion of a global feature map transformer (GFMT). As a yards… ▽ More

    Submitted 17 March, 2022; originally announced March 2022.

    Comments: 17 pages, 1 figure

    Journal ref: Proceedings FoIKS 2022 conference

  7. arXiv:2106.06707  [pdf, other

    cs.LG

    Graph Neural Networks with Local Graph Parameters

    Authors: Pablo Barceló, Floris Geerts, Juan Reutter, Maksimilian Ryschkov

    Abstract: Various recent proposals increase the distinguishing power of Graph Neural Networks GNNs by propagating features between $k$-tuples of vertices. The distinguishing power of these "higher-order'' GNNs is known to be bounded by the $k$-dimensional Weisfeiler-Leman (WL) test, yet their $\mathcal O(n^k)$ memory requirements limit their applicability. Other proposals infuse GNNs with local higher-order… ▽ More

    Submitted 12 June, 2021; originally announced June 2021.

  8. arXiv:2010.13717  [pdf, other

    cs.CC cs.DB cs.DS

    Expressive power of linear algebra query languages

    Authors: Floris Geerts, Thomas Muñoz, Cristian Riveros, Domagoj Vrgoč

    Abstract: Linear algebra algorithms often require some sort of iteration or recursion as is illustrated by standard algorithms for Gaussian elimination, matrix inversion, and transitive closure. A key characteristic shared by these algorithms is that they allow loo** for a number of steps that is bounded by the matrix dimension. In this paper we extend the matrix query language MATLANG with this type of r… ▽ More

    Submitted 26 October, 2020; originally announced October 2020.

  9. arXiv:2007.12035  [pdf, ps, other

    cs.LG math.CO stat.ML

    The expressive power of kth-order invariant graph networks

    Authors: Floris Geerts

    Abstract: The expressive power of graph neural network formalisms is commonly measured by their ability to distinguish graphs. For many formalisms, the k-dimensional Weisfeiler-Leman (k-WL) graph isomorphism test is used as a yardstick. In this paper we consider the expressive power of kth-order invariant (linear) graph networks (k-IGNs). It is known that k-IGNs are expressive enough to simulate k-WL. This… ▽ More

    Submitted 23 July, 2020; originally announced July 2020.

    Comments: 18 pages

  10. arXiv:2006.09499  [pdf, ps, other

    cs.LG stat.ML

    Walk Message Passing Neural Networks and Second-Order Graph Neural Networks

    Authors: Floris Geerts

    Abstract: The expressive power of message passing neural networks (MPNNs) is known to match the expressive power of the 1-dimensional Weisfeiler-Leman graph (1-WL) isomorphism test. To boost the expressive power of MPNNs, a number of graph neural network architectures have recently been proposed based on higher-dimensional Weisfeiler-Leman tests. In this paper we consider the two-dimensional (2-WL) test and… ▽ More

    Submitted 16 June, 2020; originally announced June 2020.

    Comments: 16 pages

  11. arXiv:2004.02593  [pdf, ps, other

    cs.LG stat.ML

    Let's Agree to Degree: Comparing Graph Convolutional Networks in the Message-Passing Framework

    Authors: Floris Geerts, Filip Mazowiecki, Guillermo A. Pérez

    Abstract: In this paper we cast neural networks defined on graphs as message-passing neural networks (MPNNs) in order to study the distinguishing power of different classes of such models. We are interested in whether certain architectures are able to tell vertices apart based on the feature labels given as input with the graph. We consider two variants of MPNNS: anonymous MPNNs whose message functions depe… ▽ More

    Submitted 6 April, 2020; originally announced April 2020.

    Comments: 22 pages

  12. arXiv:1812.04379  [pdf, other

    cs.DB cs.LO

    On the expressive power of linear algebra on graphs

    Authors: Floris Geerts

    Abstract: Most graph query languages are rooted in logic. By contrast, in this paper we consider graph query languages rooted in linear algebra. More specifically, we consider MATLANG, a matrix query language recently introduced, in which some basic linear algebra functionality is supported. We investigate the problem of characterising equivalence of graphs, represented by their adjacency matrices, for vari… ▽ More

    Submitted 3 February, 2020; v1 submitted 11 December, 2018; originally announced December 2018.

    Comments: 51 pages, revised extended version of conference paper (International Conference on Database Theory 2019)

  13. arXiv:1806.10078  [pdf, other

    cs.DB

    A General Framework for Anytime Approximation in Probabilistic Databases

    Authors: Maarten Van den Heuvel, Floris Geerts, Wolfgang Gatterbauer, Martin Theobald

    Abstract: Anytime approximation algorithms that compute the probabilities of queries over probabilistic databases can be of great use to statistical learning tasks. Those approaches have been based so far on either (i) sampling or (ii) branch-and-bound with model-based bounds. We present here a more general branch-and-bound framework that extends the possible bounds by using 'dissociation', which yields tig… ▽ More

    Submitted 3 July, 2018; v1 submitted 26 June, 2018; originally announced June 2018.

    Comments: 3 pages, 2 figures, submitted to StarAI 2018 Workshop

  14. arXiv:1709.08359  [pdf, ps, other

    cs.DB

    On the expressive power of query languages for matrices

    Authors: Robert Brijder, Floris Geerts, Jan Van den Bussche, Timmy Weerwag

    Abstract: We investigate the expressive power of $\mathsf{MATLANG}$, a formal language for matrix manipulation based on common matrix operations and linear algebra. The language can be extended with the operation $\mathsf{inv}$ of inverting a matrix. In $\mathsf{MATLANG}+\mathsf{inv}$ we can compute the transitive closure of directed graphs, whereas we show that this is not possible without inversion. Indee… ▽ More

    Submitted 25 September, 2017; originally announced September 2017.

    Comments: 21 pages, 3 figures

  15. arXiv:cs/0608091  [pdf, ps, other

    cs.DS cs.DB

    On-line topological simplification of weighted graphs

    Authors: Floris Geerts, Peter Revesz, Jan Van den Bussche

    Abstract: We describe two efficient on-line algorithms to simplify weighted graphs by eliminating degree-two vertices. Our algorithms are on-line in that they react to updates on the data, kee** the simplification up-to-date. The supported updates are insertions of vertices and edges; hence, our algorithms are partially dynamic. We provide both analytical and empirical evaluations of the efficiency of o… ▽ More

    Submitted 23 August, 2006; originally announced August 2006.

    Comments: This is the full techreport corresponding to the paper "On-line maintenance of simplified weighted graphs for efficient distance queries" in the proceedings of ACM-GIS 2006

    Journal ref: Proceedings ACM-GIS 2006, ACM Press

  16. arXiv:cs/0503012  [pdf, ps, other

    cs.DB

    First-order Complete and Computationally Complete Query Languages for Spatio-Temporal Databases

    Authors: Floris Geerts, Sofie Haesevoets, Bart Kuijpers

    Abstract: We address a fundamental question concerning spatio-temporal database systems: ``What are exactly spatio-temporal queries?'' We define spatio-temporal queries to be computable map**s that are also generic, meaning that the result of a query may only depend to a limited extent on the actual internal representation of the spatio-temporal data. Genericity is defined as invariance under groups of… ▽ More

    Submitted 7 March, 2005; v1 submitted 4 March, 2005; originally announced March 2005.

    Comments: Cleaned up source code

    ACM Class: H.2.3

  17. arXiv:cs/0410038  [pdf, ps, other

    cs.DB

    Frequent Knot Discovery

    Authors: Floris Geerts

    Abstract: We explore the possibility of applying the framework of frequent pattern mining to a class of continuous objects appearing in nature, namely knots. We introduce the frequent knot mining problem and present a solution. The key observation is that a database consisting of knots can be transformed into a transactional database. This observation is based on the Prime Decomposition Theorem of knots.

    Submitted 16 October, 2004; originally announced October 2004.

    Comments: 7 pages, 2 figures, recreational data mining

  18. arXiv:cs/0308001  [pdf, ps, other

    cs.LO cs.CG cs.DB

    Two- versus three-dimensional connectivity testing of first-order queries to semi-algebraic sets

    Authors: Floris Geerts, Lieven Smits, Jan Van den Bussche

    Abstract: This paper addresses the question whether one can determine the connectivity of a semi-algebraic set in three dimensions by testing the connectivity of a finite number of two-dimensional ``samples'' of the set, where these samples are defined by first-order queries. The question is answered negatively for two classes of first-order queries: cartesian-product-free, and positive one-pass.

    Submitted 1 August, 2003; v1 submitted 31 July, 2003; originally announced August 2003.

    Comments: corrected minor confusion in Proof of Theorem 1

    ACM Class: F.4.1; F.2.2; H.2.8

    Journal ref: A revised version has been published online (21 July 2005) in Acta Informatica under the title "N- versus (N-1)-dimensional connectivity testing of first-order queries to semi-algebraic sets"

  19. arXiv:cs/0112007  [pdf, ps, other

    cs.DB cs.AI

    A Tight Upper Bound on the Number of Candidate Patterns

    Authors: Floris Geerts, Bart Goethals, Jan Van den Bussche

    Abstract: In the context of mining for frequent patterns using the standard levelwise algorithm, the following question arises: given the current level and the current set of frequent patterns, what is the maximal number of candidate patterns that can be generated on the next level? We answer this question by providing a tight upper bound, derived from a combinatorial result from the sixties by Kruskal an… ▽ More

    Submitted 29 November, 2002; v1 submitted 7 December, 2001; originally announced December 2001.

    ACM Class: H.2.8

  20. arXiv:cs/0106046  [pdf, ps, other

    cs.DB cs.LO

    Expressing the cone radius in the relational calculus with real polynomial constraints

    Authors: Floris Geerts

    Abstract: We show that there is a query expressible in first-order logic over the reals that returns, on any given semi-algebraic set A, for every point a radius around which A is conical. We obtain this result by combining famous results from calculus and real algebraic geometry, notably Sard's theorem and Thom's first isotopy lemma, with recent algorithmic results by Rannou.

    Submitted 21 June, 2001; originally announced June 2001.

    Comments: 9 pages

    ACM Class: H.2.3; H.2.8