TL;DR
This paper introduces Deeply Shape-guided Cascade (DSC), a novel bi-directional approach for instance segmentation that leverages mask shape information to improve bounding box detection, outperforming existing methods.
Contribution
The paper proposes a new bi-directional cascade architecture that uses shape guidance from masks to enhance bounding box detection in instance segmentation.
Findings
DSC achieves 51.8 box AP and 45.5 mask AP on COCO test-dev.
Outperforms the state-of-the-art Hybrid Task Cascade (HTC).
Introduces shape-guided RoI feature extraction and feature fusion techniques.
Abstract
The key to a successful cascade architecture for precise instance segmentation is to fully leverage the relationship between bounding box detection and mask segmentation across multiple stages. Although modern instance segmentation cascades achieve leading performance, they mainly make use of a unidirectional relationship, i.e., mask segmentation can benefit from iteratively refined bounding box detection. In this paper, we investigate an alternative direction, i.e., how to take the advantage of precise mask segmentation for bounding box detection in a cascade architecture. We propose a Deeply Shape-guided Cascade (DSC) for instance segmentation, which iteratively imposes the shape guidances extracted from mask prediction at the previous stage on bounding box detection at current stage. It forms a bi-directional relationship between the two tasks by introducing three key components: (1)…
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
MethodsFeature Pyramid Network · Region Proposal Network · 1x1 Convolution · Hybrid Task Cascade · Softmax · Convolution · RoIAlign · Mask R-CNN
