MaskConver: Revisiting Pure Convolution Model for Panoptic Segmentation

Abdullah Rashwan,Jiageng Zhang,Ali Taalimi,Fan Yang,Xingyi Zhou,Chaochao Yan,Liang-Chieh Chen,Yeqing Li
DOI: https://doi.org/10.1109/wacv57701.2024.00090
2024-01-01
Abstract:In recent years, transformer-based models have dominated panoptic segmentation, thanks to their strong modeling capabilities and their unified representation for both semantic and instance classes as global binary masks. In this paper, we revisit pure convolution model and propose a novel panoptic architecture named MaskConver. MaskConver proposes to fully unify things and stuff representation by predicting their centers. To that extent, it creates a lightweight class embedding module that can break the ties when multiple centers co-exist in the same location. Furthermore, our study shows that the decoder design is critical in ensuring that the model has sufficient context for accurate detection and segmentation. We introduce a powerful ConvNeXt-UNet decoder that closes the performance gap between convolution- and transformerbased models. With ResNet50 backbone, our MaskConver achieves 53.6 PQ on the COCO panoptic val set, outperforming the modern convolution-based model, Panoptic FCN, by 9.3 Mask2Former (+1.7 with a MobileNet backbone reaches 37.2 +6.4 MaskConver achieves 29.7 code and model weights will be publicly available
What problem does this paper attempt to address?