paper-with-me

Papers

Graph U-Nets

2019-05-11 · Hongyang Gao, Shuiwang Ji

We consider the problem of representation learning for graph data. Convolutional neural networks can naturally operate on images, but have significant challenges in dealing with graph data. Given images are special cases of graphs with nodes lie on 2D lattices, graph embedding tasks have a natural correspondence with image pixel-wise prediction tasks such as segmentation. While encoder-decoder architectures like U-Nets have been successfully applied on many image pixel-wise prediction tasks, similar methods are lacking for graph data. This is due to the fact that pooling and up-sampling operations are not natural on graph data. To address these challenges, we propose novel graph pooling (gPool) and unpooling (gUnpool) operations in this work. The gPool layer adaptively selects some nodes to form a smaller graph based on their scalar projection values on a trainable projection vector. We further propose the gUnpool layer as the inverse operation of the gPool layer. The gUnpool layer restores the graph into its original structure using the position information of nodes selected in the corresponding gPool layer. Based on our proposed gPool and gUnpool layers, we develop an encoder-decoder model on graph, known as the graph U-Nets. Our experimental results on node classification and graph classification tasks demonstrate that our methods achieve consistently better performance than previous models.

📄 PDF Abstract BibTeX arXiv:1905.05178

Code (3)

HongyangGao/gunet 공식 구현 pytorch
HongyangGao/Graph-U-Nets pytorch
hujilin1229/gUNet pytorch

Tasks

DecoderGeneral ClassificationGraph ClassificationGraph EmbeddingNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

PSpan:Mining Frequent Subnets of Petri Nets

2021-01-28 · Ruqian Lu, Shuhan Zhang

This paper proposes for the first time an algorithm PSpan for mining frequent complete subnets from a set of Petri nets. We introduced the concept of complete subnets and the net graph representation. PSpan transforms Pe…

Graph Mining

A Python toolkit for dealing with Petri nets over ontological graphs

2025-04-09 · Krzysztof Pancerz

We present theoretical rudiments of Petri nets over ontological graphs as well as the designed and implemented Python toolkit for dealing with such nets. In Petri nets over ontological graphs, the domain knowledge is enc…

From Molecular Dynamics to MeshGraphNets

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

In this blog, we discuss the MeshGraphNets paper and its predecessor paper through the lens of the graph-learning paradigm. We claim that molecular dynamics and smoothed particle hydrodynamics are the ancestors of all gr…

Graph Learning

Analyzing the Traffic of MANETs using Graph Neural Networks

2022-12-17 · Taha Tekdogan

Graph Neural Networks (GNNs) have been taking role in many areas, thanks to their expressive power on graph-structured data. On the other hand, Mobile Ad-Hoc Networks (MANETs) are gaining attention as network technologie…

ConnectedUNets++: Mass Segmentation from Whole Mammographic Images

2022-10-25 · Prithul Sarker, Sushmita Sarker, George Bebis, Alireza Tavakkoli

Deep learning has made a breakthrough in medical image segmentation in recent years due to its ability to extract high-level features without the need for prior knowledge. In this context, U-Net is one of the most advanc…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation