UniInst: Unique Representation for End-to-End Instance Segmentation
Yimin Ou, Rui Yang, Lufan Ma, Yong Liu, Jiangpeng Yan, Shang Xu,, Chengjie Wang, Xiu Li

TL;DR
UniInst introduces a novel end-to-end instance segmentation framework that eliminates the need for NMS by assigning a unique representation to each instance, achieving competitive results and robustness to occlusion.
Contribution
The paper proposes the first FCN-based, box-free, and NMS-free instance segmentation method with a novel one-to-one assignment scheme and prediction re-ranking strategy.
Findings
Achieves 39.0 mask AP on COCO test-dev with ResNet-50-FPN.
Achieves 40.2 mask AP on COCO test-dev with ResNet-101-FPN.
Outperforms baselines on heavily-occluded OCHuman benchmark.
Abstract
Existing instance segmentation methods have achieved impressive performance but still suffer from a common dilemma: redundant representations (e.g., multiple boxes, grids, and anchor points) are inferred for one instance, which leads to multiple duplicated predictions. Thus, mainstream methods usually rely on a hand-designed non-maximum suppression (NMS) post-processing step to select the optimal prediction result, which hinders end-to-end training. To address this issue, we propose a box-free and NMS-free end-to-end instance segmentation framework, termed UniInst, that yields only one unique representation for each instance. Specifically, we design an instance-aware one-to-one assignment scheme, namely Only Yield One Representation (OYOR), which dynamically assigns one unique representation to each instance according to the matching quality between predictions and ground truths. Then,…
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 Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
