Speech Synthesis Semantic Token Pipeline for Low-Data Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing speech synthesis systems require a high amount of labeled data for training, leading to limitations in accuracy due to excessive feature spans from text to acoustic tokens, affecting the overall synthesis accuracy.

Innovation Solution

A two-stage process involving feature extraction on both prompt audio and input text to obtain semantic and acoustic tokens, followed by predicting the final acoustic token using these tokens, reducing the feature span and requiring less labeled data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If acoustic token is directly predicted from text and prompt audio, then speech synthesis can be performed, but the feature span is excessively large leading to high requirement for labeled data and limiting accuracy

Engineering Contradiction:
Improveacoustic token extraction accuracyVSAvoidfeature span complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the direct prediction process into two stages: first predicting semantic tokens from text, then predicting acoustic tokens from both the text and prompt audio. This segmentation reduces the feature span complexity by breaking down the excessive direct mapping into manageable intermediate steps, where semantic tokens serve as a bridge between text and acoustic features.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces semantic tokens as an intermediary element between text and acoustic tokens. The semantic token extraction model processes text to generate semantic tokens, which then serve as intermediate features for the acoustic token prediction. This intermediary approach reduces the direct feature span complexity and lowers the requirement for labeled data while maintaining or improving accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If acoustic token is directly predicted from text and prompt audio, then speech synthesis can be performed, but high requirement for labeled data limits accuracy

Engineering Contradiction:
Improvespeech synthesis accuracyVSAvoidlabeled data quantity
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent divides the training data requirement into two separate models: a semantic token extraction model trained on text-sematic token pairs, and an acoustic token prediction model trained on combined features. This segmentation allows each model to learn from more focused, smaller datasets rather than requiring a single large labeled dataset for the entire pipeline.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

By introducing semantic tokens as intermediaries, the patent reduces the direct dependency between text and acoustic tokens, thereby reducing the requirement for extensively labeled data. The semantic token extraction model can be trained with less labeled data since it only needs to map text to semantic representations, and the acoustic token model benefits from the structured intermediate features.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If feature extraction is performed on both prompt audio and input text to obtain semantic and acoustic tokens, then the feature span is reduced, but the processing complexity increases

Engineering Contradiction:
Improveacoustic token prediction accuracyVSAvoidprocessing pipeline complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the processing pipeline into distinct modules: a semantic token extraction model that processes text, and an acoustic token prediction model that processes both text and prompt audio features. This segmentation organizes the complexity into manageable, independent components that can be trained and optimized separately, reducing the overall processing complexity while maintaining accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary feature extraction on the prompt audio to obtain acoustic features before combining them with text features for acoustic token prediction. This preliminary action prepares the data in advance, organizing features in a structured manner that simplifies the subsequent prediction process and reduces the complexity of handling raw, unprocessed features.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260024533A1Speech Synthesis Method and Systems
Publication Date: 2026.01.22 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US20260024533A1 patent drawing
  • US20260024533A1 patent drawing
  • US20260024533A1 patent drawing

AI summary

Speech synthesis techniques are described herein, which relate to the field of artificial intelligence (AI). The techniques may include performing feature extraction on prompt audio to obtain a prompt semantic token and a prompt acoustic token; performing feature extraction on input text to obtain an input semantic token; acquiring an input acoustic token based on the prompt semantic token, the prompt acoustic token, and the input semantic token; and generating an output audio of the input text based on the input acoustic token. According to this application accuracy of speech synthesis can be improved.