CVApr 26, 2024

Binarizing Documents by Leveraging both Space and Frequency

arXiv:2404.17243v16 citationsh-index: 15ICDAR
Originality Incremental advance
AI Analysis

This addresses the problem of handling degradations in document images for document analysis and computer vision, representing an incremental improvement over existing methods.

The paper tackles document image binarization by proposing a method using Fast Fourier Convolutions to model both local and global information, achieving results that outperform standard convolutional models and require fewer parameters than Vision Transformers.

Document Image Binarization is a well-known problem in Document Analysis and Computer Vision, although it is far from being solved. One of the main challenges of this task is that documents generally exhibit degradations and acquisition artifacts that can greatly vary throughout the page. Nonetheless, even when dealing with a local patch of the document, taking into account the overall appearance of a wide portion of the page can ease the prediction by enriching it with semantic information on the ink and background conditions. In this respect, approaches able to model both local and global information have been proven suitable for this task. In particular, recent applications of Vision Transformer (ViT)-based models, able to model short and long-range dependencies via the attention mechanism, have demonstrated their superiority over standard Convolution-based models, which instead struggle to model global dependencies. In this work, we propose an alternative solution based on the recently introduced Fast Fourier Convolutions, which overcomes the limitation of standard convolutions in modeling global information while requiring fewer parameters than ViTs. We validate the effectiveness of our approach via extensive experimental analysis considering different types of degradations.

Code Implementations1 repo
Foundations

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

Your Notes