Training Data Selection Using Similarity-Based Diversity Screening

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods struggle to select diverse data with varying properties for training machine learning models, leading to prolonged training times and increased annotation efforts without improving training effectiveness.

Innovation Solution

A data selection device and program that calculates target data features using feature calculation models, combines them with situation data features, and determines data selection based on similarity with already selected data to ensure diversity and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If data with similar properties is used for training, then the training processing time is unnecessarily lengthened and annotation man-hours are increased, but the training effect is not improved

Engineering Contradiction:
Improvetraining efficiencyVSAvoidtraining processing time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system performs preliminary similarity assessment and clustering of training data before the actual model training begins. By pre-processing the dataset to identify and group similar data points, the system eliminates redundant training samples in advance, ensuring that only diverse and valuable data is used for training. This preliminary action prevents wasted training time and annotation efforts on duplicate or highly similar data points.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If diverse data with different properties is used for training, then the model can address different situations, but existing methods cannot necessarily select various data having different properties

Engineering Contradiction:
Improvemodel adaptabilityVSAvoiddata selection complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system introduces similarity metrics and clustering algorithms as intermediary mechanisms between the raw training data and the model training process. These intermediaries automatically assess data diversity and select representative samples from different data clusters, ensuring the model receives diverse training data without requiring complex manual curation. The intermediary layer handles the complexity of diversity assessment, making the process systematic and scalable.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If various data having different properties are selected for training, then appropriate training can be performed, but existing methods fail to ensure data diversity

Engineering Contradiction:
Improvetraining qualityVSAvoiddata property diversity measurement
Core Design Contradiction:
ReliabilityVSDifficulty of detecting and measuring

Solution Approach 1:

The system replaces manual or heuristic methods for assessing data diversity with automated computational approaches. Machine learning algorithms and similarity metrics automatically measure and evaluate data property diversity, replacing subjective or mechanical selection processes. This substitution enables reliable detection and measurement of data diversity across multiple dimensions, ensuring high-quality diverse training data selection through objective computational criteria.

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

Data Source

PatentUS20260017567A1Data selection device and data selection program
Publication Date: 2026.01.15 TOYOTA JIDOSHA KK
  • US20260017567A1 patent drawing
  • US20260017567A1 patent drawing
  • US20260017567A1 patent drawing

AI summary

A data selection device which selects data used for training a machine learning model from a dataset including a plurality of target data, includes a processor. The processor is configured to: calculate, from one target data in the dataset, a target data feature of the target data using a feature calculation model; and determine whether to select the target data as data used for training the machine learning model, based on similarity between an individual feature relating to the target data including the target data feature, and an individual feature of other target data in the dataset or an individual feature of data already selected for training the machine learning model.