Ask a standard neural network "where will this robot arm end up?" and it gives you one coordinate. Ask a trained human expert the same question and they might say: "probably here — but if the obstacle is in the way, maybe there instead." The human isn't being evasive; the future genuinely has two modes.
Mixture Density Networks (MDNs), introduced by Christopher M. Bishop in 1994, solve exactly this problem. Instead of outputting a single number, the network outputs the parameters of a mixture of Gaussians — a collection of bell curves, each with its own center, spread, and weight. The result is a full probability distribution over every possible outcome.
The idea is elegant: the neural network learns to answer not "what will happen?" but "what is the probability of each thing that might happen?" When the underlying relationship is genuinely multimodal — many possible correct answers for one input — a plain network is forced to average them into a meaningless middle ground, while an MDN keeps each mode separate and sharp.
Comments
Loading comments...