Reference Database Construction for Tractable Data Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data classification techniques face computational and storage resource limitations when dealing with large datasets, leading to prolonged processing times and memory constraints, and random or statistical subset selection can result in inaccurate representations of the complete data set.

Innovation Solution

A method to construct a reference database by iteratively selecting data items with similarities less than a target difference threshold, reducing the dataset while maintaining classification accuracy, which involves determining differences between data items and moving similar items to a reference database, thereby reducing the computational and storage burdens.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a complete set of data items is used for classification, then classification accuracy is improved, but computational time and storage requirements increase

Engineering Contradiction:
Improveclassification accuracyVSAvoidcomputational time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent extracts only the necessary subset of data items from the complete set to form a reference database. By selectively choosing representative data items rather than using the entire dataset, the system achieves accurate classification while reducing computational time and storage requirements.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial action by using a subset of data items rather than the complete set. The iterative selection process identifies the minimum necessary portion of data required to maintain classification accuracy, avoiding the excessive computational burden of processing all available data.

Inventive Principle:
Principle #16Partial or excessive action

2Measurement precision

If a complete set of data items is stored in memory, then classification accuracy is improved, but memory constraints are exceeded

Engineering Contradiction:
Improveclassification accuracyVSAvoidmemory capacity
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent extracts a representative subset of data items from the complete set to create a reference database that fits within memory constraints. This selective extraction maintains classification accuracy while reducing the quantity of data stored in memory to manageable levels.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system uses partial action by storing only the necessary subset of data items in memory rather than the complete set. The iterative selection process ensures that the reference database contains sufficient data for accurate classification without exceeding available memory capacity.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If random or statistical subset selection is used, then processing time is reduced, but representation accuracy of the complete dataset deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoiddataset representation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent employs feedback through an iterative selection process that evaluates the quality of the reference database. By continuously assessing whether selected data items accurately represent the complete set and adjusting selections based on this feedback, the system achieves both fast processing and high representation accuracy.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system uses dynamics by implementing an adaptive iterative selection process rather than static random sampling. The selection criteria and thresholds are dynamically adjusted to ensure the reference database maintains accurate representation of the complete dataset while enabling efficient processing.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11314781B2Construction of reference database accurately representing complete set of data items for faster and tractable classification usage
Publication Date: 2022.04.26 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11314781B2 patent drawing
  • US11314781B2 patent drawing
  • US11314781B2 patent drawing

AI summary

For each unique pair of a complete set of data items, a computing device determines a distance between the data items of the unique pair. The computing device repeats the following until no data items remain in the complete set. For each data item remaining in the complete set, the computing device determines a similarity subset including each other data item that the distance between the data item and the other data item is less than a target difference threshold. The computing device moves a selected data item from a largest similarity subset to a reference database that is a subset of the complete set. The computing device removes each data item from the complete set that the distance between the selected data item and the data item is less than the threshold. A new data item can be classified using the reference database.