Back to list
Lv.2

Zero-Shot Learning

Zero-shot Learning

An AI learning method that can make judgments about new things without any example data to learn from.

In Simple Terms

Zero-shot learning is a technique for correctly identifying things never seen before, using only existing knowledge. For example, even if an AI has never been shown an image of a zebra, it can still identify one correctly if it has been taught that a zebra is 'an animal shaped like a horse with black-and-white stripes across its body.' This approach is used in real-world scenarios such as classifying rare animals for which large amounts of training data are unavailable, or categorizing newly released products.

Behind the Name

The 'Zero-shot' in the name means taking zero shots — making a judgment with no rehearsal or prior examples. 'Shot' here refers to an attempt or trial run. This technique enables AI to infer the characteristics of entirely new data it has never encountered during training, and correctly classify or make judgments about it.

Take a Closer Look!

Zero-shot learning is a technique that enables AI to recognize new objects without being trained on specific examples of them.
To put it simply, a typical AI learns by seeing thousands of labeled images — for instance, thousands of photos tagged 'this is a cat.' Zero-shot learning, by contrast, can reach a correct answer even when the AI has seen zero prior examples of that category.
The mechanism works by leveraging the connections between concepts and knowledge the AI already has.

For example, if an AI is taught to understand the combination of attributes 'red,' 'round,' and 'fruit,' it can infer 'this must be an apple' when shown a photo of a red, round fruit — even without ever having trained on a single apple image.
In this way, verbal descriptions or existing knowledge serve as a bridge for making judgments about unknown things.

This technology is often applied in domains where gathering training data is difficult.
Many rare or novel things in the world have very few available photos or labeled datasets, but zero-shot learning enables AI to handle them.
It is incorporated as one of the foundational techniques powering a wide range of systems, including large language models and image recognition.

CategoryAIData