Speaker Adaptation via Feature Space Transformation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current speaker adaptation techniques using feature-space maximum likelihood linear regression (fMLLR) are ineffective when applied directly to correlated features, as they assume diagonal or full covariance Gaussian models, leading to robustness issues and limited improvements in word error rate (WER) in speech recognition tasks.

Innovation Solution

The system employs a semi-tied covariance (STC) module to map correlated features into an uncorrelated space, applies fMLLR in this space, and then transforms the results back to the correlated feature space, allowing for effective speaker adaptation and improved WER by using a diagonal Gaussian approximation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If fMLLR is applied directly to correlated features with diagonal covariance assumption, then the computation is simplified, but the word error rate improvement is limited

Engineering Contradiction:
Improvecomputation complexityVSAvoidword error rate
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent introduces an intermediary uncorrelated feature space as a mediator between the correlated input features and the fMLLR transformation. By transforming correlated features into an uncorrelated space first, then applying fMLLR, and finally transforming back to correlated space, the system achieves both computational efficiency and improved WER performance

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If full covariance Gaussians are used to model correlated features, then the modeling accuracy is improved, but the number of parameters increases dramatically leading to poor parameter estimation robustness

Engineering Contradiction:
Improvemodeling accuracyVSAvoidparameter estimation robustness
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the covariance modeling into two parts: using full covariance only for the transformation matrices (STC and fMLLR) while using diagonal covariance for the actual Gaussian distributions. This segmentation allows accurate modeling through the transformation while maintaining robust parameter estimation through the diagonal assumption in the distributions

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter representation by transforming features through STC and fMLLR matrices rather than directly estimating full covariance parameters. This parameter transformation approach achieves accurate modeling without the computational burden and poor robustness of direct full covariance parameter estimation

Inventive Principle:
Principle #35Parameter changes

3Reliability

If features are decorrelated using STC to enable diagonal Gaussian modeling, then parameter estimation robustness is improved, but the natural correlation structure of speech features is lost

Engineering Contradiction:
Improveparameter estimation robustnessVSAvoidfeature correlation structure
Core Design Contradiction:
ReliabilityVSStability of the object's composition

Solution Approach 1:

The patent applies preliminary decorrelation transformation (STC) to the features before processing, which enables robust diagonal Gaussian modeling. The decorrelation is applied temporarily during the transformation process, but the final output is transformed back to preserve the natural correlation structure for downstream processing

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9373324B2Applying speaker adaption techniques to correlated features
Publication Date: 2016.06.21 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US9373324B2 patent drawing
  • US9373324B2 patent drawing
  • US9373324B2 patent drawing

AI summary

Systems and methods for applying feature-space maximum likelihood linear regression (fMLLR) to correlated features are provided. A method for applying fMLLR to correlated features, comprises mapping the correlated features into an uncorrelated feature space, applying fMLLR in the uncorrelated feature space to obtain fMLLR transformed features, and mapping the fMLLR transformed features back to a correlated feature space.