paper-with-me

홈 › Papers

TeLCoS: OnDevice Text Localization with Clustering of Script

2021-04-16 · Rachit S Munjal, Manoj Goyal, Rutika Moharir, Sukumar Moharana

Recent research in the field of text localization in a resource constrained environment has made extensive use of deep neural networks. Scene text localization and recognition on low-memory mobile devices have a wide range of applications including content extraction, image categorization and keyword based image search. For text recognition of multi-lingual localized text, the OCR systems require prior knowledge of the script of each text instance. This leads to word script identification being an essential step for text recognition. Most existing methods treat text localization, script identification and text recognition as three separate tasks. This makes script identification an overhead in the recognition pipeline. To reduce this overhead, we propose TeLCoS: OnDevice Text Localization with Clustering of Script, a multi-task dual branch lightweight CNN network that performs real-time on device Text Localization and High-level Script Clustering simultaneously. The network drastically reduces the number of calls to a separate script identification module, by grouping and identifying some majorly used scripts through a single feed-forward pass over the localization network. We also introduce a novel structural similarity based channel pruning mechanism to build an efficient network with only 1.15M parameters. Experiments on benchmark datasets suggest that our method achieves state-of-the-art performance, with execution latency of 60 ms for the entire pipeline on the Exynos 990 chipset device.

📄 PDF Abstract BibTeX arXiv:2104.08045

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImage CategorizationImage RetrievalOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Towards Real-time Customer Experience Prediction for Telecommunication Operators

2015-08-12 · Ernesto Diaz-Aviles, Fabio Pinelli, Karol Lynch, Zubair Nabi 외

Telecommunications operators (telcos) traditional sources of income, voice and SMS, are shrinking due to customers using over-the-top (OTT) applications such as WhatsApp or Viber. In this challenging environment it is cr…

Proof of Humanity: A Multi-Layer Network Framework for Certifying Human-Originated Content in an AI-Dominated Internet

2025-04-02 · Sebastian Barros

The rapid proliferation of generative AI has led to an internet increasingly populated with synthetic content-text, images, audio, and video generated without human intervention. As the distinction between human and AI-g…

Benchmarking

Privacy-Preserving Detection of IoT Devices Connected Behind a NAT in a Smart Home Setup

2019-05-31 · Yair Meidan, Vinay Sachidananda, Yuval Elovici, Asaf Shabtai

Today, telecommunication service providers (telcos) are exposed to cyber-attacks executed by compromised IoT devices connected to their customers' networks. Such attacks might have severe effects not only on the target o…

Privacy Preserving

Exploring Unsupervised Learning Methods for Automated Protocol Analysis

2021-11-17 · Arijit Dasgupta, Yi-Xue Yan, Clarence Ong, Jenn-Yue Teo 외

The ability to analyse and differentiate network protocol traffic is crucial for network resource management to provide differentiated services by Telcos. Automated Protocol Analysis (APA) is crucial to significantly imp…

ClusteringManagement

Learning from Video and Text via Large-Scale Discriminative Clustering

2017-07-27 · ICCV 2017 10 · Antoine Miech, Jean-Baptiste Alayrac, Piotr Bojanowski, Ivan Laptev 외

Discriminative clustering has been successfully applied to a number of weakly-supervised learning tasks. Such applications include person and action recognition, text-to-video alignment, object co-segmentation and coloca…

Action RecognitionClusteringTemporal Action LocalizationVideo Alignment+3