MolScribe: Robust Molecular Structure Recognition with Image-To-Graph Generation
About
Molecular structure recognition is the task of translating a molecular image into its graph structure. Significant variation in drawing styles and conventions exhibited in chemical literature poses a significant challenge for automating this task. In this paper, we propose MolScribe, a novel image-to-graph generation model that explicitly predicts atoms and bonds, along with their geometric layouts, to construct the molecular structure. Our model flexibly incorporates symbolic chemistry constraints to recognize chirality and expand abbreviated structures. We further develop data augmentation strategies to enhance the model robustness against domain shifts. In experiments on both synthetic and realistic molecular images, MolScribe significantly outperforms previous models, achieving 76-93% accuracy on public benchmarks. Chemists can also easily verify MolScribe's prediction, informed by its confidence estimation and atom-level alignment with the input image. MolScribe is publicly available through Python and web interfaces: https://github.com/thomas0809/MolScribe.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Chemical Structure Recognition | hand-drawn images (test) | Acc (T=1)10.2 | 20 | |
| Chemical Structure Recognition | ChemPix out of domain (test) | Exact Match Accuracy22.8 | 11 | |
| Chemical Structure Recognition | ChemPix (test) | Acc (T=1)26.9 | 9 | |
| Object Detection | Hand-drawn atom detection (test) | Count Accuracy0.829 | 7 | |
| Optical Chemical Structure Recognition (OCSR) | BioVista Benchmark (test) | Full Score70.3 | 6 | |
| Optical Chemical Structure Recognition (OCSR) | Uni-Parser Benchmark (test) | Acc (Full)61.7 | 3 |