Annotating Object Instances with a Polygon-RNN
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 sequentially produces vertices of the polygon outlining the object. This allows a human annotator to interfere at any time and correct a vertex if needed, producing as accurate segmentation as desired by the annotator. We show that our approach speeds up the annotation process by a factor of 4.7 across all classes in Cityscapes, 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 7.3 for an agreement of 82.2%. We further show generalization capabilities of our approach to unseen datasets.
Code (2)
Tasks
ObjectSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Large-scale interactive object segmentation with human annotators
Manually annotating object segmentation masks is very time consuming. Interactive object segmentation methods offer a more efficient alternative where a human annotator and a machine segmentation model collaborate. In th…
Instance SegmentationInteractive SegmentationObjectSegmentation+1An Empirical Study of Uncertainty in Polygon Annotation and the Impact of Quality Assurance
Polygons are a common annotation format used for quickly annotating objects in instance segmentation tasks. However, many real-world annotation projects request near pixel-perfect labels. While strict pixel guidelines ma…
Instance SegmentationSemantic SegmentationPanoptic Image Annotation with a Collaborative Assistant
This paper aims to reduce the time to annotate images for panoptic segmentation, which requires annotating segmentation masks and class labels for all object instances and stuff regions. We formulate our approach as a co…
Panoptic SegmentationSegmentationSplit GCN: Effective Interactive Annotation for Segmentation of Disconnected Instance
Annotating object boundaries by humans demands high costs. Recently, polygon-based annotation methods with human interaction have shown successful performance. However, given the connected vertex topology, these methods …
ObjectRethinking Annotation for Object Detection: Is Annotating Small-size Instances Worth Its Cost?
Detecting objects occupying only small areas in an image is difficult, even for humans. Therefore, annotating small-size object instances is hard and thus costly. This study questions common sense by asking the following…
Common Sense Reasoningobject-detectionObject Detection