paper-with-me

Papers

MaskConver: Revisiting Pure Convolution Model for Panoptic Segmentation

2023-12-11 · Abdullah Rashwan, Jiageng Zhang, Ali Taalimi, Fan Yang, Xingyi Zhou, Chaochao Yan, Liang-Chieh Chen, Yeqing Li

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% as well as transformer-based models such as Mask2Former (+1.7% PQ) and kMaX-DeepLab (+0.6% PQ). Additionally, MaskConver with a MobileNet backbone reaches 37.2% PQ, improving over Panoptic-DeepLab by +6.4% under the same FLOPs/latency constraints. A further optimized version of MaskConver achieves 29.7% PQ, while running in real-time on mobile devices. The code and model weights will be publicly available

📄 PDF Abstract BibTeX arXiv:2312.06052

Code (1)

tensorflow/models 공식 구현 tf

Tasks

DecodermodelPanoptic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Time-Space Transformers for Video Panoptic Segmentation

2022-10-07 · Andra Petrovai, Sergiu Nedevschi

We propose a novel solution for the task of video panoptic segmentation, that simultaneously predicts pixel-level semantic and instance segmentation and generates clip-level instance tracks. Our network, named VPS-Transf…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

RT-K-Net: Revisiting K-Net for Real-Time Panoptic Segmentation

2023-05-02 · Markus Schön, Michael Buchholz, Klaus Dietmayer

Panoptic segmentation is one of the most challenging scene parsing tasks, combining the tasks of semantic segmentation and instance segmentation. While much progress has been made, few works focus on the real-time applic…

GPUInstance SegmentationPanoptic SegmentationScene Parsing+2

Instance and Panoptic Segmentation Using Conditional Convolutions

2021-02-05 · Zhi Tian, BoWen Zhang, Hao Chen, Chunhua Shen

We propose a simple yet effective framework for instance and panoptic segmentation, termed CondInst (conditional convolutions for instance and panoptic segmentation). In the literature, top-performing instance segmentati…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

MambaPanoptic: A Vision Mamba-based Structured State Space Framework for Panoptic Segmentation

2026-05-12 · Qing Cheng, Damiano Bertolini, Wei Zhang, Dong Wang 외 arxiv

Panoptic segmentation requires the simultaneous recognition of countable thing instances and amorphous stuff regions, placing joint demands on long-range context modelling, multi-scale feature representation, and efficie…

Panoptic Segmentation

Single-shot Path Integrated Panoptic Segmentation

2020-12-03 · Sukjun Hwang, Seoung Wug Oh, Seon Joo Kim

Panoptic segmentation, which is a novel task of unifying instance segmentation and semantic segmentation, has attracted a lot of attention lately. However, most of the previous methods are composed of multiple pathways w…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation