Optimizing Automatic Speech Assessment: W-RankSim Regularization and Hybrid Feature Fusion Strategies
Chung-Wen Wu, Berlin Chen
TL;DR
This work tackles data imbalance in Automatic Speech Assessment by framing ASA as an imbalanced ordinal classification task and introducing Weighted Vectors Ranking Similarity (W-RankSim) as a regularizer. W-RankSim aligns the ordinal structure of class labels with the geometry of weight vectors in the output layer, combining with the primary loss via $L_{total} = L_{main} + \gamma L_{W-RankSim}$ to improve training, and it avoids the need for very large batches unlike RankSim. The authors also propose a hybrid model that fuses self-supervised features (e.g., Whisper, wav2vec 2.0) with handcrafted features across content, delivery, and language-use components. Experiments on the GEPT corpus show consistent gains from W-RankSim, with the LMCL + W-RankSim hybrid achieving the strongest performance across varying batch sizes, highlighting robustness to data imbalance and batch constraints. Overall, the approach advances ASA by leveraging ordinal information and feature fusion, with potential applicability to other imbalanced ordinal tasks.
Abstract
Automatic Speech Assessment (ASA) has seen notable advancements with the utilization of self-supervised features (SSL) in recent research. However, a key challenge in ASA lies in the imbalanced distribution of data, particularly evident in English test datasets. To address this challenge, we approach ASA as an ordinal classification task, introducing Weighted Vectors Ranking Similarity (W-RankSim) as a novel regularization technique. W-RankSim encourages closer proximity of weighted vectors in the output layer for similar classes, implying that feature vectors with similar labels would be gradually nudged closer to each other as they converge towards corresponding weighted vectors. Extensive experimental evaluations confirm the effectiveness of our approach in improving ordinal classification performance for ASA. Furthermore, we propose a hybrid model that combines SSL and handcrafted features, showcasing how the inclusion of handcrafted features enhances performance in an ASA system.
