1 / 39

A brief maximum entropy tutorial

A brief maximum entropy tutorial. Overview. Statistical modeling addresses the problem of modeling the behavior of a random process

anja
Download Presentation

A brief maximum entropy tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A brief maximum entropy tutorial

  2. Overview • Statistical modeling addresses the problem of modeling the behavior of a random process • In constructing this model, we typically have at our disposal a sample of output from the process. From the sample, which constitutes an incomplete state of knowledge about the process, the modeling problem is to parlay this knowledge into a succinct, accurate representation of the process • We can then use this representation to make predictions of the future behavior of the process

  3. Motivating example • Suppose we wish to model an expert translator’s decisions concerning the proper French rendering of the English word in. • A model p of the expert’s decisions assigns to each French word or phrase f an estimate, p(f), of the probability that the expert would choose f as a translation of in. • Develop p – collect a large sample of instances of the expert’s decisions

  4. Motivating example • Our goal is to • Extract a set of facts about the decision-making process from the sample (the first task of modeling) • Construct a model of this process (the second task)

  5. Motivating example • One obvious clue we might glean from the sample is the list of allowed translations • in {dans, en, à, au cours de, pendant} • With this information in hand, we can impose our first constraint on our model p:This equation represents our first statistic of the process; we can now proceed to search for a suitable model which obeys this equation • There are infinite number of models p for which this identify holds

  6. Motivating example • One model which satisfies the above equation is p(dans)=1; in other words, the model always predicts dans. • Another model which obeys this constraint predicts pendant with a probability of ½, and à with a probability of ½. • But both of these models offend our sensibilities: knowing only that the expert always chose from among these five French phrases, how can we justify either of these probability distributions?

  7. Motivating example • Knowing only that the expert chose exclusively from among these five French phrases, the most intuitively appealing model is This model, which allocates the total probability evenly among the five possible phrases, is the most uniform model subject to our knowledge It is not, however, the most uniform overall; that model would grant an equal probability to every possible French phrase.

  8. Motivating example • We might hope to glean more clues about the expert’s decisions from our sample. • Suppose we notice that the expert chose either dans or en 30% of the timeOnce again there are many probability distributions consistent with these two constraints. • In the absence of any other knowledge, a reasonable choice for p is again the most uniform – that is, the distribution which allocates its probability as evenly as possible, subject to the constrains:

  9. Motivating example • Say we inspect the data once more, and this time notice another interesting fact: in half the cases, the expert chose either dans or à. We can incorporate this information into our model as a third constraint: • We can once again look for the most uniform p satisfying these constraints, but now the choice is not as obvious.

  10. Motivating example • As we have added complexity, we have encountered two problems: • First, what exactly is meant by “uniform,” and how can one measure the uniformity of a model? • Second, having determined a suitable answer to these questions, how does one find the most uniform model subject to a set of constraints like those we have described?

  11. Motivating example • The maximum entropy method answers both these questions. • Intuitively, the principle is simple: • model all that is known and assume nothing about that which is unknown • In other words, given a collection of facts, choose a model which is consistent with all the facts, but otherwise as uniform as possible. • This is precisely the approach we took in selecting our model p at each step in the above example

  12. Maxent Modeling • Consider a random process which produces an output value y, a member of a finite set У. • y may be any word in the set {dans, en, à, au cours de, pendant} • In generating y, the process may be influenced by some contextual information x, a mamber of a finite set X. • x could include the words in the English sentence surrounding in • To construct a stochastic model that accurately represents the behavior of the random process • Given a context x, the process will output y.

  13. Training data • Collect a large number of samples (x1, y1), (x2, y2),…, (xN, yN) • Each sample would consist of a phrase x containing the words surrounding in, together with the translation y of in which the process produced • Typically, a particular pair (x, y) will either not occur at all in the sample, or will occur at most a few times. • smoothing

  14. Features and constraints • The goal is to construct a statistical model of the process which generated the training sample • The building blocks of this model will be a set of statistics of the training sample • The frequency that in translated to either dans or en was 3/10 • The frequency that in translated to either dans or au cours de was ½ • And so on Statistics of the training sample

  15. Features and constraints • Conditioning information x • E.g., in the training sample, if April is the word following in, then the translation of in is en with frequency 9/10 • Indicator function • Expected value of f

  16. Features and constraints • We can express any statistic of the sample as the expected value of an appropriate binary-valued indicator function f • We call such function a feature function or feature for short

  17. Features and constraints • When we discover a statistic that we feel is useful, we can acknowledge its importance by requiring that our modelaccord with it • We do this by constraining the expected value that the model assigns to the corresponding feature function f • The expected value of f with respect to the model p(y | x) is

  18. Features and constraints • We constrain this expected value to be the same as the expected value of f in the training sample. That is, we require • We call the requirement (3) a constraint equationor simply a constraint • Combining (1), (2) and (3) yields

  19. Features and constraints • To sum up so far, we now have • A means of representing statistical phenomena inherent in a sample of data (namely, ) • A means of requiring that our model of the process exhibit these phenomena (namely, ) • Feature: • Is a binary-value function of (x, y) • Constraint • Is an equation between the expected value of the feature function in the model and its expected value in the training data

  20. The maxent principle • Suppose that we are given n feature functions fi, which determine statistics we feel are important in modeling the process. We would like our model to accord with these statistics • That is, we would like p to lie in the subset C of P defined by

  21. P P P P C1 C1 C1 C2 C2 (a) (b) (c) (d) • Figure 1: • If we impose no constraints, then all probability models are allowable • Imposing one linear constraint C1 restricts us to those pP which lie on the region defined by C1 • A second linear constraint could determine p exactly, if the two constraints are satisfiable, where the intersection of C1 and C2 is non-empty. p C1  C2 • Alternatively, a second linear constraint could be inconsistent with the first (i,e, C1  C2 = ); no pP can satisfy them both

  22. The maxent principle • In the present setting, however, the linear constraints are extracted from the training sample and cannot, by construction, be inconsistent • Furthermore, the linear constraints in our applications will not even come close to determining pP uniquely as they do in (c); instead, the set C =C1  C2  … Cn of allowable models will be infinite

  23. The maxent principle • Among the models pC, the maximum entropy philosophy dictates that we select the distribution which is most uniform • A mathematical measure of the uniformity of a conditional distribution p(y|x) is provided by the conditional entropy

  24. The maxent principle • The principle of maximum entropy • To select a model from a set C of allowed probability distributions, choose the model p★ C with maximum entropy H(p):

  25. Exponential form • The maximum entropy principle presents us with a problem in constrained optimization: find the p★Cwhich maximizes H(p) • Find

  26. Exponential form • We refer to this as the primal problem; it is a succinct way of saying that we seek to maximize H(p) subject to the following constraints: • 1. • 2. • This and the previous condition guarantee that p is a conditional probability distribution • 3. • In other words, p C, and so satisfies the active constraints C

  27. Exponential form • To solve this optimization problem, introduce the Lagrangian

  28. Exponential form

  29. Exponential form • We have thus found the parametric form of p★, and so we now take up the task of solving for the optimal values ★, ★. • Recognizing that the second factor in this equation is the factor corresponding to the second of the constraints listed above, we can rewrit (10) as where Z(x), the normalizing factor, is given by

  30. Exponential form • We have found ★but not yet ★. Towards this end we introduce some further notation. Define the dual function() asand the dual optimization problem as • Since p★and ★ are fixed, the righthand side of (14) has only the free variables ={1, 2,…, n}.

  31. Exponential form • Final result • The maximum entropy model subject to the constraints C has the parametric form p★ of (11), where Λ★can be determined by maximizing the dual function ()

  32. Maximum likelihood

  33. Maximum likelihood

  34. Outline (Maxent Modeling summary) • We began by seeking the conditional distribution p(y|x) which had maximal entropy H(p) subject to a set of linear constraints (7) • Following the traditional procedure in constrained optimization, we introduced the Lagrangian ( p,,), where , are a set of Lagrange multipliers for the constraints we imposed on p(y|x) • To find the solution to the optimization problem, we appealed to the Kuhn-Tucker theorem, which states that we can (1) first solve ( p,,) for p to get a parametric form for p★ in terms of , ; (2) then plug p★ back in to ( p,,), this time solving for ★, ★.

  35. Outline (Maxent Modeling summary) • The parametric form for p★ turns out to have the exponential form (11) • The ★ gives rise to the normalizing factor Z(x), given in (12) • The ★ will be solved for numerically using the dual function (14). Furthermore, it so happens that this function, (), is the log-likelihood for the exponential model p (11). So what started as the maximization of entropy subject to a set of linear constraints turns out to be equivalent to the unconstrained maximization of likelihood of a certain parametric family of distributions.

  36. Outline (Maxent Modeling summary) • Table 1 summarize the primal-dual framework

  37. Computing the parameters

More Related