SSAP: Single-Shot Instance Segmentation With Affinity Pyramid
About
Recently, proposal-free instance segmentation has received increasing attention due to its concise and efficient pipeline. Generally, proposal-free methods generate instance-agnostic semantic segmentation labels and instance-aware features to group pixels into different object instances. However, previous methods mostly employ separate modules for these two sub-tasks and require multiple passes for inference. We argue that treating these two sub-tasks separately is suboptimal. In fact, employing multiple separate modules significantly reduces the potential for application. The mutual benefits between the two complementary sub-tasks are also unexplored. To this end, this work proposes a single-shot proposal-free instance segmentation method that requires only one single pass for prediction. Our method is based on a pixel-pair affinity pyramid, which computes the probability that two pixels belong to the same instance in a hierarchical manner. The affinity pyramid can also be jointly learned with the semantic class labeling and achieve mutual benefits. Moreover, incorporating with the learned affinity pyramid, a novel cascaded graph partition module is presented to sequentially generate instances from coarse to fine. Unlike previous time-consuming graph partition methods, this module achieves $5\times$ speedup and 9% relative improvement on Average-Precision (AP). Our approach achieves state-of-the-art results on the challenging Cityscapes dataset.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Panoptic Segmentation | Cityscapes (val) | PQ61.1 | 276 | |
| Instance Segmentation | Cityscapes (val) | AP37.3 | 239 | |
| Panoptic Segmentation | COCO (val) | PQ36.5 | 219 | |
| Panoptic Segmentation | COCO 2017 (val) | PQ36.5 | 172 | |
| Panoptic Segmentation | COCO (test-dev) | PQ36.9 | 162 | |
| Instance Segmentation | Cityscapes (test) | AP (Overall)32.7 | 122 | |
| Panoptic Segmentation | Cityscapes (test) | PQ58.9 | 51 | |
| Panoptic Segmentation | COCO 2017 (test-dev) | PQ36.9 | 41 | |
| Panoptic Segmentation | COCO (test) | PQ36.9 | 23 | |
| Instance Segmentation | Cityscapes v1 (test) | AP32.7 | 16 |