The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain

Frank Rosenblatt

1958 · Psychological Review

The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain

Problem

Framing

Pattern-recognition theory lacked a quantitative model that could store associations in connection strengths and still generalize from partial stimulus overlap. The paper closes this gap with a layered stochastic perceptron whose random projection, association, and response units admit analytic learning curves for discrimination and generalization.

Currently Used Methods

Foundational

Proposed Method

Architecture

The perceptron maps a retina through random fixed projections into association units, then into competing response units. The figure shows the three-stage layout: retina \rightarrow A2A_2 projection area \rightarrow A1A_1 association area \rightarrow responses R1,,RnR_1,\dots,R_n, with randomized inter-layer connections.

Architecture diagram: retina feeds a projection area, then an association area, then multiple response units through randomized connections.

Loss / Objective

Learning increases the tendency of the correct response unit to dominate under reinforcement.A compact modern restatement is:

y^=argmaxrvr(x),vr(x)=jwrjaj(x)\hat{y} = \arg\max_r v_r(\mathbf{x}), \qquad v_r(\mathbf{x}) = \sum_j w_{rj} a_j(\mathbf{x}) wrjwrj+ηaj(x)1[r=y]ηaj(x)1[r=y^y]w_{rj} \leftarrow w_{rj} + \eta\, a_j(\mathbf{x})\, \mathbb{1}[r = y] - \eta\, a_j(\mathbf{x})\, \mathbb{1}[r = \hat{y} \neq y]

Algorithm

The response is the unit with largest net input from the active association set:

r(x)=argmaxrjwrjaj(x)r^*(\mathbf{x}) = \arg\max_r \sum_j w_{rj} a_j(\mathbf{x})

Training Procedure

Evaluation

Datasets

Metrics

Headline results

Results plot: three panels of P_a versus illuminated retinal proportion R, sweeping inhibitory-excitatory mixture and threshold parameters.

Ablations

Method Strengths and Weaknesses

Strengths

Weaknesses

Suggestions from the authors

Links

Prior Papers

No prior vault papers identified yet.

Further Papers