Driver Speech Valence Detection via Acoustic-Phonetic Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current technologies fail to effectively identify and mitigate negative emotions in drivers, which contribute to aggressive driving behaviors and road rage, leading to a significant number of fatal crashes.

Innovation Solution

A method using a data processing system with a processor and memory to determine the valence of a driver's speech utterance by combining acoustic and phonetic features through a multi-stage fusion model, which includes convolutional and fully-connected sub-networks, to generate a valence vector that can trigger vehicle control maneuvers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If current technologies are used to identify driver emotions, then the system simplicity is maintained, but the accuracy of negative emotion detection is insufficient

Engineering Contradiction:
Improveemotion detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments emotion detection into multiple independent modules: acoustic feature extraction, phonetic feature extraction, and valence prediction. Each module processes specific aspects of speech independently, then their results are combined to achieve high detection accuracy while maintaining manageable system complexity through modular design

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system merges acoustic features (pitch, energy, duration) and phonetic features (phoneme sequences, lexical content) into a unified valence prediction model. This combination of multiple feature types enables comprehensive emotion detection that overcomes the limitations of single-feature approaches

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If a multi-stage fusion model is used to combine acoustic and phonetic features, then the valence prediction accuracy is improved, but the computational complexity increases

Engineering Contradiction:
Improvevalence prediction accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system performs preliminary feature extraction and processing before the main prediction stage. Acoustic features are extracted from audio signals and phonetic features are extracted from speech text separately in advance, then fed into the valence prediction model. This preliminary processing organizes data efficiently, reducing the computational burden during real-time prediction

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces intermediate feature representations as mediators between raw audio/text inputs and final valence predictions. Acoustic features serve as intermediaries for audio input, phonetic features serve as intermediaries for text input, and their combination forms an intermediate representation that the prediction model processes to generate valence scores

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11072344B2Exploiting acoustic and lexical properties of phonemes to recognize valence from speech
Publication Date: 2021.07.27 THE RGT UNIV OF MICHIGAN
  • US11072344B2 patent drawing
  • US11072344B2 patent drawing
  • US11072344B2 patent drawing

AI summary

A method includes receiving acoustic features and phonetic features associated with an utterance from a driver in a vehicle, providing the acoustic features and the phonetic features to a feature fusion sub-network, receiving a feature fusion utterance representation from the feature fusion sub-network, providing one of the acoustic features or the phonetic features to a non-fusion sub-network trained using supervised learning, receiving a non-fusion utterance representation from the non-fusion sub-network, generating an intermediate utterance representation based on the feature fusion utterance representation and the non-fusion utterance representation, providing at least a portion of the intermediate utterance representation to a fully-connected sub-network trained using supervised learning, receiving a valence vector from the fully-connected sub-network, and causing a vehicle control system to perform a vehicle maneuver based on the valence vector.