SOLO: A Simple Framework for Instance Segmentation
Xinlong Wang, Rufeng Zhang, Chunhua Shen, Tao Kong, Lei Li

TL;DR
SOLO introduces a novel, simple framework for instance segmentation that directly predicts masks from images without complex post-processing, achieving state-of-the-art results in speed and accuracy.
Contribution
The paper proposes SOLO, a new instance segmentation method that simplifies the process by directly mapping images to instance masks, eliminating grouping and detection steps.
Findings
Achieves state-of-the-art accuracy in instance segmentation.
Runs faster than existing methods due to its simplicity.
Extends effectively to object detection and panoptic segmentation.
Abstract
Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that has made instance segmentation much more challenging. In order to predict a mask for each instance, mainstream approaches either follow the 'detect-then-segment' strategy (e.g., Mask R-CNN), or predict embedding vectors first then cluster pixels into individual instances. In this paper, we view the task of instance segmentation from a completely new perspective by introducing the notion of "instance categories", which assigns categories to each pixel within an instance according to the instance's location. With this notion, we propose segmenting objects by locations (SOLO), a simple, direct, and fast framework for instance segmentation with strong performance. We derive a few SOLO variants (e.g., Vanilla SOLO, Decoupled SOLO, Dynamic SOLO) following the basic…
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 · Domain Adaptation and Few-Shot Learning
