Speaker Embedding Verification for Mimicry-Resistant Audio Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing speaker identification systems face challenges in accurately distinguishing between original and mimicry voice samples, particularly in environments with frequent speaker changes, and lack real-time processing capabilities, leading to inefficiencies and potential false identifications.

Innovation Solution

A method and system utilizing a pre-trained transformer encoder model to generate embeddings from audio chunks, followed by a classification model to identify nearest neighbors based on proximity, with a threshold-based verification to ensure accurate speaker identification and mimicry detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional voice identification techniques are used, then the system is simple to implement, but the identification accuracy is insufficient and cannot distinguish between original and mimicry voice samples

Engineering Contradiction:
Improvevoice identification accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent introduces an intermediary verification module that acts as a mediator between the voice embedding comparison and final identification. This module analyzes multiple factors including voice similarity scores, temporal patterns, and spectral characteristics to distinguish authentic voices from mimicry attempts, thereby improving identification accuracy without requiring complete system redesign

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The voice identification system is segmented into distinct functional modules: voice embedding extraction, similarity computation, mimicry detection, and verification. Each module processes specific aspects of voice analysis independently, allowing the system to achieve high accuracy through coordinated modular operations while maintaining manageable complexity

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If advanced neural network-based audio processing techniques are used, then the speaker identification accuracy is improved, but real-time processing capability deteriorates

Engineering Contradiction:
Improvespeaker identification accuracyVSAvoidreal-time processing speed
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

Voice embeddings are pre-computed and stored for all suspected speakers before the actual identification process. When a voice sample needs to be identified, the system only needs to compute similarity scores against pre-generated embeddings, significantly reducing real-time computational requirements while maintaining high identification accuracy

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The verification process focuses computational resources on analyzing only the most relevant local characteristics of voice samples that are most indicative of authenticity, such as specific spectral features and temporal patterns, rather than processing the entire audio signal uniformly, thereby improving real-time performance

Inventive Principle:
Principle #3Local quality

3Adaptability or versatility

If existing speaker identification methods are used, then the system can identify speakers from known profiles, but the ability to detect mimicry and synthetic voices is lost

Engineering Contradiction:
Improvemimicry detection capabilityVSAvoiddata processing requirements
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The patent replaces traditional mechanical comparison methods with AI-based analysis that can detect subtle patterns indicative of mimicry and synthetic voices. The system uses machine learning models to analyze voice characteristics and identify anomalies that suggest impersonation, enabling adaptability to detect various types of voice fraud without requiring exhaustive data processing

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

4Measurement precision

If user credentials and pre-established profiles are used for verification, then the verification process is straightforward, but granular-level voice identification and detection of voice variations are failed

Engineering Contradiction:
Improvegranular voice identificationVSAvoidverification process simplicity
Core Design Contradiction:
Measurement precisionVSEase of operation

Solution Approach 1:

The system automatically performs granular voice analysis and authenticity verification without requiring manual intervention or complex user configuration. The verification process self-adjusts based on the analyzed voice characteristics, maintaining operational simplicity while achieving high precision in identifying voice variations and detecting mimicry

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260112372A1Method and system for identifying a speaker of interest in an audio
Publication Date: 2026.04.23 ONIBER SOFTWARE PTE LTD
  • US20260112372A1 patent drawing
  • US20260112372A1 patent drawing
  • US20260112372A1 patent drawing

AI summary

The present method (300) identifies a speaker of interest in an audio file through a systematic approach. The process begins by receiving an input audio file via a processor (201). The audio file is then split into one or more chunks, followed by the extraction of relevant features from each chunk. Using a transformer encoder model, embeddings of the speaker of interest are generated based on these extracted features. The method identifies one or more nearest neighbours from various data structures corresponding to potential speakers, utilizing a classification model based on the generated embeddings. A set of nearest neighbours is then identified, ensuring that the count exceeds a predefined threshold and that the distance of each neighbour remains below a specified nearest-neighbour distance threshold. Finally, the method provides an identification of the speaker of interest as one of the recognized persons, enhancing speaker recognition capabilities in audio analysis.