paper-with-me

Papers

Connectionist Temporal Classification with Maximum Entropy Regularization

2018-12-01 · NeurIPS 2018 12 · Hu Liu, Sheng Jin, Chang-Shui Zhang

Connectionist Temporal Classification (CTC) is an objective function for end-to-end sequence learning, which adopts dynamic programming algorithms to directly learn the mapping between sequences. CTC has shown promising results in many sequence learning applications including speech recognition and scene text recognition. However, CTC tends to produce highly peaky and overconfident distributions, which is a symptom of overfitting. To remedy this, we propose a regularization method based on maximum conditional entropy which penalizes peaky distributions and encourages exploration. We also introduce an entropy-based pruning method to dramatically reduce the number of CTC feasible paths by ruling out unreasonable alignments. Experiments on scene text recognition show that our proposed methods consistently improve over the CTC baseline without the need to adjust training settings. Code has been made publicly available at: https://github.com/liuhu-bigeye/enctc.crnn.

📄 PDF Abstract BibTeX

Code (1)

liuhu-bigeye/enctc.crnn 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationScene Text Recognitionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

AdaMER-CTC: Connectionist Temporal Classification with Adaptive Maximum Entropy Regularization for Automatic Speech Recognition

2024-03-18 · SooHwan Eom, Eunseop Yoon, Hee Suk Yoon, Chanwoo Kim 외

In Automatic Speech Recognition (ASR) systems, a recurring obstacle is the generation of narrowly focused output distributions. This phenomenon emerges as a side effect of Connectionist Temporal Classification (CTC), a r…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Fast Entropy-Based Methods of Word-Level Confidence Estimation for End-To-End Automatic Speech Recognition

2022-12-16 · Aleksandr Laptev, Boris Ginsburg

This paper presents a class of new fast non-trainable entropy-based confidence estimation methods for automatic speech recognition. We show how per-frame entropy values can be normalized and aggregated to obtain a confid…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Improving CTC-AED model with integrated-CTC and auxiliary loss regularization

2023-08-15 · Daobin Zhu, Xiangdong Su, Hongbin Zhang

Connectionist temporal classification (CTC) and attention-based encoder decoder (AED) joint training has been widely applied in automatic speech recognition (ASR). Unlike most hybrid models that separately calculate the …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

Improving LSTM-CTC based ASR performance in domains with limited training data

2017-07-03 · Jayadev Billa

This paper addresses the observed performance gap between automatic speech recognition (ASR) systems based on Long Short Term Memory (LSTM) neural networks trained with the connectionist temporal classification (CTC) los…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationGeneral Classification+2

Maximum Entropy Regularization and Chinese Text Recognition

2020-07-09 · Changxu Cheng, Wuheng Xu, Xiang Bai, Bin Feng 외

Chinese text recognition is more challenging than Latin text due to the large amount of fine-grained Chinese characters and the great imbalance over classes, which causes a serious overfitting problem. We propose to appl…

Fine-Grained Image Classificationimage-classificationImage Classification