Detection theory

Detection theory

Detection theory, or signal detection theory, is a means to quantify the ability to discern between signal and noise. According to the theory, there are a number of determiners of how a detecting system will detect a signal, and where its threshold levels will be. The theory can explain how changing the threshold will affect the ability to discern, often exposing how adapted the system is to the task, purpose or goal at which it is aimed.

When the detecting system is a human being, experience, expectations, physiological state (e.g. fatigue) and other factors can affect the threshold applied. For instance, a sentry in wartime will likely detect fainter stimuli than the same sentry in peacetime.

Much of the early work in detection theory was done by radar researchers.[1] By 1954 the theory was fully developed on the theoretical side as described by Peterson, Birdsall and Fox[2] and the foundation for the psychological theory was made by Wilson P. Tanner, David M. Green, and John A. Swets, also in 1954.[3] Detection theory was used in 1966 by John A. Swets and David M. Green for psychophysics.[4] Green and Swets criticized the traditional methods of psychophysics for their inability to discriminate between the real sensitivity of subjects and their (potential) response biases.[5]

Detection theory has applications in many fields such as diagnostics of any kind, quality control, telecommunications, and psychology. The concept is similar to the signal to noise ratio used in the sciences and confusion matrices used in artificial intelligence. It is also usable in alarm management, where it is important to separate important events from background noise.

Contents

Psychology

Signal detection theory (SDT) is used when psychologists want to measure the way we make decisions under conditions of uncertainty, such as how we would perceive distances in foggy conditions. SDT assumes that the decision maker is not a passive receiver of information, but an active decision-maker who makes difficult perceptual judgements under conditions of uncertainty. In foggy circumstances, we are forced to decide how far away from us an object is, based solely upon visual stimulus which is impaired by the fog. Since the brightness of the object, such as a traffic light, is used by the brain to discriminate the distance of an object, and the fog reduces the brightness of objects, we perceive the object to be much farther away than it actually is (see also decision theory).

To apply signal detection theory to a data set where stimuli were either present or absent, and the observer categorized each trial as having the stimulus present or absent, the trials are sorted into one of four categories:

Respond "Absent" Respond "Present"
Stimulus Present Miss Hit
Stimulus Absent Correct Rejection False Alarm

Based on the proportions of these types of trials, numerical estimates of sensitivity can be obtained with statistics like the sensitivity index d' and A', and response bias can be estimated with statistics like β.

Signal detection theory can also be applied to memory experiments, where items are presented on a study list for later testing. A test list is created by combining these 'old' items with novel, 'new' items that did not appear on the study list. On each test trial the subject will respond 'yes, this was on the study list' or 'no, this was not on the study list'. Items presented on the study list are called Targets, and new items are called Distractors. Saying 'Yes' to a target constitutes a Hit, while saying 'Yes' to a distractor constitutes a False Alarm.

Respond "No" Respond "Yes"
Target Miss Hit
Distractor Correct Rejection False Alarm

Applications

Signal Detection Theory has wide application, both in humans and other animals. Topics include memory, stimulus characterists of schedules of reinforcement, etc.

Sensitivity or discriminability

Conceptually, sensitivity refers to how hard or easy it is to detect that a target stimulus is present from background events. For example, in a recognition memory paradigm, having longer to study to-be-remembered words makes it easier to recognize previously seen or heard words. In contrast, having to remember 30 words rather than 5 makes the discrimination harder. One of the most commonly used statistics for computing sensitivity is the so-called sensitivity index, or d'. There are also non-parametric measures, such as the area under the ROC-curve[5].

Bias

Bias is the extent to which one response is more probable than another. That is, a receiver may be more likely to respond that a stimulus is present or more likely to respond that a stimulus is not present. Bias is independent of sensitivity. For example, if there is a penalty for either false alarms or misses, this may influence bias. If the stimulus is a bomber, then a miss (failing to detect the plane) may increase deaths, so a liberal bias is likely. In contrast, crying wolf (a false alarm) too often may make people less likely to respond, grounds for a conservative bias.

Mathematics

P(H1|y) > P(H2|y) / MAP Testing

In the case of making a decision between two hypotheses, H1, absent, and H2, present, in the event of a particular observation, y, a classical approach is to choose H1 when p(H1|y) > p(H2|y) and H2 in the reverse case.[6] In the event that the two a posteriori probabilities are equal, one typically defaults to a single choice, say H2. One could also flip a coin although the expected number of errors would be the same.

When taking this approach, usually what one knows are the conditional probabilities, p(y|H1) and p(y|H2), and the a priori probabilities p(H1) = π1 and p(H2) = π2. In this case,

p(H1|y) = \frac{p(y|H1) \cdot \pi_1}{p(y)} ,

p(H2|y) = \frac{p(y|H2) \cdot \pi_2}{p(y)}

where p(y) is the total probability of event y,

 p(y|H1) \cdot \pi_1 + p(y|H2) \cdot \pi_2 .

H2 is chosen in case

 \frac{p(y|H2) \cdot \pi_2}{p(y|H1) \cdot \pi_1 + p(y|H2) \cdot \pi_2} \ge \frac{p(y|H1) \cdot \pi_1}{p(y|H1) \cdot \pi_1 + p(y|H2) \cdot \pi_2}

 \Rightarrow \frac{p(y|H2)}{p(y|H1)} \ge \frac{\pi_1}{\pi_2}

and H1 otherwise.

Often, the ratio \frac{\pi_2}{\pi_1} is called τMAP and \frac{p(y|H2)}{p(y|H1)} is called L(y), the likelihood ratio.

Using this terminology, H2 is chosen in case L(y) \ge \tau_{MAP}. This is called MAP testing, where MAP stands for "maximum a posteriori").

Taking this approach minimizes the expected number of errors one will make.

Bayes Criterion

In some cases, it is far more important to respond appropriately to H1 than it is to respond appropriately to H2. For example, if one is trying to detect an incoming bomber known to be carrying a nuclear weapon, it is much more important to shoot down the bomber if it is there, than it is not to send a fighter squadron to inspect a false alarm (assuming a large supply of fighter squadrons). The Bayes criterion is an approach suitable for such cases.[6]

Here a utility is associated with each of four situations:

  • U11: One responds with behavior appropriate to H1 and H1 is true: fighters destroy bomber, incurring fuel, maintenance, and weapons costs, take risk of some being shot down;
  • U12: One responds with behavior appropriate to H1 and H2 is true: fighters sent out, incurring fuel and maintenance costs, bomber location remains unknown;
  • U21: One responds with behavior appropriate to H2 and H1 is true: city destroyed;
  • U22: One responds with behavior appropriate to H2 and H2 is true: fighters stay home, bomber location remains unknown;

As is shown below, what is important are the differences, U11U21 and U22U12.

Similarly, there are four probabilities, P11, P12, etc., for each of the cases (which are dependent on one's decision strategy).

The Bayes criterion approach is to maximize the expected utility:

 U = P_{11} \cdot U_{11} + P_{21} \cdot U_{21} + P_{12} \cdot U_{12} + P_{22} \cdot U_{22}

 U = P_{11} \cdot U_{11} + (1-P_{11}) \cdot U_{21} + P_{12} \cdot U_{21} + (1-P_{12}) \cdot U_{22}

 U = U_{12} + U_{21} + P_{11} \cdot (U_{11} - U_{21}) - P_{12} \cdot (U_{22} - U_{12})

Effectively, one may maximize the sum,

U' = P_{11} \cdot (U_{11} - U_{21}) - P_{12} \cdot (U_{22} - U_{12}) ,

and make the following substitutions:

P_{11} = \pi_1 \cdot \int_{R_1}p(y|H1)\, dy

P_{12} = \pi_2 \cdot \int_{R_1}p(y|H2)\, dy

where π1 and π2 are the a priori probabilities, P(H1) and P(H2), and R1 is the region of observation events, y, that are responded to as though H1 is true.

 \Rightarrow U' = \int_{R_1} \left \{ \pi_1 \cdot (U_{11} - U_{21}) \cdot p(y|H1) - \pi_2 \cdot (U_{22} - U_{12}) \cdot p(y|H2) \right \} \, dy

U' and thus U are maximized by extending R1 over the region where

\pi_1 \cdot (U_{11} - U_{21}) \cdot p(y|H1) - \pi_2 \cdot (U_{22} - U_{12}) \cdot p(y|H2) > 0

This is accomplished by deciding H2 in case

\pi_2 \cdot (U_{22} - U_{12}) \cdot p(y|H2) \ge \pi_1 \cdot (U_{11} - U_{21}) \cdot p(y|H1)

 \Rightarrow L(y) \equiv \frac{p(y|H2)}{p(y|H1)} \ge \frac{\pi_1 \cdot (U_{11} - U_{21})}{\pi_2 \cdot (U_{22} - U_{12})} \equiv \tau_B

and H1 otherwise, where L(y) is the so-defined likelihood ratio.

See also

References

  1. ^ Marcum, J. I. (1947). "A Statistical Theory of Target Detection by Pulsed Radar". The Research Memorandum: 90. http://www.rand.org/pubs/research_memoranda/RM754/. Retrieved 2009-06-28. 
  2. ^ Peterson,W.W., Birdsall, T. G. & Fox, W. C. (1954) The theory of signal detectability. Proceedings of the IRE Professional Group on Information Theory 4, 171-212.
  3. ^ Tanner Jr., Wilson P.; John A. Swets (1954-11). "A decision-making theory of visual detection.". Psychological Review. 61 (6): 401–409. doi:10.1037/h0058700. PMID 13215690. http://psycnet.apa.org/journals/rev/61/6/401/. Retrieved 2009-06-24. 
  4. ^ Swets, J.A. (ed.) (1964) Signal detection and recognition by human observers. New York: Wiley
  5. ^ a b Green, D.M., Swets J.A. (1966) Signal Detection Theory and Psychophysics. New York: Wiley. (ISBN 0-471-32420-5)
  6. ^ a b Schonhoff, T.A. and Giordano, A.A. (2006) Detection and Estimation Theory and Its Applications. New Jersey: Pearson Education (ISBN 0-13-089499-0)
  • Coren, S., Ward, L.M., Enns, J. T. (1994) Sensation and Perception. (4th Ed.) Toronto: Harcourt Brace.
  • Kay, SM. Fundamentals of Statistical Signal Processing: Detection Theory (ISBN 0-13-504135-X)
  • McNichol, D. (1972) A Primer of Signal Detection Theory. London: George Allen & Unwin.
  • Van Trees HL. Detection, Estimation, and Modulation Theory, Part 1 (ISBN 0-471-09517-6; website)
  • Wickens, Thomas D., (2002) Elementary Signal Detection Theory. New York: Oxford University Press. (ISBN 0-19-509250-3)

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Detection — In general, detection is the extraction of information from any clear or clouded ambient or otherwise accessible stream of information without neither support from the sender nor synchronization to the sender.In the history of radio… …   Wikipedia

  • Detection error tradeoff — A Detection Error Tradeoff graph is a graphical plot of error rates for binary classification systems, plotting false reject rate vs. false accept rate.[1] The x and y axes are scaled non linearly by their Normal Deviates, yielding tradeoff… …   Wikipedia

  • Theory of mind — is the ability to attribute mental states beliefs, intents, desires, pretending, knowledge, etc. to oneself and others and to understand that others have beliefs, desires and intentions that are different from one s own.[1] Though there are… …   Wikipedia

  • Theory of the firm — The theory of the firm consists of a number of economic theories that describe the nature of the firm, company, or corporation, including its existence, behavior, structure, and relationship to the market.[1] Contents 1 Overview 2 Background …   Wikipedia

  • Theory of camouflage — The theoretical basis for camouflage is the underlying methodology used in by camouflage, whether natural or man made. The definition of camouflage involves concealment and obscurity , whether applied to the natural coloration of animals, or the… …   Wikipedia

  • theory — A reasoned explanation of known facts or phenomena that serves as a basis of investigation by which to seek the truth. SEE ALSO: hypothesis, postulate. [G. theoria, a beholding, speculation, t., fr. theoros, a beholder] adsorption t. of narcosis… …   Medical dictionary

  • Information theory — Not to be confused with Information science. Information theory is a branch of applied mathematics and electrical engineering involving the quantification of information. Information theory was developed by Claude E. Shannon to find fundamental… …   Wikipedia

  • Estimation theory — is a branch of statistics and signal processing that deals with estimating the values of parameters based on measured/empirical data. The parameters describe an underlying physical setting in such a way that the value of the parameters affects… …   Wikipedia

  • Change detection — In statistical analysis, change detection tries to identify changes in the probability distribution of a stochastic process or time series. In general the problem concerns both detecting whether or not a change has occurred, or whether several… …   Wikipedia

  • Misuse detection — actively works against potential insider threats to vulnerable company data. Contents 1 Misuse 1.1 Theory 2 References 3 Further reading …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”