paper-with-me

홈 › Papers

RFL: Simplifying Chemical Structure Recognition with Ring-Free Language

2024-12-10 · Qikai Chang, Mingjun Chen, Changpeng Pi, Pengfei Hu, Zhenrong Zhang, Jiefeng Ma, Jun Du, BaoCai Yin, Jinshui Hu

The primary objective of Optical Chemical Structure Recognition is to identify chemical structure images into corresponding markup sequences. However, the complex two-dimensional structures of molecules, particularly those with rings and multiple branches, present significant challenges for current end-to-end methods to learn one-dimensional markup directly. To overcome this limitation, we propose a novel Ring-Free Language (RFL), which utilizes a divide-and-conquer strategy to describe chemical structures in a hierarchical form. RFL allows complex molecular structures to be decomposed into multiple parts, ensuring both uniqueness and conciseness while enhancing readability. This approach significantly reduces the learning difficulty for recognition models. Leveraging RFL, we propose a universal Molecular Skeleton Decoder (MSD), which comprises a skeleton generation module that progressively predicts the molecular skeleton and individual rings, along with a branch classification module for predicting branch information. Experimental results demonstrate that the proposed RFL and MSD can be applied to various mainstream methods, achieving superior performance compared to state-of-the-art approaches in both printed and handwritten scenarios. The code is available at https://github.com/JingMog/RFL-MSD.

📄 PDF Abstract BibTeX arXiv:2412.07594

Code (1)

JingMog/RFL-MSD 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Learning Graph While Training: An Evolving Graph Convolutional Neural Network

2017-08-10 · Ruoyu Li, Junzhou Huang

Convolution Neural Networks on Graphs are important generalization and extension of classical CNNs. While previous works generally assumed that the graph structures of samples are regular with unified dimensions, in many…

Clustering

MolSight: Optical Chemical Structure Recognition with SMILES Pretraining, Multi-Granularity Learning and Reinforcement Learning

2025-11-21 · Wenrui Zhang, Xinggang Wang, Bin Feng, Wenyu Liu arxiv

Optical Chemical Structure Recognition (OCSR) plays a pivotal role in modern chemical informatics, enabling the automated conversion of chemical structure images from scientific literature, patents, and educational mater…

Reinforcement LearningDrug Discovery

Atom-Level Optical Chemical Structure Recognition with Limited Supervision

2024-04-02 · CVPR 2024 1 · Martijn Oldenhof, Edward De Brouwer, Adam Arany, Yves Moreau

Identifying the chemical structure from a graphical representation, or image, of a molecule is a challenging pattern recognition task that would greatly benefit drug development. Yet, existing methods for chemical struct…

Benchmarking

MarkushGrapher-2: End-to-end Multimodal Recognition of Chemical Structures

2026-03-30 · Tim Strohmeyer, Lucas Morin, Gerhard Ingmar Meijer, Valéry Weber 외 arxiv

Automatically extracting chemical structures from documents is essential for the large-scale analysis of the literature in chemistry. Automatic pipelines have been developed to recognize molecules represented either in f…

SMiCRM: A Benchmark Dataset of Mechanistic Molecular Images

2024-07-25 · Ching Ting Leung, Yufan Chen, Hanyu Gao

Optical chemical structure recognition (OCSR) systems aim to extract the molecular structure information, usually in the form of molecular graph or SMILES, from images of chemical molecules. While many tools have been de…

Benchmarking