paper-with-me

Papers

Annotating Object Instances with a Polygon-RNN

2017-04-18 · CVPR 2017 7 · Lluis Castrejon, Kaustav Kundu, Raquel Urtasun, Sanja Fidler

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.

📄 PDF Abstract BibTeX arXiv:1704.05548

Code (2)

fidler-lab/polyrnn-pp-pytorch 공식 구현 pytorch
AidanRocke/vertex_prediction tf

Tasks

ObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Large-scale interactive object segmentation with human annotators

2019-03-26 · CVPR 2019 6 · Rodrigo Benenson, Stefan Popov, Vittorio Ferrari

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+1

An Empirical Study of Uncertainty in Polygon Annotation and the Impact of Quality Assurance

2023-11-05 · Eric Zimmermann, Justin Szeto, Frederic Ratle

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 Segmentation

Panoptic Image Annotation with a Collaborative Assistant

2019-06-17 · Jasper R. R. Uijlings, Mykhaylo Andriluka, Vittorio Ferrari

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 SegmentationSegmentation

Split GCN: Effective Interactive Annotation for Segmentation of Disconnected Instance

2021-12-13 · Namgil Kim, Barom Kang, Yeonok Cho

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 …

Object

Rethinking Annotation for Object Detection: Is Annotating Small-size Instances Worth Its Cost?

2024-12-07 · Yusuke Hosoya, Masanori Suganuma, Takayuki Okatani

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