Conditional Convolutions for Instance Segmentation
Zhi Tian, Chunhua Shen, Hao Chen

TL;DR
CondInst introduces a fully convolutional, instance-aware approach for instance segmentation using dynamic conditional convolutions, achieving higher accuracy and faster inference than traditional ROI-based methods like Mask R-CNN.
Contribution
The paper presents a novel framework that replaces ROI operations with dynamic, instance-conditioned convolutions, simplifying the architecture and improving performance.
Findings
Outperforms recent methods on COCO dataset
Eliminates the need for ROI cropping and feature alignment
Achieves faster inference with a compact mask head
Abstract
We propose a simple yet effective instance segmentation framework, termed CondInst (conditional convolutions for instance segmentation). Top-performing instance segmentation methods such as Mask R-CNN rely on ROI operations (typically ROIPool or ROIAlign) to obtain the final instance masks. In contrast, we propose to solve instance segmentation from a new perspective. Instead of using instance-wise ROIs as inputs to a network of fixed weights, we employ dynamic instance-aware networks, conditioned on instances. CondInst enjoys two advantages: 1) Instance segmentation is solved by a fully convolutional network, eliminating the need for ROI cropping and feature alignment. 2) Due to the much improved capacity of dynamically-generated conditional convolutions, the mask head can be very compact (e.g., 3 conv. layers, each having only 8 channels), leading to significantly faster inference. 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 · Image and Object Detection Techniques · Advanced Image and Video Retrieval Techniques
MethodsRegion Proposal Network · Conditional Convolutions for Instance Segmentation · Softmax · Convolution · RoIAlign · RoIPool · Mask R-CNN
