paper-with-me

Papers

TableFormer: Table Structure Understanding with Transformers

2022-03-02 · CVPR 2022 1 · Ahmed Nassar, Nikolaos Livathinos, Maksym Lysak, Peter Staar

Tables organize valuable content in a concise and compact representation. This content is extremely valuable for systems such as search engines, Knowledge Graph's, etc, since they enhance their predictive capabilities. Unfortunately, tables come in a large variety of shapes and sizes. Furthermore, they can have complex column/row-header configurations, multiline rows, different variety of separation lines, missing entries, etc. As such, the correct identification of the table-structure from an image is a non-trivial task. In this paper, we present a new table-structure identification model. The latter improves the latest end-to-end deep learning model (i.e. encoder-dual-decoder from PubTabNet) in two significant ways. First, we introduce a new object detection decoder for table-cells. In this way, we can obtain the content of the table-cells from programmatic PDF's directly from the PDF source and avoid the training of the custom OCR decoders. This architectural change leads to more accurate table-content extraction and allows us to tackle non-english tables. Second, we replace the LSTM decoders with transformer based decoders. This upgrade improves significantly the previous state-of-the-art tree-editing-distance-score (TEDS) from 91% to 98.5% on simple tables and from 88.7% to 95% on complex tables.

📄 PDF Abstract BibTeX arXiv:2203.01017

Code (3)

ibm/synthtabnet 공식 구현
MindCode-4/code-5/tree/main/table_transformer mindspore
pwc-1/Paper-10/tree/main/table_transformer mindspore

Tasks

Decoderobject-detectionObject DetectionOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

TableFormer: Robust Transformer Modeling for Table-Text Encoding

2022-03-01 · ACL 2022 5 · Jingfeng Yang, Aditya Gupta, Shyam Upadhyay, Luheng He 외

Understanding tables is an important aspect of natural language understanding. Existing models for table understanding require linearization of the table structure, where row or column order is encoded as an unwanted bia…

Natural Language Understanding

TableFormer: Robust Transformer Modeling for Table-Text Encoding

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Understanding tables is an important aspect of natural language understanding. Existing models for table understanding require linearization of the table structure, where row or column order is encoded as an unwanted bia…

Natural Language Understanding

Docling Technical Report

2024-08-19 · Christoph Auer, Maksym Lysak, Ahmed Nassar, Michele Dolfi 외

This technical report introduces Docling, an easy to use, self-contained, MIT-licensed open-source package for PDF document conversion. It is powered by state-of-the-art specialized AI models for layout analysis (DocLayN…

Docling: An Efficient Open-Source Toolkit for AI-driven Document Conversion

2025-01-27 · Nikolaos Livathinos, Christoph Auer, Maksym Lysak, Ahmed Nassar 외

We introduce Docling, an easy-to-use, self-contained, MIT-licensed, open-source toolkit for document conversion, that can parse several types of popular document formats into a unified, richly structured representation. …

TUTA: Tree-based Transformers for Generally Structured Table Pre-training

2020-10-21 · Zhiruo Wang, Haoyu Dong, Ran Jia, Jia Li 외

Tables are widely used with various structures to organize and present data. Recent attempts on table understanding mainly focus on relational tables, yet overlook to other common table structures. In this paper, we prop…