Annotating Object Instances with a Polygon-RNN
Abstract
In this paper, we propose an approach for semi-automatic annotation of object instances. While most current methods treat object segmentation as a pixel-labeling problem, we here cast it as a polygon prediction task, mimicking how most current datasets have been annotated. In particular, our approach takes as input an image crop and produces a vertex of the polygon, one at a time, allowing the human annotator to interfere at any time and correct the point. Our model easily integrates any correction, producing as accurate segmentations as desired by the annotator. We show that our annotation method speeds up the annotation process by factor of 4.7 across all classes, while achieving 78.4% agreement in IoU with original ground-truth, matching the typical agreement between human annotators. For cars, our speed-up factor is even higher, at 7.3 for agreement of 82.2%. We further show generalization capabilities of our approach on unseen datasets.
Cite
Text
Castrejon et al. "Annotating Object Instances with a Polygon-RNN." Conference on Computer Vision and Pattern Recognition, 2017. doi:10.1109/CVPR.2017.477Markdown
[Castrejon et al. "Annotating Object Instances with a Polygon-RNN." Conference on Computer Vision and Pattern Recognition, 2017.](https://mlanthology.org/cvpr/2017/castrejon2017cvpr-annotating/) doi:10.1109/CVPR.2017.477BibTeX
@inproceedings{castrejon2017cvpr-annotating,
title = {{Annotating Object Instances with a Polygon-RNN}},
author = {Castrejon, Lluis and Kundu, Kaustav and Urtasun, Raquel and Fidler, Sanja},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2017},
doi = {10.1109/CVPR.2017.477},
url = {https://mlanthology.org/cvpr/2017/castrejon2017cvpr-annotating/}
}