paper-with-me

홈 › Papers

TextBoxes: A Fast Text Detector with a Single Deep Neural Network

2016-11-21 · Minghui Liao, Baoguang Shi, Xiang Bai, Xinggang Wang, Wenyu Liu

This paper presents an end-to-end trainable fast scene text detector, named TextBoxes, which detects scene text with both high accuracy and efficiency in a single network forward pass, involving no post-process except for a standard non-maximum suppression. TextBoxes outperforms competing methods in terms of text localization accuracy and is much faster, taking only 0.09s per image in a fast implementation. Furthermore, combined with a text recognizer, TextBoxes significantly outperforms state-of-the-art approaches on word spotting and end-to-end text recognition tasks.

📄 PDF Abstract BibTeX arXiv:1611.06779

Code (3)

MhLiao/TextBoxes
sonamghosh/local_hack_day_2018 pytorch
wildwolf1994411/Text-Boxes-tensorflow tf

Similar Papers 제목 키워드 기반

TextBoxes++: A Single-Shot Oriented Scene Text Detector

2018-01-09 · Minghui Liao, Baoguang Shi, Xiang Bai

Scene text detection is an important step of scene text recognition system and also a challenging problem. Different from general object detection, the main challenges of scene text detection lie on arbitrary orientation…

object-detectionObject DetectionScene Text DetectionScene Text Recognition+1

High-Speed Detector For Low-Powered Devices In Aerial Grasping

2024-02-22 · Ashish Kumar, Laxmidhar Behera

Autonomous aerial harvesting is a highly complex problem because it requires numerous interdisciplinary algorithms to be executed on mini low-powered computing devices. Object detection is one such algorithm that is comp…

object-detectionObject Detection

Continuous Trade-off Optimization between Fast and Accurate Deep Face Detectors

2018-11-27 · Petru Soviany, Radu Tudor Ionescu

Although deep neural networks offer better face detection results than shallow or handcrafted models, their complex architectures come with higher computational requirements and slower inference speeds than shallow neura…

Face Detection

Feature-Fused SSD: Fast Detection for Small Objects

2017-09-15 · Guimei Cao, Xuemei Xie, Wenzhe Yang, Quan Liao 외

Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy…

object-detectionObject DetectionSmall Object Detection

Revisiting a single-stage method for face detection

2019-02-05 · Nguyen Van Quang, Hiromasa Fujihara

Although accurate, two-stage face detectors usually require more inference time than single-stage detectors do. This paper proposes a simple yet effective single-stage model for real-time face detection with a prominentl…

Face DetectionGPU