# Text Extraction From Texture Images Using Masked Signal Decomposition

**Authors:** Shervin Minaee, Yao Wang

arXiv: 1706.04041 · 2017-07-12

## TL;DR

This paper introduces a novel method for extracting text from textured backgrounds in images by using masked signal decomposition, which effectively separates overlaid signals with similar colors.

## Contribution

The work proposes a new approach that models text extraction as a masked signal decomposition problem, improving accuracy over traditional segmentation methods.

## Key findings

- Proposed algorithm outperforms recent methods on challenging images.
- Effective separation of text from textured backgrounds with similar colors.
- Uses alternating optimization to solve a relaxed binary mask problem.

## Abstract

Text extraction is an important problem in image processing with applications from optical character recognition to autonomous driving. Most of the traditional text segmentation algorithms consider separating text from a simple background (which usually has a different color from texts). In this work we consider separating texts from a textured background, that has similar color to texts. We look at this problem from a signal decomposition perspective, and consider a more realistic scenario where signal components are overlaid on top of each other (instead of adding together). When the signals are overlaid, to separate signal components, we need to find a binary mask which shows the support of each component. Because directly solving the binary mask is intractable, we relax this problem to the approximated continuous problem, and solve it by alternating optimization method. We show that the proposed algorithm achieves significantly better results than other recent works on several challenging images.

## Full text

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

## Figures

33 figures with captions in the complete paper: https://tomesphere.com/paper/1706.04041/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1706.04041/full.md

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