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
Adding Time: Understanding Video

Tracking: keeping identity across frames

5 / 5
Follow the two boxes as they move toward each other. Each frame gives a fresh detection with no memory, so on its own the detector has no idea these are the same two people. The tracker matches each new detection to the track it most plausibly continues, based on distance moved and similarity of appearance. Watch the crossing: the boxes overlap, and a detector alone might swap them. The tracker keeps each identity attached to the right body, and it also bridges the frames where a detection briefly disappears. That is the difference between a list of boxes per frame and a trajectory per object.
0:00 / 0:00

Detecting objects frame by frame produces a fresh list of boxes in every frame, with no memory between them. Frame 1 might report a box at the left edge, frame 2 a box in the middle, frame 3 a box at the right — and nothing in those outputs says these are the same car. Tracking adds that link.

The idea is to maintain a small set of active tracks, each with a remembered position and appearance. When a new frame arrives, each detection is matched to the track it most plausibly continues, based on how far it moved and how similar it looks. Matched tracks are updated; unmatched detections may start new tracks; tracks that go unmatched for too long are retired. The result is a trajectory per object rather than an unrelated list per frame.

This matters because detection alone cannot answer questions about identity. If two people cross paths, a frame-by-frame detector may swap their boxes, and any count of how many people entered a door becomes unreliable. Tracking keeps the identities attached to the right bodies through the crossing, and it also fills brief gaps when a detector misses an object for a frame or two.

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