paper-with-me

Papers

MaxCutPool: differentiable feature-aware Maxcut for pooling in graph neural networks

2024-09-08 · Carlo Abate, Filippo Maria Bianchi

We propose a novel approach to compute the MAXCUT in attributed graphs, i.e., graphs with features associated with nodes and edges. Our approach works well on any kind of graph topology and can find solutions that jointly optimize the MAXCUT along with other objectives. Based on the obtained MAXCUT partition, we implement a hierarchical graph pooling layer for Graph Neural Networks, which is sparse, trainable end-to-end, and particularly suitable for downstream tasks on heterophilic graphs.

📄 PDF Abstract BibTeX arXiv:2409.05100

Code (1)

ngmlgroup/maxcutpool 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Graph neural network initialisation of quantum approximate optimisation

2021-11-04 · Nishant Jain, Brian Coyle, Elham Kashefi, Niraj Kumar

Approximate combinatorial optimisation has emerged as one of the most promising application areas for quantum computers, particularly those in the near term. In this work, we focus on the quantum approximate optimisation…

Graph Neural NetworkMeta-Learning

Hierarchical Representation Learning in Graph Neural Networks with Node Decimation Pooling

2019-10-24 · Filippo Maria Bianchi, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

In graph neural networks (GNNs), pooling operators compute local summaries of input graphs to capture their global properties, and they are fundamental for building deep GNNs that learn hierarchical representations. In t…

Graph ClassificationRepresentation Learning

Differentiable Pooling for Unsupervised Acoustic Model Adaptation

2016-03-31 · Pawel Swietojanski, Steve Renals

We present a deep neural network (DNN) acoustic model that includes parametrised and differentiable pooling operators. Unsupervised acoustic model adaptation is cast as the problem of updating the decision boundaries imp…

modelspeech-recognitionSpeech Recognition

ENADPool: The Edge-Node Attention-based Differentiable Pooling for Graph Neural Networks

2024-05-16 · Zhehan Zhao, Lu Bai, Lixin Cui, Ming Li 외

Graph Neural Networks (GNNs) are powerful tools for graph classification. One important operation for GNNs is the downsampling or pooling that can learn effective embeddings from the node representations. In this paper, …

Graph Classification

Mincut Pooling in Graph Neural Networks

2019-09-25 · Filippo Maria Bianchi, Daniele Grattarola, Cesare Alippi

The advance of node pooling operations in Graph Neural Networks (GNNs) has lagged behind the feverish design of new message-passing techniques, and pooling remains an important and challenging endeavor for the design of …

Graph Classification