Concept-Based Speech Indexing via Phonetic Vector Space

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for indexing, searching, and retrieving speech documents rely on keyword or phonetic matching, resulting in low recall and failure to find relevant documents that do not contain the query terms, as they operate at a textual level rather than a conceptual level.

Innovation Solution

The system computes a vector space using dual documents comprising phonetic and textual transcriptions, allowing for concept-based cross-media information retrieval by representing phonemes, words, and documents as vectors, enabling nearest neighbor relationships to find related content regardless of query terms' presence.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If keyword or phonetic matching is used for speech document retrieval, then the system operates at a simple textual level, but recall is low and relevant documents without query terms are not found

Engineering Contradiction:
ImproverecallVSAvoidindexing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent introduces phonetic transcriptions as an intermediary representation between raw speech and textual concepts. Speech documents are converted to phonetic transcriptions, which then serve as the basis for concept-based indexing. This intermediary layer enables the system to capture the actual spoken content more accurately while facilitating subsequent conceptual analysis, thereby improving recall without directly increasing the complexity of the core retrieval mechanism.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent transforms the indexing parameter from direct textual keywords to conceptual representations derived from phonetic transcriptions. By changing the parameter from surface-level text matching to deeper conceptual analysis based on phonetic patterns, the system achieves better recall. The conceptual level abstraction allows documents to be retrieved based on meaning rather than exact keyword matches, resolving the contradiction between precision and complexity.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If translation from speech to natural language text is performed for concept-based indexing, then conceptual retrieval is enabled, but error rate and indexing cost increase

Engineering Contradiction:
Improveconceptual retrieval accuracyVSAvoiderror rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent uses phonetic transcriptions as an intermediary that preserves the original speech content without requiring full translation to natural language text. This intermediary representation maintains fidelity to the spoken words while enabling conceptual analysis, thereby reducing translation errors. The phonetic transcription serves as a faithful bridge between speech and concept indexing, avoiding the error-prone step of complete text translation.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent creates a phonetic copy of the speech document that retains the original acoustic information in textual form. This phonetic copy serves as an accurate representation that can be used for conceptual indexing without losing the original meaning. By copying the phonetic structure rather than translating to natural language, the system maintains reliability while enabling conceptual retrieval.

Inventive Principle:
Principle #26Copying

3Adaptability or versatility

If phonetic transcriptions are used for indexing, then retrieval at conceptual level is achieved, but processing complexity increases

Engineering Contradiction:
Improvecross-media retrieval capabilityVSAvoidprocessing complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent creates a universal phonetic transcription representation that serves multiple functions: it preserves speech content, enables conceptual analysis, and supports both speech and text queries. This single phonetic representation format can be used across different media types (speech documents, text documents with phonetic annotations), providing cross-media retrieval capability without requiring separate processing pipelines for each media type, thereby managing complexity while enhancing versatility.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS7716221B2Concept based cross media indexing and retrieval of speech documents
Publication Date: 2010.05.11 NYTELL SOFTWARE LLC
  • US7716221B2 patent drawing
  • US7716221B2 patent drawing

AI summary

Indexing, searching, and retrieving the content of speech documents (including but not limited to recorded books, audio broadcasts, recorded conversations) is accomplished by finding and retrieving speech documents that are related to a query term at a conceptual level, even if the speech documents does not contain the spoken (or textual) query terms. Concept-based cross-media information retrieval is used. A term-phoneme/document matrix is constructed from a training set of documents. Documents are then added to the matrix constructed from the training data. Singular Value Decomposition is used to compute a vector space from the term-phoneme/document matrix. The result is a lower-dimensional numerical space where term-phoneme and document vectors are related conceptually as nearest neighbors. A query engine computes a cosine value between the query vector and all other vectors in the space and returns a list of those term-phonemes and/or documents with the highest cosine value.