paper-with-me

홈 › Papers

LGPMA: Complicated Table Structure Recognition with Local and Global Pyramid Mask Alignment

2021-05-13 · Liang Qiao, Zaisheng Li, Zhanzhan Cheng, Peng Zhang, ShiLiang Pu, Yi Niu, Wenqi Ren, Wenming Tan, Fei Wu

Table structure recognition is a challenging task due to the various structures and complicated cell spanning relations. Previous methods handled the problem starting from elements in different granularities (rows/columns, text regions), which somehow fell into the issues like lossy heuristic rules or neglect of empty cell division. Based on table structure characteristics, we find that obtaining the aligned bounding boxes of text region can effectively maintain the entire relevant range of different cells. However, the aligned bounding boxes are hard to be accurately predicted due to the visual ambiguities. In this paper, we aim to obtain more reliable aligned bounding boxes by fully utilizing the visual information from both text regions in proposed local features and cell relations in global features. Specifically, we propose the framework of Local and Global Pyramid Mask Alignment, which adopts the soft pyramid mask learning mechanism in both the local and global feature maps. It allows the predicted boundaries of bounding boxes to break through the limitation of original proposals. A pyramid mask re-scoring module is then integrated to compromise the local and global information and refine the predicted boundaries. Finally, we propose a robust table structure recovery pipeline to obtain the final structure, in which we also effectively solve the problems of empty cells locating and division. Experimental results show that the proposed method achieves competitive and even new state-of-the-art performance on several public benchmarks.

📄 PDF Abstract BibTeX arXiv:2105.06224

Code (2)

hikopensource/davar-lab-ocr 공식 구현 pytorch
cycloneboy/pdf_table pytorch

Tasks

Table Recognition

Similar Papers 제목 키워드 기반

Complicated Table Structure Recognition

2019-08-13 · Zewen Chi, He-Yan Huang, Heng-Da Xu, Houjin Yu 외

The task of table structure recognition aims to recognize the internal structure of a table, which is a key step to make machines understand tables. Currently, there are lots of studies on this task for different file fo…

Graph Neural Network

Grab What You Need: Rethinking Complex Table Structure Recognition with Flexible Components Deliberation

2023-03-16 · Hao liu, Xin Li, Mingming Gong, Bing Liu 외

Recently, Table Structure Recognition (TSR) task, aiming at identifying table structure into machine readable formats, has received increasing interest in the community. While impressive success, most single table compon…

Table Structure Recognition with Conditional Attention

2022-03-08 · Bin Xiao, Murat Simsek, Burak Kantarci, Ala Abu Alkheir

Tabular data in digital documents is widely used to express compact and important information for readers. However, it is challenging to parse tables from unstructured digital documents, such as PDFs and images, into mac…

Information RetrievalRetrieval

Image Over Text: Transforming Formula Recognition Evaluation with Character Detection Matching

2024-09-05 · CVPR 2025 1 · Bin Wang, Fan Wu, Linke Ouyang, Zhuangcheng Gu 외

Formula recognition presents significant challenges due to the complicated structure and varied notation of mathematical expressions. Despite continuous advancements in formula recognition models, the evaluation metrics …

Table Structure Recognition using Top-Down and Bottom-Up Cues

2020-10-09 · ECCV 2020 8 · Sachin Raja, Ajoy Mondal, C. V. Jawahar

Tables are information-rich structured objects in document images. While significant work has been done in localizing tables as graphic objects in document images, only limited attempts exist on table structure recogniti…

Cell DetectionOptical Character RecognitionOptical Character Recognition (OCR)Table Recognition