paper-with-me

Papers

Visual Understanding of Complex Table Structures from Document Images

2021-11-13 · Sachin Raja, Ajoy Mondal, C V Jawahar

Table structure recognition is necessary for a comprehensive understanding of documents. Tables in unstructured business documents are tough to parse due to the high diversity of layouts, varying alignments of contents, and the presence of empty cells. The problem is particularly difficult because of challenges in identifying individual cells using visual or linguistic contexts or both. Accurate detection of table cells (including empty cells) simplifies structure extraction and hence, it becomes the prime focus of our work. We propose a novel object-detection-based deep model that captures the inherent alignments of cells within tables and is fine-tuned for fast optimization. Despite accurate detection of cells, recognizing structures for dense tables may still be challenging because of difficulties in capturing long-range row/column dependencies in presence of multi-row/column spanning cells. Therefore, we also aim to improve structure recognition by deducing a novel rectilinear graph-based formulation. From a semantics perspective, we highlight the significance of empty cells in a table. To take these cells into account, we suggest an enhancement to a popular evaluation criterion. Finally, we introduce a modestly sized evaluation dataset with an annotation style inspired by human cognition to encourage new approaches to the problem. Our framework improves the previous state-of-the-art performance by a 2.7% average F1-score on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2111.07129

Code (0)

등록된 구현이 없습니다.

Tasks

Novel Object Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

MonkeyOCR v1.5 Technical Report: Unlocking Robust Document Parsing for Complex Patterns

2025-11-13 · Jiarui Zhang, Yuliang Liu, Zijun Wu, Guosheng Pang 외 arxiv

Document parsing is a core task in document intelligence, supporting applications such as information extraction, retrieval-augmented generation, and automated document analysis. However, real-world documents often featu…

Reinforcement LearningInformation Extraction

3MVRD: Multimodal Multi-task Multi-teacher Visually-Rich Form Document Understanding

2024-02-28 · Yihao Ding, Lorenzo Vaiani, Caren Han, Jean Lee 외

This paper presents a groundbreaking multimodal, multi-task, multi-teacher joint-grained knowledge distillation model for visually-rich form document understanding. The model is designed to leverage insights from both fi…

document understandingFormKnowledge Distillation

PDF-MVQA: A Dataset for Multimodal Information Retrieval in PDF-based Visual Question Answering

2024-04-19 · Yihao Ding, Kaixuan Ren, Jiabin Huang, Siwen Luo 외

Document Question Answering (QA) presents a challenge in understanding visually-rich documents (VRD), particularly those dominated by lengthy textual content like research journal articles. Existing studies primarily foc…

ArticlesInformation RetrievalMachine Reading ComprehensionQuestion Answering+4

TabIQA: Table Questions Answering on Business Document Images

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

Table answering questions from business documents has many challenges that require understanding tabular structures, cross-document referencing, and additional numeric computations beyond simple search queries. This pape…

KoViDoRe: Korean Visual Document Retrieval

2026-08-21 · Yongbin Choi, Yongwoo Song, Mujeen Sung arxiv

Recent advances in multimodal retrieval have improved the ability to retrieve information from visually rich documents such as PDFs and reports. However, existing benchmarks remain largely centered on English and provide…