CVAISep 27, 2022

Searching a High-Performance Feature Extractor for Text Recognition Network

Tsinghua
arXiv:2209.13139v110 citationsh-index: 91
Originality Incremental advance
AI Analysis

This work addresses the challenge of automating architecture design for text recognition, which is incremental as it adapts existing NAS techniques to a specific domain.

The authors tackled the problem of manually designing feature extractors for text recognition by proposing a neural architecture search method tailored to this domain, achieving better recognition performance with reduced latency compared to state-of-the-art methods.

Feature extractor plays a critical role in text recognition (TR), but customizing its architecture is relatively less explored due to expensive manual tweaking. In this work, inspired by the success of neural architecture search (NAS), we propose to search for suitable feature extractors. We design a domain-specific search space by exploring principles for having good feature extractors. The space includes a 3D-structured space for the spatial model and a transformed-based space for the sequential model. As the space is huge and complexly structured, no existing NAS algorithms can be applied. We propose a two-stage algorithm to effectively search in the space. In the first stage, we cut the space into several blocks and progressively train each block with the help of an auxiliary head. We introduce the latency constraint into the second stage and search sub-network from the trained supernet via natural gradient descent. In experiments, a series of ablation studies are performed to better understand the designed space, search algorithm, and searched architectures. We also compare the proposed method with various state-of-the-art ones on both hand-written and scene TR tasks. Extensive results show that our approach can achieve better recognition performance with less latency.

Foundations

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

Your Notes