paper-with-me

Papers

Panoptic-DeepLab

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

We present Panoptic-DeepLab, a bottom-up and single-shot approach for panoptic segmentation. Our Panoptic-DeepLab is conceptually simple and delivers state-of-the-art results. In particular, we adopt 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. Our single Panoptic-DeepLab sets the new state-of-art at all three Cityscapes benchmarks, reaching 84.2% mIoU, 39.0% AP, and 65.5% PQ on test set, and advances results on the other challenging Mapillary Vistas.

📄 PDF Abstract BibTeX arXiv:1910.04751

Code (2)

bowenc0221/panoptic-deeplab 공식 구현 pytorch
facebookresearch/detectron2/tree/master/projects/Panoptic-DeepLab pytorch

Tasks

DecoderInstance SegmentationPanoptic SegmentationregressionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

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

2019-11-22 · CVPR 2020 6 · Bowen Cheng, Maxwell D. Collins, Yukun Zhu, Ting Liu 외

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 me…

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1

MaX-DeepLab: End-to-End Panoptic Segmentation with Mask Transformers

2020-12-01 · CVPR 2021 1 · Huiyu Wang, Yukun Zhu, Hartwig Adam, Alan Yuille 외

We present MaX-DeepLab, the first end-to-end model for panoptic segmentation. Our approach simplifies the current pipeline that depends heavily on surrogate sub-tasks and hand-designed components, such as box detection, …

Panoptic Segmentation

ViP-DeepLab: Learning Visual Perception with Depth-aware Video Panoptic Segmentation

2020-12-09 · CVPR 2021 1 · Siyuan Qiao, Yukun Zhu, Hartwig Adam, Alan Yuille 외

In this paper, we present ViP-DeepLab, a unified model attempting to tackle the long-standing and challenging inverse projection problem in vision, which we model as restoring the point clouds from perspective image sequ…

Depth-aware Video Panoptic SegmentationDepth EstimationMonocular Depth EstimationPanoptic Segmentation+2

CMT-DeepLab: Clustering Mask Transformers for Panoptic Segmentation

2022-06-17 · CVPR 2022 1 · Qihang Yu, Huiyu Wang, Dahun Kim, Siyuan Qiao 외

We propose Clustering Mask Transformer (CMT-DeepLab), a transformer-based framework for panoptic segmentation designed around clustering. It rethinks the existing transformer architectures used in segmentation and detect…

ClusteringPanoptic SegmentationSegmentation

DeepLab2: A TensorFlow Library for Deep Labeling

2021-06-17 · Mark Weber, Huiyu Wang, Siyuan Qiao, Jun Xie 외

DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a state-of-the-art and easy-to-use TensorFlow codebase for general dense pixel prediction problems in computer vision. DeepLab2 includes all our recen…