# Panoptic Image Annotation with a Collaborative Assistant

**Authors:** Jasper R. R. Uijlings, Mykhaylo Andriluka, Vittorio Ferrari

arXiv: 1906.06798 · 2020-12-16

## TL;DR

This paper introduces a collaborative annotation system for panoptic segmentation that combines human input with automated assistance, significantly speeding up the annotation process on datasets like COCO and ADE20k.

## Contribution

It presents a novel interactive annotation approach that reduces annotation time by leveraging a collaborative process between humans and AI assistants.

## Key findings

- Achieves 2.4x to 5x faster annotation than manual methods.
- Outperforms recent machine-assisted annotation interfaces.
- Effective in bootstrapping annotations on new datasets with minimal initial data.

## Abstract

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 collaborative process between an annotator and an automated assistant who take turns to jointly annotate an image using a predefined pool of segments. Actions performed by the annotator serve as a strong contextual signal. The assistant intelligently reacts to this signal by annotating other parts of the image on its own, which reduces the amount of work required by the annotator. We perform thorough experiments on the COCO panoptic dataset, both in simulation and with human annotators. These demonstrate that our approach is significantly faster than the recent machine-assisted interface of [4], and 2.4x to 5x faster than manual polygon drawing. Finally, we show on ADE20k that our method can be used to efficiently annotate new datasets, bootstrapping from a very small amount of annotated data.

## Full text

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

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.06798/full.md

## References

63 references — full list in the complete paper: https://tomesphere.com/paper/1906.06798/full.md

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