CVDec 28, 2023

Generalized Mask-aware IoU for Anchor Assignment for Real-time Instance Segmentation

arXiv:2312.17031v1h-index: 13
Originality Incremental advance
AI Analysis

This work addresses anchor assignment inefficiencies for real-time instance segmentation, offering a novel method that enhances both accuracy and speed, though it is incremental as it builds on existing assigners like ATSS.

The paper tackles the problem of anchor assignment in instance segmentation by introducing Generalized Mask-aware IoU (GmaIoU), which incorporates segmentation masks for more accurate supervision, resulting in improved mask AP by 1.0-2.0 points and reduced inference time by 25%.

This paper introduces Generalized Mask-aware Intersection-over-Union (GmaIoU) as a new measure for positive-negative assignment of anchor boxes during training of instance segmentation methods. Unlike conventional IoU measure or its variants, which only consider the proximity of anchor and ground-truth boxes; GmaIoU additionally takes into account the segmentation mask. This enables GmaIoU to provide more accurate supervision during training. We demonstrate the effectiveness of GmaIoU by replacing IoU with our GmaIoU in ATSS, a state-of-the-art (SOTA) assigner. Then, we train YOLACT, a real-time instance segmentation method, using our GmaIoU-based ATSS assigner. The resulting YOLACT based on the GmaIoU assigner outperforms (i) ATSS with IoU by $\sim 1.0-1.5$ mask AP, (ii) YOLACT with a fixed IoU threshold assigner by $\sim 1.5-2$ mask AP over different image sizes and (iii) decreases the inference time by $25 \%$ owing to using less anchors. Taking advantage of this efficiency, we further devise GmaYOLACT, a faster and $+7$ mask AP points more accurate detector than YOLACT. Our best model achieves $38.7$ mask AP at $26$ fps on COCO test-dev establishing a new state-of-the-art for real-time instance segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes