paper-with-me

홈 › Papers

Text Recognition in Scene Image and Video Frame using Color Channel Selection

2017-07-21 · Ayan Kumar Bhunia, Gautam Kumar, Partha Pratim Roy, R. Balasubramanian, Umapada Pal

In recent years, recognition of text from natural scene image and video frame has got increased attention among the researchers due to its various complexities and challenges. Because of low resolution, blurring effect, complex background, different fonts, color and variant alignment of text within images and video frames, etc., text recognition in such scenario is difficult. Most of the current approaches usually apply a binarization algorithm to convert them into binary images and next OCR is applied to get the recognition result. In this paper, we present a novel approach based on color channel selection for text recognition from scene images and video frames. In the approach, at first, a color channel is automatically selected and then selected color channel is considered for text recognition. Our text recognition framework is based on Hidden Markov Model (HMM) which uses Pyramidal Histogram of Oriented Gradient features extracted from selected color channel. From each sliding window of a color channel our color-channel selection approach analyzes the image properties from the sliding window and then a multi-label Support Vector Machine (SVM) classifier is applied to select the color channel that will provide the best recognition results in the sliding window. This color channel selection for each sliding window has been found to be more fruitful than considering a single color channel for the whole word image. Five different features have been analyzed for multi-label SVM based color channel selection where wavelet transform based feature outperforms others. Our framework has been tested on different publicly available scene/video text image datasets. For Devanagari script, we collected our own data dataset. The performances obtained from experimental results are encouraging and show the advantage of the proposed method.

📄 PDF Abstract BibTeX arXiv:1707.06810

Code (0)

등록된 구현이 없습니다.

Tasks

Binarizationchannel selectionOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

A General Framework for Jersey Number Recognition in Sports Video

2024-05-22 · Maria Koshkina, James H. Elder

Jersey number recognition is an important task in sports video analysis, partly due to its importance for long-term player tracking. It can be viewed as a variant of scene text recognition. However, there is a lack of pu…

Jersey Number RecognitionScene Text Recognition

Unconstrained Scene Text and Video Text Recognition for Arabic Script

2017-11-07 · Mohit Jain, Minesh Mathew, C. V. Jawahar

Building robust recognizers for Arabic has always been challenging. We demonstrate the effectiveness of an end-to-end trainable CNN-RNN hybrid architecture in recognizing Arabic text in videos and natural scenes. We outp…

Scene Text Recognition

Knowledge-enhanced Multi-perspective Video Representation Learning for Scene Recognition

2024-01-09 · Xuzheng Yu, Chen Jiang, Wei zhang, Tian Gan 외

With the explosive growth of video data in real-world applications, a comprehensive representation of videos becomes increasingly important. In this paper, we address the problem of video scene recognition, whose goal is…

Representation LearningScene Recognition

Word Searching in Scene Image and Video Frame in Multi-Script Scenario using Dynamic Shape Coding

2017-08-18 · Partha Pratim Roy, Ayan Kumar Bhunia, Avirup Bhattacharyya, Umapada Pal

Retrieval of text information from natural scene images and video frames is a challenging task due to its inherent problems like complex character shapes, low resolution, background noise, etc. Available OCR systems ofte…

Keyword SpottingOptical Character Recognition (OCR)RetrievalText Retrieval

Scene-Text Grounding for Text-Based Video Question Answering

2024-09-22 · Sheng Zhou, Junbin Xiao, Xun Yang, Peipei Song 외

Existing efforts in text-based video question answering (TextVideoQA) are criticized for their opaque decisionmaking and heavy reliance on scene-text recognition. In this paper, we propose to study Grounded TextVideoQA b…

2kContrastive LearningQuestion AnsweringScene Text Recognition+1