Search papers, labs, and topics across Lattice.
This paper introduces AutoVSR, an automated framework that enhances the generation of symbolic expressions from circuit schematics by employing Vision Language Models (VLMs). The method reconstructs circuit diagrams into an executable intermediate representation and utilizes a symbolic solver for multi-step reasoning, achieving significant accuracy improvements of 30.01–59.45% over existing methods. Notably, AutoVSR not only outperforms end-to-end VLM approaches but also demonstrates superior computational efficiency compared to closed-source state-of-the-art models.
AutoVSR achieves up to 59.45% higher accuracy in generating symbolic expressions from circuit schematics, revolutionizing the way we interpret circuit behavior.
Symbolic expressions can effectively characterize and predict circuit behavior, but deriving them directly from circuit schematics is challenging. This process requires accurate visual-to-symbolic construction of circuit structure from images and correct multi-step symbolic derivation, both of which impose strict correctness requirements. This work proposes AutoVSR, an automated framework for visual-to-symbolic generation of circuit expressions using Vision Language Models (VLMs). By reconstructing circuit diagrams into an executable intermediate representation (Executable IR) and leveraging a symbolic solver for reasoning, AutoVSR significantly improves the accuracy of symbolic expression generation. AutoVSR introduces two key innovations: an IR construction method guided by component rule retrieval and verification-based feedback, and a symbolic solver implemented as a planning agent equipped with a symbolic tool library for reliable multi-step derivation. Compared with end-to-end VLM approaches and specialized methods on the main symbolic expression generation task, AutoVSR achieves accuracy improvements of 30.01--59.45% and 41.96--51.84%, respectively. Moreover, AutoVSR surpasses closed-source state-of-the-art VLMs in inference cost and computational efficiency. Code is available at https://github.com/LongfeiLi1/AutoVSR.