Memra

Fuzzy sets & Dempster-Shafer (breadth)

◈ 3 cards

Fuzzy membership functions and the fuzzify→evaluate→aggregate→defuzzify control cycle; the Dempster-Shafer belief interval [bel, pl] and how it represents ignorance — both at recognition level.

Fuzzy sets: degrees of membership

Classical (crisp) sets are binary — an element is in or out. A fuzzy set of a universe is defined by a membership function giving each element a degree of membership. A 5′9″ man might belong to medium height with degree and tall with degree simultaneously — which deliberately violates two classical axioms: exclusive membership, and the law of the excluded middle (he is partly in the set and partly in its complement).

The motivation is Zadeh’s key distinction: vagueness is not randomness. “Tall” is vague — there is no sharp threshold — but a person’s height is not random. Probability theory handles randomness; fuzzy logic handles vagueness. Conflating the two is the classic error to avoid.

The fuzzy control cycle (recognition level)

Fuzzy controllers (famously the inverted pendulum, and now consumer electronics) run a four-step cycle:

  1. Fuzzification — convert a crisp input (e.g. angle ) into membership degrees across fuzzy regions (e.g. Zero , Positive ).
  2. Rule evaluation — fire all matching fuzzy rules, combining premises with AND = min and OR = max (the same algebra as certainty factors), each producing an output region clipped to the premise’s strength.
  3. Aggregation — union all activated output regions.
  4. Defuzzification — collapse the aggregated fuzzy region back to a single crisp control value, usually by the centroid (center-of-mass) method.

The practical win: instead of solving differential equations in real time, the controller uses intuitive linguistic rules (“IF angle is Positive AND speed is Negative THEN do nothing”) and runs at near-circuit speed.

Dempster-Shafer: belief intervals for ignorance

Dempster-Shafer (D-S) theory assigns each hypothesis not a single number but a belief interval , where is the direct supporting evidence and the plausibility is an upper bound on belief. With no evidence, a hypothesis sits at genuine ignorance, explicitly represented. This is D-S’s headline advantage over Bayes: a Bayesian must assign a prior (say ), which cannot distinguish “I have no evidence” from “I have strong, perfectly balanced evidence.” The D-S interval shrinks as evidence accumulates, giving a natural measure of how much you actually know. Dempster’s rule of combination merges belief functions from independent sources, summing the products of masses over intersecting hypothesis sets and renormalizing by removing the mass that landed on the empty set (the conflict). A large empty-set mass signals that the sources strongly disagree.

ProbabilityCertainty factorDempster-Shafervaluep(H) ∈ [0,1]MB − MD ∈ [−1,1][bel, pl]negationp(¬H)=1−p(H)MB+MD ≠ 1 allowedpl = 1−bel(¬H)no evidencea prior is forcedCF = 0[0, 1] explicitlyignorance vsconflictsame numberMB, MD differwidth differsFuzzy logic is a fourth axis — vagueness, not evidence.
The three numeric formalisms side by side. The bottom two rows are the point: only probability is <em>forced</em> to commit to a number when it knows nothing, and only the CF pair and the D-S interval can tell "I have no evidence" apart from "I have strong evidence pointing both ways".
NORMAL ~/memra/learn/comp-456/fuzzy-sets-dempster-shafer utf-8 LF