paper-with-me

홈 › Papers

Unsupervised Learning of Graph Hierarchical Abstractions with Differentiable Coarsening and Optimal Transport

2019-12-24 · Tengfei Ma, Jie Chen

Hierarchical abstractions are a methodology for solving large-scale graph problems in various disciplines. Coarsening is one such approach: it generates a pyramid of graphs whereby the one in the next level is a structural summary of the prior one. With a long history in scientific computing, many coarsening strategies were developed based on mathematically driven heuristics. Recently, resurgent interests exist in deep learning to design hierarchical methods learnable through differentiable parameterization. These approaches are paired with downstream tasks for supervised learning. In practice, however, supervised signals (e.g., labels) are scarce and are often laborious to obtain. In this work, we propose an unsupervised approach, coined OTCoarsening, with the use of optimal transport. Both the coarsening matrix and the transport cost matrix are parameterized, so that an optimal coarsening strategy can be learned and tailored for a given set of graphs. We demonstrate that the proposed approach produces meaningful coarse graphs and yields competitive performance compared with supervised methods for graph classification and regression.

📄 PDF Abstract BibTeX arXiv:1912.11176

Code (1)

matenure/OTCoarsening 공식 구현 pytorch

Tasks

Graph Classification

Similar Papers 제목 키워드 기반

Hierarchical and Unsupervised Graph Representation Learning with Loukas's Coarsening

2020-07-07 · Louis Béthune, Yacouba Kaloga, Pierre Borgnat, Aurélien Garivier 외

We propose a novel algorithm for unsupervised graph representation learning with attributed graphs. It combines three advantages addressing some current limitations of the literature: i) The model is inductive: it can em…

Graph Representation LearningRepresentation Learning

Graph Coarsening with Neural Networks

2021-02-02 · ICLR 2021 1 · Chen Cai, Dingkang Wang, Yusu Wang

As large-scale graphs become increasingly more prevalent, it poses significant computational challenges to process, extract and analyze large graph data. Graph coarsening is one popular technique to reduce the size of a …

Unsupervised Hierarchical Graph Representation Learning with Variational Bayes

2019-09-25 · Shashanka Ubaru, Jie Chen

Hierarchical graph representation learning is an emerging subject owing to the increasingly popular adoption of graph neural networks in machine learning and applications. Loosely speaking, work under this umbrella falls…

Graph ClassificationGraph Representation LearningRepresentation Learning

Towards Sparse Hierarchical Graph Classifiers

2018-11-03 · Cătălina Cangea, Petar Veličković, Nikola Jovanović, Thomas Kipf 외

Recent advances in representation learning on graphs, mainly leveraging graph convolutional networks, have brought a substantial improvement on many graph-based benchmark tasks. While novel approaches to learning node em…

ClassificationGeneral ClassificationGraph ClassificationGraph Neural Network+3

An Efficient Loop and Clique Coarsening Algorithm for Graph Classification

2024-04-18 · Xiaorui Qi, Qijie Bai, Yanlong Wen, Haiwei Zhang 외

Graph Transformers (GTs) have made remarkable achievements in graph-level tasks. However, most existing works regard graph structures as a form of guidance or bias for enhancing node representations, which focuses on nod…

Graph ClassificationGraph Representation LearningRepresentation Learning