CVJul 20, 2024

CORT: Class-Oriented Real-time Tracking for Embedded Systems

arXiv:2407.17521v21 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses real-time tracking for embedded systems in applications like autonomous driving and robotics, offering an incremental improvement by balancing accuracy and speed.

The paper tackles the trade-off between accuracy and speed in multi-object tracking by proposing a class-oriented approach that splits the Hungarian matrix by class and conditionally invokes re-identification, achieving smaller and more predictable execution times without penalizing tracking performance, as demonstrated in complex urban scenarios.

The ever-increasing use of artificial intelligence in autonomous systems has significantly contributed to advance the research on multi-object tracking, adopted in several real-time applications (e.g., autonomous driving, surveillance drones, robotics) to localize and follow the trajectory of multiple objects moving in front of a camera. Current tracking algorithms can be divided into two main categories: some approaches introduce complex heuristics and re-identification models to improve the tracking accuracy and reduce the number of identification switches, without particular attention to the timing performance, whereas other approaches are aimed at reducing response times by removing the re-identification phase, thus penalizing the tracking accuracy. This work proposes a new approach to multi-class object tracking that allows achieving smaller and more predictable execution times, without penalizing the tracking performance. The idea is to reduce the problem of matching predictions with detections into smaller sub-problems by splitting the Hungarian matrix by class and invoking the second re-identification stage only when strictly necessary for a smaller number of elements. The proposed solution was evaluated in complex urban scenarios with several objects of different types (as cars, trucks, bikes, and pedestrians), showing the effectiveness of the multi-class approach with respect to state of the art trackers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes