Instance Segmentation by Deep Coloring
Victor Kulikov, Victor Yurchenko, Victor Lempitsky

TL;DR
This paper introduces a simple method to perform instance segmentation by reducing it to semantic segmentation through dynamic coloring, enabling end-to-end training and effective application across various domains.
Contribution
It presents a novel approach that transforms instance segmentation into a semantic segmentation problem using dynamic coloring, simplifying training and inference.
Findings
Effective on Cityscapes benchmark for autonomous driving
Successful in plant phenotyping and microscopy image analysis
Achieves competitive results with simple architecture
Abstract
We propose a new and, arguably, a very simple reduction of instance segmentation to semantic segmentation. This reduction allows to train feed-forward non-recurrent deep instance segmentation systems in an end-to-end fashion using architectures that have been proposed for semantic segmentation. Our approach proceeds by introducing a fixed number of labels (colors) and then dynamically assigning object instances to those labels during training (coloring). A standard semantic segmentation objective is then used to train a network that can color previously unseen images. At test time, individual object instances can be recovered from the output of the trained convolutional network using simple connected component analysis. In the experimental validation, the coloring approach is shown to be capable of solving diverse instance segmentation tasks arising in autonomous driving (the Cityscapes…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
