Table of Contents
Fetching ...

Fusion of Discrete Representations and Self-Augmented Representations for Multilingual Automatic Speech Recognition

Shih-heng Wang, Jiatong Shi, Chien-yu Huang, Shinji Watanabe, Hung-yi Lee

TL;DR

A novel fusion mechanism that integrates two discrete representations is introduced, which preserves all the benefits of discrete representation while enhancing the model’s performance by integrating complementary information and eliminating the fusion mechanism’s dependency on multiple SSL models and decreasing its inference costs.

Abstract

Self-supervised learning (SSL) models have shown exceptional capabilities across various speech-processing tasks. Continuous SSL representations are effective but suffer from high computational and storage demands. On the other hand, discrete SSL representations, although with degraded performance, reduce transmission and storage costs, and improve input sequence efficiency through de-duplication and subword-modeling. To boost the performance of discrete representations for ASR, we introduce a novel fusion mechanism that integrates two discrete representations. The fusion mechanism preserves all the benefits of discrete representation while enhancing the model's performance by integrating complementary information. Additionally, we explore "self-augmented'' discrete representations, which apply transformations to a single continuous SSL representation, eliminating the fusion mechanism's dependency on multiple SSL models and further decreasing its inference costs. Experimental results on benchmarks, including LibriSpeech and ML-SUPERB, indicate up to 19% and 24% relative character error rate improvement compared with the non-fusion baseline, validating the effectiveness of our proposed methods.

Fusion of Discrete Representations and Self-Augmented Representations for Multilingual Automatic Speech Recognition

TL;DR

A novel fusion mechanism that integrates two discrete representations is introduced, which preserves all the benefits of discrete representation while enhancing the model’s performance by integrating complementary information and eliminating the fusion mechanism’s dependency on multiple SSL models and decreasing its inference costs.

Abstract

Self-supervised learning (SSL) models have shown exceptional capabilities across various speech-processing tasks. Continuous SSL representations are effective but suffer from high computational and storage demands. On the other hand, discrete SSL representations, although with degraded performance, reduce transmission and storage costs, and improve input sequence efficiency through de-duplication and subword-modeling. To boost the performance of discrete representations for ASR, we introduce a novel fusion mechanism that integrates two discrete representations. The fusion mechanism preserves all the benefits of discrete representation while enhancing the model's performance by integrating complementary information. Additionally, we explore "self-augmented'' discrete representations, which apply transformations to a single continuous SSL representation, eliminating the fusion mechanism's dependency on multiple SSL models and further decreasing its inference costs. Experimental results on benchmarks, including LibriSpeech and ML-SUPERB, indicate up to 19% and 24% relative character error rate improvement compared with the non-fusion baseline, validating the effectiveness of our proposed methods.

Paper Structure

This paper contains 18 sections, 5 equations, 3 figures, 6 tables.

Figures (3)

  • Figure 1: General pipeline of our proposed fusion mechanism.
  • Figure 2: The pipeline for extracting discrete representations.
  • Figure 3: Proposed fusion mechanism. We fuse primary and secondary representations ($\mathbf{d^1}$ & $\mathbf{d^2}$) to perform end-to-end ASR training.