English

Visual FUDGE: Form Understanding via Dynamic Graph Editing

Computer Vision and Pattern Recognition 2021-07-19 v2

Abstract

We address the problem of form understanding: finding text entities and the relationships/links between them in form images. The proposed FUDGE model formulates this problem on a graph of text elements (the vertices) and uses a Graph Convolutional Network to predict changes to the graph. The initial vertices are detected text lines and do not necessarily correspond to the final text entities, which can span multiple lines. Also, initial edges contain many false-positive relationships. FUDGE edits the graph structure by combining text segments (graph vertices) and pruning edges in an iterative fashion to obtain the final text entities and relationships. While recent work in this area has focused on leveraging large-scale pre-trained Language Models (LM), FUDGE achieves almost the same level of entity linking performance on the FUNSD dataset by learning only visual features from the (small) provided training set. FUDGE can be applied on forms where text recognition is difficult (e.g. degraded or historical forms) and on forms in resource-poor languages where pre-training such LMs is challenging. FUDGE is state-of-the-art on the historical NAF dataset.

Keywords

Cite

@article{arxiv.2105.08194,
  title  = {Visual FUDGE: Form Understanding via Dynamic Graph Editing},
  author = {Brian Davis and Bryan Morse and Brian Price and Chris Tensmeyer and Curtis Wiginton},
  journal= {arXiv preprint arXiv:2105.08194},
  year   = {2021}
}

Comments

Accepted at ICDAR 2021, 16 pages

R2 v1 2026-06-24T02:12:14.080Z