Accent Detection Using Concatenated Prosodic and Spectral Features

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current accent detection methods in oral English learning face challenges in accurately determining the pronunciation of syllables and stress positions due to the lack of integrity in feature calculation, especially under conditions of large reverberation and background noise, and the complexity of nonlinear speech features like MFCCs.

Innovation Solution

The proposed accent detection method combines prosodic features and speech spectrum features by obtaining a prosodic feature vector and a speech spectrum feature matrix, performing concatenate and redundancy removal operations, and using a classifier to improve accuracy and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If nonlinear speech features like MFCCs are used for accent detection, then the detection capability is enhanced, but the calculation complexity increases

Engineering Contradiction:
Improveaccent detection accuracyVSAvoidfeature calculation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the feature extraction process into two distinct parts: prosodic features (temporal and intensity characteristics) and speech spectrum features (frequency-domain characteristics from MFCCs). This segmentation allows each feature type to be processed independently and then combined, reducing the overall calculation complexity while maintaining detection accuracy

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent merges prosodic features and speech spectrum features into a unified feature vector for accent detection. By combining these two complementary feature types, the system leverages both temporal-intensity information and frequency-spectral information, achieving enhanced detection accuracy without requiring complex nonlinear feature processing alone

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If comprehensive feature calculation is performed for accent detection, then the detection accuracy is improved, but the processing speed decreases

Engineering Contradiction:
Improveaccent detection accuracyVSAvoiddetection processing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent performs preliminary feature extraction by pre-computing prosodic features (such as syllable duration, intensity contours) and speech spectrum features (MFCCs) separately before the actual accent detection. This preliminary action organizes the data in advance, allowing the final classification stage to operate more efficiently on pre-processed feature vectors

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent segments the feature calculation into parallel independent streams: one for prosodic features and another for speech spectrum features. These can be computed concurrently rather than sequentially, improving processing speed while maintaining comprehensive feature coverage for accurate accent detection

Inventive Principle:
Principle #1Segmentation

3Device complexity

If traditional accent detection methods are used, then the system simplicity is maintained, but the accuracy under reverberation and noise conditions deteriorates

Engineering Contradiction:
Improvesystem simplicityVSAvoiddetection accuracy under reverberation and noise
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent merges prosodic features (which capture temporal and intensity patterns robust to noise) with speech spectrum features (which capture frequency characteristics resilient to reverberation). This combination creates a more reliable detection system that maintains accuracy under adverse acoustic conditions while adding moderate complexity

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent transforms the audio signal into different parameter domains: time-domain prosodic parameters (duration, intensity) and frequency-domain spectral parameters (MFCCs). By analyzing accent characteristics across multiple parameter spaces rather than a single domain, the system achieves improved reliability under reverberation and noise while maintaining a relatively simple overall architecture

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20210350791A1Accent detection method and accent detection device, and non-transitory storage medium
Publication Date: 2021.11.11 NEW ORIENTAL EDUCATION & TECH GRP CO LTD
  • US20210350791A1 patent drawing
  • US20210350791A1 patent drawing
  • US20210350791A1 patent drawing

AI summary

Disclosed are an accent detection method, an accent detection device and a non-transitory storage medium. The accent detection method includes: obtaining audio data of a word; extracting a prosodic feature of the audio data to obtain a prosodic feature vector; generating a spectrogram based on the audio data to obtain a speech spectrum feature matrix; performing a concatenate operation on the prosodic feature vector and the speech spectrum feature matrix to obtain a first feature matrix, and performing a redundancy removal operation on the first feature matrix to obtain a second feature matrix; and classifying the second feature matrix by a classifier to obtain an accent detection result of the audio data.