Fixed Action Pattern Simulator: Innate Behavioral Sequences & Sign Stimuli

simulator intermediate ~10 min
Loading simulation...
88% trigger probability with 60% stimulus intensity and 40% threshold

With a sign stimulus intensity of 60% and an action-specific energy threshold of 40%, the fixed action pattern triggers with 88% probability. After 8 repeated exposures, habituation raises the effective threshold above the stimulus level.

Formula

P(trigger) = 1 / (1 + exp(-(stimulus - threshold) / k))
Completeness = min(1, stimulus_intensity / threshold)
Effective_threshold(n) = threshold × (1 + n × habituation_rate)

What Are Fixed Action Patterns?

A fixed action pattern (FAP) is a sequence of coordinated motor acts that is innate, stereotyped, and species-specific. Once initiated by an appropriate sign stimulus, the behavior runs to completion even if the stimulus is removed. Konrad Lorenz famously demonstrated this with the egg-rolling behavior of greylag geese: when an egg is placed outside the nest, the goose extends its neck and carefully rolls the egg back. If the egg is removed mid-roll, the goose continues the rolling motion to completion with an imaginary egg.

The Innate Releasing Mechanism

Lorenz and Tinbergen proposed that each FAP is controlled by an innate releasing mechanism (IRM) — a neural circuit that acts as a lock, opened only by the correct key (the sign stimulus). The IRM accumulates action-specific energy over time, lowering the threshold for triggering. In extreme cases, a behavior may fire spontaneously in a vacuum activity when no stimulus is present but motivation is overwhelming. This simulator models the relationship between stimulus intensity, threshold, and the resulting behavioral response.

Habituation and Sensitization

Repeated exposure to the same sign stimulus typically leads to habituation — a progressive decrease in response magnitude. This is adaptive: an animal that continues responding maximally to every stimulus wastes energy and time. The rate of habituation depends on stimulus intensity, inter-stimulus interval, and biological relevance. Spontaneous recovery occurs when the stimulus is withheld, gradually restoring the original response level. This simulator tracks how the effective threshold rises with repeated stimulation and recovers over time.

Supernormal Stimuli and Modern Implications

Tinbergen discovered that exaggerated sign stimuli often produce exaggerated responses — a phenomenon called supernormal stimulation. Oystercatchers prefer to incubate giant artificial eggs over their own smaller ones. Herring gull chicks peck more vigorously at a red-striped stick than at a realistic model of an adult gull's beak. This principle extends to human behavior: junk food, social media, and pornography may function as supernormal stimuli that hijack evolved behavioral circuits, triggering responses far stronger than those produced by the natural stimuli our brains evolved to process.

FAQ

What is a fixed action pattern?

A fixed action pattern (FAP) is a stereotyped, species-specific behavioral sequence that, once triggered by a sign stimulus (releaser), runs to completion regardless of feedback. Classic examples include the egg-rolling behavior in greylag geese and the stickleback fish's aggressive response to red coloration.

What is a sign stimulus or releaser?

A sign stimulus (or releaser) is a specific sensory cue that triggers a fixed action pattern. It is often a simplified feature of a biologically relevant object — such as the red belly of a rival stickleback or the round shape of an egg near a goose's nest. Supernormal stimuli are exaggerated versions that produce even stronger responses.

How does habituation affect fixed action patterns?

Habituation is a decrease in behavioral response following repeated presentation of the same stimulus. It is the simplest form of learning and serves an adaptive function by allowing animals to ignore irrelevant, non-threatening stimuli and conserve energy for genuine threats or opportunities.

Who discovered fixed action patterns?

The concept was developed by Konrad Lorenz and Niko Tinbergen in the 1930s-1950s as part of classical ethology. Their work on innate releasing mechanisms and sign stimuli earned them (along with Karl von Frisch) the 1973 Nobel Prize in Physiology or Medicine.

Sources

Embed

<iframe src="https://homo-deus.com/lab/ethology/fixed-action-pattern/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub