Machine learning systems and methods for training with noisy labels

Information

  • Patent Grant
  • 11531852
  • Patent Number
    11,531,852
  • Date Filed
    Monday, November 27, 2017
    6 years ago
  • Date Issued
    Tuesday, December 20, 2022
    a year ago
Abstract
Machine learning classification models which are robust against label noise are provided. Noise may be modelled explicitly by modelling “label flips”, where incorrect binary labels are “flipped” relative to their ground truth value. Distributions of label flips may be modelled as prior and posterior distributions in a flexible architecture for machine learning systems. An arbitrary classification model may be provided within the system. The classification model is made more robust to label noise by operation of the prior and posterior distributions. Particular prior and approximating posterior distributions are disclosed.
Description
FIELD

This disclosure generally relates to machine learning, and in particular to machine learning systems and methods which are robust against label noise in training datasets in at least some circumstances.


BACKGROUND

In machine learning applications, the performance of a classification model is typically highly dependent on the availability of a large collection of high quality annotated data to use in training the model. Deep neural networks, for example, tend to be particularly sensitive to the quality of annotations. Classification models generally require large quantities of data for training. However, in most circumstances, obtaining large quantities of noise-free training data is a costly and tedious process. For instance, training data for classification models is often generated via a labeling process which annotates the training data with labels. A typical labelling process involves training multiple annotators to assign labels correctly (i.e. with a low incidence of noise) and aggregating their feedback, which tends to be resource-intensive.


It is sometimes possible to obtain lower-quality training data with relatively less effort. For instance, training data with noisy labels may be drawn from sources such as social media websites, search engines, or crowd annotation services (e.g. via the Internet). As an example, images returned from a search engine for a particular set of queries (such as cats, dogs, rabbits, etc.) may be labelled with those queries and used as training data. Some of the images returned will not feature the queried entity (e.g. results for the query “cat” may include an image for a toy mouse taken from a page relating to the care of cats), and so the applied label may be incorrect. Accordingly, the training data may be considered to have noisy labels.


It is sometimes possible to attempt to “clean up” the noisy data, for example by employing a crowdsourcing service to find incorrect labels. This may incur additional cost, but may increase the quality of the training data. It may also be possible to ignore the presence of noise and train conventional models on the noise-laden data. This may result in a loss in performance, e.g. in the form of an increased error rate relative to models with less-noisy data, but for some applications the resulting model may be “good enough” even with the effects of noise.


Some approaches, however, have attempted to provide classification models which model label noise explicitly in order to gain robustness against such noise. For instance, a technique which models confusion between labels is described by Giorgio Patrini, Alessandro Rozza, Aditya Menon, Richard Nock, and Lizhen Qu, Making neural networks robust to label noise: a loss correction approach, arXiv:1609.03683, 2016. Another technique is described by Tong Xiao, Tian Xia, Yi Yang, Chang Huang, and Xiaogang Wang, Learning from massive noisy labeled data for image classification, In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2015 and extended by Ishan Misra, C. Lawrence Zitnick, Margaret Mitchell, and Ross Girshick, Seeing through the human reporting bias: Visual classifiers from noisy human-centric labels, In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2016 to model “visual presence” and “relevance” of concepts for each instance as a way to correct for label noise introduced by human-centric biases.


There is thus a general desire for systems and methods for performing machine learning which are robust to noisy labels and are applicable to a broad range of machine learning problems.


The foregoing examples of the related art and limitations related thereto are intended to be illustrative and not exclusive. Other limitations of the related art will become apparent to those of skill in the art upon a reading of the specification and a study of the drawings.


BRIEF SUMMARY

There exists a need to be able to processor at least some problems having size and/or connectivity greater than (and/or at least not fully provided by) the working graph of an analog processor. Computational systems and methods are described which, at least in some implementations, allow for the computation of at least some problem graphs which have representations which do not fit within the working graph of an analog processor (e.g. because they require more computation devices and/or more/other couplers than the processor provides).


Some implementations provide a method for instantiating a machine learning system for classifying one or more observed elements of an input dataset, the input dataset labelled with one or more observed labels drawn from a plurality of binary labels, the method executed by at least one processor in communication with at least one memory and comprising: instantiating a recognition system in the at least one memory, the recognition system operable to classify elements of the input dataset by generating a classification probability for the at least one observed element; instantiating an approximating posterior system in the at least one memory, the approximating posterior system approximating a true posterior distribution corresponding to a prior distribution which models label noise as a set of stochastic label flips on the plurality of binary labels, each label flip indicating a belief in the correctness of a corresponding label, the approximating posterior system operable to generate a posterior probability for one or more label flips for the observed element given the one or more observed labels; and training at least one of the recognition system and the approximating posterior distribution based on a training dataset, the prior distribution, and the approximating posterior distribution.


In some implementations, the method further comprises instantiating a shared transformation system in the at least one memory, the shared transformation system operable to receive the one or more observed elements and to generate a representation of the observed elements based on one or more shared parameters, wherein the recognition system and the approximating posterior system are operable to receive the representation of the observed elements as input.


In some implementations, training at least one of the recognition system and the approximating posterior system comprises training the shared transformation system to generate the one or more shared parameters. In some implementations, at least one of the recognition system and the approximating posterior system comprises a deep neural network. In some implementations, at least one of selecting the prior distribution, selecting the recognition model, and selecting the approximating posterior distribution comprises selecting a predetermined distribution or model.


In some implementations, the prior distribution comprises a factorial distribution, a Boltzmann distribution, and/or a spike (the spike defining a high-probability state in the prior distribution). In some implementations, the high-probability state comprises the state where no labels are flipped.


In some implementations, the approximating posterior distribution comprises a factorial distribution and/or a spike (the spike defining a high-probability state in the prior distribution). In some implementations, the high-probability state comprises the state where no labels are flipped.


In some implementations, the approximating posterior distribution comprises a directed graphical model, the directed graphical model operable to generate, given an initial class, a probability of label change for each of one or more remaining classes.


In some implementations, the method further comprises selecting one of the prior distribution and the approximating posterior distribution based on a previous selection of the other one of the prior distribution and the approximating posterior distribution. In some implementations, the prior distribution comprises a Boltzmann distribution with a spike and the approximating posterior distribution comprises a factorial distribution with a spike.


In some implementations, training comprises optimizing an objective function, the objective function comprising a variational lower bound. In some implementations, the variational lower bound comprises a difference between and a true log likelihood of the data and a KL distance between the true and approximating posterior distributions. In some implementations, training comprises optimizing the variational lower bound using stochastic gradient descent.





BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING(S)

In the drawings, identical reference numbers identify similar elements or acts. The sizes and relative positions of elements in the drawings are not necessarily drawn to scale. For example, the shapes of various elements and angles are not necessarily drawn to scale, and some of these elements may be arbitrarily enlarged and positioned to improve drawing legibility. Further, the particular shapes of the elements as drawn, are not necessarily intended to convey any information regarding the actual shape of the particular elements, and may have been solely selected for ease of recognition in the drawings.



FIG. 1 is a flowchart illustrating an example method for instantiating a machine learning system which is robust against label noise in at least some circumstances.



FIG. 2 is a Bayesian network diagram illustrating an example set of relationships between variables in a marginalized distribution.



FIG. 3A shows schematically an architecture of an example machine learning system wherein a recognition system and an approximating posterior distribution each receive an input variable.



FIG. 3B shows schematically an architecture of an example machine learning system wherein a shared transformation system for transforming an input variable is shared between a recognition system and an approximating posterior distribution.



FIG. 4A is a schematic diagram via a directed graphical model according to a conventional approach employing directed edges.



FIG. 4B is a schematic diagram of a undirected graphical model according to at least one of the approaches according to at least one aspect of the present disclosure.



FIG. 4C is a schematic diagram of a undirected graphical model according to at least one of the approaches according to at least one aspect of the present disclosure.



FIG. 5 is a flowchart illustrating an example method for instantiating an example machine learning system according to an aspect of the present disclosure.





DETAILED DESCRIPTION

In the following description, certain specific details are set forth in order to provide a thorough understanding of various disclosed implementations. However, one skilled in the relevant art will recognize that implementations may be practiced without one or more of these specific details, or with other methods, components, materials, etc. In other instances, well-known structures associated with computer systems, server computers, and/or communications networks have not been shown or described in detail to avoid unnecessarily obscuring descriptions of the implementations.


Unless the context requires otherwise, throughout the specification and claims that follow, the word “comprising” is synonymous with “including,” and is inclusive or open-ended (i.e., does not exclude additional, unrecited elements or method acts).


Reference throughout this specification to “one implementation” or “an implementation” means that a particular feature, structure or characteristic described in connection with the implementation is included in at least one implementation. Thus, the appearances of the phrases “in one implementation” or “in an implementation” in various places throughout this specification are not necessarily all referring to the same implementation. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more implementations.


As used in this specification and the appended claims, the singular forms “a,” “an,” and “the” include plural referents unless the context clearly dictates otherwise. It should also be noted that the term “or” is generally employed in its sense including “and/or” unless the context clearly dictates otherwise.


The headings and Abstract of the Disclosure provided herein are for convenience only and do not interpret the scope or meaning of the implementations.


Aspects of the present disclosure relate to machine learning classification models which are robust against label noise in at least some circumstances. Some implementations comprise systems and methods for instantiating machine learning systems which model noise explicitly. For example, in a machine learning system with binary labels, incorrect labels may be corrected by “flipping” the labels to their correct state. A distribution of label flips may be used to model labelling errors. As another example, interactions between “true” and “noisy” labels may be represented by an undirected graphical model. Training such a model may be assisted by incorporating an auxiliary distribution to guide inference of true labels. In some implementations, a general architecture for such machine learning systems is provided so that arbitrary machine learning recognition systems may be incorporated into the architecture, thereby permitting broad applicability of the presently-disclosed systems and methods.


Modelling Label Flips



FIG. 1 shows an example method 100 for instantiating an example machine learning system according to the present disclosure. At 110, a prior distribution for modelling label noise is selected. The prior distribution models label noise explicitly. In some implementations, the prior distribution models incorrect label choices. For example, the prior distribution may model label noise in the form of stochastic “label flips” on binary labels (i.e. labels which are either applied or not). In some implementations, the prior distribution models label flips in a structured way—for instance, images labeled with “boat” may be more likely to be labeled with “water”, “kitten” with “cat”, “horse” with “animal”, and so on.


The following discussion will be assisted with the definition of some notation. The prior distribution is denoted herein by pθ(t), where θ is a set of parameters and t is a vector of binary label flips. (The prior distribution may be defined over additional variables, which are omitted from the notation for simplicity.) Since pθ(t) models label noise, it may generate higher probability for vectors t that are likely to correspond to label noise. Similarly, pθ(tl) denotes the probability of a label flip for the label l. A dataset of N elements to be processed by a machine learning system classifying L labels may be represented by {(x(n), y(n))}n=1N where x(n) is an element of the dataset (e.g. an image and/or some other data) and y(n)={y1(n), y2(n), . . . , yL(n)} ∈ {0,1}L is the multi-label annotation vector for x(n).


In this notation, yl(n)=1 denotes that element x(n) has been labelled with label l and tl=1 denotes that label l has been flipped (i.e. yl(n) is 0 when it should be 1 or vice-versa). For example, label flip vector t may be defined according to the following formula:







y
l

=

{





y
^

l





if






t
l


=
0






1
-


y
^

l





otherwise








l


{

1
,
2
,





,
L

}












where ŷ(n) are the ground truth labels for x(n) (which are not necessarily the same as observed labels y(n) and may not be known).


Several choices are possible for the prior distribution pθ(t). As is discussed elsewhere here, the selection of the prior distribution may have ramifications on the selection of the (approximating) posterior distribution (selected at 114), and vice-versa. For instance, training the resulting system may involve calculating the KL divergence between the posterior and prior distributions, a calculation which will vary in complexity depending on the pair of distributions selected. Examples of distributions which may be used include a factorial distribution, a Boltzmann distribution, and a distribution (such as a Boltzmann distribution) with a “spike”. These examples are discussed in greater detail below.


At 112, a recognition model is selected. The recognition model may be represented by pθl|x). The recognition model accepts an instance x and returns a probability of each class (each of which corresponds to a label) present in the instance, optionally along with other inputs and outputs. A computing system may instantiate the recognition model as, for example, a deep neural network, a logistic regression, and/or any other suitable machine learning technique.


At 114, an approximating posterior distribution is selected. The approximating posterior distribution approximates the true posterior distribution pθ(t|x, y) and may be denoted qϕ(t|x, y), where ϕ represents the parameters of the approximating posterior distribution. Several choices are possible for the approximating posterior distribution qϕ(t|x, y). Examples of distributions which may be used include a factorial distribution, a directed graphical model, and/or a distribution with a spike. These examples are discussed in greater detail below.


One or more of the selections at 110, 112, and 114 may be made by a user and provided to a computing system. Alternatively, or in addition, one or more of the selections at 110, 112, and 114 may be made by the computing system, e.g. in response to identifying a characteristic of a problem, in response to an instruction, and/or by predetermination (e.g. the computing system may only be provided with one option to select from).


At 116 and 118, the recognition model and approximating posterior distribution are instantiated by a computing system as a recognition system and an approximating posterior system, respectively. Instantiation may comprise representing the relevant models and distributions with logical structures in a memory of the computing system. The instantiated systems direct the operation of one or more processors of the computing system. For example, the instantiated systems may comprise deep neural networks which are operable to take the inputs required by the model (or distribution) and to generate outputs which correspond to the outputs of the model (or distribution). Examples of instantiations of acts 116 and 118 are discussed in greater detail below with reference to FIGS. 3A and 3B.


At 130, the machine learning system is instantiated based on the selected distributions and trained. The prior distribution, recognition model, and posterior distribution may be trained separately or together. Their training acts are shown as 122, 124, and 126, respectively. In some implementations, the prior distribution is fixed during training; it may be trained prior to the training of the machine learning system, may be pre-determined, and/or may be fixed during training of the machine learning system. Accordingly, 122 (corresponding to the training of the prior distribution) is shown as optional by rendering it in dashed lines in FIG. 1. In some implementations, the recognition model and posterior distribution are trained together.


As will be familiar to skilled readers, learning parameters of a machine learning system, such as a neural network, may involve optimizing a log likelihood function with the following general form:







max
θ




1
N





n
N









l
L








log


(


p
θ



(


y
l

(
n
)




x

(
n
)



)


)


.








The variable tl is latent, which allows the probability distribution pθ(yl(n)|x(n)) to be decomposed by marginalizing tl, thereby yielding the following marginalized expression (the (n) superscript notation is omitted for simplicity):








p
θ



(


y
l


x

)


=




t
l










p
θ



(



y
l



t
l


,
x

)





p
θ



(

t
l

)








This representation invokes the conditional distribution pθ(yl|tl, x), which may be given by:

pθ(yl|tl,x)=pθ(ŷl=yl|x)1−tl(1−pθ(ŷl=yl|x))tl


where the binary flip vector t and its elements tl are as defined previously.


Label flips may be structured if an appropriate prior distribution is selected. For instance, changing an image's label from “cat” to “dog” may involve changing two binary labels together. Appropriate prior distributions include certain non-factorial distributions (such as non-factorial Boltzmann distributions, with or without a spike), which may be able to represent all label flips together. In circumstances where it is necessary or desirable to represent structured label flips, however, it may be appropriate to extend the marginalized distribution given above across all label flips (i.e. to extend the above expressions to the vector t), thereby enabling the representation of correlations between individual flips tl. This extension may yield the following formula:








p
θ



(

y

x

)


=



t









p
θ



(


y

t

,
x

)






p
θ



(
t
)


.







This marginalized distribution may be represented using Bayesian network 200 shown in FIG. 2. In the illustrated graphical model, t (shown as variable 204) is independent from x (shown as variable 202) unless y (shown as variable 206) is observed. Similarly, we can extend the conditional distribution given above across all label flips to yield:








p
θ



(


y

t

,
x

)


=



l










p
θ



(



y
^

l

=


y
l


x


)



1
-

t
l







(

1
-


p
θ



(



y
^

l

=


y
l


x


)



)


t
l


.







In some implementations, act 130 comprises optimizing an objective function to train the parameters θ and/or ϕ. In some implementations, the objective function comprises a variational lower bound on a marginal likelihood of the selected distributions. For example, the variational lower bound V may be calculated by substracting the KL distance between the true and approximating posterior distributions from the true log likelihood of the data. The KL term acts as a regularizer on the approximating posterior qϕ(t|x, y) which, in effect, penalizes qϕ(t|x, y) for diverging significantly from the prior pθ(t). This may be expressed as follows:

V=log pθ(y|x)−KL(qϕ(t|x,y)∥pθ(t|x,y))


which, assuming independence of t and x given unobserved y, may be reduced to the following formula:

V=custom characterqϕ(t|x,y)[ log pθ(y|t,x)]−KL(qϕ(t|x,y)∥pθ(t))


where custom characterqϕ(t|x, y) denotes an expectation value dependent only on the marginal distribution qϕ(tl|x, y). This can be calculated exactly for certain families of distributions, including the families of distributions provided as examples herein. This expectation value may be expressed as follows:








𝔼


q
ϕ



(


t

x

,
y

)





[

log







p
θ



(


y

t

,
x

)



]


=




l








(

1
-


q
ϕ



(



t
l

=

1

x


,
y

)



)


log







p
θ



(



y
^

l

=


y
l


x


)




+



q
ϕ



(



t
l

=

1

x


,
y

)




log


(

1
-


p
θ



(



y
^

l

=


y
l


x


)



)








Note that the unary marginal distribution qϕ(tl=1|x, y) corresponds to the probability that the lth label should be flipped, which is conditional on both the instance x and the observed label y. Accordingly, this model may be viewed intuitively as a tool which uses the approximating posterior distribution to change the lth label if the observed label is incompatible with or unlikely to be combined with the instance x.


The machine learning system may be trained by optimizing the variational lower bound using stochastic gradient descent and/or any other suitable optimization approach. In some implementations, the objective function to be optimized may be expressed as follows:








max

θ
,
ϕ





1
N





n
N








𝔼


q
ϕ



(


t


x

(
n
)



,

y

(
n
)



)





[

log







p
θ



(



y

(
n
)



t

,

x

(
n
)



)



]





-


KL


(



q
ϕ



(


t


x

(
n
)



,

y

(
n
)



)





p
θ



(
t
)



)


.





At 140, the trained machine learning system performs inference based on the trained distributions. In particular, the recognition system proposes (infers) a set of labels ŷ for a given input x based on the conditional distribution pθ(ŷ|x) which it encodes.


The presently-described systems and methods provide a significant degree of flexibility. For instance, the prior distribution may optionally be used to limit the willingness of the instantiated machine learning system to change labels (e.g. by adding one or more spikes and/or by adjusting a mixing parameter, discussed below). The prior distribution may encode a belief about label noise by training the distribution from a “clean” dataset (i.e. one with no or limited errors relative to data encountered in ordinary use) and/or from a noisy dataset (in which case the KL term may contribute to the training of the prior distribution).


At least some implementations described herein accommodate the multi-labeling problem where each instance can have multiple labels. The recognition system selected at 112 has only limited constraints, namely that it accepts data as input and provides classification probabilities as output, although other inputs and/or outputs may be provided. Further, for appropriate pairs of prior and approximating posterior distributions, it may be possible in some circumstances to calculate the objective function analytically and to perform training using widely-available machine learning software, such as Tensorflow™.



FIGS. 3A and 3B show example architectures 300A and 300B, respectively, of the machine learning system instantiated by the presently-described systems and methods. In FIG. 3A, each of recognition system 320 and approximating posterior system 322 receive input data 302 (denoted x), train on that input (and potentially other inputs), and generate parameters. Approximating posterior system 322 also receives input labels 306, denoted y. Approximating posterior system 322 models the approximating posterior distribution; for example, approximating posterior system 322 may comprise a machine learning system, such as a deep neural network, which is configured to provide output based on the selected approximating posterior distribution. Recognition system 320 is also a machine learning system, and may be a type of machine learning system which is the same as or different than approximating posterior system 322. In some implementations, both approximating posterior system 322 and recognition system 320 comprise deep neural networks.


In some implementations, recognition system 320 and approximating posterior system 322 share an input variable transformation system 310, as shown in architecture 300B of FIG. 3B. Transformation system 310 receives input variable 302 (e.g. x) as input and generates a representation 304, denoted f(x), as output. Representation 304 is received by recognition system 320 and approximating posterior system 322 as input. This shared architecture allows for parameter and/or representation sharing between recognition system 320 and approximating posterior system 322, which may reduce the complexity of those systems and/or enable the processing of relatively larger problems than is enabled by architecture 300A in at least some circumstances.


Architectures 300A and 300B define schematically a computing system which has instantiated a machine learning system according to the present disclosure. Aspects of architectures 300A and 300B may be represented in a memory of the computing system, and aspects of architectures may direct the operation of one or more processors of the computing system. For example, shared transformation system 310 may be represented in memory as a deep neural network and its logical structure may direct the operation of one or more processors in the transformation of input 302 to representation 304.


As mentioned above, a variety of prior and approximating posterior distributions may be used in the presently-described systems and methods. The selection of such distributions will impact the calculation of the KL term, among other things. Examples of prior distributions, approximating posterior distributions, and KL term calculations are provided below.


Examples of Prior Distributions


In some implementations, prior distribution pθ(t) comprises a factorial distribution defined by:








p
θ



(
t
)


=



l









θ
l

t
l




(

1
-

θ
l


)



(

1
-

t
l


)







where θl is a parameter that controls the frequency with which the posterior distribution flips labels. For example, forcing θl→0 will penalize the posterior distribution for flipping labels and will therefore result in less frequent label flips. The factorial distribution is relatively simple, which can provide computational advantages, but that simplicity does not allow for the convenient representation of structure or correlations in label noise; in effect, this distribution represents a general belief of the noise level for each label independently.


In some implementations, prior distribution pθ(t) comprises a non-factorial Boltzmann distribution defined by:








p
θ



(
t
)


=


1

Z
θ




e


-

t
T



θ





t







where θ is an upper triangular matrix representing the correlations on label changes for different classes and Zθ is a partition function (or normalizing coefficient) which scales pθ(t) to be a valid probability distribution. The Boltzmann distribution permits the representation of structure and is a convenient selection for a variety of posterior distributions.


In some implementations, a Boltzmann prior distribution pθ(t) may be modified to provide a high probability in a particular state via addition of a “spike”. For example, the state t=0 (which corresponds to no flips in the observed label) may be given a higher probability by adding a distribution around that state, such as a delta distribution δ(t). For example, the following distribution may be added:








p

α
,
θ




(
t
)


=




(

1
-
α

)



δ


(
t
)



+

α







p
θ



(
t
)







where






δ


(
t
)




=

{



1




if






t
l


=

0







l







0


otherwise









where α is a mixing coefficient which balances the belief between the selected state (0 in this example) and the prior distribution represented by pθ(t). Adding a spike at t=0 will tend to reduce the frequency with which the model changes labels. This effect may be increased by increasing the value of the mixing coefficient α or reduced by decreased the value of α.


Examples of Approximating Posterior Distributions


In some implementations, approximating posterior distribution qϕ(t|x, y) comprises a factorial distribution defined by:








q
ϕ



(


t

x

,
y

)


=



l










μ
l



(

x
,

y
;
ϕ


)



t
l





(

1
-


μ
l



(

x
,

y
;
ϕ


)



)


(

1
-

t
l


)








where μl(x, y; ϕ) is a probability distribution with parameters ϕ. For example, μl may be a sigmoid function generated by an approximating posterior system instantiated as a deep neural network with sigmoid activation in the last layer. The corresponding unary marginal distribution may be calculated analytically as follows:

qϕ(tl=1|x,y)=μl(x,y;ϕ).


As noted above with respect to the prior distribution, factorial distributions may provide some computational simplicity but tend to come with certain limitations. For instance, since factorial distributions are unimodal, such distributions may perform relatively poorly in circumstances where the true posterior is multi-modal. For example, if the input data x is labelled with “dog”, the states corresponding to no change and switching the label “dog” with “cat” might each have high probability in the true posterior distribution; a factorial distribution may have some degree of difficulty in such circumstances.


In some implementations, approximating posterior distribution qϕ(t|x, y) comprises a combination of a base distribution q′ϕ(t|x, y) with a spike (e.g. a delta distribution). For example, a spike around the t=0 state may be implemented according to the following formula:

qϕ(t|x,y)=(1−α(x,y))δ(t)+α(x,y)q′ϕ(t|x,y)


where α(x, y) is a function of x and y which defines a mixing coefficient between the delta and base distributions. For example, α may be a sigmoid function generated by an approximating posterior system instantiated as a deep neural network with sigmoid activation in the last layer. The unary marginal distribution may be calculated according to the following formula:

qϕ(tl=1|x,y)=α(x,y)q′ϕ(tl=1|x,y).


For example, for a factorial base distribution q′ϕ(t|x, y), a factorial approximating posterior distribution may be implemented according to the following formula:








q
ϕ



(


t

x

,
y

)


=



(

1
-

α


(

x
,
y

)



)



δ


(
t
)



+


α


(

x
,
y

)






l










μ
l



(

x
,

y
;
ϕ


)



t
l





(

1
-


μ
l



(

x
,

y
;
ϕ


)



)


(

1
-

t
l


)










and the corresponding unary marginal distribution may be calculated according to the following formula:

qϕ(tl=1|x,y)=α(x,yl(x,y;ϕ).


In some circumstances, label flips tend to be highly correlated. For example, in a multi-class problem where each instance belongs to only one class, each change from one label i to another j comprises two flips: one flip to i to turn it “off” and one flip to j to turn it “on”. In the label flip vector t described elsewhere herein, it may then be expected that ti and tj will be highly correlated, since both are set to 1 in such an event.


In some implementations, approximating posterior distribution qϕ(t|x, y) comprises a directed graphical model. Conceptually, the directed graphical model represents each label as a node and provides the probability of a label flip for each class conditioned on the label flip for the annotated class (i.e. the observed label for the instance). More directly, assuming that an instance x belongs to class i, the probability of a label change for each of the remaining classes may be conditioned on i. For example, the approximating posterior distribution qϕ(t|x, y) may be defined by:








q
ϕ



(


t

x

,
y

)


=




q
ϕ



(


t
i


x

)







j

i









q
ϕ



(



t
j


x

,

t
i


)




=




μ
i



(

x
;
ϕ

)



t
i









(

1
-


μ
i



(

x
;
ϕ

)



)


(

1
-

t
i


)







j

i











μ
j



(

x
,


t
i

;
ϕ


)



t
j






(

1
-


μ
j



(

x
,


t
i

;
ϕ


)



)


(

1
-

t
j


)


.









The corresponding unary marginal distribution may be calculated according to the following formula:








q
ϕ



(



t
l

=

1

x


,
y

)


=

{






μ
l



(

x
;
ϕ

)






if





l

=
i











(

1
-


μ
i



(

x
;
ϕ

)



)




μ
l



(

x
,



t
i

=
0

;
ϕ


)



+








μ
i



(

x
;
ϕ

)





μ
l



(

x
,



t
i

=
1

;
ϕ


)








otherwise



.







Examples of Determining the KL Term


As noted above, prior and approximating posterior distributions are not necessarily selected in isolation. Determining the KL term in certain acts described herein may depend on characteristics of both the prior and approximating posterior distributions, taken together. In particular, the KL term (sometimes referred to as the “KL divergence”) may be decomposed into two terms:







KL


[



q
ϕ



(


t

x

,
y

)





p
ϕ



(
t
)



]


=


-



t









q
ϕ



(


t

x

,
y

)







log







p
ϕ



(
t
)





+



t









q
ϕ



(


t

x

,
y

)



log







q
ϕ



(


t

x

,
y

)









where the first sum is sometimes referred to as the “cross-entropy” term and the second sum is sometimes referred to as the “entropy” term. The entropy term depends only on the approximating posterior distribution qϕ(t|x, y) and so does not vary with the selection of the prior distribution. For example, the entropy of a factorial distribution can be calculated according to the following formula:







Entropy


(


q
ϕ



(


t

x

,
y

)


)


=


-



l









μ
l



(

x
,

y
;
ϕ


)



log







μ
l



(

x
,

y
;
ϕ


)





+


(

1
-


μ
l



(

x
,

y
;
ϕ


)



)




log


(

1
-


μ
l



(

x
,

y
;
ϕ


)



)


.







As another example, the entropy of an approximating posterior with a spike defined according to the formula given previously (with a delta distribution and a mixing term) is given by:







Entropy


(


q
ϕ



(


t

x

,
y

)


)


=


Entropy


(

α


(

x
,
y

)


)


+


α


(

x
,
y

)








Entropy


(


q
ϕ




(


t

x

,
y

)


)



-


α


(

x
,
y

)





q
ϕ




(


t
=

0

x


,
y

)




softplus


(



-
logit







(

α


(

x
,
y

)


)


-

log







q
ϕ




(


t
=

0

x


,
y

)




)



-


(

1
-

α


(

x
,
y

)



)


softplus






(


logit






(

α


(

x
,
y

)


)


+

log







q
ϕ




(


t
=

0

x


,
y

)




)













where












logit






(
u
)


=


log


u

1
-
u







and





softplus






(
u
)


=


(

1
+

exp


(
u
)



)

.







As a further example, the entropy of the example directed graphical model described above may be given by:







Entropy


(


q
ϕ



(


t

x

,
y

)


)


=


-




t
i










q
ϕ



(


t
i


x

)



log







q
ϕ



(


t
i


x

)





-




t
i










q
ϕ



(


t
i


x

)







j

i










q
ϕ



(



t
j


x

,

t
i


)



log








q
ϕ



(



t
j


x

,

t
i


)


.










In the case of a Boltzmann prior distribution, the cross-entropy term may be decomposed into a number of unary and pairwise marginal distributions over the approximating posterior distribution as follows:







Cross






Entropy


(



q
ϕ



(


t

x

,
y

)





p
θ



(
t
)



)



=




l








h
l




q
ϕ



(



t
l

=

1

x


,
y

)




+




k
,
l









J
lk




q
ϕ



(



t
k

=
1

,


t
l

=

1

x


,
y

)




+

log






Z
θ







where the vector h and the matrix J represent respectively the diagonal and upper diagonal part of the matrix θ in a Boltzmann distribution. The value of log Zθ may be computed using annealed importance sampling and/or any other suitable sampling technique. In implementations where the objective function is optimized by gradient descent, the gradient of log Zθ may involve drawing M samples from pθ(t) according to the following formula:












θ
ij




log






Z
θ





1
M







t

(
m
)









p
θ



(
t
)











-

t
i

(
m
)





t
j

(
m
)









where t(m) is the mth sample from pθ(t).


The pairwise marginal distribution qϕ(tk=1, tl=1|x, y) depends on the selection of the approximating posterior distribution. The pairwise marginal distribution qϕ(tk=1, tl=1|x, y) for a factorial distribution may be expressed as follows:

qϕ(tk=1,tl=1|x,y)=μk(x,y;ϕ)μl(x,y;ϕ).


The pairwise marginal distribution qϕ(tk=1, tl=1|x, y) for a distribution with a spike (if defined as described in the example given above) may be expressed as follows:

qϕ(tk=1,tl=1|x,y)=α(x,y)q′ϕ(tk=1,tl=1|x,y).


The pairwise marginal distribution qϕ(tk=1, tl=1|x, y) for a directed graphical model as defined above may be expressed as follows:








q
ϕ



(



t
k

=
1

,


t
l

=

1

x


,
y

)


=

{







μ
k



(

x
;
ϕ

)





μ
l



(

x
,



t
i

=
1

;
ϕ


)







if





k

=
i








μ
l



(

x
;
ϕ

)





μ
k



(

x
,



t
i

=
1

;
ϕ


)







if





l

=
i











(

1
-


μ
i



(

x
;
ϕ

)



)




μ
k



(

x
,



t
i

=
0

;
ϕ


)





μ
l



(

x
,



t
i

=
0

;
ϕ


)



+








μ
i



(

x
;
ϕ

)





μ
k



(

x
,



t
i

=
1

;
ϕ


)





μ
l



(

x
,



t
i

=
1

;
ϕ


)








otherwise



.






In the case of a Boltzmann prior distribution with a spike as defined in an example above, the cross-entropy term may be decomposed into a number of unary and pairwise marginal distributions over the approximating posterior distribution as follows:







Cross






Entropy


(



q
ϕ



(


t

x

,
y

)





p
θ



(
t
)



)



=


-



t









q
θ



(


t

x

,
y

)



log







p
θ



(
t
)





-

log





α

-



q
ϕ



(


t
=

0

x


,
y

)



softplus






(


log






Z
θ


-

logit






(
α
)



)







where the first term (a summation) is the same as the cross-entropy term for the Boltzmann approximating posterior distribution.


Undirected Graphical Models for Label Noise


In the example directed graphical model of FIG. 2, true labels ŷ are represented implicitly via the interaction between t and y. In some machine learning models, true labels ŷ are represented explicitly, for example as shown in FIG. 4A. Model 400a of FIG. 4A is illustrative of a typical approach, in which the conditional dependencies between variables 402(x), 406(y) and 404 (ŷ) are modelled via a directed graphical model (i.e. model 400a), i.e. a model with directed edges 410.


In the example of model 400a, true labels ŷ are assumed to be latent during training and, in the multiclass classification problem, may be easily marginalized by enumerating over all possible cases. However, certain challenges exist with such models. For instance, marginalizing true labels ŷ may be intractable (at least with existing methods) in the multi-label classification problem due to the numerous possible configurations of ŷ. As another example, the explaining away phenomenon can present obstacles to making accurate inferences over true labels ŷ.


In some implementations, the conditional dependencies between variables are modelled based on an undirected graph, such as in the example undirected graphical model 400b of FIG. 4B. Example model 400b may implement, for example, a conditional random field (CRF) model. In the example representation of model 400b, true labels ŷ and noisy labels y each conditionally depend on x, represented by edges 420a and 420b, respectively. Edge 420c links ŷ and y, thereby enabling model 400b to capture correlations between true labels ŷ and noisy labels y. Such correlations may help to infer latent true labels ŷ when only noisy labels y are observed.


In practice, noisy labels may be correlated, resulting in multimodal behavior of the joint probability distribution defined by the model. For example, an image (x) with the true label “cat” (ŷ) may tend to receive noisy labels (y) such as “kitten”, “kitty” and “pet”. Those noisy labels will then tend to be relatively highly correlated with the true “cat” label. However, there may be a weak form of exclusion between “kitten” and “kitty”—that is, a user who uses one such label may be less likely to use another noisy synonym, thereby reducing the probability of synonyms (and thus introducing multimodality). To model such potential multimodal behavior of y, hidden variables h (shown as variable 408) may optionally be introduced to model 400b. Edge 420d links noisy labels y to hidden variables h.


Undirected models are flexible and permit certain edges to be omitted while still retaining the ability to model noisy labels. In some implementations, edge 420b is omitted. In some implementations, edge 420c is omitted. In some implementations, variable 408 and its associated edges (e.g. edge 420d) are omitted.


The example CRF model 400b of FIG. 4B defines a joint probability distribution of y, ŷ, and h conditioned on x, denoted pθ(y, ŷ, h|x). Various conditional distributions may be inferred from the joint distribution, such as pθ(ŷ, h|y, x) or pθ(h|y). The joint distribution uses an energy function Eθ(y, ŷ, h, x) that assigns an energy score to the configuration (y, ŷ, h, x) and is parametrized by parameters θ. The joint probability distribution may be defined using a Boltzmann (or Gibbs) distribution as follows:








p
θ



(

y
,

y
^

,

h

x


)


=


1


Z
θ



(
x
)





exp


(

-


E
θ



(

y
,

y
^

,
h
,
x

)



)







where Zθ(x) is the partition function (or normalizing coefficient), which may be defined by:








Z
θ



(
x
)


=



y










y
^










h







exp


(

-


E
θ



(

y
,

y
^

,
h
,
x

)



)









and the energy function Eθ(y, ŷ, h, x) may be defined based on the following quadratic formulation:

Eθ(y,ŷ,h,x)=−aTŷ−bTy−cTh−ŷTWy−hTW′y


where a, b, and c are linear bias terms on ŷ, y, and h, respectively, and W and W′ are pairwise interactions between ŷ and y and between y and h, respectively. Where edges are omitted from the model, the corresponding pairwise term may also be omitted from the energy function. (For example, omitting edge 420c in model 400b may result in the omission of pairwise term W from the energy function).


In some implementations, at least one of a, b, c, W, and W′ are functions of the input x. For example, in some implementations, terms a and b are functions of x, whereas c and the pairwise interactions are constants, as shown below:

Eθ(y,ŷ,h,x)=−aT(x)ŷ−bT(x)y−cTh−ŷTWy−hTW′y


In some implementations, terms which are functions of x are defined using a machine learning model parametrized by ϕ. The machine learning model may be, for example, a neural network, such as a deep convolutional neural network (CNN) parametrized by ϕ. In such implementations, parameters θ may encapsulate ϕ and any constant terms of Eθ. For instance, in the example above (where a and b are functions of x), θ may be defined by θ={ϕ, c, W, W′}; this formulation may capture all of the parameters of the CRF model (including the embedded CNN which defines a and b).


In implementations, it may be necessary to calculate further conditional distributions based on the joint distribution pθ(y, ŷ, h|x). For example, in implementations where true labels ŷ are not observed over at least part of the dataset (such as semi-supervised implementations), it may be necessary to consider distributions over true labels ŷ conditioned on observed values (such as noisy labels y and data elements x). Such distributions may take the form of, for example, pθ(ŷ|y, x) and/or pθ(ŷ, h|y, x). In some implementations, conditional distribution pθ(ŷ, h|y, x) takes a factorial distribution, which may be calculated analytically given θ. For instance, it may be calculated based on:








p
θ



(


y
^

,

h

y

,
x

)


=



i









p
θ



(




y
^

i


y

,
x

)






j








p
θ



(


h
j


y

)









where pθi1|y, x)=σ(a(i)+W(i,:)y) and pθ(hj|y)=σ(c(j)+W′(j,:)y).







σ


(
u
)


=

1

(

1
+
exp
-
u

)







is a sigmoid function and the subscripts (i) and (i,:) indicate the ith element or row in the corresponding vector or matrix, respectively. Other distributions (factorial or otherwise) may alternatively, or additionally, be used for such related conditional distributions. In implementations involving hidden variables h, distributions such as pθ(h|x, y) (which may be written as pθ(h|y) in implementations where h and x are independent, as in model 400b) may also, or alternatively, be determined by conditioning the joint distribution appropriately.


Training Undirected Graphical Models for Label Noise A First Approach


In some implementations, the parameters θ of model 400b are trained via a semi-supervised approach. A training set of data is annotated with noisy labels (y) and a subset of that training set is provided with “clean” (i.e. true) labels (ŷ). An objective function may be defined based on a combination of the marginal data likelihoods of the clean subset and the noisy set. A suitable method may then be used to learn the parameters of the model, such as the maximum likelihood method.


For example, if DN={(x(n), y(n))} and DC={(x(c), ŷ(c), y(c))} are disjoint sets representing the noisy-labelled and clean-labelled training data, respectively, then the parameters θ of model 400b may be trained by maximizing the marginal log likelihood, which may be defined as follows:








max
θ




1



D
N








n







log







p
θ



(


y

(
n
)




x

(
n
)



)






+


1



D
C








c







log







p
θ



(


y

(
c
)


,



y
^


(
c
)




x

(
c
)




)









where pθ(y(n)|x(n))=Σy,hpθ(y(n), ŷ, h|x(n)) and pθ(y(c), ŷ(c)|x(c))=Σhpθ(y(c), ŷ(c), h|x(c)). Although the presence of hidden variables may pose obstacles to finding an analytically optimized solution, the parameters may be trained using variational inference or other suitable methods. Such methods may involve, for example, maximizing the variational lower bound (also known as the evidence lower bound, or ELBO), which may be formed by subtracting the Kullback-Leibler (KL) divergence between an approximating distribution q and the true joint distribution pθ. For instance, the lower bound for the noisy training set's term in the marginal log likelihood (i.e. the first of the two terms in the above marginal log likelihood) may be given by:












θ



(

x
,
y

)


=




log







p
θ



(

y

x

)



-


KL
[


q


(


y
^

,

h

y

,
x

)




p
θ


)



(


y
^

,

h

y

,
x

)




]






=






q


(


y
^

,

h

y

,
x

)





[

log







p
θ



(

y
,

y
^

,

h

x


)



]


-












q


(


y
^

,

h

y

,
x

)





[

log






q


(


y
^

,

h

y

,
x

)



]









where q denotes an approximating distribution. In implementations where joint distribution pθ is solvable analytically (e.g. as is the case in a undirected graphical model representing a factorial distribution), q may be set to be equal to pθ, thereby avoiding a need to introduce an approximation. In some embodiments, q approximates pθ, as described elsewhere herein.


In some implementations, parameters θ are trained using Expectation-Maximization (EM), which involves maximizing over the noisy set DN by iterating between two steps. In the E-step, θ is fixed and the lower bound custom characterθ(x, y) is maximized with respect to approximating distribution q(ŷ, h|y, x). In some implementations, this may be done by setting q(ŷ, h|y, x) to be equal to pθ(ŷ, h|y, x); this may be particularly convenient where pθ(ŷ, h|y, x) is analytic. In the M-step, q is fixed and the lower bound is maximized with respect to model parameters θ. This may be done, for example, by optimizing the custom characterq(ŷ, h|y, x)[ log pθ(y, ŷ, h|x)] term using Markov Chain Monte Carlo estimation.


A lower bound custom characterθ(x, y, ŷ) may be defined for the clean training subset DC in a similar way, albeit modified to account for observed true labels ŷ. For example, lower bound custom characterθ(x, y, ŷ) may be given by:

custom characterθ(x,y,ŷ)=log pθ(y,ŷ|x)−KL[q(h|y)∥pθ(h|y)]


and may be maximized using similar and/or alternative methods to custom characterθ(x, y, ŷ).


The above semi-supervised approach infers the latent variables using the conditional distribution q(ŷ, h|y, x). However, at the beginning of training when the model parameters are not trained yet, sampling from conditional distribution q(ŷ, h|y, x) may have a relatively low rate of accuracy. This issue is compounded when training a model with strong representation power, such as a CRF model with an embedded CNN, as it may fit to poor conditional distributions early in the training process. In some implementations, this is mitigated by oversampling instances from the clean subset DC and/or weighting the clean log likelihood term custom characterθ(x, y, ŷ) more heavily than the noisy log likelihood term custom characterθ(x, y). Alternatively, or in addition, some implementations provide auxiliary sources of information which can be used to extract information about noisy and true labels early in the training process and/or at other times, for example as described in greater detail below.


Training Undirected Graphical Models for Label Noise Using Auxiliary Distributions


In some implementations, an auxiliary distribution paux (y, ŷ, h) representing the joint probability of noisy and clean labels, along with some hidden variables h, is used to train parameters in a semi-supervised setting. It is not necessary for the auxiliary distribution to be conditional on input data x. In certain circumstances, such an auxiliary distribution may assist in guiding the model (e.g. model 400b) to infer true (but latent) labels more accurately than would be provided by the training approach provided in the previous section. The auxiliary distribution may optionally represent information drawn from an explicit auxiliary source of information, such as a knowledge graph and/or from an observed semantic relatedness of labels.


The model (e.g. model 400b) may be trained based on auxiliary distribution paux(y, ŷ, h) by, for example, adding a KL distance term to the evidence lower bound which penalizes the model for diverging from the conditional distribution resulting from the auxiliary distribution. Such a modified lower bound may be defined over the noisy set DN as follows:

custom characterθaux(x,y)=log pθ(y|x)−KL[q(ŷ,h|y,x)∥pθ(ŷ,h|y,x)]−αKL[q(ŷ,h|y,x)∥paux(ŷ,h|y)


where α is an optional scaling term which may vary over the course of training. In some implementations, α is monotonically decreasing. Scaling term α is non-negative (in the above formulation, at least) and may decrease to 0 or remain greater than 0 throughout training. In some implementations, α is constant. In some implementations, α is not monotonically decreasing and may increase (continuously or non-continuously) during training. It will be appreciated that setting α=0 recovers the original lower bound (i.e. custom characterθaux(x, y)=custom characterθ(x, y)) and setting α→∞ causes the model to ignore the original lower bound and be dominated by the effects of the auxiliary distribution.


It may strike some as counterintuitive to introduce an additional term to the lower bound, as additional terms loosen the lower bound (which is generally something to be avoided, as tighter lower bounds are generally considered to provide more accurate results). There are a few observations which justify this action. The first is that adding such a term has been found experimentally by the inventor to improve training results. The second is that adding the additional term regularizes the lower bound—in effect, it provides a benefit (by providing additional information) which outweighs the costs of loosening the bound in at least some circumstances. The third is that, in the case of the noisy lower bound custom characterθaux(x, y), the lower bound being loosened is that of the noisy labels (y), whereas in most circumstances an objective of the model is to predict true labels (ŷ), so loosening the lower bound does not necessarily reduce the inferential power of the model with respect to the variables of interest.


In some implementations, hidden variables h are omitted from the additional term—that is, a term of the form αKL[q(ŷ|y, x)∥paux(ŷ|y) is added. In some implementations, an additional term based on the auxiliary distribution is also added to the lower bound defined over the clean set DC, e.g. as follows:

custom characterθaux(x,y,ŷ)=log pθ(y,ŷ|x)−KL[q(h|y)∥pθ(h|y)]−αKL[q(h|y)∥paux(h|y).


Auxiliary distribution paux(y, ŷ, h) may be modelled by an undirected graphical model, such as model 400c of FIG. 4C. In some implementations, auxiliary joint distribution may be modelled as a Restricted Boltzmann Machine (RBM), which may be similar to CRF model 400b (although example model 400c differs from model 400b at least in that it does not depend on x). Accordingly, auxiliary distribution paux(y, ŷ, h) may be defined according to the following formula:








p
aux



(

y
,

y
^

,
h

)


=


1

Z
aux




exp


(

-


E
aux



(

y
,

y
^

,
h

)



)







where Zaux is the partition function (or normalizing coefficient) defined as above but over the auxiliary energy function Eaux. The auxiliary energy function Eaux may be defined based on the following quadratic formulation:

Eaux(y,ŷ,h)=−aauxTŷ−bauxTy−cauxTh−ŷTWauxy−hTW′auxy


where the parameters of the auxiliary model (i.e. aaux, baux, caux, Waux, W′aux, referred to herein as the “auxiliary parameters”) are trained using a suitable training method, such as by maximizing the log likelihood of y and ŷ. For instance, the auxiliary parameters may be trained via persistent contrastive divergence (PCD) and/or stochastic gradient descent (SGD). The auxiliary parameters may be trained on at least part of the clean subset DC prior to training CRF mode 400b and may remain fixed during training of CRF model 400b.


Having defined the auxiliary distribution paux based on a suitable model, such as model 400c, the primary inference model (e.g. model 400b) may be trained based at least in part on the auxiliary distribution. For example, training may involve searching for parameters θ which maximize a lower bound based on the auxiliary distribution (e.g. based on an energy function of the auxiliary distribution). For instance, parameters θ may be trained based on the following example objective function:








max
θ




1



D
N








n




θ
aux



(


x

(
n
)


,

y

(
n
)



)





+


1



D
C








c








θ
aux



(


x

(
c
)


,

y

(
c
)


,


y
^


(
c
)



)








where custom characterθaux(x(n), y(n)) and custom characterθaux(x(c), y(c), ŷ(c)) are the modified lower bounds defined over the noisy and clean data sets, respectively, incorporating additional terms based on the auxiliary distribution as defined above. In some implementations, one of custom characterθaux(x(n), y(n)) and custom characterθaux(x(c), y(c), ŷ(c)) is replaced by the corresponding original lower bound (i.e. custom characterθ(x(n), y(n)) or custom characterθ(x(c), y(c), ŷ(c)) respectively). In some embodiments, original lower bounds custom characterθ(x(n), y(n)) and custom characterθ(x(c), y(c), ŷ(c)) are used without incorporating an additional term based on the auxiliary distribution and information from the auxiliary distribution is incorporated in the training of parameters θ independently of those terms (e.g. by adding an additional term to the objective function).


Parameters θ may be trained via any suitable method. In some implementations, parameters θ are trained based on Expectation-Maximization (EM), which involves alternating between an E-step and an M-step (e.g. as described above).


In at least some implementations, the E-step involves optimizing an objective function with respect to the approximating distribution q(ŷ, h|y, x) for fixed parameters θ. For example, modified noisy lower bound custom characterθaux(x(n), y(n)) may be optimized by solving the following example lower bound optimization function:








min
q



KL


[


q


(


y
^

,

h

y

,
x

)





p
θ



(


y
^

,

h

y

,
x

)



]



+

α






KL


[


q


(


y
^

,

h

y

,
x

)





p
aux



(


y
^

,

h

y


)



]







which is minimized when the approximating distribution is proportional to an α-weighted geometric mean of the true posterior distribution pθ(ŷ, h|y, x) and the auxiliary distribution paux(ŷ, h|y, x). In particular, the above example lower bound optimization function is minimized when:







q


(


y
^

,

h

y

,
x

)






[



p
θ



(


y
^

,

h

y

,
x

)





p
aux
α



(


y
^

,

h

y


)



]


1

α
+
1



.





In implementations where pθ(ŷ, h|y, x) and paux(ŷ, h|y) are factorial, the approximating distribution q(ŷ, h|y, x) will also be factorial. For instance, particular values of q may be determinable based on the following formulae:







q


(




y
^

i

=

1

y


,
x

)


=

σ


(


1

α
+
1




(





a

(
i
)


+


W

(

i
,
:

)



y

+

α






a

aux


(
i
)




+






α






W

aux


(

i
,
:

)




y




)


)









q


(


h
j

=

1

y


)


=

σ


(


1

α
+
1




(





c

(
j
)


+


W

(

j
,
:

)




y

+

α






c

aux


(
j
)




+






α






W

aux


(

j
,
:

)





y




)


)






where a, c, W and W′ are linear and pairwise terms based on the energy function Eθ of the joint distribution pθ, as described above, and aaux, caux, Waux and W′aux are similarly-defined terms based on the energy function Eaux of the auxiliary distribution paux.


Similarly, the modified clean lower bound custom characterθaux(x, y, ŷ) may be optimized with respect to q(h|y) when:







q


(

h

y

)






[



p
θ



(

h

y

)





p
θ
aux



(

h

y

)



]


1

α
+
1



.





In at least some implementations, the M-step involves optimizing the objective function with respect to θ while q is fixed. In some implementations, the problem of optimizing the objective function is recast as maximizing an expectation of a log-likelihood of the joint distribution, which may be expressed as follows:







max
θ






q


(


y
^

,

h

x

,
y

)





[

log







p
θ



(

y
,

y
^

,

h

x


)



]


.





This may be done by any suitable optimization technique. In some implementations, the expectation is maximized using a gradient ascent-based technique, which may involve determining gradients across one or both of the modified noisy and clean lower bounds custom characterθaux and custom characterθaux (and/or their corresponding original lower bounds, as applicable). These gradients may be determined by determining gradients across each of the noisy and clean lower bounds with respect to θ, which in some implementations may be determined as follows:














θ




θ
aux



(

x
,
y

)


=







θ






q


(


y
^

,

h

x

,
y

)





[

log







p
θ



(

y
,

y
^

,

h

x


)



]









=






q


(


y
^

,

h

x

,
y

)





[





θ


-


E
θ



(

y
,

y
^

,
h
,
x

)



]


-


p


(

y
,

y
^

,

h

x


)













[





θ


-


E
θ



(

y
,

y
^

,
h
,
x

)



]


















θ




θ
aux



(

x
,
y
,

y
^


)


=







θ






q


(

h

y

)





[

log







p
θ



(

y
,

y
^

,

h

x


)



]









=






q


(

h

y

)





[





θ


-


E
θ



(

y
,

y
^

,
h
,
x

)



]


-


p


(

y
,

y
^

,

h

x


)













[





θ


-


E
θ



(

y
,

y
^

,
h
,
x

)



]








where, for each of the above gradients, the first of the summed expectations may be referred to as the “positive phase” and is defined over the approximating distribution q and the second of the summed expectations may be referred to as the “negative phase” and is defined over the joint distribution pθ. In some implementations, such as the above example, the negative phases of the noisy and clean gradients are identical, whereas the positive phases differ in that for the clean gradient the true label ŷ is given for each instance so the sampling may only need to be done over the remaining hidden variables (e.g. over h conditioned on y).


The positive phase for each gradient may be determined analytically, by estimation, or by any other suitable technique. In some implementations, the expectation over the joint distribution (i.e. the negative phase) is not determinable analytically and may be determined via estimation, belief propagation, sampling, and/or other non-analytical techniques (referred to generally in the claims appended hereto as determination by approximation). For example, the negative phase may be determined based on Markov Chain Monte Carlo and/or persistent constrastive divergence. (Where PCD is used, a set of particles may be maintained for each training instance and used to seed Markov chains at each iteration of training).


The scaling factor α may be any suitable value during training. For example, α may be a constant value (e.g. provided by a user and/or determined experimentally or analytically). In some implementations, α is initially set to a large value (e.g. values on the order of 10-100 have been found to work well in some experiments, although α is not limited to such values in this disclosure or in the appended claims) and is decreased over the course of training to smaller values. Scaling factor α may reduce to 0 or may remain greater than 0 throughout training. A motivation for this shift in values is that pθ(ŷ, h|y, x) may not be able to accurately predict true labels early in training, but may improve later in training, so the training process may rely more on paux(ŷ, h|y) early in training and less later in training. Accordingly, scaling factor α may be set approximately inversely proportionately to an expected accuracy of pθ(ŷ, h|y, x) at a given point in training.


Once trained, the trained model may generate predictions of true labels ŷ by determining the value of marginal distribution pθ(ŷ|x) for some input data x. In some implementations, this is done by performing Gibbs sampling over the joint distribution pθ(y, ŷ, h|x) to determine the marginal distribution.


It will be appreciated that particular aspects of the foregoing methods may be implemented by a computing system in various ways. In at least one example method, a CRF model with an embedded CNN is trained by gradient descent based on a noisy dataset DN, a clean dataset DC, a previously-trained auxiliary distribution paux(y, ŷ, h), a learning parameter ∈ and a scaling schedule α (which may vary over the course of training, as described above). The method returns model parameters θ={ϕ, a, b, c, W, W′} (although note that terms which are defined by ϕ may not be explicitly represented by θ). An example pseudocode representation of such a method is shown below:














while Stopping criteria is not met do


| foreach minibatch {(x(n), y(n)), (x(c), ŷ(c), y(c))} = getMinibatch(DN, DC) do


|  |Compute q(ŷ, h|y(n), x(n)) for each noisy instance


|  |Compute q(h|y(c)) for each clean instance


|  |Do Gibbs sweeps to sample from the current pθ(y, ŷ, h|x(•)) for each clean/noisy instance


|  |(mn, mc) ← (# noisy instances in minibatch, # clean instances in minibatch)





|  |
θθ+ɛ(1mnnθ𝒰θaux(x(n),y(n)))+1mccθθaux(x(c),y(c),y^(c))






| end


end










FIG. 5 shows an example method 500 for instantiating an example machine learning system according to an aspect of the present disclosure. At 510, a joint distribution pθ for modelling label noise is selected—for example, based on the undirected graphical model 400b of FIG. 4B.


At 512, a representation model is selected. The representation model may be represented by pθ(ŷ|x) and may be selected in any of the ways described above with respect to act 112. For example, the representation model may comprise a CNN modelling various linear and pairwise terms, as described above.


At 514, an approximating distribution is optionally selected. As described above, in some implementations a conditional distribution based on the joint distribution may be used in place of the approximation distribution (or, stated equivalently, the approximating distribution q may be set to be equal to its corresponding analytic distribution pθ, so that no approximating is introduced by q).


At 515, an auxiliary distribution is selected. Note that the order of the depicted acts may be varied, so that the auxiliary distribution may be selected, instantiated via its corresponding system (at 519) and/or trained (at 521) prior to the selection, instantiation, and/or training of other models, distributions, and systems (such as the joint distribution and representation model).


One or more of the selections at 510, 512, 514, and 515 may be made by a user and provided to a computing system. Alternatively, or in addition, one or more of the selections at 510, 512, 514, and 515 may be made by the computing system, e.g. in response to identifying a characteristic of a problem, in response to an instruction, and/or by predetermination (e.g. the computing system may only be provided with one option to select from).


At 516, 518, and 519, the representation model, joint distribution, and auxiliary distribution are instantiated by a computing system as a representation system, an inference system, and an auxiliary system, respectively. Instantiation may comprise representing the relevant models and distributions with logical structures in a memory of the computing system. The instantiated systems direct the operation of one or more processors of the computing system. For example, the instantiated systems may comprise deep neural networks which are operable to take the inputs required by the model (or distribution) and to generate outputs which correspond to the outputs of the model (or distribution). Examples of instantiations of acts 518 and 519 are discussed in greater detail above with reference to FIGS. 4B and 4C.


At 530, the machine learning system is trained based on the selected distributions and their associated systems. The auxiliary distribution, joint distribution, and representation model may be trained separately or together. Their training acts are shown as 521, 524, and 526, respectively. In some implementations, the auxiliary distribution is fixed during training of the representation model and joint distribution; it may be trained prior to the training of the machine learning system, may be pre-determined, and/or may be fixed during training of the machine learning system. Accordingly, 521 (corresponding to the training of the auxiliary distribution) is shown as optional by rendering it in dashed lines in FIG. 1. In some implementations, the representation model and joint distribution are trained together.


At 540, the trained machine learning system performs inference based on the trained joint distribution. In particular, the inference system proposes (infers) a set of true labels ŷ for a given input x based on the conditional distribution pθ(ŷ|x). This may comprise marginalizing other variables (such as y and h), which the computer system may do via, for example, Gibbs sampling or any other suitable marginalization technique.


The above described method(s), process(es), or technique(s) could be implemented by a series of processor readable instructions stored on one or more nontransitory processor-readable media. Where one computing system is described, it will be understood that such computing systems may comprise a plurality of processors (e.g. in communication via a network). The above described method(s), process(es), or technique(s) may include various acts, though those of skill in the art will appreciate that in alternative examples certain acts may be omitted and/or additional acts may be added. Those of skill in the art will appreciate that the illustrated order of the acts is shown for exemplary purposes only and may change in alternative examples. Some of the exemplary acts or operations of the above described method(s), process(es), or technique(s) are performed iteratively. Some acts of the above described method(s), process(es), or technique(s) can be performed during each iteration, after a plurality of iterations, or at the end of all the iterations.


The above description of illustrated implementations, including what is described in the Abstract, is not intended to be exhaustive or to limit the implementations to the precise forms disclosed. Although specific implementations of and examples are described herein for illustrative purposes, various equivalent modifications can be made without departing from the spirit and scope of the disclosure, as will be recognized by those skilled in the relevant art. The teachings provided herein of the various implementations can be applied to other methods of quantum computation, not necessarily the exemplary methods for quantum computation generally described above.


The various implementations described above can be combined to provide further implementations. All of the commonly assigned US patent application publications, US patent applications, foreign patents, and foreign patent applications referred to in this specification and/or listed in the Application Data Sheet are incorporated herein by reference, in their entirety, including but not limited to:


U.S. Patent Application No. 62/322,116;


U.S. Patent Application No. 62/404,591;


U.S. Patent Application No. 62/427,020;


U.S. Patent Application No. 62/508,343;


U.S. Patent Publication No. US2016/047,627;


U.S. patent application Ser. No. 62/427,020;


U.S. Patent Application Ser. No. 15/452,438;


U.S. Patent Publication No. US2016/047,628;


International patent application PCT/US2016/047,628, published as WO 2017/031,357; and


International patent application PCT/US2017/015,401, filed Jan. 27, 2017.


These and other changes can be made to the implementations in light of the above-detailed description. In general, in the following claims, the terms used should not be construed to limit the claims to the specific implementations disclosed in the specification and the claims, but should be construed to include all possible implementations along with the full scope of equivalents to which such claims are entitled. Accordingly, the claims are not limited by the disclosure.

Claims
  • 1. A method for instantiating a machine learning system for classifying one or more observed elements of an input dataset, the input dataset labelled with one or more observed labels drawn from a plurality of binary labels, the method executed by at least one processor in communication with at least one memory and comprising: instantiating a recognition system in the at least one memory, the recognition system operable to classify elements of the input dataset by generating a classification probability for the at least one observed element;generating a prior distribution, the prior distribution modelling label noise as a set of stochastic label flips on the plurality of binary labels, each label flip indicating a belief in the correctness of a corresponding label;instantiating an approximating posterior system in the at least one memory, the approximating posterior system being a deep neural network operable to generate a posterior probability for one or more label flips for the observed element given the one or more observed labels;modeling an approximating posterior distribution using the approximating posterior system, the approximating posterior distribution approximating a true posterior distribution corresponding to the prior distribution, wherein at least one of the prior and posterior distribution comprises a spike, the spike defining a high-probability state where no labels are flipped; andtraining at least one of the recognition system and the approximating posterior system based on a training dataset, the prior distribution, and the approximating posterior distribution.
  • 2. The method of claim 1 wherein the method further comprises instantiating a shared transformation system in the at least one memory, the shared transformation system operable to receive the one or more observed elements and to generate a representation of the observed elements based on one or more shared parameters, wherein the recognition system and the approximating posterior system are operable to receive the representation of the observed elements as input.
  • 3. The method of claim 2 wherein training at least one of the recognition system and the approximating posterior system comprises training the shared transformation system to generate the one or more shared parameters.
  • 4. The method of claim 1 further comprising selecting the prior distribution, and selecting the approximating posterior distribution, wherein at least one of selecting the prior distribution, and selecting the approximating posterior distribution comprises selecting a predetermined distribution.
  • 5. The method of claim 1 wherein the approximating posterior distribution comprises a directed graphical model, the directed graphical model operable to generate, given an initial class, a probability of label change for each of one or more remaining classes.
  • 6. The method of claim 1 wherein the method further comprises selecting one of the prior distribution and the approximating posterior distribution based on a previous selection of the other one of the prior distribution and the approximating posterior distribution.
  • 7. The method of claim 6 wherein the prior distribution comprises a Boltzmann distribution with a spike and the approximating posterior distribution comprises a factorial distribution with a spike.
  • 8. A method for training a machine learning system for classifying one or more observed elements of an input dataset, the input dataset labelled with one or more observed labels, the method executed by at least one processor in communication with at least one memory and comprising: instantiating an inference system in the at least one memory;modelling a joint probability distribution over a plurality of variables using the inference system, the plurality of variables comprising the observed labels and one or more true labels, the joint probability distribution conditional on the input dataset;instantiating an auxiliary system in the at least one memory;modelling an auxiliary probability distribution over the plurality of variables independently of the input dataset using the auxiliary system;instantiating a representation system in the at least one memory, the representation system operable to characterize the one or more interactions between the plurality of variables of the joint distribution;training at least one of the representation system and the inference system based on a first modified lower bound defined over at least a noisy subset of the input dataset, the noisy subset comprising input data and associated observed labels, the first modified lower bound comprising an original lower bound based on the joint probability distribution and an additional term based on the auxiliary probability distribution.
  • 9. The method of claim 8 wherein training at least one of the representation system and the inference system comprises training at least one of the representation system and the inference system based on a modified clean lower bound defined over a clean subset of the input dataset, the clean subset disjoint from the noisy subset and comprising input data, associated observed labels, and associated true labels, the modified clean lower bound based at least in part on the auxiliary probability distribution.
  • 10. The method of claim 8 wherein training at least one of the representation system and the inference system comprises determining a gradient over the additional term and training at least one of the representation system and the inference system based on the gradient.
  • 11. The method of claim 10 wherein determining the gradient over the additional term comprises determining a first gradient over a positive phase of the additional term and a second gradient over a negative phase of the additional term, the first gradient determined analytically and the second gradient determined by approximation.
  • 12. The method of claim 11 wherein training at least one of the representation system and the inference system comprises optimization of an objective function by expectation maximization.
  • 13. The method of claim 8 wherein the auxiliary probability distribution is fixed while training at least one of the representation system and the inference system.
  • 14. The method of claim 13 comprising training the auxiliary probability distribution based on information independent of the training dataset prior to training at least one of the representation system and the inference system.
  • 15. The method of claim 8 wherein training at least one of the representation system and the inference system comprises training at least one of the representation system and the inference system based on an optimization function comprising a first term based on the joint probability distribution and independent of the auxiliary probability distribution and based on a second term based on the auxiliary probability distribution, wherein at least one of the first and second terms is scaled by a scaling factor.
  • 16. The method of claim 15 comprising setting the scaling factor to a first value for a first iteration of training and setting the scaling factor to a second value for a second iteration of training.
  • 17. The method of claim 16 wherein the scaling factor is monotonically decreasing during training.
  • 18. The method of claim 8 wherein the inference system models the joint probability distribution based on an undirected graphical model, the undirected graphical model comprising one or more undirected edges representing one or more interactions between the plurality of variables of the joint distribution.
  • 19. The method of claim 18 wherein the inference system models the auxiliary probability distribution based on an auxiliary undirected graphical model, the auxiliary undirected graphical model comprising an undirected subgraph of the undirected graphical model of the inference system.
US Referenced Citations (70)
Number Name Date Kind
5249122 Stritzke Sep 1993 A
6671661 Bishop Dec 2003 B1
7493252 Nagano et al. Feb 2009 B1
8073808 Rose Dec 2011 B2
8244650 Rose Aug 2012 B2
8340439 Mitarai et al. Dec 2012 B2
8548828 Longmire Oct 2013 B1
8863044 Casati et al. Oct 2014 B1
9378733 Vanhoucke et al. Jun 2016 B1
9727824 Rose et al. Aug 2017 B2
10296846 Csurka May 2019 B2
10318881 Rose et al. Jun 2019 B2
11157817 Rolfe Oct 2021 B2
20020010691 Chen Jan 2002 A1
20020077756 Arouh et al. Jun 2002 A1
20030030575 Frachtenberg et al. Feb 2003 A1
20050119829 Bishop et al. Jun 2005 A1
20060115145 Bishop Jun 2006 A1
20070162406 Lanckriet Jul 2007 A1
20080069438 Winn et al. Mar 2008 A1
20080103996 Forman et al. May 2008 A1
20080132281 Kim et al. Jun 2008 A1
20080312663 Haimerl et al. Dec 2008 A1
20090171956 Gupta et al. Jul 2009 A1
20100010657 Do et al. Jan 2010 A1
20100185422 Hoversten Jul 2010 A1
20100332423 Kapoor Dec 2010 A1
20110044524 Wang et al. Feb 2011 A1
20110142335 Ghanem et al. Jun 2011 A1
20120084235 Suzuki et al. Apr 2012 A1
20130071837 Winters-Hilt Mar 2013 A1
20130097103 Chari et al. Apr 2013 A1
20130236090 Porikli et al. Sep 2013 A1
20130245429 Zhang et al. Sep 2013 A1
20140040176 Balakrishnan et al. Feb 2014 A1
20140152849 Bala et al. Jun 2014 A1
20140187427 MacReady et al. Jul 2014 A1
20140200824 Pancoska Jul 2014 A1
20140201208 Satish et al. Jul 2014 A1
20140214835 Oehrle et al. Jul 2014 A1
20140279727 Baraniuk Sep 2014 A1
20140297235 Arora et al. Oct 2014 A1
20150006443 Rose et al. Jan 2015 A1
20150242463 Lin et al. Aug 2015 A1
20150317558 Adachi et al. Nov 2015 A1
20160019459 Audhkhasi Jan 2016 A1
20160042294 MacReady et al. Feb 2016 A1
20160078600 Perez Pellitero et al. Mar 2016 A1
20160110657 Gibiansky et al. Apr 2016 A1
20160174902 Georgescu et al. Jun 2016 A1
20160191627 Huang et al. Jun 2016 A1
20160307305 Madabhushi et al. Oct 2016 A1
20170255871 Macready et al. Sep 2017 A1
20170300817 King et al. Oct 2017 A1
20180018584 Nock Jan 2018 A1
20180025291 Dey Jan 2018 A1
20180082172 Patel Mar 2018 A1
20180137422 Wiebe May 2018 A1
20180157923 El Kaliouby et al. Jun 2018 A1
20180165554 Zhang Jun 2018 A1
20180165601 Wiebe et al. Jun 2018 A1
20180277246 Zhong et al. Sep 2018 A1
20190005402 Mohseni Jan 2019 A1
20190018933 Oono Jan 2019 A1
20190030078 Aliper et al. Jan 2019 A1
20190050534 Apte et al. Feb 2019 A1
20190108912 Spurlock et al. Apr 2019 A1
20190180147 Zhang Jun 2019 A1
20190258907 Rezende et al. Aug 2019 A1
20200410384 Aspuru-Guzik et al. Dec 2020 A1
Foreign Referenced Citations (16)
Number Date Country
101657827 Feb 2010 CN
102364497 Feb 2012 CN
102651073 Aug 2012 CN
102324047 Jun 2013 CN
102364497 Jun 2013 CN
102037475 Sep 2014 CN
104050509 Sep 2014 CN
104766167 Jul 2015 CN
104919476 Sep 2015 CN
106569601 Apr 2017 CN
2011008631 Jan 2011 JP
2017031356 Feb 2017 WO
2017031357 Feb 2017 WO
WO-2017124299 Jul 2017 WO
2017132545 Aug 2017 WO
2019118644 Jun 2019 WO
Non-Patent Literature Citations (163)
Entry
Azadi et al., “Auxiliary Image Regularization For Deep CNNs With Noisy Labels”, Mar. 2, 2016, ICLR (Year: 2016).
Courville et al., “A Spike and Slab Restricted Boltzmann Machine”, 2011, Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, JMLR Workshop and Conference Proceedings 15:233-241 (Year: 2011).
Gal et al., “Bayesian Convolutional Neural Networks with Bernoulli Approximate Variational Inference”, Jan. 18, 2016, arXiv: 1506.02158 [stat.ML] (Year: 2016).
Lin et al., “Efficient Piecewise Training of Deep Structured Models for Semantic Segmentation”, Jun. 6, 2016, Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3194-3203 (Year: 2016).
Sukhbaataret al., “Training Convolutional Networks with Noisy Labels”, Apr. 10, 2015, arXiv:1406.2080v4 [cs.CV] (Year: 2015).
Van der Maaten et al., “Hidden-Unit Conditional Random Fields”, 2011, Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, JMLR Workshop and Conference Proceedings 15:479-488 (Year: 2011).
Krause et al., “The Unreasonable Effectiveness of Noisy Data for Fine-Grained Recognition”, 2016, Springer International Publishing AG, ECCV 2016, Part III, LNCS 9907, pp. 301-320 (Year: 2016).
Szegedy et al., “Rethinking the Inception Architecture for Computer Vision”, 2016, Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 2818-2826 (Year: 2016).
Bielza et al., “Bayesian networks in neuroscience: a survey”, Oct. 16, 2014, Frontiers in Computational Neuroscience, vol. 8, Article 131, p. 1-23 (Year: 2014).
Murray et al., “Bayesian Learning in Undirected Graphical Models: Approximate MCMC algorithms”, 2004, In Proceedings of the 20th conference on Uncertainty in artificial intelligence (UAI '04). AUAI Press, Arlington, Virginia, USA, 392-399. (Year: 2004).
Scarselli et al., “The Graph Neural Network Model”, 2009, IEEE Transactions on Neural Networks, vol. 20, No. 1, pp. 61-80. (Year: 2009).
Suzuki et al., “Joint Multimodal Learning With Deep Generative Models”, Nov. 7, 2016, arXiv:1611.01891v1 (Year: 2016).
Ororbia et al., “Online Semi-Supervused Learning with Deep Hybrid Boltzmann Machines and Denoising Autoencoders” Jan. 18, 2016, ICLR, arXiv: 1511.06964v7, pp. 1-17. (Year: 2016).
Awasthi et al., “Efficient Learning of Linear Seperators under Bounded Noise” Mar. 12, 2015, arXiv: 1503.03594v1, pp. 1-23. (Year: 2015).
Awasthi et al., “Learning and 1-bit Compressed Sensing under Asymmetric Noise” Jun. 6, 2016, JMLR, pp. 1-41. (Year: 2016).
Achille et Soatto, “Information Dropout: Learning Optimal Representations Through Noise” Nov. 4, 2016, ICLR, arXiv: 1611.01353v1, pp. 1-12. (Year: 2016).
Omidshafiei et al., “Hierarchical Bayesian Noise Inference for Robust Real-time Probabilistic Object Classification” Jul. 14, 2016, arXiv: 1605.01042v2, pp. 1-9. (Year: 2016).
Xu et Ou “Joint Stochastic Approximation Learning of Helmholtz Machines” Mar. 20, 2016, ICLR arXiv: 1603.06170v1, pp. 1-8. (Year: 2016).
Korenkevych et al., “Benchmarking Quantum Hardware for Training of Fully Visible Boltzmann Machines” Nov. 14, 2016, arXiv: 1611.04528v1, pp. 1-22. (Year: 2016).
Benedtti et al., “Quantum-assisted learning of graphical models with arbitrary pairwise connectivity” Sep. 8, 2016, arXiv: 1609.02542v1, pp. 1-13. (Year: 2016).
Bornschien et al., “Bidirectional Helmholtz Machines” May 25, 2016, arXiv: 1506.03877v5. (Year: 2016).
Blanchard et al., “Classification with Asymmetric Label Noise: Consistency and Maximal Denoising” Aug. 5, 2016, arXiv: 1303.1208v3, pp. 1-47. (Year: 2016).
Jain et al., “Estimating the class prior and posterior from noisy positives and unlabeled data” Jun. 28, 2016, arXiv: 1606.08561v1, pp. 1-19. (Year: 2016).
Ke et al., “Variational Convolutional Networks for Human-Centric Annotations” Nov. 20, 2016, pp. 120-135. (Year: 2016).
Liu et Tao, “Classification with Noisy Labels by Importance Reweighting” Mar. 2016, pp. 447-461. (Year: 2016).
Menon et al., “Learning from Binary Labels with Instance-Dependent Corruption” May 4, 2016, pp. 1-41. (Year: 2016).
Shah et al., “Feeling the Bern: Adaptive Estimators for Bernoulli Probabilities of Pairwise Comparisons” Mar. 22, 2016, pp. 1-33. (Year: 2016).
Tosh, Christopher, “Mixing Rates for the Alternating Gibbs Sampler over Restricted Boltzmann Machines and Friends” Jun. 2016. (Year: 2016).
Serban et al., “Multi-Modal Varational Encoder-Decoders” Dec. 1, 2016, arXiv: 1612.00377v1, pp. 1-18. (Year: 2016).
Wang et al., “Paired Restricted Boltzmann Machine for Linked Data” Oct. 2016. (Year: 2016).
Rolfe, Jason Tyler “Discrete Variational Autoencoders” Sep. 7, 2016, arXiv: 1609.02200v1, pp. 1-29. (Year: 2016).
Kingma et al., “Improving Varational Inference with Inverse Autoregressive Flow” Jun. 15, 2016, arXiv: 1606.04934v1, pp. 1-10. (Year: 2016).
Chen et al., “Variational Lossy Autoencoder” Nov. 8, 2016, arXiv: 1611.02731v1, pp. 1-13. (Year: 2016).
van Rooyen et Menon “Learning with Symmetric Label Noise: The Importance of Being Unhinged” May 28, 2015, arXiv: 1505.07634v1, pp. 1-30. (Year: 2016).
Misra et al., “Seeing through the Human Reporting Bias: Visual Classifiers from Noisy Human-Centric Labels,” 2016 IEEE Conference on Computer Vision and Pattern Recognition, IEEE, 2016, pp. 2930-2939.
Patrini et al., “Making Neural Networks Robust to Label Noise: a Loss Correction Approach,” arXiv: 1609.03683v1, 2016, 14 pages.
Raymond et al., “Systems and Methods for Comparing Entropy and KL Divergence of Post-Processed Samplers,” U.S. Appl. No. 62/322,116, filed Apr. 13, 2016, 47 pages.
Rolfe et al., “Discrete Variational Auto-Encoder Systems and Methods for Machine Learning Using Adiabatic Quantum Computers,” U.S. Appl. No. 62/404,591, filed Oct. 5, 2016, 87 pages.
Vandat, “Machine Learning Systems and Methods for Training With Noisy Labels,” U.S. Appl. No. 62/427,020, filed Nov. 28, 2016, 30 pages.
Vandat, “Machine Learning Systems and Methods for Training With Noisy Labels,” U.S. Appl. No. 62/508,343, filed May 18, 2017, 46 pages.
Xiao et al., “Learning from Massive Noisy Labeled Data for Image Classification,” IEEE 2015 Conference on Computer Vision and Pattern Recognition, IEEE, 2015, pp. 2691-2699.
Reed et al., “Training Deep Neural Networks on Noisy Labels with Bootstrapping,” arXiv:1412.6596v3 [cs.CV] Apr. 15, 2015, 11 pages.
Rezende et al., “Stochastic Backpropagation and Approximate Inference in Deep Generative Models,” arXiv:1401.4082v3 [stat.ML] May 30, 2014, 14 pages.
Sukhbaatar et al., “Training Convolutional Networks with Noisy Labels,” arXiv:1406.2080v4 [cs.CV] Apr. 10, 2015, 11 pages.
Desjardins, G., Courville, A., Bengio, Y., Vincent, P., & Delalleau, O. “Parallel tempering for training of restricted Boltzmann machines”, 2010.
Goodfellow et al., “Generative Adversarial Nets”, arXiv:1406.2661v1, 9 pages, Jun. 10, 2014.
Hjelm, “Boundary-Seeking Generative Adversarial Networks”, arXiv:1702.08431v4, 17 pages, Feb. 21, 2018.
Jenatton, R. et al., “Proximal Methods for Hierarchical Sparse Coding,” arXiv:1009.2139v4, Jul. 5, 2011, 38 pages.
Mirza et al., “Conditional Generative Adversarial Nets”, arXiv:1411.1784v1, 7 pages, Nov. 6, 2014.
Neven, H. et al., “QBoost: Large Scale Classifier Training with Adiabatic Quantum Optimization,” JMLR: Workshop and Conference Proceedings 25, 2012, 16 pages.
Spall, “Multivariate Stochastic Approximation Using a Simultaneous Perturbation Gradient Approximation,” IEEE Transaction on Automatic Control 37(3):332-341, 1992.
Strub, F., et al., “Hybrid Collaborative Filtering with Autoencoders,” arXiv:1603.00806v3, Jul. 19, 2016, 10 pages.
Zhang et al., “Understanding Deep Learning Requires Re-Thinking Generalization”, arXiv:1611.03530 Feb. 26, 2017. https://arxiv.org/abs/1611.03530.
Amin, et al., “Quantum Boltzmann Machine”. arXiv:1601.02036v1, Jan. 8, 2016.
Bearman, et al., “What's the Point: Semantic Segmentation with Point Supervision”. ECCV, Jul. 23, 2016. https://arix.org/abs/1506.02106.
Bell, et al., “The Independent Components” of Natural Scenes are Edge Filters, Vision Res. 37(23) 1997,; pp. 3327-3338.
Chen, et al., “Stochastic Gradient Hamiltonian Monte Carlo”, arXiv:1402.4102 May 12, 2014. https://arxiv.org/abs/1402.4102.
Courbariaux, M., et al., “Binarized Neural Netowkrs: Training Neural Networks with Weights and Activations Constrained to +1 or −1”. http://arix.org/pdf/1602.02830.pdf.
Dai, et al., “Generative Modeling of Convolutional Neural Networks”. ICLR 2015.
G. Hinton, N. Srivastava, et. al, “Improving neural networks by preventing co-adaption of feature detectors”. CoRR, abs/1207.0580, 2012.
Hinton, Geoffrey, “A Practical Guide to Training Restricted Boltzmann Machines”, Version 1, Department of Computer Science University of Toronto, Aug. 2, 2010, 21 pages.
Hinton, Geoffrey E, et al., “Reducing the Dimensionality of Data with Neural Networks”, Science, wwwsciencemag.org, vol. 313, Jul. 28, 2006, pp. 504-507.
Hurley, Barry, et al., “Proteus: A hierarchical Portfolio of Solvers and Transmation”, arXiv:1306.5606v2, Feb. 17, 2014, 17 pages.
L.Wan, M. Zieler, et. al. , “Regularization of Neural Networks using DropConnect”. ICML, 2013.
Lee, et al., “Efficient sparse coding algorithm”, NIPS, 2007, pp. 801-808.
Misra, et al., “Seeing through the Human Reporting Bias: Visual Classifiers from Noisy Human-Centric Labels”, 2016 IEEE Conference on Computer Vision and Pattern Recongition, IEEE, 2016, pp. 2930-2939.
Patrini, et al., Making Neural Networks robust to label noise: a loss correction approach. arXi: 1609.03683 (2016).
Xiao, et al., “Learning from massive noisy labeled data for image classification”. The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2015.
Berkley, A.J. et al., “Tunneling Spectroscopy Using a Probe Qubit,” arXiv:1210.6310v2, Jan. 3, 2013, 5 pages.
Chinese Office Action for Application No. CN 2016800606343, dated May 8, 2021, 21 pages (with English translation).
Deng, J. et al., “ImageNet: A Large-Scale Hierarchical Image Database,” Proceedings / CVPR, IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2009, 8 pages.
Dumoulin, V. et al., “On the Challenges of Physical Implementations of RBMs,” Proceedings of the 28th AAAI Conference on Artificial Intelligence, vol. 2, Jul. 27, 2014, 7 pages.
Elkan, C., “Learning Classifiers from only Positive and Unlabled Data,” KDD08: The 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining Las Vegas Nevada USA Aug. 24-27, 2008, 8 pages.
Extended European Search Report for EP Application No. 16837862.8, dated Apr. 3, 2019, 12 pages.
Fergus, R. et al., “Semi-Supervised Learning in Gigantic Image Collections,” Advances in Neural Information Processing System, vol. 22, 2009, 8 pages.
First Office Action dated Nov. 29, 2021 in Cn App No. 2016800731803. (English Translation).
First Office Action issued in Chinese No. 2018101287473 with English translation, dated Jul. 12, 2021, 16 pages.
Friedman, et al., “Learning Bayesian Networks from Data”, Internet Movie Database, http://www.imdb.com, 19 pages.
Fung, G. et al., “Parameter Free Bursty Events Detection in Text Streams,” Proceedings of the 31st VLDB Conference, Trondheim, Norway, 2005, 12 pages.
Geordie, “Training DBMs with Physical neural nets” In Hack The Multiverse, Jan. 24, 2014, pp. 2-5.
Gómez-Bombarelli et al., “Automatic Chemical Design Using a Data-Driven Continuous Representation of Molecules,” arXiv:1610.02415v3: Dec. 2017. (26 pages).
Hinton et al., “A Practical Guide to Training Restricted Boltzmann Machines,” Springer, pp. 599-619, Jan. 1, 2012.
Hinton, Geoffrey E. . Training products of experts by minimizing contrastive divergence. Neural Computation, 14:1771-1800, 2002.
Hinton, Geoffrey, Simon Osindero, and Yee-Whye Teh. A fast learning algorithm for deep belief nets. Neural computational, 18(7):1527-1554, 2006.
International Search Report and Written Opinion for PCT/US2018/065286, dated Apr. 16, 2019, 11 pages.
International Search Report and Written Opinion for PCT/US2019/017124, dated May 30, 2019, 28 pages.
International Search Report and Written Opinion of the International Searching Authority, dated Jan. 4, 2018, for International Application No. PCT/US2017/053303, 16 pages.
International Search Report and Written Opinion, dated Oct. 13, 2014, for International Application No. PCT/US2014/044421, 13 pages.
International Search Report, dated May 10, 2017, for International Application No. PCT/US2017/015401, 3 pages.
International Search Report, dated Nov. 18, 2016, for International Application No. PCT/US2016/047627, 3 pages.
Japanese Office Action for Application No. JP 2019516164, dated Nov. 24, 2021, 33 pages (including English translation).
Jordan, Michael I., Zoubin Ghahramnai, Tommi S Jaakola, and Lawrence K Saul. An introduction to variational methods for graphical models. Machines learning, 37(2):183-233, 1999.
Khalek, S. et al., “Automated SQL Query Generation for Systematic Testign of Database Engines,” ASE'10: Proceedings of the IEEE/ACM International conference on Automated software engineering, 2010, 4 pages.
Korean Office Action for Application 10-2019-7012141, dated Nov. 29, 2021, 18 pages (including English translation).
Krähenbühl, P. et al., “Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials,” arXiv:1210.5644, 2012, 9 pages.
Lafferty, J. et al., “Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data,” Proceedings of the 18th International Conference on Machine Learning 2001, 10 pages.
Le, Quoc, Marc'Aurelio Ranzato, Rajat Monga, Matthieu Devin, Greg Corrado, Kai Chen, Jeff Dean, and Andrew Ng. Building high-level features usisng large scale unpervised learning. In ICML'2012, 2012.
LeCun, Y., L. Bottou, Y. Bengio, and P. Haffner. Gradient based learning applied to document recognition. Proc. IEEE, 1998.
Long, Philip M and Rocco Servdeio. Restricted boltzmann machines are hard to approximately evaluate or simulate. In Proceedings of the 27th International Conference on Machine Learning (ICML-10), pp. 703-710, 2010.
Minh, V. et al., “Learning to Label Aerial Images from Noisy Data,” Proceedings of the 29th International Conference on Machine Learning, Edinburgh, Scotland, 2012, 8 pages.
Miyata et al., “Consideration of 2D-FFT by Decomposition-of-Large Scale Data on Multi-GPU”, IEICE Technical Report, vol. 114, No. 155, Computer Systems Jul. 28-30, 2014, Abstract, 12 pages.
Mocanu et al., “A topological insight into restricted Boltzmann machines,” Pre-print version: arXiv:1604.05978v2: Jul. 2016. (25 pages).
Natarajan, N. et al., “Learning with Noisy Labels,” Advances in Neural Information Processing Systems 26, 2013, 9 pages.
Non-Final Office Action Issued in U.S. Appl. No. 15/753,661 dated Dec. 9, 2021, 15 pages.
Non-Final Office Action Issued in U.S. Appl. No. 16/336,625 dated Feb. 14, 2022, 22 pages.
Prakash, “Quantum Algorithms for Linear Algebra and Machine Learning,” Doctoral Thesis, Technical Report No. UCB/EECS-2014-211, University of California at Berkeley, 2014, pp. 1-9.
Quattoni, A. et al., “Hidden Conditional Random Fields,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 29(10), 2007, 6 pages.
Rolfe et al., “Discrete Variational Auto-Encoder Systems and Method for Machine Learning Using Adiabatic Quantum Computers,” U.S. Appl. No. 62/462,821, filed Feb. 23, 2017, 113 pages.
Rolfe et al., “Systems and Methods for Machine Learning Using Adiabatic Quantum Computer,” U.S. Appl. No. 62/207,057, filed Aug. 19, 2015, 39 pages.
Rolfe, “Discrete Variational Auto-Encoder Systems and Methods for Machine Learning Using Adiabatic Quantum Computers,” U.S. Appl. No. 62/206,974, filed Aug. 19, 2015, 43 pages.
Rolfe, “Discrete Variational Auto-Encoder Systems and Methods for Machine Learning Using Adiabatic Quantum Computers,” U.S. Appl. No. 62/268,321, filed Dec. 16, 2015, 52 pages.
Rolfe, “Discrete Variational Auto-Encoder Systems and Methods for Machine Learning Using Adiabatic Quantum Computers,” U.S. Appl. No. 62/307,929, filed Mar. 14, 2016, 67 pages.
Ross, S. et al., “Learning Message-Passing Inference Machines for Structured Prediction,” CVPR 2011, 2011,8 pages.
Sakkaris, et al., “QuDot Nets: Quantum Computers and Bayesian Networks”, arXiv:1607.07887v1 Jul. 26, 2016, 22 page.
Somma, R., S Boixo, and H Barnum. Quantum simulated annleaing. arXiv preprint arXiv:0712.1008, 2007.
“An implementation of the high-throughput computing system using the GPU (005)”, no English translationS, 2019-516164, IEICE Technical Report, vol. 114 No. 302, Nov. 13-14, 2014, 12 pages.
“Neuro-computing for Parallel and Learning Information Systems”, 2019-516164, www.jstage.jst.go.jp/article/sicej/1962/27/3/27_3_255/_article/-char/ja, Nov. 14, 2021, 17 pages.
Somma, RD, S Boixo, H Barnum, and E Knill. Quantum simulations of classical annealing processes. Physical review letters, 101(13):130504, 2008.
Suzuki, “Natural quantum resrvoir computing for temporal information processing”, Scientific Reports, Nature Portfolio, Jan. 25, 2022.
Tucci, “Use of a Quantum Computer to do Importance and Metropolis-Hastings Sampling of a Classical Bayesian Network”, arXiv:0811.1792v1 [quant-ph] Nov. 12, 2008, 41 pages.
van der Maaten, L. et al., “Hidden-Unit Conditional Random Fields,” Journal of Machine Learning Research 15, 2011, 10 Pages.
Venkatesh, et al., “Quantum Fluctuation Theorems and Power Measurements,” New J. Phys., 17, 2015, pp. 1-19.
Wang, Discovering phase transitions with unsupervised learning, Physical Review B 94, 195105 (2016), 5 pages.
Williams, “Simple Statistical Gradient-Following Algorithms for Connectionist Reinforcement Learning,” College of Computer Science, Northeastern University, Boston, MA, 1992, 27 pages.
Written Opinion of the International Searching Authority, dated Nov. 18, 2016, for International Application No. PCT/US2016/047627, 9 pages.
Yoshihara et al., “Estimating the Trend of Economic Indicators by Deep Learning”, 2019-516164, Graduate School of System Informatics, Kobe University, 28 Annual Conference of Japanese Society for Artificial Intelligence 2014, 10 pages.
Zhu, X. et al., “Combining Active Learning and Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions,”ICML 2003 workshop on The Continuum from Labeled to Unlabeled Data in Machine Learning and Data Mining, 2003, 8 pages.
Bach, et al., “Optimization with Sparsity-Inducing Penalties”. arXiv:1108.0775v2, Nov. 22, 2011.
Barron-Romero, Carlos, “Classical and Quantum Algorithms for Boolean Satisfiability Problem”, CoRR, Abs/1510.02682 )Year:2015).
Bian, et al., “The Ising Model: teaching an old problem new tricks”, D-wave systems. 2 (year 2010), 32 pages.
Cho, Kyunghyun, et al., “On the Properties of Neural Machine Translation: Encoder-Decoder Approaches”, arXiv:1409.1259v2, [cs.CL] Oct. 7, 2014, 9 pages.
Fabius, Otto, et al., “Variational Recurrent Auto-Encoders”, Accepted as workshop contributions at ICLR 2015, 5 pages.
Gregor, Karol, et al., “DRAW: A Recurrent Neural Network For Image Generation”, Proceedings of the 32nd International Conference on Machine Learning, Lille, France, 2015, JMLR: W&CP vol. 37. Copyright 2015, 10 pages.
Hinton, “A practical Guide to Training Restricted Bolzmann Machines”, Department of Computer Science university of Toronto, Aug. 2, 2010.
Hinton, Geoffrey E, et al., “Autoencoders, Minium Description Length and Helmholtz Free Energy”, Department of Computer Science, University of Toronto, Computation Neuroscience Laboratory, The Salk Institute, Mar. 1, 2001, 9 pages.
Jiang, et al., “Learning a discriminative dictionary for sparse coding via label consistent K-SVD”, In CVPR 2011 (pp. 1697-1704) IEEE. Jun. Year 2011).
Khalek, Shadi A, et al., “Automated SQL Query Generation for Systematic Testing of Database Engines”, In proceedings of the IEEE/ACM International Conference of Automated Software Engineering pp. 329-332. Association of Computing Machinery. (Year: 2008).
Kingma, Diederik P, et al., “Semi-Supervised Learning with Deep Generative Models”, arXiv:1406.5298v2 [cs.LG], Oct. 31, 2014, 9 pages.
Kuzelka, Ondrej, et al., “Fast Estimation of First-Order Clause Coverage through Randomization and Maximum Likelihood”, In proceeding of the 25th International Conference on Machine Learning (pp. 504-5112). Association for Computing Machinery (Year:2008).
Le Roux, Nicolas, et al., “Representational Power of Restricted Boltzmann Machines and Deep Belief Networks”, Dept. IRO, University of Montréal Canada, Technical Report 1294, Apr. 18, 2007, 14 pages.
Lee, et al., “Efficient Sparse Coding Algorithms”. NIPS, pp. 801-808, 2007.
Makhzani, Alireza, et al., “Adversarial Autoencoders”, arXiv:1511.05644v2 [cs.LG], May 25, 2016, 16 pages.
Misra, et al., “Visual classifiers from noisy humancentric labels”. In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016.
Mnih, Andriy, et al., “Variational Inference for Mote Carlo Objectives”, Proceedings of the 33rd International Conference on Machine Learning, New York, NY USA, 2016, JMLR: W&CP vol. 48, 9 pages.
Molchanov, Dmitry, et al., “Variational Dropout Sparsifies Deep Neural Networks”, https://arxiv.org/pdf/1701.05369v1.pdf, Jan. 19, 2017.
Muthukrishnan, et al., “Classical and quantum logic gates: an introduction to quantum computing”, Quantum information seminar,)Year: 1999) 22 pages.
Neven, et al., “Training a binary classifier with the quantum adiabatic algorithm”, arXiv preprint arXivc:0811.0416, 2008, 11 pages.
Olshausen, Bruno A, et al., “Emergence of simple cell receptive field properties by learning a sparse code for natural images”, Nature, vol. 381, Jun. 13, 1996, pp. 607-609.
Rasmus, Antti, et al., “Semi-Supervised Learning with Ladder Networks”, arXiv:1507.02672v2 [cs.NE] Nov. 24, 2015, 19 pages.
Saliman, Tim, “A Structured Variational Auto-encoder for Learning Deep Hierarchies of Sparse Features”, arXiv:1602.08734v1 [stat.ML] Feb. 28, 2016, 3 pages.
Smelyanskiy, et al., “A near-term quantum computing approach for hard computational problems in space exploration” arXiv preprint arXir:1204.2821 (year:2012).
Sprechmann, et al., “Dictionary learning and sparse coding for unsupervised clustering”, in 2010 IEEE international conference on acoustics, speech and signal processing (pp. 2042-2045) IEEE (year:2010).
Wiebe, Nathan, et al., “Quantum Inspired Training for Boltzmann Machines”, arXiv:1507.02642v1 [cs.LG] Jul. 9, 2015, 18 pages.
Zhang, Yichuan, et al., “Continuous Relaxations for Discrete Hamiltonian Monte Carlo”, School of Informatic, University of Edinburgh, Dept of Engineering, University of Cambridge, United Kingdom, 9 pages.
Zheng, et al., “Graph regularized sparse coding for image representation”, IEEE transaction on image processing, 20(5), (Year: 2010) 1327-1336.
Non Final Office Action for U.S. Appl. No. 16/270,273, dated Jun. 27, 2022, 13 pages.
Notice of Allowance for U.S. Appl. No. 16/682,976, dated May 27, 2022, 11 pages.
Notice of Allowance for U.S. Appl. No. 16/714,103, dated Jun. 3, 2022, 9 pages.
Nalisnick, Eric, Lars Hertel, and Padhraic Smyth. “Approximate inference for deep latent gaussian mixtures.” NIPS Workshop on Bayesian Deep Learning. vol. 2, 2016. (Year: 2016).
Non-Final Office Action Issued in U.S. Appl. No. 16/562,192 dated Apr. 4, 2022, 37 pages.
Salimans, Tim, and David A. Knowles. “Fixed-form variational posterior approximation through stochastic linear regression.” Bayesian Analysis 8.4 (2013): 837-882. (Year: 2013).
Salimans, Tim. “A structured variational auto-encoder for learning deep hierarchies of sparse features.” arXiv preprint arXiv: 1602.08734 (2016). (Year: 2016).
Notice of Allowance for U.S. Appl. No. 16/772,094, dated Jun. 29, 2022, 12 pages.
Related Publications (1)
Number Date Country
20180150728 A1 May 2018 US
Provisional Applications (2)
Number Date Country
62427020 Nov 2016 US
62508343 May 2017 US