AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

The Product of Experts (PoE) is a method for constructing complex probability distributions by combining simpler ones. Unlike the ‘Mixture of Experts,’ which averages probabilities, PoE multiplies them, resulting in a distribution that is zero wherever any single expert assigns zero probability. This creates a more peaked and constrained distribution, effectively requiring all experts to agree on a valid configuration. It is particularly useful in energy-based models and deep learning architectures for capturing intricate dependencies in data, such as image textures or natural language structures.

Summary

A probabilistic modeling framework where the joint distribution is formed by multiplying the outputs of multiple independent expert models.

Key Concepts

Use Cases