Learning Multi-Object Tracking and Segmentation from Automatic Annotations
Abstract
In this work we contribute a novel pipeline to automatically generate training data, and to improve over state-of-the-art multi-object tracking and segmentation (MOTS) methods. Our proposed track mining algorithm turns raw street-level videos into high-fidelity MOTS training data, is scalable and overcomes the need of expensive and time-consuming manual annotation approaches. We leverage state-of-the-art instance segmentation results in combination with optical flow predictions, also trained on automatically harvested training data. Our second major contribution is MOTSNet - a deep learning, tracking-by-detection architecture for MOTS - deploying a novel mask-pooling layer for improved object association over time. Training MOTSNet with our automatically extracted data leads to significantly improved sMOTSA scores on the novel KITTI MOTS dataset (+1.9%/+7.5% on cars/pedestrians), and MOTSNet improves by +4.1% over previously best methods on the MOTSChallenge dataset. Our most impressive finding is that we can improve over previous best-performing works, even in complete absence of manually annotated MOTS training data.
Cite
Text
Porzi et al. "Learning Multi-Object Tracking and Segmentation from Automatic Annotations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00688Markdown
[Porzi et al. "Learning Multi-Object Tracking and Segmentation from Automatic Annotations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/porzi2020cvpr-learning/) doi:10.1109/CVPR42600.2020.00688BibTeX
@inproceedings{porzi2020cvpr-learning,
title = {{Learning Multi-Object Tracking and Segmentation from Automatic Annotations}},
author = {Porzi, Lorenzo and Hofinger, Markus and Ruiz, Idoia and Serrat, Joan and Bulo, Samuel Rota and Kontschieder, Peter},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00688},
url = {https://mlanthology.org/cvpr/2020/porzi2020cvpr-learning/}
}