A unified neural network for object detection, multiple object tracking and vehicle re-identification
Yuhao Xu, Jiakui Wang

TL;DR
This paper proposes a unified neural network that combines object detection, multiple object tracking, and vehicle re-identification into a single end-to-end trainable model, improving efficiency and performance.
Contribution
It introduces an end-to-end network integrating detection and re-identification with a track branch, reducing computation and enabling joint training.
Findings
Achieves 57.79% mAP on AIC19 vehicle dataset.
Reduces computational cost by using RoI features directly.
Demonstrates effective joint training for detection, tracking, and re-identification.
Abstract
Deep SORT\cite{wojke2017simple} is a tracking-by-detetion approach to multiple object tracking with a detector and a RE-ID model. Both separately training and inference with the two model is time-comsuming. In this paper, we unify the detector and RE-ID model into an end-to-end network, by adding an additional track branch for tracking in Faster RCNN architecture. With a unified network, we are able to train the whole model end-to-end with multi loss, which has shown much benefit in other recent works. The RE-ID model in Deep SORT needs to use deep CNNs to extract feature map from detected object images, However, track branch in our proposed network straight make use of the RoI feature vector in Faster RCNN baseline, which reduced the amount of calculation. Since the single image lacks the same object which is necessary when we use the triplet loss to optimizer the track…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Infrared Target Detection Methodologies
MethodsTriplet Loss
