188宝金博页面版

  • 图案背景
  • 纯色背景
视图
标记
批注
批注本地保存成功,开通会员云端永久保存 去开通
adsuhviusa

上传于:2018-08-30

粉丝量:104

该文档贡献者很忙,什么也没留下。


  • 相关
  • 目录
  • 笔记
  • 书签

188宝金博页面版:更多相关文档

  • A Language for Modeling

    星级: 9 页

  • in language modeling

    星级: 4 页

  • implicit memory in music and language

    星级: 10 页

  • Warping as a Modelling Tool for CSGImplicit Models

    星级: 9 页

  • Language Modelling for the Needs of OCR of Medical Texts

    星级: 12 页

  • Character-Word LSTM Language Model

    星级: 11 页

  • lstm进行词性标注

    星级: 18 页

  • Implicit spatial cues in language.

    星级: 29 页

  • RNN及LSTM

    星级: 23 页

  • 了解LSTM网络

    星级: 7 页

  • Deep Attentive Structured Language Model Based on LSTM

    星级: 12 页

暂无目录

点击鼠标右键菜单,创建目录

暂无笔记

选择文本,点击鼠标右键菜单,添加笔记

暂无书签

在左侧文档中,点击鼠标右键,添加书签

188宝金博页面版: Implicit Language Model in LSTM for OCR

下载积分: 500

内容提示: Implicit Language Model in LSTM for OCREkraam SabirInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email: esabir@isi.eduStephen RawlsInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email:srawls@isi.eduPrem NatarajanInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email: pnataraj@isi.eduAbstract—Neural networks have become the technique ofchoice for OCR, but many aspec...

文档格式:PDF | 页数:5 | 浏览次数:18 | 上传日期:2018-08-30 08:48:59 | 文档星级:
Implicit Language Model in LSTM for OCREkraam SabirInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email: esabir@isi.eduStephen RawlsInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email:srawls@isi.eduPrem NatarajanInformation Sciences InstituteUniversity of Southern CaliforniaMarina Del Rey, California 90007Email: pnataraj@isi.eduAbstract—Neural networks have become the technique ofchoice for OCR, but many aspects of how and why they deliversuperior performance are still unknown. One key differencebetween current neural network techniques using LSTMs andthe previous state-of-the-art HMM systems is that HMM systemshave a strong independence assumption. In comparison LSTMshave no explicit constraints on the amount of context that canbe considered during decoding. In this paper we show that theylearn an implicit LM and attempt to characterize the strengthof the LM in terms of equivalent n-gram context. We show thatthis implicitly learned language model provides a 2.4% CERimprovement on our synthetic test set when compared againsta test set of random characters (i.e. not naturally occurringsequences), and that the LSTM learns to use up to 5 charactersof context (which is roughly 88 frames in our conf i guration). Webelieve that this is the f i rst ever attempt at characterizing thestrength of the implicit LM in LSTM based OCR systems.I. I NTRODUCTIONAt the heart of any Optical Character Recognition (OCR)system is a glyph recognition model whose purpose is to iden-tify individual glyphs based on extracted features. However, inaddition to the glyph model, OCR systems typically employfeature extraction, segmentation and language modeling mod-ules to get competitive performance [1]. Of these, languagemodeling improves the output of a glyph recognition modelconditioned on the distribution of characters or words fromtask-relevant-text i.e. a language model. A language modelcan build a word or a character language model [2]. [3] givesa general survey on the use of language modeling. Irrespectiveof the OCR method, language modeling has been investigatedindependently and has also played a crucial role in achievingbetter performance [4][5].Hidden Markov Model (HMM) based systems providedsegmentation free OCR and outperformed then existing seg-mentation based approaches [6][7]. This conditional indepen-dence limitation was addressed by Recurrent Neural Networks(RNNs) [8] which theoretically have no limitations on thelength of context they can utilize.While Neural Networks have been used with success forOCR in the past [9][10], it is only recently that recurrentnetworks and particularly LSTMs [11] became popular forthe OCR task, improving upon the performance of HMMOCR systems [12][13]. Solutions to the vanishing and ex-ploding gradient problems associated with the training ofRNNs [14][11] coupled with the introduction of ConnectionistTemporal Classif i cation (CTC) loss [15] played a major role inthis resurgence. The CTC loss was particularly well suited totackling the OCR problem, removing the necessity for framelevel label assignment.The convincing performance improvements made byLSTMs however stand in stark contrast to the limited inter-pretability of these networks. The functionality of individualneurons, weights and to some extent the hidden layers them-selves remains ambiguous at best. To this end, a signif i cantamount of effort has been expended in explaining LSTMsregarding their structure such as performance of LSTM vari-ants with and without hyperparameter tuning and the effectsof depth [16][17][18]. [19] and [20] explore the memoryand functionality of neurons with experiments that test longterm reasoning among others, on a character language modellearning task.Continuing in the general direction of unraveling LSTMs,we explore their possibility of learning a language model whentrained on a different but related OCR task. Foundationalcredibility for LSTMs learning an internal language modelwhen trained for OCR can be enumerated from previousdiscussion as follows: 1) LSTMs do not have an explicitrestriction on the amount of context they can learn; 2) Theyhave been shown to learn character language models whentrained for it specif i cally as in [20]; and 3) Learning a languagemodel in general helps improve performance on the OCRtask. We f i nd additional evidence for this idea in [21] wherean LSTM is trained on a multilingual OCR task. The setupinvolves testing multiple LSTM models which are trained onone native language and tested on other foreign languages withthe same glyphs. The results on a real world problem showup to 3.6% CER difference in performance when testing onforeign languages, which is indicative of the model’s relianceon the native language model. However, the authors of [21]do not explain this phenomena.In this paper we attempt to advance our scientif i c un-derstanding of LSTMs, particularly the interactions betweenlanguage model and glyph model present within an LSTM.We call this internal language model the implicit languagemodel (implicit LM). Our contributions in this paper include:1) Establishing the presence of implicit LM under controlledconditions; and 2) characterizing the nature of implicit LMby f i nding how many characters of context it makes useof. The implicit LM we characterize is different from thelanguage model in [19][20] discussed above in that the settingarXiv:1805.09441v1 [cs.CV] 23 May 2018

188宝金博页面版:关注我们

  • 新浪微博

关注188宝金博页面版公众号

188宝金博页面版
阅读
APP
阅读
返回
顶部
188宝金博页面版官网登录在线平台入口(2026已更新)—江苏协昌电子科技股份有限公司