An ASR-free Fluency Scoring Approach with Self-Supervised Learning
Wei Liu, Kaiqi Fu, Xiaohai Tian, Shuju Shi, Wei Li, Zejun Ma, Tan, Lee

TL;DR
This paper introduces an ASR-free fluency scoring method using self-supervised learning with wav2vec2.0 features and clustering, achieving improved accuracy without relying on speech transcription or time stamps.
Contribution
The novel approach eliminates the need for ASR in fluency assessment by leveraging self-supervised features and clustering, enhancing robustness and accuracy.
Findings
Improves fluency scoring in open response scenarios
Matches state-of-the-art performance in read aloud tasks
Avoids errors caused by speech recognition systems
Abstract
A typical fluency scoring system generally relies on an automatic speech recognition (ASR) system to obtain time stamps in input speech for either the subsequent calculation of fluency-related features or directly modeling speech fluency with an end-to-end approach. This paper describes a novel ASR-free approach for automatic fluency assessment using self-supervised learning (SSL). Specifically, wav2vec2.0 is used to extract frame-level speech features, followed by K-means clustering to assign a pseudo label (cluster index) to each frame. A BLSTM-based model is trained to predict an utterance-level fluency score from frame-level SSL features and the corresponding cluster indexes. Neither speech transcription nor time stamp information is required in the proposed system. It is ASR-free and can potentially avoid the ASR errors effect in practice. Experimental results carried out on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and dialogue systems · Speech and Audio Processing
Methodsk-Means Clustering
