ColorRL: Reinforced Coloring for End-to-End Instance Segmentation
Instance segmentation, the task of identifying and separating each individual object of interest in the image, is one of the actively studied research topics in computer vision. Although many feed-forward networks produce high-quality binary segmentation on different types of images, their final result heavily relies on the post-processing step, which separates instances from the binary mask. In comparison, the existing iterative methods extract a single object at a time using discriminative knowledge-based properties (e.g., shapes, boundaries, etc.) without relying on post-processing. However, they do not scale well with a large number of objects. To exploit the advantages of conventional sequential segmentation methods without impairing the scalability, we propose a novel iterative deep reinforcement learning agent that learns how to differentiate multiple objects in parallel. By constructing a relational graph between pixels, we design a reward function that encourages separating pixels of different objects and grouping pixels that belong to the same instance. We demonstrate that the proposed method can efficiently perform instance segmentation of many objects without heavy post-processing.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep Reinforcement LearningInstance SegmentationSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Reinforced Coloring for End-to-End Instance Segmentation
Instance segmentation is one of the actively studied research topics in computer vision in which many objects of interest should be separated individually. While many feed-forward networks produce high-quality segmentati…
Deep Reinforcement LearningInstance SegmentationObjectSegmentation+1Instance Segmentation by Deep Coloring
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 fas…
Autonomous DrivingInstance SegmentationPlant PhenotypingSegmentation+1Disco: Densely-overlapping Cell Instance Segmentation via Adjacency-aware Collaborative Coloring
Accurate cell instance segmentation is foundational for digital pathology analysis. Existing methods based on contour detection and distance mapping still face significant challenges in processing complex and dense cellu…
Instance SegmentationDARC: Distribution-Aware Re-Coloring Model for Generalizable Nucleus Segmentation
Nucleus segmentation is usually the first step in pathological image analysis tasks. Generalizable nucleus segmentation refers to the problem of training a segmentation model that is robust to domain gaps between the sou…
SegmentationDense Point-to-Mask Optimization with Reinforced Point Selection for Crowd Instance Segmentation
Crowd instance segmentation is a crucial task with a wide range of applications, including surveillance and transportation. Currently, point labels are common in crowd datasets, while region labels (e.g., boxes) are rare…
Instance Segmentation