CVLGAug 26, 2023

Bengali Document Layout Analysis with Detectron2

arXiv:2308.13769v12 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This work addresses document digitization for Bengali historical records and OCR research, but it is incremental as it applies existing methods to a new dataset.

The paper tackled the problem of Document Layout Analysis (DLA) for Bengali documents, which is hindered by a lack of datasets, by using Mask R-CNN models from Detectron2 on the BaDLAD dataset, resulting in accurate segmentation with discussions on speed-accuracy tradeoffs and the importance of pretrained weights.

Document digitization is vital for preserving historical records, efficient document management, and advancing OCR (Optical Character Recognition) research. Document Layout Analysis (DLA) involves segmenting documents into meaningful units like text boxes, paragraphs, images, and tables. Challenges arise when dealing with diverse layouts, historical documents, and unique scripts like Bengali, hindered by the lack of comprehensive Bengali DLA datasets. We improved the accuracy of the DLA model for Bengali documents by utilizing advanced Mask R-CNN models available in the Detectron2 library. Our evaluation involved three variants: Mask R-CNN R-50, R-101, and X-101, both with and without pretrained weights from PubLayNet, on the BaDLAD dataset, which contains human-annotated Bengali documents in four categories: text boxes, paragraphs, images, and tables. Results show the effectiveness of these models in accurately segmenting Bengali documents. We discuss speed-accuracy tradeoffs and underscore the significance of pretrained weights. Our findings expand the applicability of Mask R-CNN in document layout analysis, efficient document management, and OCR research while suggesting future avenues for fine-tuning and data augmentation.

Foundations

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

Your Notes