今天挺paper reading的時候,聽到了最大化互信息,還不清楚互信息是個什么東東,google了一下,從
http://en.wikipedia.org/wiki/Mutual_information
摘過來了:
Definition of mutual information
Formally, the mutual information of two discrete random variables X and Y can be defined as:
where p(x,y) is the joint probability distribution function of X and Y, and p1(x) and p2(y) are the marginal probability distribution functions of X and Y respectively.
In the continuous case, we replace summation by a definite double integral:
where p(x,y) is now the joint probability density function of X and Y, and p1(x) and p2(y) are the marginal probability density functions of X and Y respectively.
These definitions are ambiguous because the base of the log function is not specified. To disambiguate, the function I could be parameterized as I(X,Y,b) where b is the base. Alternatively, since the most common unit of measurement of mutual information is the bit, a base of 2 could be specified.
Intuitively, mutual information measures the information that X and Y share: it measures how much knowing one of these variables reduces our uncertainty about the other. For example, if X and Y are independent, then knowing X does not give any information about Y and vice versa, so their mutual information is zero. At the other extreme, if X and Y are identical then all information conveyed by X is shared with Y: knowing X determines the value of Y and vice versa. As a result, the mutual information is the same as the uncertainty contained in Y (or X) alone, namely the entropy of Y (or X: clearly if X and Y are identical they have equal entropy).
Mutual information quantifies the dependence between the joint distribution of X and Y and what the joint distribution would be if X and Y were independent. Mutual information is a measure of dependence in the following sense: I(X; Y) = 0 if and only if X and Y are independent random variables. This is easy to see in one direction: if X and Y are independent, then p(x,y) = p(x) × p(y), and therefore:
Moreover, mutual information is nonnegative (i.e. I(X;Y)≥0; see below) and symmetric (i.e. I(X;Y) = I(Y;X)).
Mutual information can be equivalently expressed as
where H(X) and H(Y) are the marginal entropies, H(X|Y) and H(Y|X) are the conditional entropies, and H(X,Y) is the joint entropy of X and Y. Since H(X) ≥ H(X|Y), this characterization is consistent with the nonnegativity property stated above.
Intuitively, if entropy H(X) is regarded as a measure of uncertainty about a random variable, then H(X|Y) is a measure of what Y does not say about X. This is “the amount of uncertainty remaining about X after Y is known”, and thus the right side of the first of these equalities can be read as “the amount of uncertainty in X, minus the amount of uncertainty in X which remains after Y is known”, which is equivalent to “the amount of uncertainty in X which is removed by knowing Y“. This corroborates the intuitive meaning of mutual information as the amount of information (that is, reduction in uncertainty) that knowing either variable provides about the other.
Note that in the discrete case H(X|X) = 0 and therefore H(X) = I(X;X). Thus I(X;X) ≥ I(X;Y), and one can formulate the basic principle that a variable contains more information about itself than any other variable can provide.
Mutual information can also be expressed as a Kullback-Leibler pergence, of the product p(x) × p(y) of the marginal distributions of the two random variables X and Y, from p(x,y) the random variables’ joint distribution:
Furthermore, let p(x|y) = p(x, y) / p(y). Then
Thus mutual information can thus also be understood as the expectation of the Kullback-Leibler pergence of the univariate distribution p(x) of X from the conditional distribution p(x|y) of X given Y: the more different the distributions p(x|y) and p(x), the greater the information gain.
Several variations on the mutual information have been proposed to suit various needs. Among these are normalized variants and generalizations to more than two variables.
Many applications require a metric, that is, a distance measure between points. The quantity
satisfies the basic properties of a metric; most importantly, the triangle inequality, but also non-negativity, indiscernability and symmetry. In addition, one also has , and so
The metric D is a universal metric, in that if any other distance measure places X and Y close-by, then the D will also judge them close.[1].
Sometimes it is useful to express the mutual information of two random variables conditioned on a third.
which can be simplified as
Conditioning on a third random variable may either increase or decrease the mutual information, but it is always true that
for discrete, jointly distributed random variables X, Y, Z. This result has been used as a basic building block for proving other inequalities in information theory.
Several generalizations of mutual information to more than two random variables have been proposed, such as total correlation and interaction information. If Shannon entropy is viewed as a signed measure in the context of information diagrams, as explained in the article Information theory and measure theory, then the only definition of multivariate mutual information that makes sense is as follows:
and for n > 1,
where (as above) we define
(This definition of multivariate mutual information is identical to that of interaction information except for a change in sign when the number of random variables is odd.)
Some have criticized the blind application of information diagrams used to derive the above definition, and indeed it has found rather limited practical application, since it is difficult to visualize or grasp the significance of this quantity for a large number of random variables. It can be zero, positive, or negative for any
One high-dimensional generalization scheme that maximizes the mutual information between the joint distribution and other target variables is found be useful in feature selection.
Normalized variants of the mutual information are provided by the coefficients of constraint (Coombs, Dawes & Tversky 1970) or uncertainty coefficient (Press & Flannery 1988)
The two coefficients are not necessarily equal. A more useful and symmetric scaled information measure is the redundancy[citation needed]
which attains a minimum of zero when the variables are independent and a maximum value of
when one variable becomes completely redundant with the knowledge of the other. See also Redundancy (information theory). Another symmetrical measure is the symmetric uncertainty (Witten & Frank 2005), given by
which represents a weighted average of the two uncertainty coefficients (Press & Flannery 1988).
Other normalized versions are provided by the following expressions (Yao 2003, Strehl & Ghosh 2002).
The quantity
is a metric, i.e. satisfies the triangle inequality, etc. The metric is also a universal metric.[2]
In the traditional formulation of the mutual information,
each event or object specified by (x,y) is weighted by the corresponding probability p(x,y). This assumes that all objects or events are equivalent apart from their probability of occurrence. However, in some applications it may be the case that certain objects or events are more significant than others, or that certain patterns of association are more semantically important than others.
For example, the deterministic mapping {(1,1),(2,2),(3,3)} may be viewed as stronger (by some standard) than the deterministic mapping {(1,3),(2,1),(3,2)}, although these relationships would yield the same mutual information. This is because the mutual information is not sensitive at all to any inherent ordering in the variable values (Cronbach 1954, Coombs & Dawes 1970, Lockhead 1970), and is therefore not sensitive at all to the form of the relational mapping between the associated variables. If it is desired that the former relation — showing agreement on all variable values — be judged stronger than the later relation, then it is possible to use the following weighted mutual information (Guiasu 1977)
which places a weight w(x,y) on the probability of each variable value co-occurrence, p(x,y). This allows that certain probabilities may carry more or less significance than others, thereby allowing the quantification of relevant holistic or pr?gnanz factors. In the above example, using larger relative weights for w(1,1), w(2,2), and w(3,3) would have the effect of assessing greater informativeness for the relation {(1,1),(2,2),(3,3)} than for the relation {(1,3),(2,1),(3,2)}, which may be desirable in some cases of pattern recognition, and the like. There has been little mathematical work done on the weighted mutual information and its properties, however.
Using the ideas of Kolmogorov complexity, one can consider the mutual information of two sequences independent of any probability distribution:
To establish that this quantity is symmetric up to a logarithmic factor () requires the chain rule for Kolmogorov complexity (Li 1997). Approximations of this quantity via compression can be used to define a distance measure to perform a hierarchical clustering of sequences without having any domain knowledge of the sequences (Cilibrasi 2005).
In many applications, one wants to maximize mutual information (thus increasing dependencies), which is often equivalent to minimizing conditional entropy. Examples include:
本文由 貴州做網站公司 整理發布,部分圖文來源于互聯網,如有侵權,請聯系我們刪除,謝謝!
網絡推廣與網站優化公司(網絡優化與推廣專家)作為數字營銷領域的核心服務提供方,其價值在于通過技術手段與策略規劃幫助企業提升線上曝光度、用戶轉化率及品牌影響力。這...
在當今數字化時代,公司網站已成為企業展示形象、傳遞信息和開展業務的重要平臺。然而,對于許多公司來說,網站建設的價格是一個關鍵考量因素。本文將圍繞“公司網站建設價...
在當今的數字化時代,企業網站已成為企業展示形象、吸引客戶和開展業務的重要平臺。然而,對于許多中小企業來說,高昂的網站建設費用可能會成為其發展的瓶頸。幸運的是,隨...
平板上的英特爾z8500相當于臺式機什么級別的處理器?Intel z8500相當于臺式機E2100,因為在過去的五年中沒有這樣低性能的處理器。Z系列處理器是inter為上網本或平板電腦開發的超低功耗(約4W)處理器。你不能玩游戲。性能遠遠不夠,即使是lol級別最低的特效小網游,也卡爆了corem和z8700或z8500性能差距多大?差別很大。Z8700是471,比snapdragon 810好。Z...
PSP怎么換主題?你可以把下載的主題文件放到PSP/THEME中,然后打開PSP設置,在主題設置中選擇你喜歡的主題。CXMB是一個PSP主題插件。通過這個插件,PSP主題不僅可以改變界面中每個按鈕的圖標,還可以改變按鈕位置、界面結構、菜單字體、音量按鈕、系統音效甚至開機畫面。但是主題包安裝起來比較麻煩,PSP一不小心就會變成磚頭。樓主要用的話,很多論壇都有。你可以試試。里面會有更詳細的解釋。不懂就...
為什么普通火車票有懷化南站與懷化站?懷化南站以前是高鐵站,只用高鐵。今年以來,很多普通列車也進站了,所以買票的時候會顯示懷化站和懷化南站。但是兩站之間的交通很方便,有直達車。所以唐 不要太擔心換臺。此外,懷化南站也有直達懷化 的下屬縣。為什么普通火車票有懷化南站與懷化站?因為懷化南站是高鐵站,懷化站是普通列車。懷化南站創辦于2012年10月;2013年6月完成主體工程建設;2014年12月竣工,正...