Reading Note: Panoptic Segmentation

TITLE: Panoptic Segmentation

AUTHOR: Alexander Kirillov, Kaiming He, Ross Girshick, Carsten Rother, Piotr Dollar

ASSOCIATION: FAIR, Heidelberg University

FROM: arXiv:1801.00868

CONTRIBUTION

  1. A novel ‘Panoptic Segmentation’ (PS) task is proposed and studied.
  2. A panoptic quality (PQ) measure is introduced to measure performance on the task.
  3. A basic algorithmic approach to combine instance and semantic segmentation outputs into panoptic outputs is proposed.

PROBLEM DEFINATION

Panoptic refers to a unified, global view of segmentation. Each pixel of an image must be assigned a semantic label and an instance id. Pixels with the same label and id belong to the same object; for stuff labels the instance id is ignored.

Panoptic Segmentation

Given a predetermined set of L semantic categories encoded by :={1,...,L}, the task requires a panoptic segmentation algorithm to map each pixel i of an image to a pair (li,zi)×N, where li represents the semantic class of pixel i and zi represents its instance id.

The semantic label set consist of subsets St and Th , such that =StTh and StTh=ϕ . These subsets correspond to stuff labels and thing labels, respectively.

Panoptic Quality (PQ)

For each class, the unique matching splits the predicted and ground truth segments into three sets: true positives (TP), false positives (FP), and false negatives (FN), representing matched pairs of segments, unmatched predicted segments, and unmatched ground truth segments, respectively. Given these three sets, PQ is defined as:

PQ=(p,g)TPIoU(p,g)|TP|+12|FP|+12|FN|

A predicted segment and a ground truth segment can match only if their intersection over union (IoU) is strictly greater than 3.5.

PQ can be seen as the multiplication of a Segmentation Quality (SQ) term and a Detection Quality (DQ) term:

PQ=(p,g)TPIoU(p,g)|TP|×|TP||TP|+12|FP|+12|FN|

where the first term can be seen as SQ and the second term can be seen as DQ.

Human vs. Machine

Human vs. Machine

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值