People Tracking and Re-Identifying in Distributed Contexts: Extension Study of PoseTReID
Ratha Siv, Matei Mancas, Bernard Gosselin, Dona Valy, Sokchenda Sreng

TL;DR
This paper extends the PoseTReID framework for multi-person tracking by evaluating various detection and re-identification methods, demonstrating improved performance and providing an open-source Python toolbox for research use.
Contribution
It introduces a comprehensive evaluation of different detection and deep learning re-identification methods within PoseTReID and releases an open-source toolbox for the community.
Findings
Deep learning re-identification methods improve tracking performance.
PoseTReID performs well across different detection and re-identification combinations.
Open-source toolbox facilitates research and evaluation.
Abstract
In our previous paper, we introduced PoseTReID which is a generic framework for real-time 2D multi-person tracking in distributed interaction spaces where long-term people's identities are important for other studies such as behavior analysis, etc. In this paper, we introduce a further study of PoseTReID framework in order to give a more complete comprehension of the framework. We use a well-known bounding box detector YOLO (v4) for the detection to compare to OpenPose which was used in our last paper, and we use SORT and DeepSORT to compare to centroid which was also used previously, and most importantly for the re-identification, we use a bunch of deep leaning methods such as MLFN, OSNet, and OSNet-AIN with our custom classification layer to compare to FaceNet which was also used earlier in our last paper. By evaluating on our PoseTReID datasets, even though those deep learning…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Human Pose and Action Recognition · Anomaly Detection Techniques and Applications
MethodsOpenPose · You Only Look Once
