Optimizing training data for image classification

US11954572B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11954572-B2
Application numberUS-202318198048-A
CountryUS
Kind codeB2
Filing dateMay 16, 2023
Priority dateJun 6, 2019
Publication dateApr 9, 2024
Grant dateApr 9, 2024

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 method for machine learning-based classification may include training a machine learning model with a full training data set, the full training data set comprising a plurality of data points, to generate a first model state of the machine learning model, generating respective embeddings for the data points in the full training data set with the first model state of the machine learning model, applying a clustering algorithm to the respective embeddings to generate one or more clusters of the embeddings, identifying outlier embeddings from the one or more clusters of the embeddings, generating a reduced training data set comprising the full training data set less the data points associated with the outlier embeddings, training the machine learning model with the reduced training data set to a second model state, and applying the second model state to one or more data sets to classify the one or more data sets.

First claim

Opening claim text (preview).

What is claimed is: 1. A method for machine learning-based classification, the method comprising: generating, via a pre-trained machine learning model, respective embeddings for data points in a training data set used to pre-train the pre-trained machine learning model; applying a clustering algorithm to the respective embeddings to generate a plurality of clusters of the embeddings; identifying outlier embeddings from the plurality of clusters of the embeddings; generating a reduced training data set comprising the full training data set less the data points associated with the outlier embeddings, the reduced training data set including the data points associated with embeddings in the plurality of clusters; tuning the pre-trained machine learning model with the reduced training data set; and applying the tuned pre-trained machine learning model to one or more data sets to classify the one or more data sets. 2. The method of claim 1 , wherein applying the tuned pre-trained machine learning model to classify one or more data sets comprises applying the tuned pre-trained machine learning model to classify one or more images. 3. The method of claim 1 , further comprising: applying a distance learning algorithm to the respective embeddings to create a distanced embeddings set; wherein applying a clustering algorithm to the respective embeddings comprises applying the clustering algorithm to the distanced embeddings set. 4. The method of claim 1 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: designating embeddings that are remote from a single cluster of embeddings as outlier embeddings; or designating embeddings that are remote from all of the plurality of clusters as outlier embeddings. 5. The method of claim 1 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: determining a respective category associated with each of the embeddings; determining a respective category associated with each cluster of embeddings; and designating embeddings that are remote from a cluster of embeddings associated with the category with which the embeddings are associated as outlier embeddings. 6. The method of claim 1 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: identifying at least a predetermined percentage of embeddings as outlier embeddings; identifying at least a predetermined quantity of embeddings as outlier embeddings; or identifying embeddings that are a predetermined distance from one of the plurality of clusters as outlier embeddings. 7. The method of claim 1 , wherein tuning the pre-trained machine learning model with the reduced training data set comprises: training, for a plurality of epochs, the pre-trained machine learning model with the reduced training data set; storing a respective version of the pre-trained machine learning model for each epoch; and determining the tuned pre-trained machine learning model as the respective version with a highest accuracy. 8. The method of claim 7 , wherein determining the tuned pre-training model as the respective version with the highest accuracy comprises: retrieving an image and a classification label associated with the image; generating, by each of the respective versions of the pre-trained machine learning model, a predicted classification label for the retrieved image; and determining an accuracy of each of the respective versions as a difference between the retrieved classification label and the respective predicted classification label. 9. A system for machine learning-based classification, the system comprising: a processor; and a non-transitory, computer-readable memory storing instructions that, when executed by the processor, cause the processor to: generate, via a machine learning model pre-trained in a first model state, respective embeddings for data points in a full training data set used to pre-train the machine learning model; apply a clustering algorithm to the respective embeddings to generate a plurality of clusters of the embeddings; identify outlier embeddings from the plurality of clusters of the embeddings; generate a reduced training data set comprising the full training data set less the data points associated with the outlier embeddings, the reduced training data set including the data points associated with embeddings in the plurality of clusters; train the machine learning model with the reduced training data set to a second model state; and apply the second model state to one or more data sets to classify the one or more data sets. 10. The system of claim 9 , wherein applying the second model state to classify one or more data sets comprises applying the second model state to classify one or more images. 11. The system of claim 9 , wherein the memory stores further instructions that, when executed by the processor, cause the processor to: apply a distance learning algorithm to the respective embeddings to create a distanced embeddings set; wherein applying a clustering algorithm to the respective embeddings comprises applying the clustering algorithm to the distanced embeddings set. 12. The system of claim 9 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: designating embeddings that are remote from a single cluster of embeddings as outlier embeddings; or designating embeddings that are remote from all of the plurality of clusters as outlier embeddings. 13. The system of claim 9 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: determining a respective category associated with each of the embeddings; determining a respective category associated with each cluster of embeddings; and designating embeddings that are remote from a cluster of embeddings associated with the category with which the embeddings are associated as outlier embeddings. 14. The system of claim 9 , wherein identifying outlier embeddings from the plurality of clusters of the embeddings comprises: identifying at least a predetermined percentage of embeddings as outlier embeddings; identifying at least a predetermined quantity of embeddings as outlier embeddings; or identifying embeddings that are a predetermined distance from one of the plurality of clusters as outlier embeddings. 15. The system of claim 9 , wherein training the machine learning model with the reduced training data set comprises: training, for a plurality of epochs, the machine learning model with the reduced training data set; storing a respective version of the machine learning model for each epoch; and determining the second model state as the respective version with a highest accuracy. 16. The system of claim 15 , wherein determining the second model state as the respective version with the highest accuracy comprises: retrieving an image and a classification label associated with the image; generating, by each of the respective versions of the machine learning model, a predicted classification label for the retrieved image; and determining an accuracy of each of the respective versions as a difference between the retrieved classification label and the respective predicted classification label. 17. A machine learning-based method of classifying a plurality of images, the method comprising: generating, via a machine learning model, respective embeddings for images in a full training data set used to pre-train the machine learning model; applying

Assignees

Inventors

Classifications

  • Convolutional networks [CNN, ConvNet] · CPC title

  • Supervised learning · CPC title

  • G06N20/20Primary

    Ensemble learning · CPC title

  • characterised by the process organisation or structure, e.g. boosting cascade · CPC title

  • characterised by the incorporation of unlabelled data, e.g. multiple instance learning [MIL], semi-supervised techniques using expectation-maximisation [EM] or naïve labelling · 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 US11954572B2 cover?
A method for machine learning-based classification may include training a machine learning model with a full training data set, the full training data set comprising a plurality of data points, to generate a first model state of the machine learning model, generating respective embeddings for the data points in the full training data set with the first model state of the machine learning model,…
Who is the assignee on this patent?
Home Depot Product Authority Llc
What technology area does this patent fall under?
Primary CPC classification G06N20/20. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Apr 09 2024 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 5 related publications on this page (citations in our corpus or others sharing the same primary CPC).