Mathematical Psychology
About

Prototype Theory

Prototype theory models categorization as comparison to an abstract summary representation — the category prototype — with classification based on the similarity of new items to each category's central tendency.

P(A|x) = sim(x, μ_A) / (sim(x, μ_A) + sim(x, μ_B))

Prototype theory proposes that categories are mentally represented by a single summary representation — the prototype — typically the central tendency (mean) of the experienced category members. New items are classified by computing their similarity to each category's prototype, with the most similar category winning. This contrasts with exemplar models, which store all individual instances.

The Prototype Model

Prototype Classification Prototype: μ_A = mean of category A exemplars on each dimension
Distance: d(x, μ_A) = [Σ wₖ|xₖ − μ_Aₖ|ʳ]^(1/r)
Similarity: s(x, μ_A) = exp(−c · d(x, μ_A))
P(A|x) = s(x, μ_A) / Σ_j s(x, μⱼ)

Prototype vs. Exemplar Debate

The prototype-exemplar debate has been one of the most productive in cognitive psychology. Prototypes are more computationally efficient (storing one point per category vs. all exemplars) and naturally produce typicality gradients. However, exemplar models (like the GCM) can also produce prototype-like behavior as an emergent property of summing over many exemplars, and they additionally capture sensitivity to within-category variability, frequency effects, and exception items that pure prototype models cannot.

Modern research suggests that both prototype and exemplar representations may be used, depending on category structure (rule-based categories may favor prototypes, information-integration categories may favor exemplars) and individual differences.

Related Topics

References

  1. Rosch, E. (1975). Cognitive representations of semantic categories. Journal of Experimental Psychology: General, 104(3), 192–233. https://doi.org/10.1037/0096-3445.104.3.192
  2. Reed, S. K. (1972). Pattern recognition and categorization. Cognitive Psychology, 3(3), 382–407. https://doi.org/10.1016/0010-0285(72)90014-X
  3. Nosofsky, R. M. (1992). Exemplars, prototypes, and similarity rules. In A. F. Healy, S. M. Kosslyn, & R. M. Shiffrin (Eds.), From learning theory to connectionist theory: Essays in honor of William K. Estes (Vol. 1, pp. 149–167). Erlbaum. https://doi.org/10.4324/9781315807942
  4. Minda, J. P., & Smith, J. D. (2001). Prototypes in category learning: The effects of category size, category structure, and stimulus complexity. Journal of Experimental Psychology: Learning, Memory, and Cognition, 27(3), 775–799. https://doi.org/10.1037/0278-7393.27.3.775

External Links