2020
DOI: 10.1109/access.2020.3028770
|View full text |Cite
|
Sign up to set email alerts
|

Online Multiple Object Tracking Using Rule Distillated Siamese Random Forest

Abstract: In a multiple object tracking (MOT) system, an association check between the tracker and detected objects is an important factor in determining the tracking performance. Siamese convolution neural network (CNN) is the most popular data association method in MOT owing to its good matching performance and network sharing support. However, it is unsuitable for real-time online tracking in low-end systems because numerous parameters and operations are still required. In this paper, instead of a CNN, we propose usi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
5
1

Relationship

1
5

Authors

Journals

citations
Cited by 16 publications
(10 citation statements)
references
References 36 publications
0
10
0
Order By: Relevance
“…Inspired by [10], we defined the online MOT matching rule as follows: When the object of detection does not match any tracker, this detection is assigned as a new potential tracker, and if the potential tracker matches more than τ times, it is assigned as an actual tracker. Otherwise, it is declared a false tracker and removed.…”
Section: Online Mot Managementmentioning
confidence: 99%
See 2 more Smart Citations
“…Inspired by [10], we defined the online MOT matching rule as follows: When the object of detection does not match any tracker, this detection is assigned as a new potential tracker, and if the potential tracker matches more than τ times, it is assigned as an actual tracker. Otherwise, it is declared a false tracker and removed.…”
Section: Online Mot Managementmentioning
confidence: 99%
“…The key issue in real-time data association is determining the optimal association between detections and trackers. The most representative data association methods are bipartite assignment [5,6] and Hungarian-based approaches [7][8][9][10]. These methods model weights as an affinity matrix between graph sets consisting of existing trajectory nodes and new detection nodes [11].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…The average frame rate can reach 10 fps. In [19], the author combined Siamese structure and random forest (RF) and improved the matching performance and solved existing slow CNN-based tracking issues for MOT via a shared-rule based Siamese structure. The algorithm considers both performance and real-time, the processing speed was 12.4 fps.…”
Section: Related Workmentioning
confidence: 99%
“…Appearance feature vectors are usually learned by neural networks and guided training through loss functions. At present, many models use Siamese network [22] [27] or recurrent neural network for appearance feature learning and object association [17] [19]. However, these methods will introduce additional convolution neural networks in the tracking paradigm, which increase computation cost and impair tracking speed.…”
Section: B Appearance Guidance Modulementioning
confidence: 99%