Prediction Model Behavior Alignment via Similarity Feedback
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing prediction models converted to lighter versions often exhibit different behaviors despite maintaining similar prediction performance, leading to inconsistent results, particularly in safety-critical applications like object recognition in vehicles.
Innovation Solution
An information processing method that calculates the similarity between prediction results from a first and a second prediction model, determines training data based on this similarity, and trains the second model using machine learning to align its behavior with the first model's behavior, ensuring consistent output.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Speed
If a prediction model is converted to a lighter version, then processing efficiency is improved, but prediction behavior consistency deteriorates
Solution Approach 1:
The patent uses feedback by calculating the degree of similarity between prediction results of the first and second prediction models, and using this similarity information to determine training data for retraining the second model. This feedback loop ensures that the lighter model's behavior aligns with the original model while maintaining processing efficiency
Solution Approach 2:
The patent changes training parameters by selecting training data based on the degree of similarity between prediction results. When similarity is low (indicating behavioral differences), data generated from processing the input data is selected for retraining, thereby adjusting the model parameters to improve behavior consistency
2Measurement precision
If prediction model conversion is performed to maintain prediction performance, then accuracy is preserved, but individual prediction result consistency worsens
Solution Approach 1:
The patent applies local quality by focusing retraining efforts on specific cases where prediction behavior differs. By calculating similarity degrees and selecting training data based on low-similarity cases, the patent locally improves individual prediction result consistency without affecting overall prediction performance
Solution Approach 2:
The patent uses partial action by not retraining on all data, but only on selected training data where the degree of similarity indicates behavioral differences. This partial retraining approach efficiently addresses individual prediction inconsistencies while preserving overall model performance
Data Source
AI summary
An information processing method includes: obtaining first data; calculating a first prediction result by inputting the first data into a first prediction model; calculating a second prediction result by inputting the first data into a second prediction model; calculating a degree of similarity between the first prediction result and the second prediction result; determining second data which is training data for machine learning, based on the degree of similarity; and training the second prediction model by machine learning using the second data.


