Search papers, labs, and topics across Lattice.
This paper introduces SciForma, a novel framework designed for the structure-faithful generation of scientific methodology diagrams, addressing the critical need for structural fidelity in scientific communication. By decomposing diagram quality into three axes鈥擟omponent, Arrow, and Text鈥攁nd employing Multi-Dimensional Conjunctive Preference Optimization (M-DPO), SciForma ensures simultaneous correctness across all structural dimensions. The framework outperforms existing open-source models and even proprietary systems, achieving superior results on both SciFormaBench-2K and AIBench, thus significantly advancing the state of scientific diagram generation.
SciForma achieves unprecedented structural fidelity in scientific diagrams, outperforming both open-source and proprietary models.
Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable equation, can invalidate the entire figure, structural fidelity is inherently conjunctive: correctness on one axis cannot compensate for failure on another. Current open-source models fail to satisfy this criterion. Supervised fine-tuning (SFT) learns plausible layouts but cannot reliably ensure structural correctness, while scalar reward-based post-training obscures which structural dimension has failed. To address this, we introduce SciForma, a framework for the structure faithful generation of scientific methodology diagrams. Specifically, SciForma decomposes diagram quality into three structural axes: Component, Arrow, and Text, guided by a structural inventory. Built on this foundation, we curate SciFormaData-700K for structured training and SciFormaBench-2K for logic-verified evaluation. To close the gap left by SFT, we develop Multi-Dimensional Conjunctive Preference Optimization (M-DPO), which enforces simultaneous correctness across all axes and adaptively routes gradients to the most deficient dimension in post-training. The same structural inventory also enables iterative editing at inference time to correct residual errors. This combination allows SciForma-9B to exceed all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, bringing open scientific diagram generation close to proprietary-level structural fidelity. Our code and data will be available at: https://github.com/microsoft/SciForma.