Technical GlossaryMathematics, Statistics and Optimization
Label Smoothing
A loss-related improvement technique that softens target labels to reduce overconfidence in the model.
Label smoothing is an effective technique used in classification training to prevent the model from becoming overly confident in the target label. Instead of using hard 0 and 1 targets, slightly softened probabilities are used. This can reduce the tendency to learn overly sharp decision boundaries and may improve both generalization and calibration. It is commonly used in large classification problems and modern deep learning architectures. Although it appears to be a small adjustment, it can meaningfully affect output behavior and confidence quality.
You Might Also Like
Explore these concepts to continue your artificial intelligence journey.
