| Literature DB >> 29874628 |
Abstract
The discrete resource model of working memory proposes that each individual has a fixed upper limit on the number of items they can store at one time, due to division of memory into a few independent "slots". According to this model, responses on short-term memory tasks consist of a mixture of noisy recall (when the tested item is in memory) and random guessing (when the item is not in memory). This provides two opportunities to estimate capacity for each observer: first, based on their frequency of random guesses, and second, based on the set size at which the variability of stored items reaches a plateau. The discrete resource model makes the simple prediction that these two estimates will coincide. Data from eight published visual working memory experiments provide strong evidence against such a correspondence. These results present a challenge for discrete models of working memory that impose a fixed capacity limit.Entities:
Keywords: Hybrid model; Precision; Resource model; Short-term memory; Slot model
Mesh:
Year: 2018 PMID: 29874628 PMCID: PMC6120059 DOI: 10.1016/j.cogpsych.2018.05.002
Source DB: PubMed Journal: Cogn Psychol ISSN: 0010-0285 Impact factor: 3.468
Fig. 1Two methods of estimating capacity, according to the discrete resource model. (a) Response errors arise from one of two distributions. When the item is in memory, with probability , a response is drawn from a von Mises distribution (blue) with width SD. When the item is out of memory, with probability , a response is drawn from a uniform (guessing) distribution (gray). (b) The number of items in memory, estimated by , reaches a maximum at the capacity limit, providing a capacity estimate . (c) The width of the von Mises distribution, SD reaches a maximum and plateaus when the capacity limit is reached, providing a second capacity estimate . (For interpretation of the references to color in this figure legend, the reader is referred to the web version of this article.)
Fig. 2Capacity estimate obtained from the frequency of guessing () as a function of capacity estimated from the plateau in variability (). Each datapoint represents one participant. Each panel presents data from a different study, with data pooled across studies shown bottom right. Red line and colored patch indicate regression line of best fit 1 SE. If the capacity estimates correspond they should cluster along the dashed line of equality. P-values indicate significance of a test for deviation from equality. (For interpretation of the references to color in this figure legend, the reader is referred to the web version of this article.)
Fig. 3Bayesian hierarchical model parameters. (a) Posterior distributions of the population mean capacity derived from SD (left) and (right). Data points indicate posterior means. (b) Posterior distributions of the population standard deviation of capacity derived from each source. (c) Posterior distribution of the correlation between capacity estimates derived from each source.
| data { |
| for (i in 1:nsubj) { |
| for (j in 1:nn) { |
| KK[i,j] = ns[1,j]∗pm[i,j] |
| } |
| K_pm[i] <- max(KK[i,]) |
| } |
| } |
| model { |
| for (i in 1:nsubj) { |
| for (j in m[i,1:nm[i,1]]) { |
| sd[i,j] ∼ dnorm(mu[i,j], tau) T(0,) |
| mu[i,j] <- sd1[i] ∗ sqrt(min(ns[i,j], max(K_est[i,1], 0)) ) |
| } |
| sd1[i] ∼ dnorm(sd1_mu, sd1_tau) T(0,) |
| K_pm[i] ∼ dnorm(K_est[i,2], tau_pm) T(0,) |
| K_est[i,1:2] ∼ dmnorm(K_mu[1:2], K_omega[1:2, 1:2]) |
| } |
| tau ∼ dgamma(10∧-3, 10∧-3) |
| tau_pm ∼ dgamma(10∧-3, 10∧-3) |
| sd1_mu ∼ dnorm(10.0, 10∧-3) T(0,) |
| sd1_tau ∼ dgamma(10∧-3, 10∧-3) |
| R[1,1:2] <- c(1, 0) |
| R[2,1:2] <- c(0, 1) |
| K_omega ∼ dwish(R, 2) |
| for (i in 1:2) { |
| K_mu[i] ∼ dnorm(4, 10∧-3) T(0,) |
| } |
| } |
| pm[i,j] | |
|---|---|
| sd[i,j] | |
| nsubj | Number of participants |
| nn | Maximum set size |
| nm[i,1] | Number of set sizes tested for participant |
| m[i,j] | |
| ns[i,j] | index array of set sizes in form e.g. |