Sampling from a generator neural network using a discriminator neural network

US11514313B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11514313-B2
Application numberUS-201916580649-A
CountryUS
Kind codeB2
Filing dateSep 24, 2019
Priority dateSep 27, 2018
Publication dateNov 29, 2022
Grant dateNov 29, 2022

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.

Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for providing a data sample in response to a request for a data sample. In one aspect, a method comprises: receiving a request for a new data sample; until a candidate new data sample is generated that satisfies an acceptance criterion, performing operations comprising: generating a candidate new data sample using a generator neural network; processing the candidate new data sample using a discriminator neural network to generate an imitation score; and determining, from the imitation score, whether the candidate new data sample satisfies the acceptance criterion; and providing the candidate new data sample that satisfies the acceptance criterion in response to the received request.

First claim

Opening claim text (preview).

What is claimed is: 1. A method performed by one or more data processing apparatus, the method comprising: receiving a request for a data sample; until a new data sample is generated that satisfies an acceptance criterion, performing operations comprising: generating a candidate new data sample using a generator neural network; processing the candidate new data sample using a discriminator neural network to generate an imitation score, wherein the discriminator neural network has been trained to generate an imitation score for a data sample that characterizes a likelihood for whether the data sample was: (i) drawn from a training set of given data samples, or (ii) generated by the generator neural network; and determining, from the imitation score, whether the candidate new data sample satisfies the acceptance criterion; and providing the new data sample that satisfies the acceptance criterion in response to the received request. 2. The method of claim 1 , wherein candidate new data samples generated by the generator neural network are images. 3. The method of claim 1 , wherein determining, from the imitation score, whether the candidate new sample satisfies the acceptance criterion comprises: determining an acceptance score from the imitation score; obtaining a control sample by sampling from a probability distribution over a range of numerical values; and determining the candidate new data sample satisfies the acceptance criterion if the acceptance score has a higher value than the control sample. 4. The method of claim 3 , wherein determining an acceptance score from the imitation score comprises: updating a value of a bounding variable by determining a current value of the bounding variable to be a maximum of: (i) a previous value of the bounding variable, and (ii) the imitation score; and determining the acceptance score from the imitation score and the updated bounding variable. 5. The method of claim 4 , wherein determining the acceptance score from the imitation score and the updated bounding variable comprises: determining the acceptance score to be σ(a), wherein σ(·) is a sigmoid function, wherein a is defined as: a:=D−D M −log(1−exp( D−D M )), wherein D is the imitation score, and wherein D M is the current value of the bounding variable. 6. The method of claim 4 , wherein determining the acceptance score from the imitation score and the updated bounding variable comprises: determining the acceptance score to be σ(a−γ), wherein σ(·) is a sigmoid function, wherein γ is a numerical value, wherein a is defined as: a:=D−D M −log(1−exp( D−D M −∈)), wherein D is the imitation score, wherein D M is the current value of the bounding variable, and wherein ∈ is a constant added for numerical stability. 7. The method of claim 6 , further comprising: determining the numerical value γ to be a predetermined percentile of previously determined acceptance scores. 8. The method of claim 3 , wherein obtaining a control sample by sampling from a probability distribution over a range of numerical values comprises: obtaining the control sample by sampling from a uniform probability distribution over the range [0,1]. 9. The method of claim 1 , wherein the discriminator neural network has been trained using a logistic loss function. 10. The method of claim 1 , wherein processing the imitation score using a sigmoid function defines a probability that the data sample was drawn from the training set of given data samples. 11. A system comprising one or more computers and one or more storage devices storing instructions that when executed by the one or more computers cause the one or more computers to perform operations comprising: receiving a request for a data sample; until a new data sample is generated that satisfies an acceptance criterion, performing operations comprising: generating a candidate new data sample using a generator neural network; processing the candidate new data sample using a discriminator neural network to generate an imitation score, wherein the discriminator neural network has been trained to generate an imitation score for a data sample that characterizes a likelihood for whether the data sample was: (i) drawn from a training set of given data samples, or (ii) generated by the generator neural network; and determining, from the imitation score, whether the candidate new data sample satisfies the acceptance criterion; and providing the new data sample that satisfies the acceptance criterion in response to the received request. 12. The system of claim 11 , wherein candidate new data samples generated by the generator neural network are images. 13. The system of claim 11 , wherein determining, from the imitation score, whether the candidate new sample satisfies the acceptance criterion comprises: determining an acceptance score from the imitation score; obtaining a control sample by sampling from a probability distribution over a range of numerical values; and determining the candidate new data sample satisfies the acceptance criterion if the acceptance score has a higher value than the control sample. 14. The system of claim 13 , wherein determining an acceptance score from the imitation score comprises: updating a value of a bounding variable by determining a current value of the bounding variable to be a maximum of: (i) a previous value of the bounding variable, and (ii) the imitation score; and determining the acceptance score from the imitation score and the updated bounding variable. 15. The system of claim 14 , wherein determining the acceptance score from the imitation score and the updated bounding variable comprises: determining the acceptance score to be σ(a), wherein σ(·) is a sigmoid function, wherein is defined as: a:=D−D M −log(1−exp( D−D M )), wherein D is the imitation score, and wherein D M is the current value of the bounding variable. 16. One or more non-transitory computer storage media storing instructions that when executed by one or more computers cause the one or more computers to perform operations comprising: receiving a request for a data sample; until a new data sample is generated that satisfies an acceptance criterion, performing operations comprising: generating a candidate new data sample using a generator neural network; processing the candidate new data sample using a discriminator neural network to generate an imitation score, wherein the discriminator neural network has been trained to generate an imitation score for a data sample that characterizes a likelihood for whether the data sample was: (i) drawn from a training set of given data samples, or (ii) generated by the generator neural network; and determining, from the imitation score, whether the candidate new data sample satisfies the acceptance criterion; and providing the new data sample that satisfies the acceptance criterion in response to the received request. 17. The non-transitory computer storage media of claim 16 , wherein candidate new data samples generated by the generator neural network are images. 18. The non-transitory computer storage media of claim 16 , wherein determining, from the imitation score, whether the candidate new sample satisfies the acceptance criterion comprises: determining an acceptance score from the imitation score; obtaining a control sample by sampling from a probability distribution over a range of numerical values; and determining the candidate new data sample satisfies the acceptance criterion

Assignees

Inventors

Classifications

  • Probabilistic or stochastic networks · CPC title

  • G06N3/045Primary

    Combinations of networks · CPC title

  • G06N3/088Primary

    Non-supervised learning, e.g. competitive learning · CPC title

  • using artificial neural networks · CPC title

  • G06N3/08Primary

    Learning methods · 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 US11514313B2 cover?
Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for providing a data sample in response to a request for a data sample. In one aspect, a method comprises: receiving a request for a new data sample; until a candidate new data sample is generated that satisfies an acceptance criterion, performing operations comprising: generating a candidate new …
Who is the assignee on this patent?
Google Llc
What technology area does this patent fall under?
Primary CPC classification G06N3/045. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Nov 29 2022 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 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).