LORE: Logical Location Regression Network for Table Structure Recognition
Abstract
Table structure recognition (TSR) aims at extracting tables in images into machine-understandable formats. Recent methods solve this problem by predicting the adjacency relations of detected cell boxes, or learning to generate the corresponding markup sequences from the table images. However, they either count on additional heuristic rules to recover the table structures, or require a huge amount of training data and time-consuming sequential decoders. In this paper, we propose an alternative paradigm. We model TSR as a logical location regression problem and propose a new TSR framework called LORE, standing for LOgical location REgression network, which for the first time combines logical location regression together with spatial location regression of table cells. Our proposed LORE is conceptually simpler, easier to train and more accurate than previous TSR models of other paradigms. Experiments on standard benchmarks demonstrate that LORE consistently outperforms prior arts. Code is available at https:// github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/DocumentUnderstanding/LORE-TSR.
Cite
Text
Xing et al. "LORE: Logical Location Regression Network for Table Structure Recognition." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I3.25402Markdown
[Xing et al. "LORE: Logical Location Regression Network for Table Structure Recognition." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/xing2023aaai-lore/) doi:10.1609/AAAI.V37I3.25402BibTeX
@inproceedings{xing2023aaai-lore,
title = {{LORE: Logical Location Regression Network for Table Structure Recognition}},
author = {Xing, Hangdi and Gao, Feiyu and Long, Rujiao and Bu, Jiajun and Zheng, Qi and Li, Liangcheng and Yao, Cong and Yu, Zhi},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {2992-3000},
doi = {10.1609/AAAI.V37I3.25402},
url = {https://mlanthology.org/aaai/2023/xing2023aaai-lore/}
}