Mathematical Psychology
About

Bayesian Concept Learning

Bayesian concept learning, exemplified by Tenenbaum's number game, explains how people generalize from a few examples by computing posterior probabilities over a hypothesis space using the size principle.

Joshua Tenenbaum's Bayesian model of concept learning (1999, 2001) addresses a fundamental question: how do people learn a new concept from just a few positive examples? The model uses Bayesian inference over a hypothesis space of possible concepts, with the "size principle" — the likelihood is inversely proportional to hypothesis size — explaining why people favor specific hypotheses that tightly fit the observed examples.

The Size Principle

Bayesian Concept Learning P(h|X) ∝ P(X|h) · P(h)

Likelihood (strong sampling): P(X|h) = (1/|h|)ⁿ for X ⊂ h, 0 otherwise
|h| = size of hypothesis h
n = number of examples

Smaller hypotheses get exponentially higher likelihood

The size principle creates a natural Occam's razor: hypotheses that are consistent with the data but overly broad (large |h|) receive low likelihood. If someone tells you a concept includes {16, 8, 2, 64}, the hypothesis "powers of 2" (small set) is strongly favored over "even numbers" (larger set) or "all numbers less than 100" (even larger). This preference for the most specific consistent hypothesis emerges naturally from the probabilistic framework without any explicit complexity penalty.

Significance

Bayesian concept learning demonstrated that human generalization patterns — which had seemed to require complex, domain-specific inductive biases — could be explained by a general-purpose Bayesian mechanism applied to structured hypothesis spaces. This work launched a productive program of "Bayesian cognitive science" that has been applied to causal reasoning, language acquisition, and intuitive physics.

Related Topics

References

  1. Tenenbaum, J. B. (1999). Bayesian modeling of human concept learning. Advances in Neural Information Processing Systems, 11, 59–65. https://doi.org/10.5555/3009657.3009665
  2. Tenenbaum, J. B., & Griffiths, T. L. (2001). Generalization, similarity, and Bayesian inference. Behavioral and Brain Sciences, 24(4), 629–640. https://doi.org/10.1017/S0140525X01000061
  3. Goodman, N. D., Tenenbaum, J. B., Feldman, J., & Griffiths, T. L. (2008). A rational analysis of rule-based concept learning. Cognitive Science, 32(1), 108–154. https://doi.org/10.1080/03640210701802071
  4. Xu, F., & Tenenbaum, J. B. (2007). Word learning as Bayesian inference. Psychological Review, 114(2), 245–272. https://doi.org/10.1037/0033-295X.114.2.245

External Links