Model Training & Adaptation
Pseudo-labeling
Using an AI's guessed labels as answers for further training.
Example
A prediction system labels additional images that are then included in a training round.
Why people use it
It creates additional teaching examples when checked answers are limited.
What you'll hear
“Can we use the system's guesses as extra practice?”
What this means for you
Check confidence, quality and group coverage before reusing predictions as labels.
Can you control it?
Developer-only
The people building or running the AI choose this setup. An everyday user generally needs their help to change how this part works.
Common questions
- Are pseudo-labels equivalent to independently verified labels?
- No. They can reproduce or amplify AI system errors.
- Should every guessed label be reused?
- Not necessarily. Uncertain or poorly checked guesses can make the next learning round worse.
- Can it help when only a small portion is labeled?
- Yes. That is a common reason to consider the approach, with suitable quality checks.