Angzz / awesome-panoptic-segmentation

Panoptic Segmentation Resources List
552 stars 99 forks source link
computer-vision deep-learning panoptic-segmentation

Awesome-Panoptic-Segmentation Awesome

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

Outline

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.

Structure Overview

from UPSNet.

Datasets

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

Evaluation

Metrics

Evaluation Code

Competition

Benchmark Results

COCO val Benchmark

Method Backbone PQ PQ-Thing PQ-Stuff SQ RQ mIoU AP-Mask PC e2e
SOGNet ResNet-50 43.7 50.6 33.2 78.7 53.5 54.56 34.2 - :white_check_mark:
UPSNet ResNet-50 42.5 48.6 33.4 - - 54.3 34.3 - :white_check_mark:
OANet ResNet-101 41.3 50.4 27.7 - - - - - :white_check_mark:
OCFusion ResNet-50 41.0 49.0 29.0 77.1 50.6 - - - :white_check_mark:
Panoptic FPN ResNet-101 40.9 48.3 29.7 - - - - - :white_check_mark:
AUNet ResNet-50 39.6 49.1 25.2 - - 45.1 34.7 - :white_check_mark:
AdaptIS ResNet-101 37.0 41.8 29.9 - - - - - :white_check_mark:
DeeperLab Xception-71 34.3 37.5 29.6 77.1 43.1 - - 56.8 :white_check_mark:

Cityscapes valBenchmark

Method Backbone PQ PQ-Thing PQ-Stuff SQ RQ mIoU AP-Mask PC e2e
Panoptic(Merge) - 61.2 66.4 54.0 80.9 74.4 - - - :negative_squared_cross_mark:
AdaptIS ResNet-101 60.6 58.7 64.4 - - 79.2 36.3 - :white_check_mark:
SOGNet ResNet-50 60.0 56.7 62.5 - - - - - :white_check_mark:
Seamless ResNet-50 59.8 53.4 64.5 - - 75.4 31.9 - :white_check_mark:
UPSNet ResNet-50 59.3 54.6 62.7 79.7 73.0 75.2 33.3 - :white_check_mark:
TASCNet ResNet-101 59.2 56 61.5 - - 77.8 37.6 - :white_check_mark:
AUNet ResNet-101 59.0 54.8 62.1 - - 75.6 34.4 - :white_check_mark:
Panoptic FPN ResNet-101 58.1 52.0 62.5 - - 75.7 33.0 - :white_check_mark:
DeeperLab Xception-71 56.5 - - - - - - 75.6 :white_check_mark:

Mapillary val Benchmark

Method Backbone PQ PQ-Thing PQ-Stuff SQ RQ mIoU AP-Mask PC e2e
Panoptic(Merge) - 38.3 41.8 35.7 73.6 47.7 - - - :negative_squared_cross_mark:
Seamless ResNet-50 37.2 33.2 42.5 - - 50.2 16.3 - :white_check_mark:
AdaptIS ResNet-101 33.4 28.3 40.3 - - - - - :white_check_mark:
TASCNet ResNet-101 32.6 31.3 34.4 - - 35.0 18.5 - :white_check_mark:
DeeperLab Xception-71 32.0 - - - - - - 55.3 :white_check_mark:

Papers

AAAI2020

ICCV2019

CVPR2019

ECCV2018

ArXiv

Tutorials

Blogs