Handwritten Mathematical Expression Recognition Using Convolutional Neural Network

Published: 01 Jan 2018, Last Modified: 07 Nov 2024CRC 2018EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Recognizing mathematical expressions on raster images usually consists of two steps: detecting individual symbols and analyzing their spatial structure to form a coherent equation. In this work, we focus on the first step and propose a detection method that is able to locate small and difficult handwritten symbols. We use a deep convolutional neural network with robust detection performance. It is able to achieve a mean average precision score of 0.65 for 106 different mathematical symbols on the dataset we created. For structural analysis, we use the DRACULAE parser since it has high accuracy given that the symbols were correctly detected.
Loading