AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

The Wasserstein distance, also known as Earth Mover’s Distance, quantifies the dissimilarity between two probability distributions by calculating the minimum ‘work’ required to move mass from one distribution to match the other. Unlike KL divergence, it provides a smooth gradient even when distributions have disjoint support, making it highly effective for training Generative Adversarial Networks (GANs) and stabilizing convergence in generative modeling tasks.

Summary

A metric measuring the distance between probability distributions based on the minimum cost of transforming one into another.

Key Concepts

Use Cases