HOME

TheInfoList



OR:

Subjective logic is a type of probabilistic logic that explicitly takes epistemic
uncertainty Uncertainty or incertitude refers to situations involving imperfect or unknown information. It applies to predictions of future events, to physical measurements that are already made, or to the unknown, and is particularly relevant for decision ...
and source trust into account. In general, subjective logic is suitable for modeling and analysing situations involving uncertainty and relatively unreliable sources.A. Jøsang. ''Subjective Logic: A formalism for reasoning under uncertainty''. Springer Verlag, 2016A. Jøsang. Artificial Reasoning with Subjective Logic. ''Proceedings of the Second Australian Workshop on Commonsense Reasoning'', Perth, Australia, 1997.A. Jøsang. A Logic for Uncertain Probabilities. '' International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems.'' 9(3), pp. 279–311, June 2001
PDF
/ref> For example, it can be used for modeling and analysing trust networks and
Bayesian network A Bayesian network (also known as a Bayes network, Bayes net, belief network, or decision network) is a probabilistic graphical model that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG). Whi ...
s. Arguments in subjective logic are subjective opinions about state variables which can take values from a domain (aka
state space In computer science, a state space is a discrete space representing the set of all possible configurations of a system. It is a useful abstraction for reasoning about the behavior of a given system and is widely used in the fields of artificial ...
), where a state value can be thought of as a proposition which can be true or false. A binomial opinion applies to a binary state variable, and can be represented as a Beta PDF (Probability Density Function). A multinomial opinion applies to a state variable of multiple possible values, and can be represented as a Dirichlet PDF (Probability Density Function). Through the correspondence between opinions and Beta/Dirichlet distributions, subjective logic provides an algebra for these functions. Opinions are also related to the belief representation in Dempster–Shafer belief theory. A fundamental aspect of the human condition is that nobody can ever determine with absolute certainty whether a proposition about the world is true or false. In addition, whenever the truth of a proposition is expressed, it is always done by an individual, and it can never be considered to represent a general and objective belief. These philosophical ideas are directly reflected in the mathematical formalism of subjective logic.


Subjective opinions

Subjective opinions express subjective beliefs about the truth of state values/propositions with degrees of epistemic
uncertainty Uncertainty or incertitude refers to situations involving imperfect or unknown information. It applies to predictions of future events, to physical measurements that are already made, or to the unknown, and is particularly relevant for decision ...
, and can explicitly indicate the source of belief whenever required. An opinion is usually denoted as \omega^_ where A\,\! is the source of the opinion, and X\,\! is the state variable to which the opinion applies. The variable X\,\! can take values from a domain (also called state space) e.g. denoted as \mathbb. The values of a domain are assumed to be exhaustive and mutually disjoint, and sources are assumed to have a common semantic interpretation of a domain. The source and variable are attributes of an opinion. Indication of the source can be omitted whenever irrelevant.


Binomial opinions

Let x\,\! be a state value in a binary domain. A binomial opinion about the truth of state value x\,\! is the ordered quadruple \omega_ = (b_x,d_x,u_x,a_x)\,\! where: These components satisfy b_x+d_x+u_x=1\,\! and b_x,d_x,u_x,a_x \in ,1,\!. The characteristics of various opinion classes are listed below. The projected probability of a binomial opinion is defined as \mathrm_=b_ + a_ u_\,\!. Binomial opinions can be represented on an equilateral triangle as shown below. A point inside the triangle represents a (b_x,d_x,u_x)\,\! triple. The ''b'',''d'',''u''-axes run from one edge to the opposite vertex indicated by the Belief, Disbelief or Uncertainty label. For example, a strong positive opinion is represented by a point towards the bottom right Belief vertex. The base rate, also called the prior probability, is shown as a red pointer along the base line, and the projected probability, \mathrm_\,\!, is formed by projecting the opinion onto the base, parallel to the base rate projector line. Opinions about three values/propositions X, Y and Z are visualized on the triangle to the left, and their equivalent Beta PDFs (Probability Density Functions) are visualized on the plots to the right. The numerical values and verbal qualitative descriptions of each opinion are also shown. The Beta PDF is normally denoted as \mathrm(p(x);\alpha,\beta)\,\! where \alpha\,\! and \beta\,\! are its two strength parameters. The Beta PDF of a binomial opinion \omega_x = (b_x,d_x,u_x,a_x)\,\! is the function \mathrm(p(x);\alpha,\beta) \mbox \begin \alpha &= \frac+Wa_x\\ \beta &= \frac+W(1-a_x) \end \,\! where W is the noninformative prior weight, also called a unit of evidence, normally set to W=2.


Multinomial opinions

Let X\,\! be a state variable which can take state values x\in\mathbb\,\!. A multinomial opinion over X\,\! is the tuple \omega_=(b_, u_, a_)\,\!, where b_\,\! is a belief mass distribution over the possible state values of X\,\!, u_\,\! is the uncertainty mass, and a_\,\! is the prior (base rate) probability distribution over the possible state values of X\,\!. These parameters satisfy u_+\sum b_(x) = 1\,\! and \sum a_(x) = 1\,\! as well as b_(x),u_,a_(x) \in ,1,\!. Trinomial opinions can be simply visualised as points inside a
tetrahedron In geometry, a tetrahedron (: tetrahedra or tetrahedrons), also known as a triangular pyramid, is a polyhedron composed of four triangular Face (geometry), faces, six straight Edge (geometry), edges, and four vertex (geometry), vertices. The tet ...
, but opinions with dimensions larger than trinomial do not lend themselves to simple visualisation. Dirichlet PDFs are normally denoted as \mathrm(p_;\alpha_)\,\! where p_\,\! is a probability distribution over the state values of X, and \alpha_\,\! are the strength parameters. The Dirichlet PDF of a multinomial opinion \omega_ = (b_,u_,a_)\,\! is the function \mathrm(p_;\alpha_) where the strength parameters are given by \alpha_(x) = \frac+Wa_(x)\,\! , where W is the noninformative prior weight, also called a unit of evidence, normally set to W = 2. Alternatively, the noninformative prior weight W can be dynamic as a function of the evidence strength \alpha_ and the cardinality k of the state space \mathbb,A. Jøsang, J.H. Cho, and F. Chen. Noninformative Prior Weights for Dirichlet PDFs. ''Proceedings of the 2022 IEEE International Conference on Multisensor Fusion and Integration (MFI 2022)'', Cranfield, UK, September 2022
PDF
/ref> where W=k when \alpha_ = a_ (vacuous opinion), and rapidly converges to W = 2 with increasing evidence strength (belief mass). The advantage of a dynamic W is to have a uniform Dirichlet for vacuous opinions with a uniform base rate distribution a_, while at the same time ensuring that any Dirichlet with arbitrarily large cardinality is equally sensitive to new evidence, as would be expected.


Operators

Most operators in the table below are generalisations of binary logic and probability operators. For example ''addition'' is simply a generalisation of addition of probabilities. Some operators are only meaningful for combining binomial opinions, and some also apply to multinomial opinion.A. Jøsang. Probabilistic Logic Under Uncertainty. ''Proceedings of Computing: The Australian Theory Symposium (CATS'07)'', Ballarat, January 2007. Most operators are binary, but ''complement'' is unary, and ''abduction'' is ternary. See the referenced publications for mathematical details of each operator. Transitive source combination can be denoted in a compact or expanded form. For example, the transitive trust path from analyst/source A\,\! via source B\,\! to the variable X\,\! can be denoted as ;B,X,\! in compact form, or as ;B ,X,\! in expanded form. Here, ;B,\! expresses that A has some trust/distrust in source B, whereas ,X,\! expresses that B has an opinion about the state of variable X which is given as an advice to A. The expanded form is the most general, and corresponds directly to the way subjective logic expressions are formed with operators.


Properties

In case the argument opinions are equivalent to Boolean TRUE or FALSE, the result of any subjective logic operator is always equal to that of the corresponding propositional/binary logic operator. Similarly, when the argument opinions are equivalent to traditional probabilities, the result of any subjective logic operator is always equal to that of the corresponding probability operator (when it exists). In case the argument opinions contain degrees of uncertainty, the operators involving multiplication and division (including deduction, abduction and Bayes' theorem) will produce derived opinions that always have correct projected
probability Probability is a branch of mathematics and statistics concerning events and numerical descriptions of how likely they are to occur. The probability of an event is a number between 0 and 1; the larger the probability, the more likely an e ...
but possibly with approximate
variance In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion ...
when seen as Beta/Dirichlet PDFs. All other operators produce opinions where the projected probabilities and the variance are always analytically correct. Different logic formulas that traditionally are equivalent in propositional logic do not necessarily have equal opinions. For example \omega_ \neq \omega_\,\! in general although the
distributivity In mathematics, the distributive property of binary operations is a generalization of the distributive law, which asserts that the equality x \cdot (y + z) = x \cdot y + x \cdot z is always true in elementary algebra. For example, in elementary ...
of conjunction over disjunction, expressed as x\land (y\lor z) \Leftrightarrow (x \land y)\lor (x\land z)\,\!, holds in binary propositional logic. This is no surprise as the corresponding probability operators are also non-distributive. However, multiplication is distributive over addition, as expressed by \omega_ = \omega_\,\!.
De Morgan's laws In propositional calculus, propositional logic and Boolean algebra, De Morgan's laws, also known as De Morgan's theorem, are a pair of transformation rules that are both Validity (logic), valid rule of inference, rules of inference. They are nam ...
are also satisfied as e.g. expressed by \omega_ = \omega_\,\! . Subjective logic allows very efficient computation of mathematically complex models. This is possible by approximation of the analytically correct functions. While it is relatively simple to analytically multiply two Beta PDFs in the form of a joint Beta PDF, anything more complex than that quickly becomes intractable. When combining two Beta PDFs with some operator/connective, the analytical result is not always a Beta PDF and can involve
hypergeometric series In mathematics, the Gaussian or ordinary hypergeometric function 2''F''1(''a'',''b'';''c'';''z'') is a special function represented by the hypergeometric series, that includes many other special functions as specific or limiting cases. It is ...
. In such cases, subjective logic always approximates the result as an opinion that is equivalent to a Beta PDF.


Applications

Subjective logic is applicable when the situation to be analysed is characterised by considerable epistemic
uncertainty Uncertainty or incertitude refers to situations involving imperfect or unknown information. It applies to predictions of future events, to physical measurements that are already made, or to the unknown, and is particularly relevant for decision ...
due to incomplete knowledge. In this way, subjective logic becomes a probabilistic logic for epistemic-uncertain probabilities. The advantage is that uncertainty is preserved throughout the analysis and is made explicit in the results so that it is possible to distinguish between certain and uncertain conclusions. The modelling of trust networks and
Bayesian network A Bayesian network (also known as a Bayes network, Bayes net, belief network, or decision network) is a probabilistic graphical model that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG). Whi ...
s are typical applications of subjective logic.


Subjective trust networks

Subjective trust networks can be modelled with a combination of the transitivity and fusion operators. Let ;B,\! express the referral trust edge from A\,\! to B\,\!, and let ,X,\! express the belief edge from B\,\! to X\,\!. A subjective trust network can for example be expressed as ( ;B ,X\diamond( ;C ,X\,\! as illustrated in the figure below. The indices 1, 2 and 3 indicate the chronological order in which the trust edges and advice are formed. Thus, given the set of trust edges with index 1, the origin trustor A\,\! receives advice from B\,\! and C\,\!, and is thereby able to derive belief in variable X\,\!. By expressing each trust edge and belief edge as an opinion, it is possible for A\,\! to derive belief in X\,\! expressed as \omega^_ = \omega^_ = (\omega^_\otimes \omega^_) \oplus (\omega^_\otimes \omega^_)\,\!. Trust networks can express the reliability of information sources, and can be used to determine subjective opinions about variables that the sources provide information about. Evidence-based subjective logic (EBSL) describes an alternative trust-network computation, where the transitivity of opinions (discounting) is handled by applying weights to the evidence underlying the opinions.


Subjective Bayesian networks

In the Bayesian network below, X\,\! and Y\,\! are parent variables and Z\,\! is the child variable. The analyst must learn the set of joint conditional opinions \omega_ in order to apply the deduction operator and derive the marginal opinion \omega_ on the variable Z. The conditional opinions express a conditional relationship between the parent variables and the child variable. The deduced opinion is computed as \omega_ = \omega_ \circledcirc \omega_. The joint evidence opinion \omega_ can be computed as the product of independent evidence opinions on X\,\! and Y\,\!, or as the joint product of partially dependent evidence opinions.


Subjective networks

The combination of a subjective trust network and a subjective Bayesian network is a subjective network. The subjective trust network can be used to obtain from various sources the opinions to be used as input opinions to the subjective Bayesian network, as illustrated in the figure below. Traditional Bayesian network typically do not take into account the reliability of the sources. In subjective networks, the trust in sources is explicitly taken into account.


References


External links


Subjective Logic
by Audun Jøsang
Subjective Logic Experimentation Framework
based on Subjective Logic Operators in Trust Assessment: An Empirical Study by F. Cerutti, L. M. Kaplan, T. J. Norman, N. Oren, and A. Toniolo {{DEFAULTSORT:Subjective Logic Bayesian statistics Non-classical logic