# Scene Text Magnifier

**Authors:** Toshiki Nakamura, Anna Zhu, and Seiichi Uchida

arXiv: 1907.00693 · 2019-07-08

## TL;DR

This paper introduces a CNN-based scene text magnifier that enlarges text in natural images without altering the background, aiding visually impaired individuals, and demonstrates effective magnification through experimental validation.

## Contribution

The paper presents a novel multi-network architecture for scene text magnification that maintains background integrity and is trained end-to-end using datasets like ICDAR2013 and Flickr.

## Key findings

- Effective text magnification demonstrated by high structural similarity scores.
- Networks trained independently and fine-tuned end-to-end improve performance.
- Method preserves background while magnifying scene text accurately.

## Abstract

Scene text magnifier aims to magnify text in natural scene images without recognition. It could help the special groups, who have myopia or dyslexia to better understand the scene. In this paper, we design the scene text magnifier through interacted four CNN-based networks: character erasing, character extraction, character magnify, and image synthesis. The architecture of the networks are extended based on the hourglass encoder-decoders. It inputs the original scene text image and outputs the text magnified image while keeps the background unchange. Intermediately, we can get the side-output results of text erasing and text extraction. The four sub-networks are first trained independently and fine-tuned in end-to-end mode. The training samples for each stage are processed through a flow with original image and text annotation in ICDAR2013 and Flickr dataset as input, and corresponding text erased image, magnified text annotation, and text magnified scene image as output. To evaluate the performance of text magnifier, the Structural Similarity is used to measure the regional changes in each character region. The experimental results demonstrate our method can magnify scene text effectively without effecting the background.

## Full text

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

## Figures

32 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00693/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1907.00693/full.md

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