# SAFE: Scale Aware Feature Encoder for Scene Text Recognition

**Authors:** Wei Liu, Chaofeng Chen, Kwan-Yee K. Wong

arXiv: 1901.05770 · 2019-01-18

## TL;DR

This paper introduces SAFE, a scale-aware feature encoder for scene text recognition, which improves recognition accuracy by effectively handling characters of varying scales through multi-scale features and attention mechanisms.

## Contribution

The paper presents SAFE, a novel multi-scale convolutional encoder with scale attention, enhancing scene text recognition by addressing scale variation issues.

## Key findings

- SAFE achieves state-of-the-art performance on six benchmarks.
- SAFE effectively handles unbalanced character scale distributions.
- The proposed method improves robustness to view distortion and image quality issues.

## Abstract

In this paper, we address the problem of having characters with different scales in scene text recognition. We propose a novel scale aware feature encoder (SAFE) that is designed specifically for encoding characters with different scales. SAFE is composed of a multi-scale convolutional encoder and a scale attention network. The multi-scale convolutional encoder targets at extracting character features under multiple scales, and the scale attention network is responsible for selecting features from the most relevant scale(s). SAFE has two main advantages over the traditional single-CNN encoder used in current state-of-the-art text recognizers. First, it explicitly tackles the scale problem by extracting scale-invariant features from the characters. This allows the recognizer to put more effort in handling other challenges in scene text recognition, like those caused by view distortion and poor image quality. Second, it can transfer the learning of feature encoding across different character scales. This is particularly important when the training set has a very unbalanced distribution of character scales, as training with such a dataset will make the encoder biased towards extracting features from the predominant scale. To evaluate the effectiveness of SAFE, we design a simple text recognizer named scale-spatial attention network (S-SAN) that employs SAFE as its feature encoder, and carry out experiments on six public benchmarks. Experimental results demonstrate that S-SAN can achieve state-of-the-art (or, in some cases, extremely competitive) performance without any post-processing.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.05770/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1901.05770/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1901.05770/full.md

---
Source: https://tomesphere.com/paper/1901.05770