SSAP: Single-Shot Instance Segmentation With Affinity Pyramid
Naiyu Gao, Yanhu Shan, Yupei Wang, Xin Zhao, Yinan Yu, Ming Yang,, Kaiqi Huang

TL;DR
This paper introduces SSAP, a single-shot, proposal-free instance segmentation method utilizing an affinity pyramid and cascaded graph partition, achieving faster inference and improved accuracy over previous methods.
Contribution
It presents a novel single-pass instance segmentation approach that jointly learns pixel affinities and semantic labels, enabling mutual benefits and significant speed and accuracy improvements.
Findings
Achieves 5x faster inference than previous graph-based methods.
Improves Average-Precision (AP) by 9% on Cityscapes dataset.
State-of-the-art results on Cityscapes for proposal-free instance segmentation.
Abstract
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…
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
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Multimodal Machine Learning Applications
