CLCVFeb 17, 2023

Entry Separation using a Mixed Visual and Textual Language Model: Application to 19th century French Trade Directories

arXiv:2302.08948v11 citationsh-index: 14Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a key challenge in extracting structured data from historical documents, but it is incremental as it builds on existing NER methods with visual adaptations.

The paper tackles the problem of segmenting basic text regions in repetitively organized documents like 19th century French trade directories by proposing a new approach that adapts a Named Entity Recognition method with visual tokens, achieving demonstrated efficiency on this specific dataset.

When extracting structured data from repetitively organized documents, such as dictionaries, directories, or even newspapers, a key challenge is to correctly segment what constitutes the basic text regions for the target database. Traditionally, such a problem was tackled as part of the layout analysis and was mostly based on visual clues for dividing (top-down) approaches. Some agglomerating (bottom-up) approaches started to consider textual information to link similar contents, but they required a proper over-segmentation of fine-grained units. In this work, we propose a new pragmatic approach whose efficiency is demonstrated on 19th century French Trade Directories. We propose to consider two sub-problems: coarse layout detection (text columns and reading order), which is assumed to be effective and not detailed here, and a fine-grained entry separation stage for which we propose to adapt a state-of-the-art Named Entity Recognition (NER) approach. By injecting special visual tokens, coding, for instance, indentation or breaks, into the token stream of the language model used for NER purpose, we can leverage both textual and visual knowledge simultaneously. Code, data, results and models are available at https://github.com/soduco/paper-entryseg-icdar23-code, https://huggingface.co/HueyNemud/ (icdar23-entrydetector* variants)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes