Implicit Feature Refinement for Instance Segmentation
Lufan Ma, Tiancai Wang, Bin Dong, Jiangpeng Yan, Xiu Li, Xiangyu Zhang

TL;DR
This paper introduces an implicit feature refinement module for instance segmentation that converges to high-quality features using fixed-point iteration, improving performance while reducing parameters.
Contribution
It proposes an implicit feature refinement method that models infinite-depth refinement with fixed-point iteration, enhancing segmentation accuracy with fewer parameters.
Findings
Achieves 1% AP improvement on Mask R-CNN.
Reduces parameter count in mask head by 70%.
Demonstrates effectiveness on COCO and YouTube-VIS datasets.
Abstract
We propose a novel implicit feature refinement module for high-quality instance segmentation. Existing image/video instance segmentation methods rely on explicitly stacked convolutions to refine instance features before the final prediction. In this paper, we first give an empirical comparison of different refinement strategies,which reveals that the widely-used four consecutive convolutions are not necessary. As an alternative, weight-sharing convolution blocks provides competitive performance. When such block is iterated for infinite times, the block output will eventually convergeto an equilibrium state. Based on this observation, the implicit feature refinement (IFR) is developed by constructing an implicit function. The equilibrium state of instance features can be obtained by fixed-point iteration via a simulated infinite-depth network. Our IFR enjoys several advantages: 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
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques
MethodsRegion Proposal Network · Softmax · RoIAlign · Convolution · Mask R-CNN
