BoxSeg: Quality-Aware and Peer-Assisted Learning for Box-supervised Instance Segmentation
Jinxiang Lai, Wenlong Wu, Jiawei Zhan, Jian Li, Bin-Bin Gao, Jun Liu, Jie Zhang, Song Guo
TL;DR
This paper introduces BoxSeg, a quality-aware framework for box-supervised instance segmentation that tackles pseudo-mask noise via a Quality-Aware Module and enhances low-quality masks through Peer-assisted Copy-paste. The QAM comprises Box-Quality Ranking, Quality-aware Masks Fusion, and Mask-Quality Scoring to produce high-quality pseudo masks and robustly assess mask quality, while PC leverages high-quality peers to guide learning of poorer masks. The approach integrates into a teacher-student paradigm with EMA updates and a quality-weighted mask loss, and demonstrates state-of-the-art results on COCO and PASCAL VOC, along with extensive ablations and theoretical bounds on mask fusion. Collectively, BoxSeg provides a general, effective enhancement for BSIS that improves mask accuracy, boundary delineation, and generalization across architectures and training schedules.
Abstract
Box-supervised instance segmentation methods aim to achieve instance segmentation with only box annotations. Recent methods have demonstrated the effectiveness of acquiring high-quality pseudo masks under the teacher-student framework. Building upon this foundation, we propose a BoxSeg framework involving two novel and general modules named the Quality-Aware Module (QAM) and the Peer-assisted Copy-paste (PC). The QAM obtains high-quality pseudo masks and better measures the mask quality to help reduce the effect of noisy masks, by leveraging the quality-aware multi-mask complementation mechanism. The PC imitates Peer-Assisted Learning to further improve the quality of the low-quality masks with the guidance of the obtained high-quality pseudo masks. Theoretical and experimental analyses demonstrate the proposed QAM and PC are effective. Extensive experimental results show the superiority of our BoxSeg over the state-of-the-art methods, and illustrate the QAM and PC can be applied to improve other models.
