TABLET: Table Structure Recognition using Encoder-only Transformers

📅 2025-06-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the instability in bounding-box prediction and the trade-off between accuracy and efficiency in large-scale, dense table structure recognition, this paper proposes TABLET—a pure-encoder Transformer architecture. It introduces a novel Split-Merge two-stage paradigm: the Split stage formulates row/column segmentation as a sequence labeling task, while the Merge stage casts cell merging as a grid-cell classification task—fully eliminating bounding-box regression. TABLET comprises dual encoders for splitting and a single encoder for merging, requiring no detection head, thereby achieving high accuracy, low latency, and strong robustness. On FinTabNet and PubTabNet, it significantly outperforms state-of-the-art methods in both accuracy and inference speed, with substantially reduced computational overhead. Its lightweight design and end-to-end differentiability enable industrial-scale deployment for real-world table understanding tasks.

Technology Category

Application Category

📝 Abstract
To address the challenges of table structure recognition, we propose a novel Split-Merge-based top-down model optimized for large, densely populated tables. Our approach formulates row and column splitting as sequence labeling tasks, utilizing dual Transformer encoders to capture feature interactions. The merging process is framed as a grid cell classification task, leveraging an additional Transformer encoder to ensure accurate and coherent merging. By eliminating unstable bounding box predictions, our method reduces resolution loss and computational complexity, achieving high accuracy while maintaining fast processing speed. Extensive experiments on FinTabNet and PubTabNet demonstrate the superiority of our model over existing approaches, particularly in real-world applications. Our method offers a robust, scalable, and efficient solution for large-scale table recognition, making it well-suited for industrial deployment.
Problem

Research questions and friction points this paper is trying to address.

Recognizing complex table structures efficiently
Reducing resolution loss in table recognition
Improving accuracy for large dense tables
Innovation

Methods, ideas, or system contributions that make the work stand out.

Split-Merge top-down model for large tables
Dual Transformer encoders for sequence labeling
Grid cell classification with Transformer encoder
🔎 Similar Papers
No similar papers found.
Q
Qiyu Hou
iWudao Tech
J
Jun Wang
iWudao Tech