paper-with-me

Papers

DocBinFormer: A Two-Level Transformer Network for Effective Document Image Binarization

2023-12-06 · Risab Biswas, Swalpa Kumar Roy, Ning Wang, Umapada Pal, Guang-Bin Huang

In real life, various degradation scenarios exist that might damage document images, making it harder to recognize and analyze them, thus binarization is a fundamental and crucial step for achieving the most optimal performance in any document analysis task. We propose DocBinFormer (Document Binarization Transformer), a novel two-level vision transformer (TL-ViT) architecture based on vision transformers for effective document image binarization. The presented architecture employs a two-level transformer encoder to effectively capture both global and local feature representation from the input images. These complimentary bi-level features are exploited for efficient document image binarization, resulting in improved results for system-generated as well as handwritten document images in a comprehensive approach. With the absence of convolutional layers, the transformer encoder uses the pixel patches and sub-patches along with their positional information to operate directly on them, while the decoder generates a clean (binarized) output image from the latent representation of the patches. Instead of using a simple vision transformer block to extract information from the image patches, the proposed architecture uses two transformer blocks for greater coverage of the extracted feature space on a global and local scale. The encoded feature representation is used by the decoder block to generate the corresponding binarized output. Extensive experiments on a variety of DIBCO and H-DIBCO benchmarks show that the proposed model outperforms state-of-the-art techniques on four metrics. The source code will be made available at https://github.com/RisabBiswas/DocBinFormer.

📄 PDF Abstract BibTeX arXiv:2312.03568

Code (1)

risabbiswas/docbinformer 공식 구현 pytorch

Tasks

BinarizationDecoder

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Alignment-Enriched Tuning for Patch-Level Pre-trained Document Image Models

2022-11-27 · Lei Wang, Jiabang He, Xing Xu, Ning Liu 외

Alignment between image and text has shown promising improvements on patch-level pre-trained document image models. However, investigating more effective or finer-grained alignment techniques during pre-training requires…

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

An Unsupervised Sampling Approach for Image-Sentence Matching Using Document-Level Structural Information

2021-03-21 · Zejun Li, Zhongyu Wei, Zhihao Fan, Haijun Shan 외

In this paper, we focus on the problem of unsupervised image-sentence matching. Existing research explores to utilize document-level structural information to sample positive and negative instances for model training. Al…

Representation LearningSemantic SimilaritySemantic Textual SimilaritySentence

DocSegTr: An Instance-Level End-to-End Document Image Segmentation Transformer

2022-01-27 · Sanket Biswas, Ayan Banerjee, Josep Lladós, Umapada Pal

Understanding documents with rich layouts is an essential step towards information extraction. Business intelligence processes often require the extraction of useful semantic content from documents at a large scale for s…

Decision MakingDocument Layout AnalysisImage SegmentationInstance Segmentation+2

High-Fidelity Document Stain Removal via A Large-Scale Real-World Dataset and A Memory-Augmented Transformer

2024-10-30 · Mingxian Li, Hao Sun, Yingtie Lei, Xiaofeng Zhang 외

Document images are often degraded by various stains, significantly impacting their readability and hindering downstream applications such as document digitization and analysis. The absence of a comprehensive stained doc…

Document EnhancementFeature ImportanceImage EnhancementImage Restoration