paper-with-me

Papers

Panoptic Feature Pyramid Networks

2019-01-08 · CVPR 2019 6 · Alexander Kirillov, Ross Girshick, Kaiming He, Piotr Dollár

The recently introduced panoptic segmentation task has renewed our community's interest in unifying the tasks of instance segmentation (for thing classes) and semantic segmentation (for stuff classes). However, current state-of-the-art methods for this joint task use separate and dissimilar networks for instance and semantic segmentation, without performing any shared computation. In this work, we aim to unify these methods at the architectural level, designing a single network for both tasks. Our approach is to endow Mask R-CNN, a popular instance segmentation method, with a semantic segmentation branch using a shared Feature Pyramid Network (FPN) backbone. Surprisingly, this simple baseline not only remains effective for instance segmentation, but also yields a lightweight, top-performing method for semantic segmentation. In this work, we perform a detailed study of this minimally extended version of Mask R-CNN with FPN, which we refer to as Panoptic FPN, and show it is a robust and accurate baseline for both tasks. Given its effectiveness and conceptual simplicity, we hope our method can serve as a strong baseline and aid future research in panoptic segmentation.

📄 PDF Abstract BibTeX arXiv:1901.02446

Code (12)

facebookresearch/detectron2 공식 구현 pytorch
Hernandope/keras_resnet_FPN_cifar10 tf
PaddlePaddle/PaddleSeg paddle
Shun14/panopticFPN-paddle paddle
Vishal-V/tf-models tf
ashwath007/amenity-detection pytorch
ashwath007/aminity-detection pytorch
code-implementation1/Code7/tree/main/resnext152_64x4d mindspore
dajes/DensePose-TorchScript pytorch
jlazarow/learning_instance_occlusion pytorch
open-mmlab/mmdetection pytorch
open-mmlab/mmsegmentation pytorch

Tasks

Instance SegmentationPanoptic SegmentationSegmentationSemantic SegmentationThermal Image Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Random Scaling Random Scaling is a type of image data augmentation in which we randomly change the scale of the image within a specified range. The…
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ResNeXt A ResNeXt repeats a building block that aggregates a set of transformations with the same topology. Compared to a ResNet, it…
Panoptic FPN A Panoptic FPN is an extension of an FPN that can generate both instance and semantic segmentations via FPN. The approach starts with…
FPN 설명 없음

Similar Papers 제목 키워드 기반

Panoptic SwiftNet: Pyramidal Fusion for Real-time Panoptic Segmentation

2022-03-15 · Josip Šarić, Marin Oršić, Siniša Šegvić

Dense panoptic prediction is a key ingredient in many existing applications such as autonomous driving, automated warehouses or remote sensing. Many of these applications require fast inference over large input resolutio…

Autonomous DrivingGPUPanoptic 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

PanopMamba: Vision State Space Modeling for Nuclei Panoptic Segmentation

2026-01-23 · Ming Kang, Fung Fung Ting, Raphaël C. -W. Phan, Zongyuan Ge 외 arxiv

Nuclei panoptic segmentation supports cancer diagnostics by integrating both semantic and instance segmentation of different cell types to analyze overall tissue structure and individual nuclei in histopathology images. …

Panoptic SegmentationInstance Segmentation

You Only Segment Once: Towards Real-Time Panoptic Segmentation

2023-03-26 · CVPR 2023 1 · Jie Hu, Linyan Huang, Tianhe Ren, Shengchuan Zhang 외

In this paper, we propose YOSO, a real-time panoptic segmentation framework. YOSO predicts masks via dynamic convolutions between panoptic kernels and image feature maps, in which you only need to segment once for both i…

DecoderPanoptic SegmentationSegmentationSemantic Segmentation

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

2020-06-03 · CVPR 2021 1 · Siyuan Qiao, Liang-Chieh Chen, Alan Yuille

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro l…

Instance SegmentationObjectobject-detectionObject Detection+3