Convolutional networks
Can a text-style CNN read chemical formulas to predict toxicity?
Open access · cc by · source: Europe PMC
Treating a molecule's SMILES text string like a one-dimensional image let a CNN beat standard fingerprint methods on toxicity prediction and point to the substructures it relied on.
Study at a glance
- Design
- Computational / modelling — New 1-D CNN on SMILES feature matrices evaluated by five-fold cross-validation and on the official Tox21 challenge split against fingerprint, graph-convolution and DeepTox baselines.
- N
- About 8000 compounds (the text says 'approximately') across 12 assay subdatasets of Tox21; no single exact N stated.
- Population
- Chemical compounds in the Tox21 benchmark with active/inactive labels for binding to 12 proteins
- Outcome
- ROC-AUC for active vs inactive classification; qualitative chemical-space separation and detected motifs
Structured fields used in claim comparison tables when every cited study has a complete layer.
Key findings
In cross-validation the CNN had higher ROC-AUC than logistic regression, random forest and a deep network using ECFP fingerprints, and than graph convolution. On the official challenge split it beat a DeepTox network using ECFP alone but was slightly below DeepTox models that added thousands of hand-crafted toxicophore features. Its 64-dimensional fingerprint separated active from inactive compounds in a low-dimensional projection where 1024-bit ECFP did not, and one filter picked out a steroid-like motif known to matter for androgen-receptor binding.
Methodology
The authors encoded each compound's SMILES string as a matrix with 42 features per symbol (atom properties or SMILES punctuation) and ran convolutions only along the string. The 64-number output, called a SMILES convolution fingerprint, fed a small classifier. They tested it on the Tox21 benchmark with five-fold cross-validation and on the official challenge split against the winning DeepTox models, then traced high-activation filters back to substructures.
Limitations
The extracted text lacks the results tables, so exact ROC-AUC values and variability cannot be checked here. The model did not beat the best challenge entry, and no statistical tests of the differences are described. Motif interpretation is shown with selected examples from one subdataset, and detectable motif size is capped by the filter window. Attempts to handle the strong class imbalance did not help, and results are limited to one toxicity benchmark.
How this study connects
Role on claims
Each row is a claim on a concept or method page where this paper supports, challenges, or qualifies the statement. Roles are hand-checked — not a model guess.
CNNs can learn chemical motifs from text, but expert features still competed.
A CNN on SMILES strings beat logistic regression, random forest and fingerprint-based networks in Tox21 cross-validation, and one filter picked out a steroid-like motif, but it fell slightly short of models that added thousands of hand-crafted toxicophore features.
Evidence for the claim as stated.
Related papers in this topic
Same topic cluster — not a recommendation engine.