hmu.ai
Back to AI Dictionary
AI Dictionary

Discriminator

Definition

In GANs, the network that learns to distinguish real data from fake data generated by the generator.

Deep Dive

In the context of Generative Adversarial Networks (GANs), the Discriminator is one of two competing neural networks, whose primary role is to distinguish between real data and fake data generated by its counterpart, the Generator. Functioning much like a critic, the Discriminator is trained on a dataset of real examples and a stream of synthetic examples produced by the Generator. Its objective is to become highly proficient at identifying whether an input sample originates from the true data distribution or from the Generator's attempts to mimic it, outputting a probability score indicating its belief.

Examples & Use Cases

  • 1A network identifying whether a submitted image is a real photograph or an AI-generated fake
  • 2Detecting if a piece of text was written by a human or a language model
  • 3Analyzing audio samples to determine if they are authentic recordings or synthetic speech

Related Terms

GeneratorGANsAdversarial Training

Part of the hmu.ai extensive business and technology library.