Voicemail Transcription Priority Queue System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current voicemail transcription systems face challenges in efficiently processing high volumes of voicemails due to computational resource constraints and the need for unnecessary transcriptions, while on-demand transcription methods compromise on speed for accuracy.

Innovation Solution

A system that prioritizes voicemail transcription based on caller frequency and user request frequency, using speaker-specific syllable libraries and a priority queue to anticipate and preemptively transcribe high-priority messages, and employs a periodic words spotting module for low-priority messages to reduce resource usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If all voicemails are transcribed in advance using high-powered computing systems, then transcription accuracy and availability are improved, but computational cost and infrastructure complexity increase significantly

Engineering Contradiction:
Improvetranscription availabilityVSAvoidcomputational infrastructure
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary actions by pre-transcribing only the most important voicemails (those with highest priority rankings) before they are needed, while leaving lower priority voicemails for on-demand transcription. This resolves the contradiction by providing advance transcription for critical messages without requiring infrastructure capable of transcribing all voicemails in advance.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies different transcription strategies to different portions of the voicemail dataset based on local characteristics (priority rankings). High-priority voicemails receive full pre-transcription treatment, while low-priority voicemails receive on-demand treatment. This resolves the contradiction by optimizing resource allocation to match actual user needs rather than applying a uniform approach to all voicemails.

Inventive Principle:
Principle #3Local quality

2Productivity

If high-powered computing systems are installed to transcribe all voicemails in advance, then transcription speed is improved, but cost and maintenance burden increase

Engineering Contradiction:
Improvetranscription speedVSAvoidsystem installation and maintenance
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system performs partial action by transcribing only a subset of voicemails (those above the priority threshold) in advance at high speed, while using on-demand transcription for the remaining voicemails. This resolves the contradiction by achieving high transcription speed for the most important messages without requiring infrastructure capable of processing the entire voicemail volume at high speed.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system performs preliminary transcription actions only for high-priority voicemails before they are requested, rather than pre-transcribing all voicemails. This resolves the contradiction by providing advance transcription capability where needed without the full infrastructure cost of universal pre-transcription.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If on-demand transcription is used to reduce wasted computational effort, then computational efficiency is improved, but transcription speed decreases

Engineering Contradiction:
Improvecomputational efficiencyVSAvoidtranscription speed
Core Design Contradiction:
ProductivityVSSpeed

Solution Approach 1:

The system applies different transcription approaches to different portions of the voicemail dataset based on priority. For high-priority voicemails, it uses pre-transcription to ensure fast delivery. For low-priority voicemails, it uses on-demand transcription to maximize computational efficiency. This resolves the contradiction by optimizing for speed where it matters most while maintaining efficiency for less critical messages.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system performs preliminary transcription for high-priority voicemails so that when users request these messages, the transcription is already available immediately. This resolves the contradiction by providing fast transcription speed for important messages without wasting computational resources on pre-transcribing low-priority messages that users are unlikely to need.

Inventive Principle:
Principle #10Preliminary action

4Reliability

If transcription is performed for all voicemails, then complete coverage is achieved, but unnecessary computational waste increases

Engineering Contradiction:
Improvetranscription coverageVSAvoidcomputational waste
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The system extracts and identifies the most important voicemails based on priority rankings derived from caller frequency and user request patterns. It then applies pre-transcription only to this extracted subset of high-priority voicemails, leaving the majority of low-priority voicemails for on-demand processing. This resolves the contradiction by providing complete coverage capability while eliminating computational waste through selective pre-transcription.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system changes the parameter of transcription timing from a uniform approach (all voicemails transcribed at the same time) to a differentiated approach based on priority rankings. By adjusting the transcription timing parameter according to message importance, the system achieves complete coverage for when needed while minimizing computational waste through selective pre-processing.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9179001B2System and method for automatically transcribing voicemail
Publication Date: 2015.11.03 MICROSOFT TECHNOLOGY LICENSING LLC
  • US9179001B2 patent drawing
  • US9179001B2 patent drawing
  • US9179001B2 patent drawing

AI summary

Disclosed herein are systems, computer-implemented methods, and tangible computer-readable media for automatically transcribing voicemail. The method includes receiving a plurality of voicemail messages from callers, identifying for each voicemail message in the plurality of voicemail messages a first frequency with which the respective caller leaves voicemails, identifying for each voicemail message in the plurality of voicemail messages a second frequency with which a user requests transcription of each voicemail, assigning a priority ranking to each voicemail message in the plurality of voicemail messages based on the respective first frequency and the respective second frequency, and transcribing untranscribed voicemail messages with a highest priority ranking. The method can include establishing a priority ranking threshold and repeatedly transcribing a next highest ranking untranscribed voicemail message until no further untranscribed voicemail messages remain above the priority ranking threshold.