paper-with-me

홈 › Papers

OLALA: Object-Level Active Learning for Efficient Document Layout Annotation

2020-10-05 · Zejiang Shen, Jian Zhao, Melissa Dell, YaoLiang Yu, Weining Li

Document images often have intricate layout structures, with numerous content regions (e.g. texts, figures, tables) densely arranged on each page. This makes the manual annotation of layout datasets expensive and inefficient. These characteristics also challenge existing active learning methods, as image-level scoring and selection suffer from the overexposure of common objects.Inspired by recent progresses in semi-supervised learning and self-training, we propose an Object-Level Active Learning framework for efficient document layout Annotation, OLALA. In this framework, only regions with the most ambiguous object predictions within an image are selected for annotators to label, optimizing the use of the annotation budget. For unselected predictions, the semi-automatic correction algorithm is proposed to identify certain errors based on prior knowledge of layout structures and rectifies them with minor supervision. Additionally, we carefully design a perturbation-based object scoring function for document images. It governs the object selection process via evaluating prediction ambiguities, and considers both the positions and categories of predicted layout objects. Extensive experiments show that OLALA can significantly boost model performance and improve annotation efficiency, given the same labeling budget. Code for this paper can be accessed via https://github.com/lolipopshock/detectron2_al.

📄 PDF Abstract BibTeX arXiv:2010.01762

Code (1)

lolipopshock/Detectron2_AL 공식 구현 pytorch

Tasks

Active LearningObjectObject Detection

Similar Papers 제목 키워드 기반

LAMPRET: Layout-Aware Multimodal PreTraining for Document Understanding

2021-04-16 · Te-Lin Wu, Cheng Li, Mingyang Zhang, Tao Chen 외

Document layout comprises both structural and visual (eg. font-sizes) information that is vital but often ignored by machine learning models. The few existing models which do use layout information only consider textual …

document understanding

LayoutLLM: Layout Instruction Tuning with Large Language Models for Document Understanding

2024-04-08 · CVPR 2024 1 · Chuwei Luo, Yufan Shen, Zhaoqing Zhu, Qi Zheng 외

Recently, leveraging large language models (LLMs) or multimodal large language models (MLLMs) for document understanding has been proven very promising. However, previous works that employ LLMs/MLLMs for document underst…

Document AIdocument understanding

OLALa: Online Learned Adaptive Lattice Codes for Heterogeneous Federated Learning

2025-06-25 · Natalie Lang, Maya Simhi, Nir Shlezinger

Federated learning (FL) enables collaborative training across distributed clients without sharing raw data, often at the cost of substantial communication overhead induced by transmitting high-dimensional model updates. …

Federated LearningQuantization

Cross-Domain Document Layout Analysis Using Document Style Guide

2022-01-24 · Xingjiao Wu, Luwei Xiao, Xiangcheng Du, Yingbin Zheng 외

The document layout analysis (DLA) aims to decompose document images into high-level semantic areas (i.e., figures, tables, texts, and background). Creating a DLA framework with strong generalization capabilities is a ch…

Contrastive LearningDocument Layout Analysis

BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation

2026-05-11 · Qi Yang, Xiangyao Ma, Xiao Wang, Hao Wang 외 arxiv

As global cross-lingual communication intensifies, language barriers in visually rich documents such as PDFs remain a practical bottleneck. Existing document translation pipelines face a tension between linguistic proces…