Multidimensional Data Indexing for Even Sample Distribution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Selecting an evenly distributed set of training data from an unevenly distributed data corpus is challenging, particularly when the corpus contains tightly grouped clusters or frequently represented scenarios, as random selection tends to reflect these groupings or frequencies.

Innovation Solution

The system indexes a data corpus to a set of multidimensional points using an indexing module that maps samples to points in a multidimensional space, generating indexes that describe these mappings, allowing for the selection of an evenly distributed set of samples using algorithms like Sobol sequences to ensure uniform distribution.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If random selection is used to select training data from a data corpus, then the selection process is simple and unbiased, but the selected samples will reflect the uneven distribution and clusters present in the original corpus

Engineering Contradiction:
Improvesimplicity of selection processVSAvoidevenness of data distribution in selected samples
Core Design Contradiction:
Ease of operationVSManufacturing precision

Solution Approach 1:

The patent applies preliminary action by pre-computing an index structure that maps data samples to multidimensional points before the actual selection process. This index is built once and then used to guide subsequent sample selections, ensuring even distribution without re-processing the entire corpus each time. The Sobol sequence points are generated in advance to define the target distribution.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent transforms the selection problem from the original data space to a multidimensional point space using Sobol sequences. By mapping samples to points in a higher-dimensional space and selecting based on these points, the method achieves uniform distribution that cannot be obtained through simple random selection in the original space.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If the data corpus contains tightly grouped clusters or frequently represented scenarios, then the data reflects real-world distributions, but random selection cannot produce an evenly distributed training set

Engineering Contradiction:
Improverepresentativeness of data distributionVSAvoiduniformity of sample distribution
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The patent applies local quality by associating different regions of the multidimensional space with different data characteristics. Each Sobol point represents a specific region, and samples are selected based on their proximity to these points. This allows the selection process to locally adjust for over-represented or under-represented regions while maintaining global uniformity.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes the selection parameter from random probability to distance-based proximity to Sobol points. By using the multidimensional distance metric instead of uniform random sampling, the method transforms the selection criteria to achieve even distribution while preserving the underlying data structure and relationships.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11947511B2Indexing a data corpus to a set of multidimensional points
Publication Date: 2024.04.02 APPLIED INTUITION INC
  • US11947511B2 patent drawing
  • US11947511B2 patent drawing
  • US11947511B2 patent drawing

AI summary

Indexing a data corpus to a set of multidimensional points, including: generating a set of points in a multidimensional space; identifying, for each sample in a plurality of samples in a data corpus, a nearest point in the set of points; and generating an index mapping each sample with the nearest point in the set of points.