EffSeg: Efficient Fine-Grained Instance Segmentation using Structure-Preserving Sparsity
C\'edric Picron, Tinne Tuytelaars

TL;DR
EffSeg introduces a novel structure-preserving sparsity method for efficient fine-grained instance segmentation, significantly reducing computational cost while maintaining high segmentation quality.
Contribution
The paper proposes EffSeg with Structure-Preserving Sparsity, enabling efficient high-resolution segmentation with reduced FLOPs and preserved spatial structure.
Findings
Achieves similar COCO performance as RefineMask
Reduces FLOPs by 71%
Increases FPS by 29%
Abstract
Many two-stage instance segmentation heads predict a coarse 28x28 mask per instance, which is insufficient to capture the fine-grained details of many objects. To address this issue, PointRend and RefineMask predict a 112x112 segmentation mask resulting in higher quality segmentations. Both methods however have limitations by either not having access to neighboring features (PointRend) or by performing computation at all spatial locations instead of sparsely (RefineMask). In this work, we propose EffSeg performing fine-grained instance segmentation in an efficient way by using our Structure-Preserving Sparsity (SPS) method based on separately storing the active features, the passive features and a dense 2D index map containing the feature indices. The goal of the index map is to preserve the 2D spatial configuration or structure between the features such that any 2D operation can still…
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 · Industrial Vision Systems and Defect Detection
MethodsDense Connections · Feedforward Network · PointRend
