Accelerating the creation of instance segmentation training sets through bounding box annotation
Niels Sayez, Christophe De Vleeschouwer

TL;DR
This paper introduces a semi-automatic method for creating instance segmentation training data by combining manual bounding box annotation with automatic segmentation and selective manual correction, significantly reducing annotation effort.
Contribution
It proposes a novel annotation workflow that balances manual bounding box definition and mask correction, optimizing resource allocation for training instance segmentation models.
Findings
Bounding box annotation requires up to 10 times less resources than full mask annotation.
Prioritizing mask correction over bounding box annotation reduces manual effort by up to 80%.
The approach improves segmentation model accuracy while significantly decreasing annotation time.
Abstract
Collecting image annotations remains a significant burden when deploying CNN in a specific applicative context. This is especially the case when the annotation consists in binary masks covering object instances. Our work proposes to delineate instances in three steps, based on a semi-automatic approach: (1) the extreme points of an object (left-most, right-most, top, bottom pixels) are manually defined, thereby providing the object bounding-box, (2) a universal automatic segmentation tool like Deep Extreme Cut is used to turn the bounded object into a segmentation mask that matches the extreme points; and (3) the predicted mask is manually corrected. Various strategies are then investigated to balance the human manual annotation resources between bounding-box definition and mask correction, including when the correction of instance masks is prioritized based on their overlap with other…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Machine Learning and Data Classification
