Skip to content
Learn Motion
ExploreHow it worksMembership
Log in
Learn Motion

How AI Sees: A Conceptual Guide to Image and Video Understanding

1What a Machine Actually Sees2From Pixels to Patterns: Features3How Deep Networks Learn to See4Beyond Labels: Locating and Describing What Is Seen5Adding Time: Understanding Video6How These Systems Learn and How We Judge Them
How Deep Networks Learn to See

From Feature Map to a Label and a Confidence

5 / 5
By this point the network holds a small, deep stack of feature maps, a compact description of the image in terms of the concepts it learned. The last stage has to make a decision. It flattens those maps into one long vector, passes it through one or two fully connected layers, and gets one raw score per class. Those scores are unbounded, so a softmax turns them into a distribution: exponentiate each score, divide by the total, and you get values between zero and one that sum to one. The largest is the predicted class and its value is the confidence. Be careful with that word. Confidence is the model's internal preference among the classes it was given, not a promise that it is right. A model that learned the wrong thing can be confidently wrong. And notice what this output cannot do: it names the object but says nothing about where it is.
0:00 / 0:00

The deepest feature maps are a compact description of the image in terms of learned concepts. Flattening them into a vector and passing that through one or two fully connected layers produces one raw score per class. A softmax then exponentiates each score and divides by the total, turning the scores into values between zero and one that sum to one. The largest is the predicted class; its value is the confidence.

What confidence does and does not mean

Confidence is the model's internal preference among the classes it was given, not a guarantee of correctness. A model that has learned the wrong thing can assign a high score to the wrong class. Reading 0.92 as "92 percent likely to be correct" is a common and costly mistake.

The engine now answers what is in the image. It does not answer where anything is. Locating and outlining objects requires a different output structure, which is the next problem.

Previous5 / 5Next

Learn Motion

Generate a course. Learn it properly.

Operated by Wuhan Daoyin Technology Co., Ltd.

Contact: [email protected]
Privacy PolicyTerms of Service

© 2026 Learn Motion