Forward Model
A forward model is an internal representation that predicts the sensory consequences of an agent's own actions. In motor control, neuroscience, and robotics, forward models enable rapid, stable action by anticipating outcomes before they occur, allowing the system to correct errors before sensory feedback arrives. The concept is central to the Internal Model Principle and to theories of predictive processing in the brain.
Forward Models in Motor Control
When you reach for a cup, your brain does not wait for visual feedback to correct the trajectory. It uses a forward model of arm dynamics — learned through experience — to predict where the hand will be at each moment and issues corrective motor commands before deviations become visible. This is the reafference principle: the brain distinguishes between sensory changes caused by its own actions (predicted by the forward model) and sensory changes caused by external events (unexpected, producing prediction error).
The cerebellum is widely believed to implement forward models in biological motor control. Patients with cerebellar damage show characteristic deficits in rapid, coordinated movement — not because their muscles are weak, but because their forward models are impaired. They cannot predict the sensory consequences of their motor commands and must rely on slow, feedback-driven corrections.
Forward Models and Agency
Forward models are not merely motor-control devices; they are the neural substrate of the sense of agency. When you perform an action and the outcome matches your forward model's prediction, you experience the outcome as caused by you. When the prediction fails — when you press a button and nothing happens, or when something happens you did not predict — you experience a disruption of agency.
This has implications for out-of-the-loop unfamiliarity in human-AI systems. When an AI system acts autonomously and the human operator lacks a forward model of the AI's decision process, the operator cannot predict the system's behavior and therefore cannot maintain a sense of agency or control. The partnership model proposed as a solution — in which the AI continuously narrates its activity — is an attempt to provide the human with an external forward model, compensating for the absence of an internal one.
Forward Models in Robotics
In robotics, forward models are essential for model-based control. A robot arm's forward model maps motor commands to predicted joint angles and end-effector positions. Inverse models (which map desired states to motor commands) are often learned using forward models: the system tries a command, compares the predicted outcome to the desired outcome via the forward model, and adjusts. This is the feedback error learning scheme proposed by Kawato and colleagues.
Forward models also enable mental simulation: the ability to run actions in imagination before executing them. This is computationally efficient — the system explores the space of possible actions using its internal model rather than its physical body — and it is the basis of planning in model-based reinforcement learning.
The forward model is the biological and artificial solution to the latency problem. In a world where sensory feedback is always late, the only way to act in real time is to predict. The forward model is the brain's crystal ball — not because it sees the future, but because it has learned the physics of the present well enough to simulate what comes next.