HyperAIHyperAI

Command Palette

Search for a command to run...

a month ago

EAST: An Efficient and Accurate Scene Text Detector

EAST: An Efficient and Accurate Scene Text Detector

Abstract

Previous approaches for scene text detection have already achieved promisingperformances across various benchmarks. However, they usually fall short whendealing with challenging scenarios, even when equipped with deep neural networkmodels, because the overall performance is determined by the interplay ofmultiple stages and components in the pipelines. In this work, we propose asimple yet powerful pipeline that yields fast and accurate text detection innatural scenes. The pipeline directly predicts words or text lines of arbitraryorientations and quadrilateral shapes in full images, eliminating unnecessaryintermediate steps (e.g., candidate aggregation and word partitioning), with asingle neural network. The simplicity of our pipeline allows concentratingefforts on designing loss functions and neural network architecture.Experiments on standard datasets including ICDAR 2015, COCO-Text and MSRA-TD500demonstrate that the proposed algorithm significantly outperformsstate-of-the-art methods in terms of both accuracy and efficiency. On the ICDAR2015 dataset, the proposed algorithm achieves an F-score of 0.7820 at 13.2fpsat 720p resolution.

Code Repositories

liushuchun/EAST.pytorch
pytorch
Mentioned in GitHub
alililia/ascend_advanced_east
mindspore
Mentioned in GitHub
dengdan/seglink
tf
Mentioned in GitHub
argman/EAST
tf
Mentioned in GitHub
yakhyo/east-pytorch
pytorch
Mentioned in GitHub
isaacaddis/Seung
Mentioned in GitHub
GokulKarthik/EAST.pytorch
pytorch
Mentioned in GitHub
swapnamoy17/EAST-DenseNet
tf
Mentioned in GitHub
zyasjtu/EAST
tf
Mentioned in GitHub
zxytim/EAST
tf
Mentioned in GitHub
CCLDArjun/Arjun-EAST
pytorch
Mentioned in GitHub
Kaushal28/FOTS-PyTorch
pytorch
Mentioned in GitHub
kurapan/EAST
tf
Mentioned in GitHub
PaddlePaddle/PaddleOCR
paddle
Mentioned in GitHub
ingbeeedd/EAST-tf2keras
tf
Mentioned in GitHub
solaris33/EAST-tf2
tf
Mentioned in GitHub
jnkl314/tin_dr
Mentioned in GitHub
Chris10M/RFB-Text-Detection
tf
Mentioned in GitHub
Mind23-2/MindCode-35
mindspore
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
scene-text-detection-on-coco-textEAST + VGG16
F-Measure: 39.45
Precision: 50.39
Recall: 32.4
scene-text-detection-on-icdar-2015PAN
F-Measure: 82.9
Precision: 84
Recall: 81.9
scene-text-detection-on-icdar-2015EAST + PVANET2x RBOX (single-scale)
F-Measure: 78.2
Precision: 83.6
Recall: 73.5
scene-text-detection-on-msra-td500EAST + PVANET2x
F-Measure: 76.08
Precision: 87.28
Recall: 67.43
scene-text-detection-on-total-textEAST
F-Measure: 42.0%
Precision: 50.0
Recall: 36.2

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
EAST: An Efficient and Accurate Scene Text Detector | Papers | HyperAI