paper-with-me

Molecular Property Prediction 벤치마크

Molecular Property Prediction on FreeSolv

46개 결과 · ⬇ CSV · JSON

RMSE 낮을수록 좋음

0.595 1.712 2.828 3.944 5.061 2016-09 2026-09 GCN — 0.815 (2016-09-09) GCN — 0.815 (2016-09-09) GAT — 0.791 (2017-10-30) GAT — 0.791 (2017-10-30) N-GramRF — 2.688 (2018-06-24) N-GramXGB — 5.061 (2018-06-24) N-GramRF — 2.688 (2018-06-24) N-GramXGB — 5.061 (2018-06-24) GIN — 0.744 (2018-10-01) GIN — 0.744 (2018-10-01) D-MPNN — 2.082 (2019-04-02) D-MPNN — 2.082 (2019-04-02) PretrainGNN — 2.764 (2019-05-29) PretrainGNN — 2.764 (2019-05-29) PNA — 0.87 (2020-04-12) PNA — 0.87 (2020-04-12) GROVER (base) — 2.176 (2020-06-18) GROVER (large) — 2.272 (2020-06-18) GROVER (base) — 2.176 (2020-06-18) GROVER (large) — 2.272 (2020-06-18) GATv2 — 0.676 (2021-05-30) GATv2 — 0.676 (2021-05-30) Graphormer — 1.065 (2021-06-09) Graphormer — 1.065 (2021-06-09) ChemRL-GEM — 1.877 (2021-06-11) ChemRL-GEM — 1.877 (2021-06-11) DropGIN — 0.657 (2021-11-11) DropGIN — 0.657 (2021-11-11) GraphGPS — 1.462 (2022-05-25) GraphGPS — 1.462 (2022-05-25) TokenGT — 1.038 (2022-07-06) TokenGT — 1.038 (2022-07-06) Uni-Mol — 1.62 (2022-09-08) Uni-Mol — 1.62 (2022-09-08) SPMM — 1.859 (2022-11-19) SPMM — 1.859 (2022-11-19) ESA (Edge set attention, no positional encodings) — 0.595 (2024-02-16) ESA (Edge set attention, no positional encodings) — 0.595 (2024-02-16) SMA — 1.09 (2024-02-22) SMA — 1.09 (2024-02-22) ChemBFN — 1.418 (2024-07-28) ChemBFN — 1.418 (2024-07-28) S-CGIB — 1.648 (2025-02-20) S-CGIB — 1.648 (2025-02-20) MolGraphBench — 1.022 (2026-02-24) Multi-level — 1.793 (2026-06-18) GCN — 0.815 (2016-09-09) GAT — 0.791 (2017-10-30) GIN — 0.744 (2018-10-01) GATv2 — 0.676 (2021-05-30) DropGIN — 0.657 (2021-11-11) ESA (Edge set attention, no positional encodings) — 0.595 (2024-02-16)
RankModel RMSER2 PaperCodeYear
1 ESA (Edge set attention, no positional encodings) 0.595±0.0130.977±0.001 An end-to-end attention-based approach for learning on graphs davidbuterez/edge-set-attention 2024
2 DropGIN 0.657±0.0590.972±0.005 DropGNN: Random Dropouts Increase the Expressiveness of Graph Neural Networks karolismart/dropgnn 2021
3 GATv2 0.676±0.0810.970±0.007 How Attentive are Graph Attention Networks? labmlai/annotated_deep_learning_paper_implementations · rusty1s/pytorch_geometric · dmlc/dgl · +5 2021
4 GIN 0.744±0.0830.964±0.008 How Powerful are Graph Neural Networks? dmlc/dgl · dmlc/dgl · weihua916/powerful-gnns · +16 2018
5 GAT 0.791±0.1010.959±0.011 Graph Attention Networks labmlai/annotated_deep_learning_paper_implementations · dmlc/dgl · dmlc/dgl · +90 2017
6 GCN 0.815±0.0860.957±0.009 Semi-Supervised Classification with Graph Convolutional Networks dmlc/dgl · dmlc/dgl · tkipf/gcn · +52 2016
7 PNA 0.870±0.0810.951±0.009 Principal Neighbourhood Aggregation for Graph Nets rusty1s/pytorch_geometric · dmlc/dgl · lukecavabarrett/pna · +5 2020
8 TokenGT 1.038±0.1250.930±0.018 Pure Transformers are Powerful Graph Learners jw9730/tokengt · luis-mueller/wl-transformers 2022
9 Graphormer 1.065±0.0390.927±0.005 Do Transformers Really Perform Bad for Graph Representation? microsoft/Graphormer · Microsoft/Graphormer · dpstart/graphormer_new · +2 2021
10 MolGraphBench 자동 추출 1.022 MolGraphBench: A Benchmark of GNN Architectures for Molecular Regression Tasks 2026
11 SMA 1.09 Self-Guided Masked Autoencoders for Domain-Agnostic Self-Supervised Learning johnathan-xie/sma 2024
12 ChemBFN 1.418 A Bayesian Flow Network Framework for Chemistry Tasks Augus1999/bayesian-flow-network-for-chemistry 2024
13 GraphGPS 1.462±0.1880.861±0.037 Recipe for a General, Powerful, Scalable Graph Transformer rampasek/GraphGPS · hamed1375/exphormer · graphcore/ogb-lsc-pcqm4mv2 · +1 2022
14 Uni-Mol 1.620 Uni-Mol: A Universal 3D Molecular Representation Learning Framework dptech-corp/Uni-Mol 2022
15 S-CGIB 1.648±0.074 Pre-training Graph Neural Networks on Molecules by Using Subgraph-Conditioned Graph Information Bottleneck NSLab-CUK/S-CGIB 2025
16 Multi-level 자동 추출 1.793 MMGNN: Multi-level, multi-color graph neural networks for molecular property prediction 2026
17 SPMM 1.859 Bidirectional Generation of Structure and Properties Through a Single Molecular Foundation Model jinhojsk515/SPMM 2022
18 ChemRL-GEM 1.877 ChemRL-GEM: Geometry Enhanced Molecular Representation Learning for Property Prediction 2021
19 D-MPNN 2.082 Analyzing Learned Molecular Representations for Property Prediction swansonk14/chemprop · jbr-ai-labs/lipophilicity-prediction · anonymous20201002/chemprop · +1 2019
20 GROVER (base) 2.176 Self-Supervised Graph Transformer on Large-Scale Molecular Data deepchem/deepchem · tencent-ailab/grover · dengjianyuan/respite_mpp 2020
1–20 / 46 다음 → 페이지당 10 20 50 100