paper-with-me

홈 › Papers

BiblioPage: A Dataset of Scanned Title Pages for Bibliographic Metadata Extraction

2025-03-25 · Jan Kohút, Martin Dočekal, Michal Hradiš, Marek Vaško

Manual digitization of bibliographic metadata is time consuming and labor intensive, especially for historical and real-world archives with highly variable formatting across documents. Despite advances in machine learning, the absence of dedicated datasets for metadata extraction hinders automation. To address this gap, we introduce BiblioPage, a dataset of scanned title pages annotated with structured bibliographic metadata. The dataset consists of approximately 2,000 monograph title pages collected from 14 Czech libraries, spanning a wide range of publication periods, typographic styles, and layout structures. Each title page is annotated with 16 bibliographic attributes, including title, contributors, and publication metadata, along with precise positional information in the form of bounding boxes. To extract structured information from this dataset, we valuated object detection models such as YOLO and DETR combined with transformer-based OCR, achieving a maximum mAP of 52 and an F1 score of 59. Additionally, we assess the performance of various visual large language models, including LlamA 3.2-Vision and GPT-4o, with the best model reaching an F1 score of 67. BiblioPage serves as a real-world benchmark for bibliographic metadata extraction, contributing to document understanding, document question answering, and document information extraction. Dataset and evaluation scripts are availible at: https://github.com/DCGM/biblio-dataset

📄 PDF Abstract BibTeX arXiv:2503.19658

Code (1)

dcgm/biblio-dataset 공식 구현

Tasks

document understandingobject-detectionObject DetectionOptical Character Recognition (OCR)Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Generating titles for millions of browse pages on an e-Commerce site

2017-09-01 · WS 2017 9 · Prashant Mathur, Nicola Ueffing, Gregor Leusch

We present two approaches to generate titles for browse pages in five different languages, namely English, German, French, Italian and Spanish. These browse pages are structured search pages in an e-commerce domain. We f…

Automatic Post-EditingMachine TranslationQuestion AnsweringText Generation+1

ParsRec: Meta-Learning Recommendations for Bibliographic Reference Parsing

2018-08-27 · Tkaczyk Dominika, Sheridan Paraic, Beel Joeran

Bibliographic reference parsers extract metadata (e.g. author names, title, year) from bibliographic reference strings. No reference parser consistently gives the best results in every scenario. For instance, one tool ma…

Meta-LearningRecommendation Systems

End-to-End Unsupervised Document Image Blind Denoising

2021-05-19 · ICCV 2021 10 · Mehrdad J Gangeh, Marcin Plata, Hamid Motahari, Nigel P Duffy

Removing noise from scanned pages is a vital step before their submission to the optical character recognition (OCR) system. Most available image denoising methods are supervised where the pairs of noisy/clean pages are …

DenoisingImage DenoisingOptical Character RecognitionOptical Character Recognition (OCR)

Multi-lingual neural title generation for e-Commerce browse pages

2018-04-03 · NAACL 2018 6 · Prashant Mathur, Nicola Ueffing, Gregor Leusch

To provide better access of the inventory to buyers and better search engine optimization, e-Commerce websites are automatically generating millions of easily searchable browse pages. A browse page consists of a set of s…

Transfer Learning

Bib2Auth: Deep Learning Approach for Author Disambiguation using Bibliographic Data

2021-07-09 · Zeyd Boukhers, Nagaraj Bahubali, Abinaya Thulsi Chandrasekaran, Adarsh Anand 외

Author name ambiguity remains a critical open problem in digital libraries due to synonymy and homonymy of names. In this paper, we propose a novel approach to link author names to their real-world entities by relying on…

Deep Learning