CVLGFeb 16, 2024

Modular Graph Extraction for Handwritten Circuit Diagram Images

arXiv:2402.11093v15 citationsh-index: 8
Originality Synthesis-oriented
AI Analysis

This work addresses the need for digitizing hand-drawn schematics in educational and examination contexts, but it is incremental as it builds on existing approaches with a focus on a larger dataset and modular integration.

The paper tackles the problem of automatically extracting electrical graphs from handwritten circuit diagram images by developing a modular end-to-end solution, resulting in a new baseline on a larger public dataset with integrated methods for object detection, segmentation, recognition, and graph assembly.

As digitization in engineering progressed, circuit diagrams (also referred to as schematics) are typically developed and maintained in computer-aided engineering (CAE) systems, thus allowing for automated verification, simulation and further processing in downstream engineering steps. However, apart from printed legacy schematics, hand-drawn circuit diagrams are still used today in the educational domain, where they serve as an easily accessible mean for trainees and students to learn drawing this type of diagrams. Furthermore, hand-drawn schematics are typically used in examinations due to legal constraints. In order to harness the capabilities of digital circuit representations, automated means for extracting the electrical graph from raster graphics are required. While respective approaches have been proposed in literature, they are typically conducted on small or non-disclosed datasets. This paper describes a modular end-to-end solution on a larger, public dataset, in which approaches for the individual sub-tasks are evaluated to form a new baseline. These sub-tasks include object detection (for electrical symbols and texts), binary segmentation (drafter's stroke vs. background), handwritten character recognition and orientation regression for electrical symbols and texts. Furthermore, computer-vision graph assembly and rectification algorithms are presented. All methods are integrated in a publicly available prototype.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes