Voice Conversion Using Phonetic Posteriorgrams and LSTM Mapping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing voice conversion methods rely heavily on parallel training data, which is costly to collect, and often suffer from alignment errors due to the need for frame alignment processes like DTW, limiting their effectiveness with non-parallel data.

Innovation Solution

A computer-implemented method using phonetic posteriorgrams (PPGs) generated by a speaker-independent automatic speech recognition (SI-ASR) system, combined with a bidirectional long short-term memory (LSTM) network to model the mapping between PPGs and acoustic features, allowing for voice conversion without the need for parallel data or frame alignment.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If parallel training data is used for voice conversion, then conversion quality is improved, but data collection cost and complexity increase

Engineering Contradiction:
Improvevoice conversion qualityVSAvoiddata collection complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent introduces phonetic posteriorgrams (PPGs) as an intermediary representation that bridges source and target speech without requiring parallel data. PPGs capture phonetic content in a speaker-independent manner, allowing the conversion model to learn speaker characteristics separately from linguistic content, thereby eliminating the need for costly parallel data collection while maintaining conversion quality

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the voice conversion task into two independent components: phonetic content representation (via PPGs) and speaker characteristic mapping. This segmentation allows training on non-parallel data by separately modeling phonetic invariance and speaker variability, resolving the contradiction between conversion quality and data collection complexity

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If frame alignment processes like DTW are used, then conversion accuracy is improved, but processing time and computational cost increase

Engineering Contradiction:
Improveconversion accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary action by generating phonetic posteriorgrams that are inherently aligned to phonetic events rather than requiring post-hoc frame alignment. The PPG representation captures phonetic transitions in a time-ordered sequence that naturally corresponds between source and target speech, eliminating the need for computationally intensive DTW alignment while preserving conversion accuracy

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces the mechanical frame alignment process (DTW) with a neural network-based approach that learns temporal correspondence directly from data. The bidirectional LSTM model automatically handles temporal alignment by processing sequences in both forward and backward directions, substituting the iterative mechanical alignment process with a more efficient learned transformation

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Manufacturing precision

If speaker-dependent models are used, then voice conversion quality is improved, but model adaptability to different speakers decreases

Engineering Contradiction:
Improvevoice conversion qualityVSAvoidspeaker adaptability
Core Design Contradiction:
Manufacturing precisionVSAdaptability or versatility

Solution Approach 1:

The patent creates a universal phonetic representation (PPGs) that is speaker-independent, allowing the same model to process speech from any speaker. The PPG encoder learns phonetic content that transcends individual speaker characteristics, enabling the conversion system to adapt to new speakers without retraining, thereby achieving both high conversion quality and broad speaker adaptability

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS10176819B2Phonetic posteriorgrams for many-to-one voice conversion
Publication Date: 2019.01.08 THE CHINESE UNIVERSITY OF HONG KONG
  • US10176819B2 patent drawing
  • US10176819B2 patent drawing
  • US10176819B2 patent drawing

AI summary

A method for converting speech using phonetic posteriorgrams (PPGs). A target speech is obtained and a PPG is generated based on acoustic features of the target speech. Generating the PPG may include using a speaker-independent automatic speech recognition (SI-ASR) system for equalizing different speakers. The PPG includes a set of values corresponding to a range of times and a range of phonetic classes, the phonetic classes corresponding to senones. A mapping between the PPG and one or more segments of the target speech is generated. A source speech is obtained, and the source speech is converted into a converted speech based on the PPG and the mapping.