paper-with-me

Papers

Hierarchical Inter-Message Passing for Learning on Molecular Graphs

2020-06-22 · Matthias Fey, Jan-Gin Yuen, Frank Weichert

We present a hierarchical neural message passing architecture for learning on molecular graphs. Our model takes in two complementary graph representations: the raw molecular graph representation and its associated junction tree, where nodes represent meaningful clusters in the original graph, e.g., rings or bridged compounds. We then proceed to learn a molecule's representation by passing messages inside each graph, and exchange messages between the two representations using a coarse-to-fine and fine-to-coarse information flow. Our method is able to overcome some of the restrictions known from classical GNNs, like detecting cycles, while still being very efficient to train. We validate its performance on the ZINC dataset and datasets stemming from the MoleculeNet benchmark collection.

📄 PDF Abstract BibTeX arXiv:2006.12179

Code (1)

rusty1s/himp-gnn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Hierarchical graph neural nets can capture long-range interactions

2021-07-15 · Ladislav Rampášek, Guy Wolf

Graph neural networks (GNNs) based on message passing between neighboring nodes are known to be insufficient for capturing long-range interactions in graphs. In this project we study hierarchical message passing models t…

BenchmarkingMolecular Property PredictionProperty Prediction

Simplicial Message Passing for Chemical Property Prediction

2023-06-09 · Hai Lan, Xian Wei

Recently, message-passing Neural networks (MPNN) provide a promising tool for dealing with molecular graphs and have achieved remarkable success in facilitating the discovery and materials design with desired properties.…

PredictionProperty Prediction

XIMP: Cross Graph Inter-Message Passing for Molecular Property Prediction

2026-01-26 · Anatol Ehrlich, Lorenz Kummer, Vojtech Voracek, Franka Bause 외 arxiv

Accurate molecular property prediction is central to drug discovery, yet graph neural networks often underperform in data-scarce regimes and fail to surpass traditional fingerprints. We introduce cross-graph inter-messag…

Molecular Property PredictionDrug Discovery

MMGNN: Multi-level, multi-color graph neural networks for molecular property prediction

2026-06-18 · Trung Nguyen, Duc Duy Nguyen arxiv

Molecular message-passing neural networks commonly propagate chemically diverse interactions through a single graph, which may mix interaction-specific signals and require deep propagation to capture long-range effects. …

Molecular Property PredictionGraph Neural Network

Multiresolution Equivariant Graph Variational Autoencoder

2021-06-02 · Truong Son Hy, Risi Kondor

In this paper, we propose Multiresolution Equivariant Graph Variational Autoencoders (MGVAE), the first hierarchical generative model to learn and generate graphs in a multiresolution and equivariant manner. At each reso…

Graph GenerationImage GenerationLink Predictionmolecular representation+1