SOTAVerified

Combinatorial Optimization for Panoptic Segmentation: A Fully Differentiable Approach

2021-06-06NeurIPS 2021Code Available1· sign in to hype

Ahmed Abbas, Paul Swoboda

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a fully differentiable architecture for simultaneous semantic and instance segmentation (a.k.a. panoptic segmentation) consisting of a convolutional neural network and an asymmetric multiway cut problem solver. The latter solves a combinatorial optimization problem that elegantly incorporates semantic and boundary predictions to produce a panoptic labeling. Our formulation allows to directly maximize a smooth surrogate of the panoptic quality metric by backpropagating the gradient through the optimization problem. Experimental evaluation shows improvement by backpropagating through the optimization problem w.r.t. comparable approaches on Cityscapes and COCO datasets. Overall, our approach shows the utility of using combinatorial optimization in tandem with deep learning in a challenging large scale real-world problem and showcases benefits and insights into training such an architecture.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testCOPS (ResNet-50)PQ60Unverified
Cityscapes valCOPS (ResNet-50)PQ62.1Unverified
COCO test-devCOPS (ResNet-50)PQ38.5Unverified

Reproductions