Speech Classification Probability Calculation Unit for Real-Time Clustering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing speech classification methods are not suitable for real-time applications, require excessive memory and processing time, are prone to classification errors, and cannot accurately handle detailed speech structures or modify previous classification results in real-time.

Innovation Solution

A speech classification apparatus and method that uses a probability model to classify speech signals into clusters based on vocal similarity, with a parameter updating unit that successively estimates model parameters and allows for online operation, realistic memory and processing usage, and accurate classification of detailed speech structures.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the shortest distance method is used for speech classification, then classification accuracy can be improved, but real-time operation becomes impossible and processing time increases excessively

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

Solution Approach 1:

The patent pre-calculates and stores distance metrics between speech samples and cluster centroids before actual classification is needed. This preliminary computation allows the system to perform real-time classification by simply querying pre-computed distances rather than calculating them on-the-fly, thus achieving both high accuracy and real-time performance

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent divides the speech data into discrete frames and processes each frame independently through the classification pipeline. This segmentation allows parallel processing of multiple speech frames simultaneously, reducing overall processing time while maintaining classification accuracy for each individual frame

Inventive Principle:
Principle #1Segmentation

2Reliability

If all speech data is processed to achieve accurate classification, then classification reliability improves, but memory usage and processing complexity increase excessively

Engineering Contradiction:
Improveclassification reliabilityVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies partial action by processing only the most relevant features of speech data rather than analyzing all possible parameters. It extracts key acoustic features (such as MFCCs) that are sufficient for reliable speaker classification, avoiding the computational burden of processing complete speech spectra while maintaining classification reliability

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent extracts essential features from raw speech signals, separating the critical information needed for classification from redundant data. By taking out only the necessary acoustic features (timing, frequency, energy characteristics) and discarding unnecessary information, the system achieves reliable classification with reduced processing complexity

Inventive Principle:
Principle #2Taking out (Extraction)

3Measurement precision

If detailed speech structures are analyzed for accurate classification, then measurement precision improves, but processing time and computational resources increase

Engineering Contradiction:
Improvedetailed speech structure analysisVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies local quality by analyzing specific local features of speech (such as formant frequencies, pitch contours, and energy distribution in different time windows) rather than attempting to process the entire speech signal uniformly. This localized feature extraction maintains precision in detecting speech characteristics while improving processing efficiency through targeted analysis

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS8630853B2Speech classification apparatus, speech classification method, and speech classification program
Publication Date: 2014.01.14 NEC CORP
  • US8630853B2 patent drawing
  • US8630853B2 patent drawing
  • US8630853B2 patent drawing

AI summary

A speech classification apparatus includes a speech classification probability calculation unit that calculates a probability (probability of classification into each cluster) that a latest one of the speech signals (speech data) belongs to each cluster based on a generative model which is a probability model, and a parameter updating unit that successively estimates parameters that define the generative model based on the probability of classification of the speech data into each cluster calculated by the speech classification probability calculation unit.