The surprising impact of mask-head architecture on novel class segmentation
Vighnesh Birodkar, Zhichao Lu, Siyang Li, Vivek Rathod, Jonathan Huang

TL;DR
This paper investigates how different mask-head architectures and training strategies affect the ability of instance segmentation models to generalize to novel classes in a partially supervised setting, achieving state-of-the-art results.
Contribution
It reveals that training mask-heads only with groundtruth boxes and exploring deeper architectures significantly improves generalization to unseen classes.
Findings
Training with groundtruth boxes enhances novel class performance.
Deeper mask-head architectures generalize better to unseen classes.
The approach achieves state-of-the-art results on COCO benchmark.
Abstract
Instance segmentation models today are very accurate when trained on large annotated datasets, but collecting mask annotations at scale is prohibitively expensive. We address the partially supervised instance segmentation problem in which one can train on (significantly cheaper) bounding boxes for all categories but use masks only for a subset of categories. In this work, we focus on a popular family of models which apply differentiable cropping to a feature map and predict a mask based on the resulting crop. Under this family, we study Mask R-CNN and discover that instead of its default strategy of training the mask-head with a combination of proposals and groundtruth boxes, training the mask-head with only groundtruth boxes dramatically improves its performance on novel classes. This training strategy also allows us to take advantage of alternative mask-head architectures, which we…
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 · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsRegion Proposal Network · Deep-MAC · RoIAlign · Softmax · Mask R-CNN · 1x1 Convolution · Average Pooling · Batch Normalization · Global Average Pooling · Max Pooling
