Papers › Accurate Learning of Graph Representations with Graph Multiset Pooling

Accurate Learning of Graph Representations with Graph Multiset Pooling

23 Feb 2021ICLR 2021 1arXiv:2102.11533archive 2025-07-28

Jinheon Baek, Minki Kang, Sung Ju Hwang

Graph neural networks have been widely used on modeling graph data, achieving impressive results on node classification and link prediction tasks. Yet, obtaining an accurate representation for a graph further requires a pooling function that maps a set of node representations into a compact form. A simple sum or average over all node representations considers all node features equally without consideration of their task relevance, and any structural dependencies among them. Recently proposed hierarchical graph pooling methods, on the other hand, may yield the same representation for two different graphs that are distinguished by the Weisfeiler-Lehman test, as they suboptimally preserve information from the node features. To tackle these limitations of existing graph pooling methods, we first formulate the graph pooling problem as a multiset encoding problem with auxiliary information about the graph structure, and propose a Graph Multiset Transformer (GMT) which is a multi-head attention based global pooling layer that captures the interaction between nodes according to their structural dependencies. We show that GMT satisfies both injectiveness and permutation invariance, such that it is at most as powerful as the Weisfeiler-Lehman graph isomorphism test. Moreover, our methods can be easily extended to the previous node clustering approaches for hierarchical graph pooling. Our experimental results show that GMT significantly outperforms state-of-the-art graph pooling methods on graph classification benchmarks with high memory and time efficiency, and obtains even larger performance gain on graph reconstruction and generation tasks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2102.11533")

Code

Syntology Ran 4 of 5 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 4 ran with no contract checked.

By repository: official repository: 5 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

JinheonBaek/GMT officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 4 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

4ran
1unverified

Licence: 5 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from JinheonBaek/GMT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GraphRepresentation JinheonBaek/GMT/models/nets.py official repository ran no licence file found · pointer only · 63d1824fb4841fdd · report
MAB JinheonBaek/GMT/models/nets.py official repository ran no licence file found · pointer only · 0060b5109c3cec3e · report
PMA JinheonBaek/GMT/models/nets.py official repository ran no licence file found · pointer only · 44973cac2b91988d · report
SAB JinheonBaek/GMT/models/nets.py official repository ran no licence file found · pointer only · 4bf5f02b2a1a85d8 · report
GraphMultisetTransformer JinheonBaek/GMT/models/nets.py official repository unverified no licence file found · pointer only · 758394cc1690586d · report

Tasks

Graph ClassificationGraph ClusteringGraph EmbeddingGraph GenerationGraph LearningGraph ReconstructionNode Clustering

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Graph Classification BBBP GMT ROC-AUC 68.31 #3 of 3 Archive leaderboard report
Graph Classification COLLAB GMT Accuracy 80.74% #9 of 39 Archive leaderboard report
Graph Classification D&D GMT Accuracy 78.72% #23 of 53 Archive leaderboard report
Graph Classification HIV GMT ROC-AUC 77.56 #2 of 3 Archive leaderboard report
Graph Classification HIV dataset GMT ROC-AUC 77.56 #3 of 5 Archive leaderboard report
Graph Classification IMDb-B GMT Accuracy 73.48% #31 of 51 Archive leaderboard report
Graph Classification IMDb-M GMT Accuracy 50.66% #19 of 36 Archive leaderboard report
Graph Classification MUTAG GMT Accuracy 83.44% #66 of 74 Archive leaderboard report
Graph Classification PROTEINS GMT Accuracy 75.09% #71 of 103 Archive leaderboard report
Graph Classification Tox21 GMT ROC-AUC 77.3 #1 of 3 Archive leaderboard report
Graph Classification ToxCast GMT ROC-AUC 65.44 #1 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections