paper-with-me

홈 › Papers

An End-to-End Multi-Task Learning Model for Image-based Table Recognition

2023-03-15 · Nam Tuan Ly, Atsuhiro Takasu

Image-based table recognition is a challenging task due to the diversity of table styles and the complexity of table structures. Most of the previous methods focus on a non-end-to-end approach which divides the problem into two separate sub-problems: table structure recognition; and cell-content recognition and then attempts to solve each sub-problem independently using two separate systems. In this paper, we propose an end-to-end multi-task learning model for image-based table recognition. The proposed model consists of one shared encoder, one shared decoder, and three separate decoders which are used for learning three sub-tasks of table recognition: table structure recognition, cell detection, and cell-content recognition. The whole system can be easily trained and inferred in an end-to-end approach. In the experiments, we evaluate the performance of the proposed model on two large-scale datasets: FinTabNet and PubTabNet. The experiment results show that the proposed model outperforms the state-of-the-art methods in all benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2303.08648

Code (2)

namtuanly/MTL-TabNet 공식 구현 pytorch
cycloneboy/pdf_table pytorch

Tasks

Cell DetectionDecoderDiversityMulti-Task LearningTable Recognition

Similar Papers 제목 키워드 기반

Multi-Type-TD-TSR -- Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition: from OCR to Structured Table Representations

2021-05-23 · Pascal Fischer, Alen Smajic, Alexander Mehler, Giuseppe Abrami

As global trends are shifting towards data-driven industries, the demand for automated algorithms that can convert digital images of scanned documents into machine readable information is rapidly growing. Besides the opp…

Optical Character RecognitionOptical Character Recognition (OCR)Table DetectionTable Recognition+1

A large-scale dataset for end-to-end table recognition in the wild

2023-03-27 · Fan Yang, Lei Hu, Xinwu Liu, Shuangping Huang 외

Table recognition (TR) is one of the research hotspots in pattern recognition, which aims to extract information from tables in an image. Common table recognition tasks include table detection (TD), table structure recog…

Table annotationTable DetectionTable Recognition

PingAn-VCGroup's Solution for ICDAR 2021 Competition on Scientific Literature Parsing Task B: Table Recognition to HTML

2021-05-05 · Jiaquan Ye, Xianbiao Qi, Yelin He, Yihao Chen 외

This paper presents our solution for ICDAR 2021 competition on scientific literature parsing taskB: table recognition to HTML. In our method, we divide the table content recognition task into foursub-tasks: table structu…

Line DetectionTable Recognition

PingAn-VCGroup's Solution for ICDAR 2021 Competition on Scientific Table Image Recognition to Latex

2021-05-05 · Yelin He, Xianbiao Qi, Jiaquan Ye, Peng Gao 외

This paper presents our solution for the ICDAR 2021 Competition on Scientific Table Image Recognition to LaTeX. This competition has two sub-tasks: Table Structure Reconstruction (TSR) and Table Content Reconstruction (T…

Data AugmentationScene Text Recognition

TableBank: Table Benchmark for Image-based Table Detection and Recognition

2020-05-01 · LREC 2020 5 · Minghao Li, Lei Cui, Shaohan Huang, Furu Wei 외

We present TableBank, a new image-based table detection and recognition dataset built with novel weak supervision from Word and Latex documents on the internet. Existing research for image-based table detection and recog…

Table Detection