CVFeb 10, 2022

Real-Time Siamese Multiple Object Tracker with Enhanced Proposals

arXiv:2202.04966v21 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses real-time multi-object tracking for video analysis, with incremental improvements in efficiency and accuracy.

The paper tackles the problem of maintaining identity for multiple objects in real-time video by proposing SiamMOTION, which achieves leading performance on five public benchmarks against state-of-the-art trackers.

Maintaining the identity of multiple objects in real-time video is a challenging task, as it is not always feasible to run a detector on every frame. Thus, motion estimation systems are often employed, which either do not scale well with the number of targets or produce features with limited semantic information. To solve the aforementioned problems and allow the tracking of dozens of arbitrary objects in real-time, we propose SiamMOTION. SiamMOTION includes a novel proposal engine that produces quality features through an attention mechanism and a region-of-interest extractor fed by an inertia module and powered by a feature pyramid network. Finally, the extracted tensors enter a comparison head that efficiently matches pairs of exemplars and search areas, generating quality predictions via a pairwise depthwise region proposal network and a multi-object penalization module. SiamMOTION has been validated on five public benchmarks, achieving leading performance against current state-of-the-art trackers. Code available at: https://github.com/lorenzovaquero/SiamMOTION

Code Implementations1 repo
Foundations

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

Your Notes