paper-with-me

홈 › Papers

TRUST: An Accurate and End-to-End Table structure Recognizer Using Splitting-based Transformers

2022-08-31 · Zengyuan Guo, Yuechen Yu, Pengyuan Lv, Chengquan Zhang, Haojie Li, Zhihui Wang, Kun Yao, Jingtuo Liu, Jingdong Wang

Table structure recognition is a crucial part of document image analysis domain. Its difficulty lies in the need to parse the physical coordinates and logical indices of each cell at the same time. However, the existing methods are difficult to achieve both these goals, especially when the table splitting lines are blurred or tilted. In this paper, we propose an accurate and end-to-end transformer-based table structure recognition method, referred to as TRUST. Transformers are suitable for table structure recognition because of their global computations, perfect memory, and parallel computation. By introducing novel Transformer-based Query-based Splitting Module and Vertex-based Merging Module, the table structure recognition problem is decoupled into two joint optimization sub-tasks: multi-oriented table row/column splitting and table grid merging. The Query-based Splitting Module learns strong context information from long dependencies via Transformer networks, accurately predicts the multi-oriented table row/column separators, and obtains the basic grids of the table accordingly. The Vertex-based Merging Module is capable of aggregating local contextual information between adjacent basic grids, providing the ability to merge basic girds that belong to the same spanning cell accurately. We conduct experiments on several popular benchmarks including PubTabNet and SynthTable, our method achieves new state-of-the-art results. In particular, TRUST runs at 10 FPS on PubTabNet, surpassing the previous methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2208.14687

Code (0)

등록된 구현이 없습니다.

Tasks

Table Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

GridFormer: Towards Accurate Table Structure Recognition via Grid Prediction

2023-09-26 · Pengyuan Lyu, Weihong Ma, Hongyi Wang, Yuechen Yu 외

All tables can be represented as grids. Based on this observation, we propose GridFormer, a novel approach for interpreting unconstrained table structures by predicting the vertex and edge of a grid. First, we propose a …

Prediction

Split, embed and merge: An accurate table structure recognizer

2021-07-12 · Zhenrong Zhang, Jianshu Zhang, Jun Du

Table structure recognition is an essential part for making machines understand tables. Its main task is to recognize the internal structure of a table. However, due to the complexity and diversity in their structure and…

Table Recognition

Steepest Descent Neural Architecture Optimization: Escaping Local Optimum with Signed Neural Splitting

2020-03-23 · Lemeng Wu, Mao Ye, Qi Lei, Jason D. Lee 외

Developing efficient and principled neural architecture optimization methods is a critical challenge of modern deep learning. Recently, Liu et al.[19] proposed a splitting steepest descent (S2D) method that jointly optim…

SEMv2: Table Separation Line Detection Based on Instance Segmentation

2023-03-08 · Zhenrong Zhang, Pengfei Hu, Jiefeng Ma, Jun Du 외

Table structure recognition is an indispensable element for enabling machines to comprehend tables. Its primary purpose is to identify the internal structure of a table. Nevertheless, due to the complexity and diversity …

Instance SegmentationLine DetectionSemantic Segmentation

Building Tailored Speech Recognizers for Japanese Speaking Assessment

2025-09-25 · Yotaro Kubo, Richard Sproat, Chihiro Taguchi, Llion Jones arxiv

This paper presents methods for building speech recognizers tailored for Japanese speaking assessment tasks. Specifically, we build a speech recognizer that outputs phonemic labels with accent markers. Although Japanese …