🤖 AI Summary
Accurately converting two-dimensional molecular structure diagrams from printed documents into SMILES strings remains a challenging task, with existing vision-language models exhibiting suboptimal performance. This work proposes MolSeek-OCR, which formulates the problem as an image-conditioned sequence generation task. Built upon the DeepSeek-OCR-2 architecture, the model employs a two-stage progressive fine-tuning strategy: first applying parameter-efficient fine-tuning via LoRA, followed by selective full-parameter fine-tuning with a hierarchical learning rate schedule. Training leverages a hybrid dataset combining synthetic and real patent images, effectively mitigating training instability and substantially enhancing generalization. The proposed approach achieves state-of-the-art performance among image-to-sequence models in exact-match accuracy for molecular structure recognition.
📝 Abstract
Optical Chemical Structure Recognition (OCSR) is critical for converting 2D molecular diagrams from printed literature into machine-readable formats. While Vision-Language Models have shown promise in end-to-end OCR tasks, their direct application to OCSR remains challenging, and direct full-parameter supervised fine-tuning often fails. In this work, we adapt DeepSeek-OCR-2 for molecular optical recognition by formulating the task as image-conditioned SMILES generation. To overcome training instabilities, we propose a two-stage progressive supervised fine-tuning strategy: starting with parameter-efficient LoRA and transitioning to selective full-parameter fine-tuning with split learning rates. We train our model on a large-scale corpus combining synthetic renderings from PubChem and realistic patent images from USPTO-MOL to improve coverage and robustness. Our fine-tuned model, MolSeek-OCR, demonstrates competitive capabilities, achieving exact matching accuracies comparable to the best-performing image-to-sequence model. However, it remains inferior to state-of-the-art image-to-graph modelS. Furthermore, we explore reinforcement-style post-training and data-curation-based refinement, finding that they fail to improve the strict sequence-level fidelity required for exact SMILES matching.