/awesome-panoptic-segmentation

This repo is the collection of the challenging panoptic segmentation, including papers and codes.

Awesome-Panoptic-Segmentation

This repo is a collection of the challenging panoptic segmentation, including papers, codes, and tutorials.

What is Panoptic Segmentation?

Summarize in one sentence : Panoptic Segmentation proposes to solve the semantic segmentation(Stuff) and instance segmentation(Thing) in a unified and general manner.

Datasets

Generally, the datasets which contains both semantic and instance annotations can be used to solve the challenging panoptic task;

Evaluation Metrics

  • PQ(Panoptic Quality)
  • SQ & RQ(Segmentation Quality and Recognition Quality)

SOTA Results & Leaderboards

  • Mapillary Panoptic
  • COCO Panoptic
- PQ SQ RQ PQ_{Th} SQ_{Th} RQ_{Th} PQ_{St} SQ_{St} RQ_{St} E2E
Megvii(Face++) 0.532 0.830 0.632 0.621 0.852 0.726 0.398 0.797 0.489 False
Panoptic FPN 0.409 0.483 0.297 True
  • Cityscapes Panoptic

Blogs

1.Face++ Detection Team on Panoptic Segmentation

Papers & Codes

1.Panoptic Segmentation

2.Learning to Fuse Things and Stuff (CVPR2019)

3.Panoptic Segmentation with a Joint Semantic and Instance Segmentation Network

4.Attention-guided Unified Network for Panoptic Segmentation (CVPR2019)

5.Weakly- and Semi-Supervised Panoptic Segmentation (ECCV2018)

6.Interactive Full Image Segmentation

7.Panoptic Feature Pyramid Networks (CVPR2019)

8.UPSNet: A Unified Panoptic Segmentation Network (CVPR2019)

9.Single Network Panoptic Segmentation for Street Scene Understanding

10.DeeperLab: Single-Shot Image Parser (CVPR2019)

11 An End-to-End Network for Panoptic Segmentation (CVPR2019)

12 PanopticFusion: Online Volumetric Semantic Mapping at the Level of Stuff and Things (CVPR2019)