IA 360
Artificial Intelligence Glossary

Image Recognition

Image recognition is the computer-vision task that identifies and classifies the content of an image. We explain its nuances—classify, detect, segment—the turning point that AlexNet marked in 2012, how convolutional networks work in broad strokes, their applications and their limits, such as biases and adversarial examples.

Admin IA360 4 min read AI-generated Leer en español
Image Recognition

Image recognition is the computer-vision task that consists of identifying and classifying the content of an image: the objects, people or scenes that appear in it. It helps to distinguish three levels of detail: classification puts a label on the whole image, object detection locates each object with a box, and segmentation classifies pixel by pixel to draw its exact shape.

The turning point

For decades, recognition relied on hand-designed features crafted by engineers (descriptors such as SIFT or HOG), which worked in controlled conditions but failed in the face of real variation in light, scale and occlusion. Everything changed in 2012, when a neural network called AlexNet—by Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton—won the great ImageNet visual recognition challenge by a crushing margin. That result unleashed the deep learning revolution in computer vision.

How a convolutional network works

The engine of that advance is the convolutional neural network (CNN). In broad strokes, they apply filters that sweep across the image detecting local patterns, and organize them into a hierarchy: the first layers recognize edges, the next textures, then parts and finally whole objects. Pooling layers summarize the information along the way, and a final part handles the classification.

What it is for

Its applications are enormous: medical diagnosis by image, autonomous driving, facial recognition, industrial quality control or the visual search for products.

Its limits

But it is not infallible. Systems depend on their training data, and when these are not representative, biases appear: a 2018 study showed that several commercial systems were far less accurate with dark-skinned faces, especially women's. Moreover, they are vulnerable to adversarial examples: small alterations of the pixels, imperceptible to a person, that can lead the network to be completely wrong.

This article was produced with artificial intelligence under human editorial oversight.

Share this article

This website uses cookies to improve the browsing experience. Cookie policy.

↑↓ navigate ↵ open esc close