System for automatic error estimate correction for a machine learning model

US12430401B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12430401-B2
Application numberUS-202117467638-A
CountryUS
Kind codeB2
Filing dateSep 7, 2021
Priority dateSep 8, 2020
Publication dateSep 30, 2025
Grant dateSep 30, 2025

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A computing device computes curve descriptive values to correct an error estimate of a prediction. A predefined number of times, an input dataset is split into a training dataset and a validation dataset, a predictive model and a domain model are trained, the trained predictive model and the trained domain model are validated, a predictive error value, a residual value, and a domain error value are computed, and each value is stored in output data. A domain threshold value is computed from the stored domain error values. Each predictive error value and each residual value stored in the output data is stored in in-domain output data when a respective domain error value is less than or equal to the computed domain threshold value. Curve descriptive values are computed to describe a relationship between the residual values as a function of the prediction error values stored in the in-domain output data.

First claim

Opening claim text (preview).

What is claimed is: 1. A non-transitory computer-readable medium having stored thereon computer-readable instructions that when executed by a computing device cause the computing device to: (A) split an input dataset received from a distributed computer system into a training dataset and a validation dataset, wherein the input dataset includes a plurality of observation vectors; (B) define a predictive model description and a domain model description based on the input dataset; (C) train a predictive model associated with the predictive model description with the training dataset subsequent to defining the predictive model description; (D) train a domain model associated with the domain model description with the training dataset subsequent to defining the domain model description; (E) validate the trained predictive model with the validation dataset; (F) validate the trained domain model with the validation dataset; (G) compute a predictive error value and a residual value from the validated predictive model for each observation vector of the plurality of observation vectors included in the validation dataset; (H) compute a domain error value from the validated domain model for each observation vector of the plurality of observation vectors included in the validation dataset; (I) store the computed predictive error value, the computed residual value, and the computed domain error value in output data for each observation vector of the plurality of observation vectors included in the validation dataset; (J) repeat (A) through (I) a predefined number of times; (K) compute a domain threshold value using the stored domain error values; (L) store each predictive error value and each residual value stored in the output data in in-domain output data when a respective stored domain error value is less than or equal to the computed domain threshold value; (M) compute curve descriptive values based on a type of curve, wherein the curve describes a relationship between the residual values stored in the in-domain output data as a function of the prediction error values stored in the in-domain output data; (N) output the curve descriptive values to correct an error estimate value of a predicted value of a new observation vector; and (O) provide an indication of the error estimate value of the predicted value of the new observation vector to the distributed computing system. 2. The non-transitory computer-readable medium of claim 1 , wherein after (L) and before (M), the computer-readable instructions further cause the computing device to: compute a standard deviation value from a total predictive error value and each predictive error values stored in the in-domain output data; divide each predictive error value stored in the in-domain output data by the computed standard deviation value to compute a scaled, predictive error value, wherein the predictive error value in (M) is the scaled, predictive error value; and divide each residual value stored in the in-domain output data by the computed standard deviation value to compute a scaled, residual value, wherein the residual value in (M) is the scaled, residual value. 3. The non-transitory computer-readable medium of claim 2 , wherein the computer-readable instructions further cause the computing device to: (P) train a second predictive model using the plurality of observation vectors included in the input dataset; (Q) train a second domain model using the plurality of observation vectors included in the input dataset; output a first description of the trained second predictive model; and output a second description of the trained second domain model. 4. The non-transitory computer-readable medium of claim 3 , wherein an average domain threshold value is computed from each domain threshold value computed in (J). 5. The non-transitory computer-readable medium of claim 4 , wherein after (P), the computer-readable instructions further cause the computing device to: compute a predicted domain error value for a new observation vector using the trained second domain model, wherein the new observation vector is not included in the input dataset; and when the computed predicted domain error value is less than the computed domain threshold value, compute a predicted value of the new observation vector and an error estimate value associated with the computed predicted value using the trained second predictive model; and correct the error estimate value of the computed predicted value using the computed curve descriptive values; and output the computed predicted value and the corrected error estimate value of the new observation vector. 6. The non-transitory computer-readable medium of claim 5 , wherein, when the computed predicted domain error value is greater than the computed domain threshold value, the computer-readable instructions further cause the computing device to output an out of domain indicator for the new observation vector. 7. The non-transitory computer-readable medium of claim 1 , wherein the computer-readable instructions further cause the computing device to: (P) train a second predictive model using the plurality of observation vectors included in the input dataset; and (Q) output a description of the trained second predictive model. 8. The non-transitory computer-readable medium of claim 7 , wherein after (P), the computer-readable instructions further cause the computing device to: compute a predicted value of a new observation vector and an error estimate value associated with the computed predicted value using the trained second predictive model, wherein the new observation vector is not included in the input dataset; correct the error estimate value of the computed predicted value using the computed curve descriptive values; and output the computed predicted value and the corrected error estimate value of the new observation vector. 9. The non-transitory computer-readable medium of claim 1 , wherein the computer-readable instructions further cause the computing device to: (P) train a second predictive model using the plurality of observation vectors included in the input dataset; (Q) train a second domain model using the plurality of observation vectors included in the input dataset; output a first description of the trained second predictive model; and output a second description of the trained second domain model. 10. The non-transitory computer-readable medium of claim 9 , wherein an average domain threshold value is computed from each domain threshold value computed in (J). 11. The non-transitory computer-readable medium of claim 10 , wherein after (P), the computer-readable instructions further cause the computing device to: compute a predicted domain error value for a new observation vector using the trained second domain model, wherein the new observation vector is not included in the input dataset; and when the computed predicted domain error value is less than the computed domain threshold value, compute a predicted value of the new observation vector and an error estimate value associated with the computed predicted value using the trained second predictive model; and correct the error estimate value of the computed predicted value using the computed curve descriptive values; and output the computed predicted value and the corrected error estimate value of the new observation vector. 12. The non-transitory computer-readable medium of claim 11 , wherein, when the computed predicted domain error value is greater than the computed domain threshold value, the computer-readable instructions further cause the computing device to output an out of domain indicator f

Assignees

Inventors

Classifications

  • Probabilistic graphical models, e.g. probabilistic networks · CPC title

  • Validation; Performance evaluation; Active pattern learning techniques · CPC title

  • Supervised learning · CPC title

  • Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound · CPC title

  • Ensemble learning · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12430401B2 cover?
A computing device computes curve descriptive values to correct an error estimate of a prediction. A predefined number of times, an input dataset is split into a training dataset and a validation dataset, a predictive model and a domain model are trained, the trained predictive model and the trained domain model are validated, a predictive error value, a residual value, and a domain error value…
Who is the assignee on this patent?
Wisconsin Alumni Res Found
What technology area does this patent fall under?
Primary CPC classification G06F18/2163. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Sep 30 2025 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 3 related publications on this page (citations in our corpus or others sharing the same primary CPC).