Panoptic-PartFormer: Learning a Unified Model for Panoptic Part Segmentation
Xiangtai Li, Shilin Xu, Yibo Yang, Guangliang Cheng, Yunhai Tong,, Dacheng Tao

TL;DR
This paper introduces Panoptic-PartFormer, a unified end-to-end transformer-based model that simultaneously performs panoptic and part segmentation, achieving state-of-the-art results with reduced computational cost.
Contribution
We propose the first unified transformer architecture for panoptic part segmentation, integrating all tasks into a single end-to-end model with shared computation.
Findings
Achieves state-of-the-art results on Cityscapes PPS and Pascal Context PPS datasets.
Reduces at least 70% GFlops and 50% parameters compared to previous methods.
Improves accuracy by 3.4% with ResNet50 and 10% with Swin Transformer.
Abstract
Panoptic Part Segmentation (PPS) aims to unify panoptic segmentation and part segmentation into one task. Previous work mainly utilizes separated approaches to handle thing, stuff, and part predictions individually without performing any shared computation and task association. In this work, we aim to unify these tasks at the architectural level, designing the first end-to-end unified method named Panoptic-PartFormer. In particular, motivated by the recent progress in Vision Transformer, we model things, stuff, and part as object queries and directly learn to optimize the all three predictions as unified mask prediction and classification problem. We design a decoupled decoder to generate part feature and thing/stuff feature respectively. Then we propose to utilize all the queries and corresponding features to perform reasoning jointly and iteratively. The final mask can be obtained via…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Stochastic Depth · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Dense Connections · Layer Normalization · Absolute Position Encodings · Swin Transformer
