Multi-object Tracking with Tracked Object Bounding Box Association
- URL: http://arxiv.org/abs/2105.07901v1
- Date: Mon, 17 May 2021 14:32:47 GMT
- Title: Multi-object Tracking with Tracked Object Bounding Box Association
- Authors: Nanyang Yang, Yi Wang and Lap-Pui Chau
- Abstract summary: CenterTrack tracking algorithm achieves state-of-the-art tracking performance using a simple detection model and single-frame spatial offsets.
We propose to incorporate a simple tracked object bounding box and overlapping prediction based on the current frame onto the CenterTrack algorithm.
- Score: 18.539658212171062
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: The CenterTrack tracking algorithm achieves state-of-the-art tracking
performance using a simple detection model and single-frame spatial offsets to
localize objects and predict their associations in a single network. However,
this joint detection and tracking method still suffers from high identity
switches due to the inferior association method. To reduce the high number of
identity switches and improve the tracking accuracy, in this paper, we propose
to incorporate a simple tracked object bounding box and overlapping prediction
based on the current frame onto the CenterTrack algorithm. Specifically, we
propose an Intersection over Union (IOU) distance cost matrix in the
association step instead of simple point displacement distance. We evaluate our
proposed tracker on the MOT17 test dataset, showing that our proposed method
can reduce identity switches significantly by 22.6% and obtain a notable
improvement of 1.5% in IDF1 compared to the original CenterTrack's under the
same tracklet lifetime. The source code is released at
https://github.com/Nanyangny/CenterTrack-IOU.
Related papers
- ConsistencyTrack: A Robust Multi-Object Tracker with a Generation Strategy of Consistency Model [20.259334882471574]
Multi-object tracking (MOT) is a critical technology in computer vision, designed to detect multiple targets in video sequences and assign each target a unique ID per frame.
Existed MOT methods excel at accurately tracking multiple objects in real-time across various scenarios.
We propose a novel ConsistencyTrack, joint detection and tracking(JDT) framework that formulates detection and association as a denoising diffusion process on bounding boxes.
arXiv Detail & Related papers (2024-08-28T05:53:30Z) - SparseTrack: Multi-Object Tracking by Performing Scene Decomposition
based on Pseudo-Depth [84.64121608109087]
We propose a pseudo-depth estimation method for obtaining the relative depth of targets from 2D images.
Secondly, we design a depth cascading matching (DCM) algorithm, which can use the obtained depth information to convert a dense target set into multiple sparse target subsets.
By integrating the pseudo-depth method and the DCM strategy into the data association process, we propose a new tracker, called SparseTrack.
arXiv Detail & Related papers (2023-06-08T14:36:10Z) - SCTracker: Multi-object tracking with shape and confidence constraints [11.210661553388615]
This paper proposes a multi-object tracker based on shape constraint and confidence named SCTracker.
Intersection of Union distance with shape constraints is applied to calculate the cost matrix between tracks and detections.
The Kalman Filter based on the detection confidence is used to update the motion state to improve the tracking performance when the detection has low confidence.
arXiv Detail & Related papers (2023-05-16T15:18:42Z) - Revisiting Color-Event based Tracking: A Unified Network, Dataset, and
Metric [53.88188265943762]
We propose a single-stage backbone network for Color-Event Unified Tracking (CEUTrack), which achieves the above functions simultaneously.
Our proposed CEUTrack is simple, effective, and efficient, which achieves over 75 FPS and new SOTA performance.
arXiv Detail & Related papers (2022-11-20T16:01:31Z) - NeighborTrack: Improving Single Object Tracking by Bipartite Matching
with Neighbor Tracklets [22.877838749427674]
NeighborTrack is a post-processor that leverages neighbor information of the tracking target to validate and improve single-object tracking (SOT) results.
It uses the confidence score predicted by the backbone SOT network to automatically derive neighbor information and then uses this information to improve the tracking results.
arXiv Detail & Related papers (2022-11-12T13:43:58Z) - QDTrack: Quasi-Dense Similarity Learning for Appearance-Only Multiple
Object Tracking [73.52284039530261]
We present Quasi-Dense Similarity Learning, which densely samples hundreds of object regions on a pair of images for contrastive learning.
We find that the resulting distinctive feature space admits a simple nearest neighbor search at inference time for object association.
We show that our similarity learning scheme is not limited to video data, but can learn effective instance similarity even from static input.
arXiv Detail & Related papers (2022-10-12T15:47:36Z) - SimpleTrack: Rethinking and Improving the JDE Approach for Multi-Object
Tracking [10.969806056391004]
Joint detection and embedding (JDE) based methods estimate bounding boxes and embedding features of objects with a single network in Multi-Object Tracking (MOT)
In the tracking stage, JDE-based methods fuse the target motion information and appearance information by applying the same rule.
We propose a new association matrix, the Embedding and Giou matrix, which combines embedding cosine distance and Giou distance of objects.
arXiv Detail & Related papers (2022-03-08T10:19:35Z) - ByteTrack: Multi-Object Tracking by Associating Every Detection Box [51.93588012109943]
Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects in videos.
Most methods obtain identities by associating detection boxes whose scores are higher than a threshold.
We present a simple, effective and generic association method, called BYTE, tracking BY associaTing every detection box instead of only the high score ones.
arXiv Detail & Related papers (2021-10-13T17:01:26Z) - Exploring Simple 3D Multi-Object Tracking for Autonomous Driving [10.921208239968827]
3D multi-object tracking in LiDAR point clouds is a key ingredient for self-driving vehicles.
Existing methods are predominantly based on the tracking-by-detection pipeline and inevitably require a matching step for the detection association.
We present SimTrack to simplify the hand-crafted tracking paradigm by proposing an end-to-end trainable model for joint detection and tracking from raw point clouds.
arXiv Detail & Related papers (2021-08-23T17:59:22Z) - Quasi-Dense Similarity Learning for Multiple Object Tracking [82.93471035675299]
We present Quasi-Dense Similarity Learning, which densely samples hundreds of region proposals on a pair of images for contrastive learning.
We can directly combine this similarity learning with existing detection methods to build Quasi-Dense Tracking (QDTrack)
arXiv Detail & Related papers (2020-06-11T17:57:12Z) - Tracking Objects as Points [83.9217787335878]
We present a simultaneous detection and tracking algorithm that is simpler, faster, and more accurate than the state of the art.
Our tracker, CenterTrack, applies a detection model to a pair of images and detections from the prior frame.
CenterTrack is simple, online (no peeking into the future), and real-time.
arXiv Detail & Related papers (2020-04-02T17:58:40Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.