The Devil is in the Boundary: Exploiting Boundary Representation for Basis-based Instance Segmentation
Myungchul Kim, Sanghyun Woo, Dahun Kim, and In So Kweon

TL;DR
This paper introduces B2Inst, a boundary-aware method for instance segmentation that enhances boundary delineation by learning a global boundary representation, leading to improved accuracy over existing methods on COCO.
Contribution
The paper proposes a novel boundary basis approach for instance segmentation, integrating boundary information with mask features and a unified quality measure for better boundary accuracy.
Findings
B2Inst improves boundary delineation in instance segmentation.
The method outperforms state-of-the-art on COCO with ResNet backbones.
It enhances both single-stage and two-stage frameworks.
Abstract
Pursuing a more coherent scene understanding towards real-time vision applications, single-stage instance segmentation has recently gained popularity, achieving a simpler and more efficient design than its two-stage counterparts. Besides, its global mask representation often leads to superior accuracy to the two-stage Mask R-CNN which has been dominant thus far. Despite the promising advances in single-stage methods, finer delineation of instance boundaries still remains unexcavated. Indeed, boundary information provides a strong shape representation that can operate in synergy with the fully-convolutional mask features of the single-stage segmenter. In this work, we propose Boundary Basis based Instance Segmentation(B2Inst) to learn a global boundary representation that can complement existing global-mask-based methods that are often lacking high-frequency details. Besides, we devise a…
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 · Domain Adaptation and Few-Shot Learning · Medical Image Segmentation Techniques
MethodsRegion Proposal Network · Softmax · Convolution · RoIAlign · Mask R-CNN
