Journal Article10.1109/lsp.2024.3371331
FSTrack: One-Shot Multi-Object Tracking Algorithm Based on Feature Enhancement and Similarity Estimation
Botong He,Liang Yuan,Kai Lv +2 more
- Vol. 31, pp 775-779
1
TL;DR: FSTrack is a novel one-shot multi-object tracking algorithm that incorporates feature enhancement and similarity estimation techniques to improve model performance. It utilizes an efficient channel attention module and a novel similarity matrix to achieve superior tracking accuracy and continuity.
read more
Abstract: Recently, there has been a surge of interest in using one-shot methods for multi-object tracking (MOT). These methods use a single network to produce both object detection results and embedding features simultaneously, achieving a balance of accuracy and speed. However, it is hard for the backbone network to extract high-quality feature information in complex scenes such as complex backgrounds or occlusions. In addition, most methods rely on identical rules to fuse appearance and motion information during the data association phase, which may fail when the target is briefly obscured or lost. In this work, we propose a novel multi-object tracker FSTrack that aims to address the challenges mentioned above. Our proposed solution incorporates feature enhancement and similarity estimation techniques to improve model performance. Specifically, we introduce the efficient channel attention module into the backbone network to facilitate better information interaction between channels and enhance representation capability. Furthermore, we propose a novel similarity matrix that combines appearance distance and DIoU distance of the target, resulting in superior association accuracy and fewer identity switching times. Experimental results on the MOT benchmarks, MOT17 and MOT20, demonstrate the superiority of our approach, especially the significantly improved tracking continuity.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Dynamic scale-aware vehicle re-identification via optimized YOLO-BFP and RIoU metric learning
Xianchen Wang,Can Pei,Jianbiao He,Zhiwei Lu,Xianchen Wang,Can Pei,Jianbiao He,Zhiwei Lu +7 more
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Microsoft COCO: Common Objects in Context
Tsung-Yi Lin,Michael Maire,Serge Belongie,James Hays,Pietro Perona,Deva Ramanan,Piotr Dollár,C. Lawrence Zitnick +7 more
- 06 Sep 2014
TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
Feature Pyramid Networks for Object Detection
Tsung-Yi Lin,Piotr Dollár,Ross Girshick,Kaiming He,Bharath Hariharan,Serge Belongie +5 more
- 21 Jul 2017
TL;DR: This paper exploits the inherent multi-scale, pyramidal hierarchy of deep convolutional networks to construct feature pyramids with marginal extra cost and achieves state-of-the-art single-model results on the COCO detection benchmark without bells and whistles.
•Posted Content
YOLOv3: An Incremental Improvement.
Joseph Redmon,Ali Farhadi +1 more
TL;DR: The authors present some updates to YOLO!
17.8K