Skip to main content

Showing 1–10 of 10 results for author: Finkelshtein, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2506.14291  [pdf, ps, other

    cs.LG cs.SI stat.ML

    Equivariance Everywhere All At Once: A Recipe for Graph Foundation Models

    Authors: Ben Finkelshtein, İsmail İlkan Ceylan, Michael Bronstein, Ron Levie

    Abstract: Graph machine learning architectures are typically tailored to specific tasks on specific datasets, which hinders their broader applicability. This has led to a new quest in graph machine learning: how to build graph foundation models capable of generalizing across arbitrary graphs and features? In this work, we present a recipe for designing graph foundation models for node-level tasks from first… ▽ More

    Submitted 29 June, 2025; v1 submitted 17 June, 2025; originally announced June 2025.

  2. arXiv:2504.18273  [pdf, other

    cs.SI cs.LG

    Efficient Learning on Large Graphs using a Densifying Regularity Lemma

    Authors: Jonathan Kouchly, Ben Finkelshtein, Michael Bronstein, Ron Levie

    Abstract: Learning on large graphs presents significant challenges, with traditional Message Passing Neural Networks suffering from computational and memory costs scaling linearly with the number of edges. We introduce the Intersecting Block Graph (IBG), a low-rank factorization of large directed graphs based on combinations of intersecting bipartite components, each consisting of a pair of communities, for… ▽ More

    Submitted 25 April, 2025; originally announced April 2025.

  3. arXiv:2502.14546  [pdf, other

    cs.LG cs.AI cs.NE

    Position: Graph Learning Will Lose Relevance Due To Poor Benchmarks

    Authors: Maya Bechler-Speicher, Ben Finkelshtein, Fabrizio Frasca, Luis Müller, Jan Tönshoff, Antoine Siraudin, Viktor Zaverkin, Michael M. Bronstein, Mathias Niepert, Bryan Perozzi, Mikhail Galkin, Christopher Morris

    Abstract: While machine learning on graphs has demonstrated promise in drug design and molecular property prediction, significant benchmarking challenges hinder its further progress and relevance. Current benchmarking practices often lack focus on transformative, real-world applications, favoring narrow domains like two-dimensional molecular graphs over broader, impactful areas such as combinatorial optimiz… ▽ More

    Submitted 20 February, 2025; originally announced February 2025.

  4. arXiv:2412.07106  [pdf, other

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

    Covered Forest: Fine-grained generalization analysis of graph neural networks

    Authors: Antonis Vasileiou, Ben Finkelshtein, Floris Geerts, Ron Levie, Christopher Morris

    Abstract: The expressive power of message-passing graph neural networks (MPNNs) is reasonably well understood, primarily through combinatorial techniques from graph isomorphism testing. However, MPNNs' generalization abilities -- making meaningful predictions beyond the training set -- remain less explored. Current generalization analyses often overlook graph structure, limit the focus to specific aggregati… ▽ More

    Submitted 9 December, 2024; originally announced December 2024.

  5. arXiv:2405.20724  [pdf, other

    cs.LG cs.SI stat.ML

    Learning on Large Graphs using Intersecting Communities

    Authors: Ben Finkelshtein, İsmail İlkan Ceylan, Michael Bronstein, Ron Levie

    Abstract: Message Passing Neural Networks (MPNNs) are a staple of graph machine learning. MPNNs iteratively update each node's representation in an input graph by aggregating messages from the node's neighbors, which necessitates a memory complexity of the order of the number of graph edges. This complexity might quickly become prohibitive for large graphs provided they are not very sparse. In this paper, w… ▽ More

    Submitted 23 December, 2024; v1 submitted 31 May, 2024; originally announced May 2024.

  6. arXiv:2403.03880  [pdf, other

    cs.LG cs.LO

    Almost Surely Asymptotically Constant Graph Neural Networks

    Authors: Sam Adam-Day, Michael Benedikt, İsmail İlkan Ceylan, Ben Finkelshtein

    Abstract: We present a new angle on the expressive power of graph neural networks (GNNs) by studying how the predictions of real-valued GNN classifiers, such as those classifying graphs probabilistically, evolve as we apply them on larger graphs drawn from some random graph model. We show that the output converges to a constant function, which upper-bounds what these classifiers can uniformly express. This… ▽ More

    Submitted 8 November, 2024; v1 submitted 6 March, 2024; originally announced March 2024.

    Comments: NeurIPS '24 camera-ready version; 10 body pages, 29 appendix pages, 11 figures

  7. arXiv:2310.01267  [pdf, other

    cs.LG cs.AI

    Cooperative Graph Neural Networks

    Authors: Ben Finkelshtein, Xingyue Huang, Michael Bronstein, İsmail İlkan Ceylan

    Abstract: Graph neural networks are popular architectures for graph machine learning, based on iterative computation of node representations of an input graph through a series of invariant transformations. A large class of graph neural networks follow a standard message-passing paradigm: at every layer, each node state is updated based on an aggregate of messages from its neighborhood. In this work, we prop… ▽ More

    Submitted 8 June, 2024; v1 submitted 2 October, 2023; originally announced October 2023.

    Comments: Proceedings of the Forty-First International Conference on Machine Learning (ICML 2024). Code available at: https://github.com/benfinkelshtein/CoGNN

  8. arXiv:2205.15765  [pdf, other

    cs.LG

    Strategic Classification with Graph Neural Networks

    Authors: Itay Eilat, Ben Finkelshtein, Chaim Baskin, Nir Rosenfeld

    Abstract: Strategic classification studies learning in settings where users can modify their features to obtain favorable predictions. Most current works focus on simple classifiers that trigger independent user responses. Here we examine the implications of learning with more elaborate models that break the independence assumption. Motivated by the idea that applications of strategic classification are oft… ▽ More

    Submitted 1 May, 2023; v1 submitted 31 May, 2022; originally announced May 2022.

    Comments: ICLR 2023

  9. arXiv:2203.01216  [pdf, other

    cs.LG cs.CV

    A Simple and Universal Rotation Equivariant Point-cloud Network

    Authors: Ben Finkelshtein, Chaim Baskin, Haggai Maron, Nadav Dym

    Abstract: Equivariance to permutations and rigid motions is an important inductive bias for various 3D learning problems. Recently it has been shown that the equivariant Tensor Field Network architecture is universal -- it can approximate any equivariant function. In this paper we suggest a much simpler architecture, prove that it enjoys the same universality guarantees and evaluate its performance on Model… ▽ More

    Submitted 27 May, 2022; v1 submitted 2 March, 2022; originally announced March 2022.

  10. Single-Node Attacks for Fooling Graph Neural Networks

    Authors: Ben Finkelshtein, Chaim Baskin, Evgenii Zheltonozhskii, Uri Alon

    Abstract: Graph neural networks (GNNs) have shown broad applicability in a variety of domains. These domains, e.g., social networks and product recommendations, are fertile ground for malicious users and behavior. In this paper, we show that GNNs are vulnerable to the extremely limited (and thus quite realistic) scenarios of a single-node adversarial attack, where the perturbed node cannot be chosen by the… ▽ More

    Submitted 29 September, 2022; v1 submitted 6 November, 2020; originally announced November 2020.

    Comments: Appeared in Neurocomputing