# Can Layer-wise SSL Features Improve Zero-Shot ASR Performance for Children's Speech?

**Authors:** Abhijit Sinha, Hemant Kumar Kathania, Sudarsana Reddy Kadiri, Shrikanth Narayanan

arXiv: 2508.21225 · 2025-09-01

## TL;DR

This paper explores how layer-wise features from SSL models like Wav2Vec2 and HuBERT can significantly improve zero-shot ASR performance for children's speech, achieving notable reductions in word error rates.

## Contribution

It identifies the most effective SSL model layers for enhancing zero-shot children's speech recognition and demonstrates substantial WER improvements using these features.

## Key findings

- Layer 22 of Wav2Vec2 yields the lowest WER of 5.15%.
- SSL features improve performance across different age groups.
- Results generalize to the CMU Kids dataset.

## Abstract

Automatic Speech Recognition (ASR) systems often struggle to accurately process children's speech due to its distinct and highly variable acoustic and linguistic characteristics. While recent advancements in self-supervised learning (SSL) models have greatly enhanced the transcription of adult speech, accurately transcribing children's speech remains a significant challenge. This study investigates the effectiveness of layer-wise features extracted from state-of-the-art SSL pre-trained models - specifically, Wav2Vec2, HuBERT, Data2Vec, and WavLM in improving the performance of ASR for children's speech in zero-shot scenarios. A detailed analysis of features extracted from these models was conducted, integrating them into a simplified DNN-based ASR system using the Kaldi toolkit. The analysis identified the most effective layers for enhancing ASR performance on children's speech in a zero-shot scenario, where WSJCAM0 adult speech was used for training and PFSTAR children speech for testing. Experimental results indicated that Layer 22 of the Wav2Vec2 model achieved the lowest Word Error Rate (WER) of 5.15%, representing a 51.64% relative improvement over the direct zero-shot decoding using Wav2Vec2 (WER of 10.65%). Additionally, age group-wise analysis demonstrated consistent performance improvements with increasing age, along with significant gains observed even in younger age groups using the SSL features. Further experiments on the CMU Kids dataset confirmed similar trends, highlighting the generalizability of the proposed approach.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.21225/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/2508.21225/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/2508.21225/full.md

---
Source: https://tomesphere.com/paper/2508.21225