# PathTrack: Fast Trajectory Annotation with Path Supervision

**Authors:** Santiago Manen, Michael Gygli, Dengxin Dai, Luc Van Gool

arXiv: 1703.02437 · 2017-03-23

## TL;DR

PathTrack introduces a fast, efficient method for annotating object trajectories using path supervision, enabling the creation of large-scale datasets that significantly improve multiple object tracking performance.

## Contribution

The paper presents a novel path supervision technique for rapid trajectory annotation, producing larger and more accurate datasets than previous methods.

## Key findings

- PathTrack dataset contains over 15,000 person trajectories.
- Training on PathTrack reduces misclassification rates in tracking models.
- Improved tracking metrics on MOT15 with fewer ID switches and fragments.

## Abstract

Progress in Multiple Object Tracking (MOT) has been historically limited by the size of the available datasets. We present an efficient framework to annotate trajectories and use it to produce a MOT dataset of unprecedented size. In our novel path supervision the annotator loosely follows the object with the cursor while watching the video, providing a path annotation for each object in the sequence. Our approach is able to turn such weak annotations into dense box trajectories. Our experiments on existing datasets prove that our framework produces more accurate annotations than the state of the art, in a fraction of the time. We further validate our approach by crowdsourcing the PathTrack dataset, with more than 15,000 person trajectories in 720 sequences. Tracking approaches can benefit training on such large-scale datasets, as did object recognition. We prove this by re-training an off-the-shelf person matching network, originally trained on the MOT15 dataset, almost halving the misclassification rate. Additionally, training on our data consistently improves tracking results, both on our dataset and on MOT15. On the latter, we improve the top-performing tracker (NOMT) dropping the number of IDSwitches by 18% and fragments by 5%.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.02437/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1703.02437/full.md

## References

54 references — full list in the complete paper: https://tomesphere.com/paper/1703.02437/full.md

---
Source: https://tomesphere.com/paper/1703.02437