paper-with-me

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 it more difficult to recognize and analyze them. In this paper, we propose \textbf{T2T-BinFormer} which is a novel document binarization encoder-decoder architecture based on a Tokens-to-token vision transformer. 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 tokenization technique to capture this local information from an image to achieve 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 arXiv:2312.03946

Code (1)

RisabBiswas/T2T-BinFormer 공식 구현 pytorch

Tasks

BinarizationDecoderImage Enhancement

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MoLT: Mixture of Layer-Wise Tokens for Efficient Audio-Visual Learning

2025-11-27 · Kyeongha Rho, Hyeongkeun Lee, Jae Won Cho, Joon Son Chung arxiv

In this paper, we propose Mixture of Layer-Wise Tokens (MoLT), a parameter- and memory-efficient adaptation framework for audio-visual learning. The key idea of MoLT is to replace conventional, computationally heavy sequ…

audio-visual event localizationAudio-visual Question Answering

Improved TokenPose with Sparsity

2023-11-16 · Anning Li

Over the past few years, the vision transformer and its various forms have gained significance in human pose estimation. By treating image patches as tokens, transformers can capture global relationships wisely, estimate…

Pose Estimation

Maximizing the Position Embedding for Vision Transformers with Global Average Pooling

2025-02-05 · Wonjun Lee, Bumsub Ham, Suhyun Kim

In vision transformers, position embedding (PE) plays a crucial role in capturing the order of tokens. However, in vision transformer structures, there is a limitation in the expressiveness of PE due to the structure whe…

Position

DTRNet: Dynamic Token Routing Network to Reduce Quadratic Costs in Transformers

2025-08-31 · Aman Sharma, Saeed Najafi, Parsa Farinneya, Benyamin Jamialahmadi 외 arxiv

Transformers achieve state-of-the-art results across many tasks, but their uniform application of quadratic self-attention to every token at every layer makes them computationally expensive. We introduce DTRNet (Dynamic …

Stochastic Scaling Limits and Synchronization by Noise in Deep Transformer Models

2026-04-29 · Andrea Agazzi, Giuseppe Bruno, Eloy Mosig García, Samuele Saviozzi 외 arxiv

We prove pathwise convergence of the layerwise evolution of tokens in a finite-depth, finite-width transformer model with MultiLayer Perceptron (MLP) blocks to a continuous-time stochastic interacting particle system. We…