Earphone Voice Activity Detection Using Dual-Microphone Gain Adaptation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Robust voice activity detection in noisy environments is challenging for small devices mounted in the ear due to issues with false positives and negatives using fixed thresholds.

Innovation Solution

A method utilizing two microphones, one ambient and one ear-canal, with band pass filtering and time-weighted power estimation, followed by calculating and comparing fast and slow time-weighted ratios to adjust gain based on voice activity, optionally using SVD or neural nets for determination.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If fixed thresholds are used for voice activity detection, then the system is simple to implement, but false positives and false negatives increase in noisy environments

Engineering Contradiction:
Improvedetection system complexityVSAvoidvoice activity detection accuracy
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent implements dynamic threshold adjustment by continuously adapting the detection threshold based on the statistical characteristics of the ambient noise. Instead of using a fixed threshold, the system calculates the mean and standard deviation of the noise signal and sets the threshold as a function of these parameters, allowing the threshold to automatically adapt to changing noise conditions and maintain reliable detection accuracy.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the detection parameter from a fixed threshold value to a dynamically calculated threshold based on noise statistics. By computing the mean and standard deviation of the noise signal and using these to determine the threshold, the system transforms the detection criterion to match the actual acoustic environment, thereby reducing false positives and negatives.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If multiple microphones and complex processing are used to improve detection accuracy, then voice activity detection reliability improves, but device complexity and power consumption increase

Engineering Contradiction:
Improvevoice activity detection accuracyVSAvoidpower consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent extracts only the essential statistical features (mean and standard deviation) from the noise signal that are sufficient for threshold determination. By focusing on these two key parameters rather than performing full spectral analysis or complex signal processing, the system achieves reliable detection while minimizing computational load and power consumption.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system uses the ambient noise signal itself to generate the detection threshold, rather than requiring external calibration or complex reference signals. The noise signal provides its own statistical characteristics (mean and standard deviation) that directly determine the threshold, allowing the system to adapt automatically without additional processing overhead.

Inventive Principle:
Principle #25Self-service

3Reliability

If multiple microphones and complex processing are used to improve detection accuracy, then voice activity detection reliability improves, but device complexity increases

Engineering Contradiction:
Improvevoice activity detection accuracyVSAvoidsignal processing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the signal processing into distinct functional stages: noise estimation, threshold calculation, and voice activity decision. By separating these functions and processing them in sequence, the system reduces the complexity of each individual stage while maintaining overall detection accuracy. The noise estimation stage independently computes statistical parameters, which then feed into the simple threshold comparison stage.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12591407B2Robust voice activity detector system for use with an earphone
Publication Date: 2026.03.31 ST PORTFOLIO HLDG LLC
  • US12591407B2 patent drawing
  • US12591407B2 patent drawing
  • US12591407B2 patent drawing

AI summary

An electronic device or method for adjusting a gain on a voice operated control system can include one or more processors and a memory having computer instructions. The instructions, when executed by the one or more processors causes the one or more processors to perform the operations of receiving a first microphone signal, receiving a second microphone signal, updating a slow time weighted ratio of the filtered first and second signals, and updating a fast time weighted ratio of the filtered first and second signals. The one or more processors can further perform the operations of calculating an absolute difference between the fast time weighted ratio and the slow time weighted ratio, comparing the absolute difference with a threshold, and increasing the gain when the absolute difference is greater than the threshold. Other embodiments are disclosed.