paper-with-me

홈 › Papers

Vietnamese end-to-end speech recognition using wav2vec 2.0

2021-09-02 · https://github.com/vietai/ASR 2021 9 · Thai Binh Nguyen

Our models are pre-trained on 13k hours of Vietnamese youtube audio (un-label data) and fine-tuned on 250 hours labeled of VLSP ASR dataset on 16kHz sampled speech audio. We use wav2vec2 architecture for the pre-trained model. For fine-tuning phase, wav2vec2 is fine-tuned using Connectionist Temporal Classification (CTC), which is an algorithm that is used to train neural networks for sequence-to-sequence problems and mainly in Automatic Speech Recognition and handwriting recognition. On the Vivos dataset, we achieved a WER score of 6.15

📄 PDF Abstract BibTeX

Code (1)

vietai/ASR pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Handwriting Recognitionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

ViSpeechFormer: A Phonemic Approach for Vietnamese Automatic Speech Recognition

2026-02-10 · Khoa Anh Nguyen, Long Minh Hoang, Nghia Hieu Nguyen, Luan Thanh Nguyen 외 arxiv

Vietnamese has a phonetic orthography, where each grapheme corresponds to at most one phoneme and vice versa. Exploiting this high grapheme-phoneme transparency, we propose ViSpeechFormer (\textbf{Vi}etnamese \textbf{Spe…

Speech Recognition

PhoWhisper: Automatic Speech Recognition for Vietnamese

2024-03-27 · Thanh-Thien Le, Linh The Nguyen, Dat Quoc Nguyen

We introduce PhoWhisper in five versions for Vietnamese automatic speech recognition. PhoWhisper's robustness is achieved through fine-tuning the Whisper model on an 844-hour dataset that encompasses diverse Vietnamese a…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Whisper based Cross-Lingual Phoneme Recognition between Vietnamese and English

2025-08-22 · Nguyen Huu Nhat Minh, Tran Nguyen Anh, Truong Dinh Dung, Vo Van Nam 외 arxiv

Cross-lingual phoneme recognition has emerged as a significant challenge for accurate automatic speech recognition (ASR) when mixing Vietnamese and English pronunciations. Unlike many languages, Vietnamese relies on tona…

Speech Recognition

A non-expert Kaldi recipe for Vietnamese Speech Recognition System

2016-12-01 · WS 2016 12 · Hieu-Thi Luong, Hai-Quan Vu

In this paper we describe a non-expert setup for Vietnamese speech recognition system using Kaldi toolkit. We collected a speech corpus over fifteen hours from about fifty Vietnamese native speakers and using it to test …

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

ViMedCSS: A Vietnamese Medical Code-Switching Speech Dataset & Benchmark

2026-02-13 · Tung X. Nguyen, Nhu Vo, Giang-Son Nguyen, Duy Mai Hoang 외 arxiv

Code-switching (CS), which is when Vietnamese speech uses English words like drug names or procedures, is a common phenomenon in Vietnamese medical communication. This creates challenges for Automatic Speech Recognition …

Speech RecognitionDomain Adaptation