paper-with-me

홈 › Papers

GriTS: Grid table similarity metric for table structure recognition

2022-03-23 · Brandon Smock, Rohith Pesala, Robin Abraham

In this paper, we propose a new class of metric for table structure recognition (TSR) evaluation, called grid table similarity (GriTS). Unlike prior metrics, GriTS evaluates the correctness of a predicted table directly in its natural form as a matrix. To create a similarity measure between matrices, we generalize the two-dimensional largest common substructure (2D-LCS) problem, which is NP-hard, to the 2D most similar substructures (2D-MSS) problem and propose a polynomial-time heuristic for solving it. This algorithm produces both an upper and a lower bound on the true similarity between matrices. We show using evaluation on a large real-world dataset that in practice there is almost no difference between these bounds. We compare GriTS to other metrics and empirically validate that matrix similarity exhibits more desirable behavior than alternatives for TSR performance evaluation. Finally, GriTS unifies all three subtasks of cell topology recognition, cell location recognition, and cell content recognition within the same framework, which simplifies the evaluation and enables more meaningful comparisons across different types of TSR approaches. Code will be released at https://github.com/microsoft/table-transformer.

📄 PDF Abstract BibTeX arXiv:2203.12555

Code (1)

microsoft/table-transformer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Beyond String Matching: Semantic Evaluation of PDF Table Extraction

2026-03-19 · Pius Horn, Janis Keuper arxiv

Reliably extracting tables from PDFs is essential for large-scale scientific data mining and knowledge base construction, yet existing evaluation approaches rely on rule-based metrics that fail to capture semantic equiva…

PubTables-v2: A new large-scale dataset for full-page and multi-page table extraction

2025-12-11 · Brandon Smock, Valerie Faucon-Morin, Max Sokolov, Libin Liang 외 arxiv

Table extraction (TE) is a key challenge in document understanding. Traditional approaches detect tables first, then recognize their structure. Recently, interest has surged in developing methods, such as vision-language…

POTATR: A Lightweight Image-to-Graph Model for Page-Level Table Extraction

2026-06-08 · Brandon Smock, Libin Liang, Max Sokolov, Amrit Ramesh 외 arxiv

Large-scale document processing requires contextually aware table extraction (TE) that is both accurate and efficient. Yet current approaches require billions of parameters, hundreds of autoregressive steps, or costly AP…

GRITS: A Spillage-Aware Guided Diffusion Policy for Robot Food Scooping Tasks

2025-10-01 · Yen-Ling Tai, Yi-Ru Yang, Kuan-Ting Yu, Yu-Wei Chao 외 arxiv

Robotic food scooping is a critical manipulation skill for food preparation and service robots. However, existing robot learning algorithms, especially learn-from-demonstration methods, still struggle to handle diverse a…

ConRTF: Edge-Constrained Boundary Distribution Refinement for Realtime TransFormer Table Structure Recognition

2026-07-01 · Eliott Thomas, Tri-Cong Pham, Mickael Coustaty, Aurelie Joseph 외 arxiv

Table Structure Recognition (TSR) aims to recover the row and column layout of tables from document images, a key step in document understanding pipelines. Accurate TSR depends on precise boundary localization: small err…