paper-with-me

Papers

Localization-Guided Track: A Deep Association Multi-Object Tracking Framework Based on Localization Confidence of Detections

2023-09-18 · Ting Meng, Chunyun Fu, Mingguang Huang, Xiyang Wang, JiaWei He, Tao Huang, Wankai Shi

In currently available literature, no tracking-by-detection (TBD) paradigm-based tracking method has considered the localization confidence of detection boxes. In most TBD-based methods, it is considered that objects of low detection confidence are highly occluded and thus it is a normal practice to directly disregard such objects or to reduce their priority in matching. In addition, appearance similarity is not a factor to consider for matching these objects. However, in terms of the detection confidence fusing classification and localization, objects of low detection confidence may have inaccurate localization but clear appearance; similarly, objects of high detection confidence may have inaccurate localization or unclear appearance; yet these objects are not further classified. In view of these issues, we propose Localization-Guided Track (LG-Track). Firstly, localization confidence is applied in MOT for the first time, with appearance clarity and localization accuracy of detection boxes taken into account, and an effective deep association mechanism is designed; secondly, based on the classification confidence and localization confidence, a more appropriate cost matrix can be selected and used; finally, extensive experiments have been conducted on MOT17 and MOT20 datasets. The results show that our proposed method outperforms the compared state-of-art tracking methods. For the benefit of the community, our code has been made publicly at https://github.com/mengting2023/LG-Track.

📄 PDF Abstract BibTeX arXiv:2309.09765

Code (1)

mengting2023/lg-track 공식 구현 pytorch

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

VOVTrack: Exploring the Potentiality in Videos for Open-Vocabulary Object Tracking

2024-10-11 · Zekun Qian, Ruize Han, Junhui Hou, Linqi Song 외

Open-vocabulary multi-object tracking (OVMOT) represents a critical new challenge involving the detection and tracking of diverse object categories in videos, encompassing both seen categories (base classes) and unseen c…

Multi-Object TrackingObjectobject-detectionObject Detection+4

Faster object tracking pipeline for real time tracking

2020-11-08 · Parthesh Soni, Falak Shah, Nisarg Vyas

Multi-object tracking (MOT) is a challenging practical problem for vision based applications. Most recent approaches for MOT use precomputed detections from models such as Faster RCNN, performing fine-tuning of bounding …

GPUMulti-Object TrackingObjectObject Tracking

Multi-Object Tracking With Quadruplet Convolutional Neural Networks

2017-07-01 · CVPR 2017 7 · Jeany Son, Mooyeol Baek, Minsu Cho, Bohyung Han

We propose Quadruplet Convolutional Neural Networks (Quad-CNN) for multi-object tracking, which learn to associate object detections across frames using quadruplet losses. The proposed networks consider target appearance…

Multi-Object TrackingObjectObject Trackingregression

Decentralized Gaussian Filters for Cooperative Self-localization and Multi-target Tracking

2020-04-15

Scalable and decentralized algorithms for Cooperative Self-localization (CS) of agents, and Multi-Target Tracking (MTT) are important in many applications. In this work, we address the problem of Simultaneous Cooperative…

Object-Centric Multiple Object Tracking

2023-09-01 · ICCV 2023 1 · Zixu Zhao, Jiaze Wang, Max Horn, Yizhuo Ding 외

Unsupervised object-centric learning methods allow the partitioning of scenes into entities without additional localization information and are excellent candidates for reducing the annotation burden of multiple-object t…

Multiple Object TrackingObjectobject-detectionObject Detection+2