paper-with-me

홈 › Papers

Less Peaky and More Accurate CTC Forced Alignment by Label Priors

2024-04-22 · Ruizhe Huang, Xiaohui Zhang, Zhaoheng Ni, Li Sun, Moto Hira, Jeff Hwang, Vimal Manohar, Vineel Pratap, Matthew Wiesner, Shinji Watanabe, Daniel Povey, Sanjeev Khudanpur

Connectionist temporal classification (CTC) models are known to have peaky output distributions. Such behavior is not a problem for automatic speech recognition (ASR), but it can cause inaccurate forced alignments (FA), especially at finer granularity, e.g., phoneme level. This paper aims at alleviating the peaky behavior for CTC and improve its suitability for forced alignment generation, by leveraging label priors, so that the scores of alignment paths containing fewer blanks are boosted and maximized during training. As a result, our CTC model produces less peaky posteriors and is able to more accurately predict the offset of the tokens besides their onset. It outperforms the standard CTC model and a heuristics-based approach for obtaining CTC's token offset timestamps by 12-40% in phoneme and word boundary errors (PBE and WBE) measured on the Buckeye and TIMIT data. Compared with the most widely used FA toolkit Montreal Forced Aligner (MFA), our method performs similarly on PBE/WBE on Buckeye, yet falls behind MFA on TIMIT. Nevertheless, our method has a much simpler training pipeline and better runtime efficiency. Our training recipe and pretrained model are released in TorchAudio.

📄 PDF Abstract BibTeX arXiv:2406.02560

Code (1)

huangruizhe/audio 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

FA 설명 없음

Similar Papers 제목 키워드 기반

Deep Radial Embedding for Visual Sequence Learning

2022-11-11 · European Conference on Computer Vision 2022 11 · Yuecong Min, Peiqi Jiao, Yanan Li, Xiaotao Wang 외

Connectionist Temporal Classification (CTC) is a popular objective function in sequence recognition, which provides supervision for unsegmented sequence data through aligning sequence and its corresponding labeling ite…

ARCSign Language Recognition

Why does CTC result in peaky behavior?

2021-05-31 · Albert Zeyer, Ralf Schlüter, Hermann Ney

The peaky behavior of CTC models is well known experimentally. However, an understanding about why peaky behavior occurs is missing, and whether this is a good property. We provide a formal analysis of the peaky behavior…

CJST: CTC Compressor based Joint Speech and Text Training for Decoder-Only ASR

2024-11-12 · Wei Zhou, Junteng Jia, Leda Sari, Jay Mahadeokar 외

CTC compressor can be an effective approach to integrate audio encoders to decoder-only models, which has gained growing interest for different speech applications. In this work, we propose a novel CTC compressor based j…

Decoder

DT-UFC: Universal Large Model Feature Coding via Peaky-to-Balanced Distribution Transformation

2025-06-19 · Changsheng Gao, Zijie Liu, Li Li, Dong Liu 외

Like image coding in visual data transmission, feature coding is essential for the distributed deployment of large models by significantly reducing transmission and storage overhead. However, prior studies have mostly ta…

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 …

ClassificationGeneral ClassificationScene Text Recognitionspeech-recognition+1