paper-with-me

홈 › Papers

Visual Detection with Context for Document Layout Analysis

2019-11-01 · IJCNLP 2019 11 · Carlos Soto, Shinjae Yoo

We present 1) a work in progress method to visually segment key regions of scientific articles using an object detection technique augmented with contextual features, and 2) a novel dataset of region-labeled articles. A continuing challenge in scientific literature mining is the difficulty of consistently extracting high-quality text from formatted PDFs. To address this, we adapt the object-detection technique Faster R-CNN for document layout detection, incorporating contextual information that leverages the inherently localized nature of article contents to improve the region detection performance. Due to the limited availability of high-quality region-labels for scientific articles, we also contribute a novel dataset of region annotations, the first version of which covers 9 region classes and 822 article pages. Initial experimental results demonstrate a 23.9{\%} absolute improvement in mean average precision over the baseline model by incorporating contextual features, and a processing speed 14x faster than a text-based technique. Ongoing work on further improvements is also discussed.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDocument Layout AnalysisLiterature Miningobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Benchmarking Open-Source Layout Detection Models for Data Snapshot Extraction from Institutional Documents

2026-06-04 · AJ Carl P. Dy, Aivin V. Solatorio arxiv

Institutional documents contain substantial amounts of operational and analytical information embedded within figures and tables. Current approaches for extracting visual content from documents are largely built around g…

Document Layout Analysis

SCAN: Semantic Document Layout Analysis for Textual and Visual Retrieval-Augmented Generation

2025-05-20 · Yuyang Dong, Nobuhiro Ueda, Krisztián Boros, Daiki Ito 외

With the increasing adoption of Large Language Models (LLMs) and Vision-Language Models (VLMs), rich document analysis technologies for applications like Retrieval-Augmented Generation (RAG) and visual RAG are gaining si…

Document Layout Analysisobject-detectionObject DetectionRAG+2

HybriDLA: Hybrid Generation for Document Layout Analysis

2025-11-25 · Yufan Chen, Omar Moured, Ruiping Liu, Junwei Zheng 외 arxiv

Conventional document layout analysis (DLA) traditionally depends on empirical priors or a fixed set of learnable queries executed in a single forward pass. While sufficient for early-generation documents with a small, p…

Document Layout Analysis

Doc-GCN: Heterogeneous Graph Convolutional Networks for Document Layout Analysis

2022-08-22 · COLING 2022 10 · Siwen Luo, Yihao Ding, Siqu Long, Josiah Poon 외

Recognizing the layout of unstructured digital documents is crucial when parsing the documents into the structured, machine-readable format for downstream applications. Recent studies in Document Layout Analysis usually …

Component ClassificationDocument Layout Analysis

UnSupDLA: Towards Unsupervised Document Layout Analysis

2024-06-10 · Talha Uddin Sheikh, Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker 외

Document layout analysis is a key area in document research, involving techniques like text mining and visual analysis. Despite various methods developed to tackle layout analysis, a critical but frequently overlooked pr…

DiversityDocument Layout Analysisobject-detectionObject Detection