CVJun 10, 2021

Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter

arXiv:2106.05920v112 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of dependency on text detectors in OCR systems for researchers and practitioners, offering a novel inference mechanism that simplifies the pipeline.

The paper tackles the limitation of text recognition being dependent on text detectors by proposing Implicit Feature Alignment (IFA), which enables ordinary text recognizers to process multi-line text directly, achieving state-of-the-art performance on end-to-end document recognition tasks with the fastest speed.

Text recognition is a popular research subject with many associated challenges. Despite the considerable progress made in recent years, the text recognition task itself is still constrained to solve the problem of reading cropped line text images and serves as a subtask of optical character recognition (OCR) systems. As a result, the final text recognition result is limited by the performance of the text detector. In this paper, we propose a simple, elegant and effective paradigm called Implicit Feature Alignment (IFA), which can be easily integrated into current text recognizers, resulting in a novel inference mechanism called IFAinference. This enables an ordinary text recognizer to process multi-line text such that text detection can be completely freed. Specifically, we integrate IFA into the two most prevailing text recognition streams (attention-based and CTC-based) and propose attention-guided dense prediction (ADP) and Extended CTC (ExCTC). Furthermore, the Wasserstein-based Hollow Aggregation Cross-Entropy (WH-ACE) is proposed to suppress negative predictions to assist in training ADP and ExCTC. We experimentally demonstrate that IFA achieves state-of-the-art performance on end-to-end document recognition tasks while maintaining the fastest speed, and ADP and ExCTC complement each other on the perspective of different application scenarios. Code will be available at https://github.com/WangTianwei/Implicit-feature-alignment.

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