English

RFL: Simplifying Chemical Structure Recognition with Ring-Free Language

Computer Vision and Pattern Recognition 2025-02-04 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2412.07594,
  title  = {RFL: Simplifying Chemical Structure Recognition with Ring-Free Language},
  author = {Qikai Chang and Mingjun Chen and Changpeng Pi and Pengfei Hu and Zhenrong Zhang and Jiefeng Ma and Jun Du and Baocai Yin and Jinshui Hu},
  journal= {arXiv preprint arXiv:2412.07594},
  year   = {2025}
}

Comments

9 pages, 6 figures. Accepted by AAAI 2025 Oral

R2 v1 2026-06-28T20:29:34.493Z