Papers › Convolutional Networks on Graphs for Learning Molecular Fingerprints

Convolutional Networks on Graphs for Learning Molecular Fingerprints

30 Sep 2015NeurIPS 2015 12arXiv:1509.09292archive 2025-07-28

David Duvenaud, Dougal Maclaurin, Jorge Aguilera-Iparraguirre, Rafael Gómez-Bombarelli, Timothy Hirzel, Alán Aspuru-Guzik, Ryan P. Adams

We introduce a convolutional neural network that operates directly on graphs. These networks allow end-to-end learning of prediction pipelines whose inputs are graphs of arbitrary size and shape. The architecture we present generalizes standard molecular feature extraction methods based on circular fingerprints. We show that these data-driven features are more interpretable, and have better predictive performance on a variety of tasks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="1509.09292")

Code

Syntology Ran 0 of 26 code samples harvested from 6 repositories linked to this paper; 26 have no recorded run.

By repository: official repository: 11 samples from 1 repository, 0 ran; community (archive-listed): 15 samples from 5 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HIPS/neural-fingerprint officialmentioned in papermentioned on GitHubtfMIT report
kimisyo/simple-GCN mentioned on GitHubpytorch report
nrel/m2p mentioned on GitHubBSD-3-Clause report
onakanob/Peptide_Graph_Autograd mentioned on GitHubMIT report
pgniewko/solubility mentioned on GitHubBSD-3-Clause 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

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

26unverified

Licence: 1 of the 26 samples is 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 6 repositories linked to this paper, official or community; each sample names its own and says which. “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.

adam HIPS/neural-fingerprint/neuralfingerprint/optimizers.py official repository unverified MIT (permissive) · c32ee9d8ca97ba6e · report
batch_normalize HIPS/neural-fingerprint/neuralfingerprint/build_vanilla_net.py official repository unverified MIT (permissive) · e479b47e4a1a152f · report
fast_array_from_list HIPS/neural-fingerprint/neuralfingerprint/build_convnet.py official repository unverified MIT (permissive) · d0c746df6b3d0c80 · report
load_data HIPS/neural-fingerprint/neuralfingerprint/io_utils.py official repository unverified MIT (permissive) · dd6c9c8bf441fc48 · report
load_data_slices_nolist HIPS/neural-fingerprint/neuralfingerprint/io_utils.py official repository unverified MIT (permissive) · 7be582c5dfcad7bb · report
read_csv HIPS/neural-fingerprint/neuralfingerprint/io_utils.py official repository unverified MIT (permissive) · cf7dde956b2d7603 · report
relu HIPS/neural-fingerprint/neuralfingerprint/build_vanilla_net.py official repository unverified MIT (permissive) · cba23591b86550d5 · report
rms_prop HIPS/neural-fingerprint/neuralfingerprint/optimizers.py official repository unverified MIT (permissive) · a4c960e46bbfc52b · report
sgd HIPS/neural-fingerprint/neuralfingerprint/optimizers.py official repository unverified MIT (permissive) · 3a7fbe854981233a · report
sigmoid HIPS/neural-fingerprint/neuralfingerprint/build_vanilla_net.py official repository unverified MIT (permissive) · 1b7282c36d207a92 · report
sum_and_stack HIPS/neural-fingerprint/neuralfingerprint/build_convnet.py official repository unverified MIT (permissive) · 5227c8642ee3331c · report
GraphConvLayer kimisyo/simple-GCN/simpleGCN/layers/graph_conv_layer.py community (archive-listed) unverified no licence file found · pointer only · 073f2d3106c10299 · report
atom_features debbiemarkslab/neural-fingerprint-theano/code/rdkit_preprocessing/neuralFingerprintUtils.py community (archive-listed) unverified MIT (permissive) · 66d057a80a5ece1c · report
fingerprint_model_layer SystemicCypher/Neural-Molecule-Fingerprints/src/model.py community (archive-listed) unverified MIT (permissive) · 25837e6edbf7be38 · report
gen_rand_train_test_data debbiemarkslab/neural-fingerprint-theano/code/prediction/seqHelper.py community (archive-listed) unverified MIT (permissive) · 238b4c2844f06518 · report
get_test_data pgniewko/solubility/src/models/model_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 276ed0adcece9025 · report
get_training_data pgniewko/solubility/src/models/model_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · b693d170023e129c · report
loadData SystemicCypher/Neural-Molecule-Fingerprints/src/neuralPrint.py community (archive-listed) unverified MIT (permissive) · 5d5b5d58823facc2 · report
neural_graph_fingerprints SystemicCypher/Neural-Molecule-Fingerprints/src/model.py community (archive-listed) unverified MIT (permissive) · d92c83fd147bb776 · report
one_hot SystemicCypher/Neural-Molecule-Fingerprints/src/neuralPrint.py community (archive-listed) unverified MIT (permissive) · 15e6bd230285960d · report
one_of_k_encoding debbiemarkslab/neural-fingerprint-theano/code/rdkit_preprocessing/neuralFingerprintUtils.py community (archive-listed) unverified MIT (permissive) · cc56a8fa3927ced9 · report
one_of_k_encoding_unk debbiemarkslab/neural-fingerprint-theano/code/rdkit_preprocessing/neuralFingerprintUtils.py community (archive-listed) unverified MIT (permissive) · a6b849440c879d42 · report
read_in_ecfp_data debbiemarkslab/neural-fingerprint-theano/code/prediction/seqHelper.py community (archive-listed) unverified MIT (permissive) · 8481b702c75c5635 · report
read_measured_from_test pgniewko/solubility/src/evaluate_model.py community (archive-listed) unverified BSD-3-Clause (permissive) · b07bab11bd1497dd · report
read_predicted_values pgniewko/solubility/src/evaluate_model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6e8dd39f26c3bd38 · report
stringlist2intarray Sarikaya-Lab-GEMSEC/Peptide_Graph_Autograd/pepgraph/rdkit_utils.py community (archive-listed) unverified MIT (permissive) · 9a2d656862fa3eac · report

Tasks

Drug DiscoveryGraph RegressionNode Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Drug Discovery HIV dataset GraphConv AUC 0.822 #2 of 5 Archive leaderboard report
Drug Discovery MUV GraphConv AUC 0.836 #3 of 5 Archive leaderboard report
Drug Discovery PCBA GraphConv AUC 0.855 #2 of 2 Archive leaderboard report
Drug Discovery Tox21 GraphConv AUC 0.846 #7 of 11 Archive leaderboard report
Drug Discovery ToxCast GraphConv AUC 0.754 #3 of 5 Archive leaderboard report
Graph Regression Lipophilicity GC RMSE 0.655 #11 of 23 Archive leaderboard report
Node Classification CiteSeer (0.5%) GCN-FP Accuracy 43.9% #12 of 14 Archive leaderboard report
Node Classification CiteSeer (1%) GCN-FP Accuracy 54.3% #12 of 14 Archive leaderboard report
Node Classification CiteSeer with Public Split: fixed 20 nodes per class GCN-FP Accuracy 61.5% #40 of 40 Archive leaderboard report
Node Classification Cora (0.5%) GCN-FP Accuracy 50.5% #11 of 15 Archive leaderboard report
Node Classification Cora (1%) GCN-FP Accuracy 59.6% #12 of 15 Archive leaderboard report
Node Classification Cora (3%) GCN-FP Accuracy 71.7% #12 of 15 Archive leaderboard report
Node Classification Cora with Public Split: fixed 20 nodes per class GCN-FP Accuracy 74.6% #35 of 36 Archive leaderboard report
Node Classification PubMed (0.03%) GCN-FP Accuracy 56.2% #10 of 14 Archive leaderboard report
Node Classification PubMed (0.05%) GCN-FP Accuracy 63.2% #11 of 14 Archive leaderboard report
Node Classification PubMed (0.1%) GCN-FP Accuracy 70.3% #11 of 14 Archive leaderboard report
Node Classification PubMed with Public Split: fixed 20 nodes per class GCN-FP Accuracy 76.0% #31 of 37 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.

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