Papers › Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation

Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation

22 Nov 2019CVPR 2020 6arXiv:1911.10194archive 2025-07-28

Bowen Cheng, Maxwell D. Collins, Yukun Zhu, Ting Liu, Thomas S. Huang, Hartwig Adam, Liang-Chieh Chen

In this work, we introduce Panoptic-DeepLab, a simple, strong, and fast system for panoptic segmentation, aiming to establish a solid baseline for bottom-up methods that can achieve comparable performance of two-stage methods while yielding fast inference speed. In particular, Panoptic-DeepLab adopts the dual-ASPP and dual-decoder structures specific to semantic, and instance segmentation, respectively. The semantic segmentation branch is the same as the typical design of any semantic segmentation model (e.g., DeepLab), while the instance segmentation branch is class-agnostic, involving a simple instance center regression. As a result, our single Panoptic-DeepLab simultaneously ranks first at all three Cityscapes benchmarks, setting the new state-of-art of 84.2% mIoU, 39.0% AP, and 65.5% PQ on test set. Additionally, equipped with MobileNetV3, Panoptic-DeepLab runs nearly in real-time with a single 1025x2049 image (15.8 frames per second), while achieving a competitive performance on Cityscapes (54.1 PQ% on test set). On Mapillary Vistas test set, our ensemble of six models attains 42.7% PQ, outperforming the challenge winner in 2018 by a healthy margin of 1.5%. Finally, our Panoptic-DeepLab also performs on par with several top-down approaches on the challenging COCO dataset. For the first time, we demonstrate a bottom-up approach could deliver state-of-the-art results on panoptic segmentation.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1911.10194")

Code

Syntology Ran 3 of 9 code samples harvested from 4 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 0 ran; community (archive-listed): 7 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bowenc0221/panoptic-deeplab officialmentioned on GitHubpytorchApache-2.0 report
KenYu910645/perspective-aware-convolution mentioned on GitHubpytorchApache-2.0 report
mistasse/modulom-panopticdeeplab mentioned on GitHubpytorchApache-2.0 report
sithu31296/panoptic-segmentation mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 3 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
2ran
6unverified

Licence: 0 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_loss_from_cfg bowenc0221/panoptic-deeplab/segmentation/model/build.py official repository unverified Apache-2.0 (permissive) · 5bfc727bc2e8984f · report
build_segmentation_model_from_cfg bowenc0221/panoptic-deeplab/segmentation/model/build.py official repository unverified Apache-2.0 (permissive) · 81ed4dfaf58b96e3 · report
div_up KenYu910645/perspective-aware-convolution/demo/kitti_eval/rotate_iou.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 20fbfa2279e1ce4b · report
get_image_index_str KenYu910645/perspective-aware-convolution/demo/kitti_eval/kitti_common.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 3415a0d1c950c1c7 · report
trunc_normal_ sithu31296/panoptic-segmentation/popseg/models/backbones/layers.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 02566da69866c48c · report
build_segmentation_model_from_cfg mistasse/modulom-panopticdeeplab/segmentation/model/build.py community (archive-listed) unverified Apache-2.0 (permissive) · e75291bd524307bd · report
check_depth_map KenYu910645/perspective-aware-convolution/visualDet3D/data_augmentation/scene_aware_data_generator.py community (archive-listed) unverified Apache-2.0 (permissive) · 27434020b6a1ebd3 · report
get_image_path KenYu910645/perspective-aware-convolution/demo/kitti_eval/kitti_common.py community (archive-listed) unverified Apache-2.0 (permissive) · c8b847449b3be5dc · report
get_kitti_info_path KenYu910645/perspective-aware-convolution/demo/kitti_eval/kitti_common.py community (archive-listed) unverified Apache-2.0 (permissive) · f027b5ae160547ce · report

Tasks

DecoderInstance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Panoptic Segmentation COCO test-dev Panoptic-DeepLab (Xception-71) PQ 41.4 #31 of 38 Archive leaderboard report
Panoptic Segmentation COCO test-dev Panoptic-DeepLab (Xception-71) PQst 35.9 #31 of 38 Archive leaderboard report
Panoptic Segmentation COCO test-dev Panoptic-DeepLab (Xception-71) PQth 45.1 #31 of 38 Archive leaderboard report
Panoptic Segmentation Cityscapes test Panoptic-Deeplab PQ 65.5 #6 of 10 Archive leaderboard report
Panoptic Segmentation Cityscapes val Panoptic-DeepLab (X71) AP 38.5 #18 of 37 Archive leaderboard report
Panoptic Segmentation Cityscapes val Panoptic-DeepLab (X71) PQ 64.1 #18 of 37 Archive leaderboard report
Panoptic Segmentation Cityscapes val Panoptic-DeepLab (X71) mIoU 81.5 #18 of 37 Archive leaderboard report
Panoptic Segmentation Mapillary val Panoptic-DeepLab (X71) PQ 40.5 #8 of 13 Archive leaderboard report
Semantic Segmentation Cityscapes test Panoptic-DeepLab Mean IoU (class) 84.2% #11 of 105 Archive leaderboard report
Semantic Segmentation Cityscapes val Panoptic-DeepLab mIoU 81.5% #43 of 99 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDense ConnectionsDepthwise ConvolutionDepthwise Separable ConvolutionDropoutGlobal Average PoolingHard SwishInverted Residual BlockPointwise ConvolutionReLUReLU6Sigmoid ActivationSqueeze-and-Excitation BlockTest

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections