COMO: Closed-Loop Optical Molecule Recognition with Minimum Risk Training

arXiv cs.CV / 4/28/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • Optical chemical structure recognition (OCSR) is difficult in real-world documents due to wide variations, shorthand, and visual noise, and many deep-learning methods use teacher forcing with token-level MLE that creates exposure bias.
  • The paper proposes Minimum Risk Training (MRT) for OCSR and introduces COMO, a closed-loop framework that reduces exposure bias by optimizing molecule-level, non-differentiable objectives via iterative sampling and evaluation.
  • Experiments on ten benchmarks, including synthetic and real patent/scientific diagrams, show COMO significantly outperforms existing rule-based and learning-based approaches while requiring less training data.
  • Ablation results indicate that MRT is architecture-agnostic, suggesting the approach can be broadly applied to end-to-end OCSR systems.

Abstract

Optical chemical structure recognition (OCSR) translates molecular images into machine-readable representations like SMILES strings or molecular graphs, but remains challenging in real-world documents due to inexhaustible variations in chemical structures, shorthand conventions, and visual noise. Most existing deep-learning-based approaches rely on teacher forcing with token-level Maximum Likelihood Estimation (MLE). This training paradigm suffers from exposure bias, as models are trained under ground-truth prefixes but must condition on their own previous predictions during inference. Moreover, token-level MLE objectives hinder the optimization towards molecular-level evaluation criteria such as chemical validity and structural similarity. Here we introduce Minimum Risk Training (MRT) to OCSR and propose COMO (Closed-loop Optical Molecule recOgnition), a closed-loop framework that mitigates exposure bias by directly optimizing over molecule-level, non-differentiable objectives, by iteratively sampling and evaluating the model's own predictions. Experiments on ten benchmarks including synthetic and real-world chemical diagrams from patent and scientific literature demonstrate that COMO substantially outperforms existing rule-based and learning-based methods with less training data. Ablation studies further show that MRT is architecture-agnostic, demonstrating its potential for broad application to end-to-end OCSR systems.