Adding symmetry to a random grid triggers human pattern recognition and produces apparent faces or structures
Pure random noise in a grid reads as noise. Introducing bilateral symmetry — mirroring one half onto the other — causes the human visual system to read meaningful shapes (faces, skulls, figures) into the random data. This is pareidolia amplified by structure: the symmetry provides enough constraint that the brain’s face-detection circuitry activates. The implication for generative artists is that symmetry is a cheap but powerful aesthetic lever: it converts meaningless random variation into apparent intentionality without changing the underlying stochastic process. The ‘trick’ is precisely that the algorithm doesn’t change — only the mirroring step is added.
Examples
Tarbell’s Fractal Invaders: a 5×5 grid of black/white cells by coin-flip looks like noise. Copy the left two columns to the right and observers see skulls, faces, humanoid figures.
Assessment
Generate a random 8×8 binary grid. Compare the appearance with and without left-right symmetry applied. Describe what shapes you perceive and why.