paper-with-me

Papers

Effective Document Image Enhancement Using tokens-to-token Transformer Network

2023-02-10 · Preprint 2023 2 · Risab Biswas, Swalpa Kumar Roy, Umapada Pal

Document image enhancement is a fundamental and important stage for attaining the best performance in any document analysis assignment because there are many degradation situations that could harm document images, making it more difficult to recognize and analyze them. In this paper, we propose to employ a Tokens-to-Token Transformer network for document image enhancement, a novel encoder-decoder architecture based on a tokens-to-token vision transformer. The proposed architecture uses a tokens-to-token architecture in the encoder section. Each image is divided into a set of tokens with a defined length using the ViT model, which is then applied several times to model the global relationship between the tokens. However, the conventional tokenization of input data does not adequately reflect the crucial local structure between adjacent pixels of the input image, which results in low efficiency. Instead of using a simple ViT and hard splitting of images for the document image enhancement task, we employed a progressive tokeniza-tion technique to capture this local information from an image for achieving more effective results. Experiments on various DIBCO and H-DIBCO benchmarks demonstrate that the proposed model outperforms the existing CNN and ViT-based state-of-the-art methods. In this research, the primary area of examination is the application of the proposed architecture to the task of document binarization. The source code will be made available at https://github.com/RisabBiswas/T2T-BinFormer.

📄 PDF Abstract BibTeX

Code (1)

RisabBiswas/T2T-BinFormer pytorch

Tasks

BinarizationImage Enhancement

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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$…
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…

Similar Papers 제목 키워드 기반

A Layer-Wise Tokens-to-Token Transformer Network for Improved Historical Document Image Enhancement

2023-12-06 · Risab Biswas, Swalpa Kumar Roy, Umapada Pal

Document image enhancement is a fundamental and important stage for attaining the best performance in any document analysis assignment because there are many degradation situations that could harm document images, making…

BinarizationDecoderImage Enhancement

Token-level Correlation-guided Compression for Efficient Multimodal Document Understanding

2024-07-19 · Renshan Zhang, Yibo Lyu, Rui Shao, Gongwei Chen 외

Cropping high-resolution document images into multiple sub-images is the most widely used approach for current Multimodal Large Language Models (MLLMs) to do document understanding. Most of current document understanding…

document understandingInformativeness

Mutual Enhancement Between Global Tokens and Patch Tokens: From Theory to Practice

2026-05-11 · Xiusheng Huang, Xin Jiang, Jun Zhao, Kang Liu 외 arxiv

Accurate and effective discrete image tokenization is crucial for long image sequence processing. However, current methods rigidly compress all content at a fixed rate, ignoring the variable information density of images…

TokenAR: Multiple Subject Generation via Autoregressive Token-level enhancement

2025-10-18 · Haiyue Sun, Qingdong He, Jinlong Peng, Peng Tang 외 arxiv

Autoregressive Model (AR) has shown remarkable success in conditional image generation. However, these approaches for multiple reference generation struggle with decoupling different reference identities. In this work, w…

Conditional Image Generation

Training-Free Anomaly Generation via Dual-Attention Enhancement in Diffusion Model

2025-08-15 · Zuo Zuo, Jiahao Dong, Yanyun Qu, Zongze Wu arxiv

Industrial anomaly detection (AD) plays a significant role in manufacturing where a long-standing challenge is data scarcity. A growing body of works have emerged to address insufficient anomaly data via anomaly generati…

Anomaly DetectionImage Generation