paper-with-me

Papers

Rethinking Image-based Table Recognition Using Weakly Supervised Methods

2023-03-14 · Nam Tuan Ly, Atsuhiro Takasu, Phuc Nguyen, Hideaki Takeda

Most of the previous methods for table recognition rely on training datasets containing many richly annotated table images. Detailed table image annotation, e.g., cell or text bounding box annotation, however, is costly and often subjective. In this paper, we propose a weakly supervised model named WSTabNet for table recognition that relies only on HTML (or LaTeX) code-level annotations of table images. The proposed model consists of three main parts: an encoder for feature extraction, a structure decoder for generating table structure, and a cell decoder for predicting the content of each cell in the table. Our system is trained end-to-end by stochastic gradient descent algorithms, requiring only table images and their ground-truth HTML (or LaTeX) representations. To facilitate table recognition with deep learning, we create and release WikiTableSet, the largest publicly available image-based table recognition dataset built from Wikipedia. WikiTableSet contains nearly 4 million English table images, 590K Japanese table images, and 640k French table images with corresponding HTML representation and cell bounding boxes. The extensive experiments on WikiTableSet and two large-scale datasets: FinTabNet and PubTabNet demonstrate that the proposed weakly supervised model achieves better, or similar accuracies compared to the state-of-the-art models on all benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2303.07641

Code (1)

namtuanly/wikitableset 공식 구현

Tasks

DecoderTable Recognition

Similar Papers 제목 키워드 기반

Rethinking the Learning Paradigm for Facial Expression Recognition

2022-09-30 · Weijie Wang, Nicu Sebe, Bruno Lepri

Due to the subjective crowdsourcing annotations and the inherent inter-class similarity of facial expressions, the real-world Facial Expression Recognition (FER) datasets usually exhibit ambiguous annotation. To simplify…

Facial Expression RecognitionFacial Expression Recognition (FER)

Rethinking the Route Towards Weakly Supervised Object Localization

2020-02-26 · CVPR 2020 6 · Chen-Lin Zhang, Yun-Hao Cao, Jianxin Wu

Weakly supervised object localization (WSOL) aims to localize objects with only image-level labels. Previous methods often try to utilize feature maps and classification weights to localize objects using image level anno…

General ClassificationObjectObject LocalizationWeakly-Supervised Object Localization

Revisiting Weakly Supervised Pre-Training of Visual Perception Models

2022-01-20 · CVPR 2022 1 · Mannat Singh, Laura Gustafson, Aaron Adcock, Vinicius de Freitas Reis 외

Model pre-training is a cornerstone of modern visual recognition systems. Although fully supervised pre-training on datasets like ImageNet is still the de-facto standard, recent studies suggest that large-scale weakly su…

Fine-Grained Image ClassificationImage ClassificationOut-of-Distribution GeneralizationSelf-Supervised Learning+2

Weakly Supervised Patch Label Inference Networks for Efficient Pavement Distress Detection and Recognition in the Wild

2022-03-31 · Sheng Huang, Wenhao Tang, Guixin Huang, Luwen Huangfu 외

Automatic image-based pavement distress detection and recognition are vital for pavement maintenance and management. However, existing deep learning-based methods largely omit the specific characteristics of pavement ima…

image-classificationImage ClassificationManagement

ConceptLearner: Discovering Visual Concepts from Weakly Labeled Image Collections

2014-11-19 · CVPR 2015 6 · Bolei Zhou, Vignesh Jagadeesh, Robinson Piramuthu

Discovering visual knowledge from weakly labeled data is crucial to scale up computer vision recognition system, since it is expensive to obtain fully labeled data for a large number of concept categories. In this paper,…

object-detectionObject DetectionScene Recognition