paper-with-me

홈 › Papers

SiamMOT: Siamese Multi-Object Tracking

2021-05-25 · CVPR 2021 1 · Bing Shuai, Andrew Berneshawi, Xinyu Li, Davide Modolo, Joseph Tighe

In this paper, we focus on improving online multi-object tracking (MOT). In particular, we introduce a region-based Siamese Multi-Object Tracking network, which we name SiamMOT. SiamMOT includes a motion model that estimates the instance's movement between two frames such that detected instances are associated. To explore how the motion modelling affects its tracking capability, we present two variants of Siamese tracker, one that implicitly models motion and one that models it explicitly. We carry out extensive quantitative experiments on three different MOT datasets: MOT17, TAO-person and Caltech Roadside Pedestrians, showing the importance of motion modelling for MOT and the ability of SiamMOT to substantially outperform the state-of-the-art. Finally, SiamMOT also outperforms the winners of ACM MM'20 HiEve Grand Challenge on HiEve dataset. Moreover, SiamMOT is efficient, and it runs at 17 FPS for 720P videos on a single modern GPU. Codes are available in \url{https://github.com/amazon-research/siam-mot}.

📄 PDF Abstract BibTeX arXiv:2105.11595

Code (1)

amazon-research/siam-mot 공식 구현 pytorch

Tasks

GPUMulti-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

Similar Papers 제목 키워드 기반

Real-Time Siamese Multiple Object Tracker with Enhanced Proposals

2022-02-10 · Lorenzo Vaquero, Víctor M. Brea, Manuel Mucientes

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 no…

Motion EstimationObjectRegion Proposal

Multi-Branch Siamese Networks with Online Selection for Object Tracking

2018-08-22 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

In this paper, we propose a robust object tracking algorithm based on a branch selection mechanism to choose the most efficient object representations from multi-branch siamese networks. While most deep learning trackers…

ObjectObject Tracking

Multi-Object Tracking with Siamese Track-RCNN

2020-04-16 · Bing Shuai, Andrew G. Berneshawi, Davide Modolo, Joseph Tighe

Multi-object tracking systems often consist of a combination of a detector, a short term linker, a re-identification feature extractor and a solver that takes the output from these separate components and makes a final p…

Multi-Object TrackingObjectObject Tracking

Multiple Convolutional Features in Siamese Networks for Object Tracking

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers demonstrated high performance in object tracking due to their balance between accuracy and speed. Unlike classification-based CNNs, deep similarity networks are specifically designed to address the image…

ObjectObject Tracking

Siamese Object Tracking for Unmanned Aerial Vehicle: A Review and Comprehensive Analysis

2022-05-09 · Changhong Fu, Kunhan Lu, Guangze Zheng, Junjie Ye 외

Unmanned aerial vehicle (UAV)-based visual object tracking has enabled a wide range of applications and attracted increasing attention in the field of intelligent transportation systems because of its versatility and eff…

Object TrackingVisual Object Tracking