English

Table Detection for Visually Rich Document Images

Computer Vision and Pattern Recognition 2023-12-07 v2 Information Retrieval

Abstract

Table Detection (TD) is a fundamental task to enable visually rich document understanding, which requires the model to extract information without information loss. However, popular Intersection over Union (IoU) based evaluation metrics and IoU-based loss functions for the detection models cannot directly represent the degree of information loss for the prediction results. Therefore, we propose to decouple IoU into a ground truth coverage term and a prediction coverage term, in which the former can be used to measure the information loss of the prediction results. Besides, considering the sparse distribution of tables in document images, we use SparseR-CNN as the base model and further improve the model by using Gaussian Noise Augmented Image Size region proposals and many-to-one label assignments. Results under comprehensive experiments show that the proposed method can consistently outperform state-of-the-art methods with different IoU-based metrics under various datasets and demonstrate that the proposed decoupled IoU loss can enable the model to alleviate information loss.

Keywords

Cite

@article{arxiv.2305.19181,
  title  = {Table Detection for Visually Rich Document Images},
  author = {Bin Xiao and Murat Simsek and Burak Kantarci and Ala Abu Alkheir},
  journal= {arXiv preprint arXiv:2305.19181},
  year   = {2023}
}

Comments

Accepted by Knowledge-Based Systems

R2 v1 2026-06-28T10:50:53.053Z