HMER论文系列
1、论文阅读和分析:When Counting Meets HMER Counting-Aware Network for HMER_KPer_Yang的博客-优快云博客
2、论文阅读和分析:Syntax-Aware Network for Handwritten Mathematical Expression Recognition_KPer_Yang的博客-优快云博客
3、论文阅读和分析:A Tree-Structured Decoder for Image-to-Markup Generation_KPer_Yang的博客-优快云博客
4、 论文阅读和分析:Watch, attend and parse An end-to-end neural network based approach to HMER_KPer_Yang的博客-优快云博客
5、 论文阅读和分析:Multi-Scale Attention with Dense Encoder for Handwritten Mathematical Expression Recognition_KPer_Yang的博客-优快云博客
6、 论文阅读和分析:Mathematical formula recognition using graph grammar_KPer_Yang的博客-优快云博客
7、 论文阅读和分析:Hybrid Mathematical Symbol Recognition using Support Vector Machines_KPer_Yang的博客-优快云博客
8、论文阅读和分析:HMM-BASED HANDWRITTEN SYMBOL RECOGNITION USING ON-LINE AND OFF-LINE FEATURES_KPer_Yang的博客-优快云博客
Mathematical formula recognition using graph grammar
主要工作:
1、第一次实现Ofr(Optical Formula Recognition)系统,提取和识别数学表达式;
2、三个部分:OCR、构建图、解析图到语法树;
3、使用压缩子图成为一个节点的方法,自底向上解析图;
架构:

在ocr识别公式的字符后,得到字符的特征;
特征包括:符号、bounding box、baseline、size:
例如 x 2 + y 2 x^2+y^2 x2+y2:

对图的定义
顶点vertex: V ( t , v , i ) V(t,v,i) V(t,v,i)三元组:
- t t t:lexical type 符号类型:例如"Operator" , "Variable’ , ‘Digit’,etc.
- v v v:值,代表数学表达式 例如 x , P l u s ( x , ( M u l t ( 2 , y ) ) ) , e t c x, Plus(x, (Mult(2, y))), etc x,Plus(x,(Mult(2,y))),etc.
- i i i:标识,区分同一个表达式中的相同符号但是出现在不同地方;
边edge: E ( t , v 1 , v 2 ) E(t,v_1,v_2) E(t,v1,v2):
- v 1 、 v 2 v_1、v_2 v1、v2:顶点
- t t t:边的类型。二元组 L ( d , w ) L(d,w)

该系列论文集中于数学表达式的光学识别(OFR)系统,通过OCR提取字符,利用图结构表示字符关系,并应用语法规则解析成语法树。关键步骤包括构建图、压缩子图以及自底向上的解析方法,旨在高效准确地识别和理解手写数学表达式。
最低0.47元/天 解锁文章
1448

被折叠的 条评论
为什么被折叠?



