paper-with-me

Papers

What drives performance in molecular MPNNs? An operator-level factorial benchmark

2026-05-28 · Panyu Jiao, Shuizhou Chen, Yiheng Shen, Yuyang Wang, Runhai Ouyang, Wei Xie arxiv

Message-passing neural networks (MPNNs) are widely used for molecular property prediction, but their deployment as monolithic architectures makes it difficult to identify how specific message-passing operators affect performance. We present an operator-level factorial benchmark that decomposes 2D molecular MPNNs into the three families of message-seed initialization, node-edge fusion, and node update operators. The resulting 84 configurations are benchmarked on ten MoleculeNet datasets under a shared experimental setup and statistical analysis protocol. Across this controlled design, performance variation is associated primarily with message construction rather than update complexity. Message-seed initialization shows significant family-level effects for both regression and classification, node-edge fusion shows a significant family-level effect for regression with descriptive advantages for concatenation-based mixing, and the update family shows no statistically supported effect for either endpoint family. A representation probe into the Quinethazone molecule further demonstrates that concatenation-based mixing can better differentiate chemically distinct heteroatoms and withstand oversmoothing than Hadamard gating. Representative configurations selected separately for classification and regression recover competitive performance relative to established molecular graph neural network (GNN) baselines, ranking numerically best on eight of ten benchmark datasets. These empirical results are interpreted through concise mechanistic analyses of representative node-edge fusion and update operators. Our findings provide empirical design heuristics for molecular MPNNs by turning model design from a search over monolithic architectures into a targeted assessment of where and how chemical information enters the message-passing pipeline.

📄 PDF Abstract BibTeX arXiv:2605.30195

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property PredictionGraph Neural Network

Similar Papers 제목 키워드 기반

Boosting the Cycle Counting Power of Graph Neural Networks with I$^2$-GNNs

2022-10-22 · Yinan Huang, Xingang Peng, Jianzhu Ma, Muhan Zhang

Message Passing Neural Networks (MPNNs) are a widely used class of Graph Neural Networks (GNNs). The limited representational power of MPNNs inspires the study of provably powerful GNN architectures. However, knowing one…

Graph Neural Network Architecture Search for Molecular Property Prediction

2020-08-27 · Shengli Jiang, Prasanna Balaprakash

Predicting the properties of a molecule from its structure is a challenging task. Recently, deep learning methods have improved the state of the art for this task because of their ability to learn useful features from th…

Graph Neural NetworkMolecular Property PredictionNeural Architecture SearchProperty Prediction

Optimal message passing for molecular prediction is simple, attentive and spatial

2025-09-13 · Alma C. Castaneda-Leautaud, Rommie E. Amaro arxiv

Strategies to improve the predicting performance of Message-Passing Neural-Networks for molecular property predictions can be achieved by simplifying how the message is passed and by using descriptors that capture multip…

Link Prediction with Untrained Message Passing Layers

2024-06-24 · Lisi Qarkaxhija, Anatol E. Wegner, Ingo Scholtes

Message passing neural networks (MPNNs) operate on graphs by exchanging information between neigbouring nodes. MPNNs have been successfully applied to various node-, edge-, and graph-level tasks in areas like molecular s…

Combinatorial OptimizationLink PredictionPrediction

Neural Message Passing for Quantum Chemistry

2017-04-04 · ICML 2017 8 · Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals 외

Supervised learning on molecules has incredible potential to be useful in chemistry, drug discovery, and materials science. Luckily, several promising and closely related neural network models invariant to molecular symm…

Drug DiscoveryFormation EnergyGraph RegressionMolecular Property Prediction+2