Applications · Established · Beginner
Image Recognition
Identifying what an image depicts by assigning it one or more labels.
What Image Recognition is
Image recognition is the classification half of computer vision: is this a defective weld, a cat, a particular product, a page of a passport.
How it works
A pretrained vision backbone is fine-tuned on domain images, or a multimodal model is prompted zero-shot. Confidence thresholds route uncertain images to human review.
Why it matters
It is the most widely deployed vision task in industry because it maps directly onto sorting and inspection decisions.
Common uses
- →Quality inspection
- →Content moderation
- →Photo library organisation
- →Species and plant identification
Strengths
- ✓High accuracy with modest data via transfer learning
Watch for
- ✓Fails on classes it never saw
- ✓Adversarial and out-of-distribution inputs
Continue exploring
More in this collection
Browse all AI Concepts