paper-with-me

Papers

CTCModel: a Keras Model for Connectionist Temporal Classification

2019-01-23 · Yann Soullard, Cyprien Ruffino, Thierry Paquet

We report an extension of a Keras Model, called CTCModel, to perform the Connectionist Temporal Classification (CTC) in a transparent way. Combined with Recurrent Neural Networks, the Connectionist Temporal Classification is the reference method for dealing with unsegmented input sequences, i.e. with data that are a couple of observation and label sequences where each label is related to a subset of observation frames. CTCModel makes use of the CTC implementation in the Tensorflow backend for training and predicting sequences of labels using Keras. It consists of three branches made of Keras models: one for training, computing the CTC loss function; one for predicting, providing sequences of labels; and one for evaluating that returns standard metrics for analyzing sequences of predictions.

📄 PDF Abstract BibTeX arXiv:1901.07957

Code (5)

2023-MindSpore-1/ms-code-15/tree/main/ctcmodel mindspore
MindSpore-paper-code-2/code399/tree/main/ctcmodel mindspore
bhavitvyamalik/OCR-using-CRNN
cyprienruffino/CTCModel tf
ysoullard/CTCModel tf

Tasks

ClassificationGeneral Classificationmodel

Methods 이 논문이 사용한 방법론

CTC Loss 설명 없음

Similar Papers 제목 키워드 기반

Segmentation-free Connectionist Temporal Classification loss based OCR Model for Text Captcha Classification

2024-02-08 · Vaibhav Khatavkar, Makarand Velankar, Sneha Petkar

Captcha are widely used to secure systems from automatic responses by distinguishing computer responses from human responses. Text, audio, video, picture picture-based Optical Character Recognition (OCR) are used for cre…

CAPTCHA DetectionClassificationOptical Character RecognitionOptical Character Recognition (OCR)

Graph Connectionist Temporal Classification for Phoneme Recognition

2025-09-05 · Henry Grafé, Hugo Van hamme arxiv

Automatic Phoneme Recognition (APR) systems are often trained using pseudo phoneme-level annotations generated from text through Grapheme-to-Phoneme (G2P) systems. These G2P systems frequently output multiple possible pr…

Automatic Phoneme Recognition

End-to-End Non-Autoregressive Neural Machine Translation with Connectionist Temporal Classification

2018-11-12 · Jindřich Libovický, Jindřich Helcl

Autoregressive decoding is the only part of sequence-to-sequence models that prevents them from massive parallelization at inference time. Non-autoregressive models enable the decoder to generate all output symbols indep…

DecoderGeneral ClassificationMachine TranslationTranslation

End-to-End Non-Autoregressive Neural Machine Translation with Connectionist Temporal Classification

2018-10-01 · EMNLP 2018 10 · Jind{\v{r}}ich Libovick{\'y}, Jind{\v{r}}ich Helcl

Autoregressive decoding is the only part of sequence-to-sequence models that prevents them from massive parallelization at inference time. Non-autoregressive models enable the decoder to generate all output symbols indep…

DecoderGeneral ClassificationMachine TranslationTranslation

Advancing Connectionist Temporal Classification With Attention Modeling

2018-03-15 · Amit Das, Jinyu Li, Rui Zhao, Yifan Gong

In this study, we propose advancing all-neural speech recognition by directly incorporating attention modeling within the Connectionist Temporal Classification (CTC) framework. In particular, we derive new context vector…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2