Predictive Model Compression Using Simulated Data Distillation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Complex predictive models are opaque, brittle, and storage inefficient, making them difficult to understand, update, and deploy, especially in resource-constrained environments, while conventional compression techniques compromise predictive accuracy and require excessive labeled data.

Innovation Solution

A method involving the generation of an unlabeled simulated data set, labeling it using a complex model, and training a neural network model to produce accurate predictions, allowing for incremental updates and efficient storage without significant degradation in predictive accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a complex predictive model is used to achieve high predictive accuracy, then the model can make sophisticated predictions, but the model becomes opaque and difficult to understand

Engineering Contradiction:
Improvepredictive accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent creates a simplified copy (compressed model) that replicates the predictive behavior of the complex model. The compressed model is trained to mimic the input-output relationships of the complex model, capturing its essential predictive capabilities while eliminating unnecessary complexity and improving interpretability.

Inventive Principle:
Principle #26Copying

2Measurement precision

If a complex predictive model is used to achieve sophisticated predictions, then the model can handle multiple transformations and sub-models, but the model requires excessive storage space

Engineering Contradiction:
Improvepredictive accuracyVSAvoidstorage space
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent creates a compressed copy of the complex model that retains predictive accuracy while dramatically reducing storage requirements. The compressed model uses fewer parameters and a simplified architecture, eliminating the need to store multiple sub-models and transformation layers while maintaining the ability to make accurate predictions.

Inventive Principle:
Principle #26Copying

3Measurement precision

If a complex predictive model is used to achieve accurate predictions, then the model can make sophisticated predictions, but the model becomes brittle and difficult to update

Engineering Contradiction:
Improvepredictive accuracyVSAvoidease of update
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent separates the complex model into two distinct components: a fixed complex model that captures the primary predictive relationships, and a simplified compressed model that can be independently updated. This segmentation allows the compressed model to be retrained and updated without affecting the complex model, improving adaptability and ease of maintenance.

Inventive Principle:
Principle #1Segmentation

4Quantity of substance

If conventional compression techniques are used to reduce model size, then storage efficiency improves, but predictive accuracy degrades and extensive labeled data is required

Engineering Contradiction:
Improvestorage spaceVSAvoidpredictive accuracy
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent creates a compressed copy of the complex model that is trained specifically to replicate the complex model's predictions. By using the complex model's predictions on unlabeled data to create training labels for the compressed model, the approach achieves accurate compression without requiring extensive external labeled data or sacrificing predictive accuracy.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS11763152B2System and method of improving compression of predictive models
Publication Date: 2023.09.19 QUANATA LLC
  • US11763152B2 patent drawing
  • US11763152B2 patent drawing
  • US11763152B2 patent drawing

AI summary

A computer-implemented method for improving compression of predictive models includes generating an unlabeled simulated data set by expanding an initial data set, and generating a labeled data set by predicting the unlabeled, simulated data set using a complex model to output a plurality of labels. The method also includes training a relatively simple neural network using the labeled data set.