Home Knowledge Base Multi-Object Tracking (MOT)

Multi-Object Tracking (MOT) is the task of estimating the trajectory of multiple unique objects in a video — assigning a unique ID to each detected object and maintaining that ID even as objects cross paths, are occluded, or move erratically.

What Is MOT?

1. Detect objects in current frame (YOLO). 2. Extract features (Re-ID embedding + Motion/Kalman Filter). 3. Associate with existing tracks (Hungarian Algorithm).

Why It Matters

Key Failure Mode: ID Switch. When two people cross paths and the tracker swaps their IDs.

Multi-Object Tracking is converting perception into identity — turning raw detections into persistent, trackable entities.

multi-object trackingcomputer vision

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.