Research note · Interactive

Memory research visualization

An interactive view of the differential aging trajectories of distinct human memory systems — working, episodic, semantic, procedural, processing speed — with demographic subgroup comparison across education, sex, childhood SES, bilingualism, exercise, and clinical status.

Interactive chart

Two interactive views. Lifespan shows trajectories of each memory system across age 20–85 with demographic subgroup comparison. Encoding & retention shows how much of a newly-encoded memory remains over time, under different practice and condition tiers. All curves are stylized illustrations of patterns from the literature, not empirical data.

Compare by

Stylized curves illustrating patterns from longitudinal studies (Seattle Longitudinal Study, Baltimore Longitudinal Study of Aging) and meta-analyses (Salthouse; Park & Reuter-Lorenz; Rönnlund). Y-axis is relative performance, not raw score. Curves show population averages; within-group variance is large.

Project goal

Render the differential aging trajectories of distinct human memory systems across the adult lifespan, and let the user toggle between demographic groupings to see how each subgroup modifies the curves. The artifact is built to be a starting point for iteration: replace stylized curves with empirical data, expand the systems shown, expand the demographic dimensions, and improve the presentation.

Research synthesis

Memory taxonomies relied on

Differential aging pattern (general population baseline)

Memory typePeak ageDecline shape
Working memory~25Steady decline from 20s, accelerates after 60
Episodic memory~25Reliable decline throughout adulthood; recognition more preserved than recall
Semantic memory60sRises through midlife, slow decline late
Procedural memory~30Largely preserved; slower acquisition but good retention
Processing speed~20Steepest steady decline of any system
Prospective memory (lab)~25Declines; real-world performance often preserved via compensation

Theoretical anchors: Salthouse processing-speed theory; Park & Reuter-Lorenz scaffolding theory of aging and cognition (STAC / STAC-r); Cattell-Horn fluid vs crystallized distinction maps onto fluid-like systems (WM, processing speed, episodic) vs crystallized-like (semantic).

Demographic dimensions in the widget

  1. General population — baseline curves above.
  2. Education (low ≤HS / college / graduate) — cognitive reserve (Stern). Higher education raises baseline and flattens decline, especially for WM and episodic; small effect on procedural and semantic. Confounded with SES.
  3. Sex (female / male average) — small effects, d ≈ 0.2–0.5, heavy overlap. Female advantage on verbal episodic recall; male advantage on visuospatial WM. Verbal-memory advantage in females may delay AD detection on standard tests.
  4. Childhood SES (low / medium / high) — hippocampal and prefrontal sensitivity to early environment (Noble, Farah, Hackman). Persists into adulthood. Strongest on WM and episodic.
  5. Adult SES (low / medium / high) — ongoing effects via occupational complexity (Schooler), cognitive engagement, healthcare access, and stress exposure. Effect concentrated in late-life decline rate rather than early-life baseline. Confounded with education and childhood SES; modeled here as net of those.
  6. Bilingualism (monolingual / bilingual) — modest reserve effect on executive control and WM, mainly in older adulthood. Actively contested (Bialystok positive findings vs Paap critiques) — widget shows the optimistic end of the range.
  7. Physical exercise (sedentary / active) — aerobic fitness associated with preserved hippocampal volume and slower WM/episodic decline (Erickson, Kramer). Reliable in midlife and later.
  8. Diabetes (none / type 1 / type 2) — modest cognitive deficits in T1D (Brands et al. 2005; Brinkman et al. 2012 meta-analyses), strongest in processing speed and verbal memory; severe-hypoglycemia history and childhood onset are the main moderators. T2D shows larger effects, accelerated late-life decline, and elevated dementia risk via vascular and metabolic pathways (Biessels; Whitmer).
  9. Cognitive engagement (low / moderate / high) — sustained reading, puzzles, and novel learning build reserve (Stern); high engagement flattens decline across episodic and semantic memory, magnitude comparable to formal education (Wilson 2007, 2013).
  10. Sleep quality (chronic short / normal / good) — slow-wave sleep supports episodic consolidation (Walker); chronic short sleep accelerates episodic and processing-speed decline, effect concentrated in late life (Lim & Yaffe 2013; Spira 2013).
  11. Media multitasking (light / heavy) — Ophir, Nass & Wagner (2009) reported attention-filtering deficits in heavy multitaskers, but later replications and a 118-study meta-analysis find only a small, age-uncertain effect on working memory and attention (Wiradhany 2017) — magnitudes here are intentionally tiny.
  12. Hearing loss (none / mild-moderate / severe) — Lancet Commission 2020 ranks midlife hearing loss the largest modifiable dementia risk factor (Livingston); each 10 dB raises decline risk ~16–27%, hitting verbal-episodic and processing speed hardest (Lin 2011).
  13. APOE ε4 status (non-carrier / heterozygous / homozygous) — clear allele-dose effect on age of decline onset, ~50s in homozygotes, ~60s in heterozygotes, ~70s in non-carriers (Caselli 2009); episodic memory is the predominant target (Liu 2013).
  14. Clinical status (healthy / MCI / early Alzheimer's) — disease starts in medial temporal lobe, so episodic memory collapses first and most severely. Procedural relatively preserved even at moderate AD. MCI is increasingly treated as a clinical prodrome.

Longitudinal data sources that inform the curve shapes

Critical caveats

Stylized, not empirical. All curves in the current implementation illustrate patterns from the literature; they are not calibrated to a specific dataset, instrument, or normative sample. Before publishing or citing, replace with empirical data.

The curves are calibrated to reflect:

Other caveats baked into the framing:

Implementation

Built as an HTML widget using Chart.js 4.4.1 (loaded from cdnjs). Two control groups (demographic dimension, memory type), a custom HTML legend, and a single line chart canvas. The memory-type selector is disabled when "general population" is active (general view shows all five memory types overlaid).

Curves are computed in two ways:

Iteration directions

Priority order is roughly: replace stylized data → expand systems → expand demographics → improve presentation.

Replace stylized data with empirical points

Expand the memory systems

Expand the demographic / event dimensions

Earlier age range

Currently starts at 20. Adding 5–20 would let you show developmental trajectories — working memory and episodic memory both develop into the late teens, and the developmental SES effects are largest in childhood. Procedural and semantic curves would also become more informative.

Presentation improvements

Known limitations to address