Skip to main content

Showing 1–6 of 6 results for author: Souza, A H

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

    cs.LG

    Topological Neural Networks go Persistent, Equivariant, and Continuous

    Authors: Yogesh Verma, Amauri H Souza, Vikas Garg

    Abstract: Topological Neural Networks (TNNs) incorporate higher-order relational information beyond pairwise interactions, enabling richer representations than Graph Neural Networks (GNNs). Concurrently, topological descriptors based on persistent homology (PH) are being increasingly employed to augment the GNNs. We investigate the benefits of integrating these two paradigms. Specifically, we introduce TopN… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

    Comments: Accepted to ICML 2024

  2. arXiv:2403.04605  [pdf, other

    cs.LG

    In-n-Out: Calibrating Graph Neural Networks for Link Prediction

    Authors: Erik Nascimento, Diego Mesquita, Samuel Kaski, Amauri H Souza

    Abstract: Deep neural networks are notoriously miscalibrated, i.e., their outputs do not reflect the true probability of the event we aim to predict. While networks for tabular or image data are usually overconfident, recent works have shown that graph neural networks (GNNs) show the opposite behavior for node-level classification. But what happens when we are predicting links? We show that, in this case, G… ▽ More

    Submitted 8 March, 2024; v1 submitted 7 March, 2024; originally announced March 2024.

    Comments: 18 pages, 4 figures, 8 tables

  3. arXiv:2311.06152  [pdf, other

    cs.LG cs.AI

    Going beyond persistent homology using persistent homology

    Authors: Johanna Immonen, Amauri H. Souza, Vikas Garg

    Abstract: Representational limits of message-passing graph neural networks (MP-GNNs), e.g., in terms of the Weisfeiler-Leman (WL) test for isomorphism, are well understood. Augmenting these graph models with topological features via persistent homology (PH) has gained prominence, but identifying the class of attributed graphs that PH can recognize remains open. We introduce a novel concept of color-separati… ▽ More

    Submitted 10 November, 2023; originally announced November 2023.

    Comments: Accepted to NeurIPS 2023

  4. arXiv:2209.15059  [pdf, other

    cs.LG

    Provably expressive temporal graph networks

    Authors: Amauri H. Souza, Diego Mesquita, Samuel Kaski, Vikas Garg

    Abstract: Temporal graph networks (TGNs) have gained prominence as models for embedding dynamic interactions, but little is known about their theoretical underpinnings. We establish fundamental results about the representational power and limits of the two main categories of TGNs: those that aggregate temporal walks (WA-TGNs), and those that augment local message passing with recurrent memory modules (MP-TG… ▽ More

    Submitted 29 September, 2022; originally announced September 2022.

    Comments: Accepted to NeurIPS 2022

  5. arXiv:2010.11418  [pdf, other

    cs.LG cs.AI cs.CV

    Rethinking pooling in graph neural networks

    Authors: Diego Mesquita, Amauri H. Souza, Samuel Kaski

    Abstract: Graph pooling is a central component of a myriad of graph neural network (GNN) architectures. As an inheritance from traditional CNNs, most approaches formulate graph pooling as a cluster assignment problem, extending the idea of local patches in regular grids to graphs. Despite the wide adherence to this design choice, no work has rigorously evaluated its influence on the success of GNNs. In this… ▽ More

    Submitted 21 October, 2020; originally announced October 2020.

    Comments: Accepted to NeurIPS 2020

  6. arXiv:1902.07153  [pdf, other

    cs.LG stat.ML

    Simplifying Graph Convolutional Networks

    Authors: Felix Wu, Tianyi Zhang, Amauri Holanda de Souza Jr., Christopher Fifty, Tao Yu, Kilian Q. Weinberger

    Abstract: Graph Convolutional Networks (GCNs) and their variants have experienced significant attention and have become the de facto methods for learning graph representations. GCNs derive inspiration primarily from recent deep learning approaches, and as a result, may inherit unnecessary complexity and redundant computation. In this paper, we reduce this excess complexity through successively removing nonl… ▽ More

    Submitted 20 June, 2019; v1 submitted 19 February, 2019; originally announced February 2019.

    Comments: In ICML 2019. Code available at https://github.com/Tiiiger/SGC