MaskUno: Switch-Split Block For Enhancing Instance Segmentation
Jawad Haidar, Marc Mouawad, Imad Elhajj, Daniel Asmar

TL;DR
MaskUno introduces a Switch-Split block to improve instance segmentation by reducing kernel competition, leading to a 2.03% mAP increase on COCO with various models.
Contribution
The paper proposes MaskUno, a novel Switch-Split block that enhances instance segmentation by specialized mask prediction, addressing kernel competition issues.
Findings
Achieved 2.03% mAP improvement on COCO with DetectoRS.
Effective across different models and class quantities.
Enhances segmentation accuracy regardless of model complexity.
Abstract
Instance segmentation is an advanced form of image segmentation which, beyond traditional segmentation, requires identifying individual instances of repeating objects in a scene. Mask R-CNN is the most common architecture for instance segmentation, and improvements to this architecture include steps such as benefiting from bounding box refinements, adding semantics, or backbone enhancements. In all the proposed variations to date, the problem of competing kernels (each class aims to maximize its own accuracy) persists when models try to synchronously learn numerous classes. In this paper, we propose mitigating this problem by replacing mask prediction with a Switch-Split block that processes refined ROIs, classifies them, and assigns them to specialized mask predictors. We name the method MaskUno and test it on various models from the literature, which are then trained on multiple…
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
TopicsIndustrial Vision Systems and Defect Detection
MethodsConvolution · Region Proposal Network · Softmax · RoIAlign · Mask R-CNN
