パノプティック パーツ セグメンテーション (PPS) は、パノプティックとパーツ セグメンテーションを 1 つのタスクに統合します。以前の研究では、共有計算やタスク関連付けを行わずに、個別のアプローチを使用して、モノ、スタッフ、パーツの予測を処理していました。これらのタスクをアーキテクチャ レベルで統合することを目指し、Panoptic-PartFormer という最初のエンド ツー エンドの統合フレームワークを設計します。さらに、以前のメトリクス PartPQ の PQ へのバイアスを見つけます。両方の問題を処理するために、私たちは次の貢献を行います。まず、パーツ機能とモノ/スタッフ機能をそれぞれ分離するメタアーキテクチャを設計します。モノ、スタッフ、パーツをオブジェクト クエリとしてモデル化し、3 つの形式の予測すべてを統合されたマスク予測および分類問題として最適化することを直接学習します。このモデルを Panoptic-PartFormer と呼びます。次に、このタスクをピクセル領域と部分全体の観点から測定するのに適した、新しいメトリックの部分全体品質 (PWQ) を提案します。また、パーツ セグメンテーションとパノプティック セグメンテーションのエラーを分離します。第 3 に、Mask2Former に触発され、当社のメタアーキテクチャに基づいて、Panoptic-PartFormer++ を提案し、パーツ セグメンテーションの品質をさらに向上させる新しいパーツ全体のクロスアテンション スキームを設計します。マスクされた相互注意を使用して、新しい部分全体の相互作用方法を設計します。最後に、広範なアブレーション研究と分析により、Panoptic-PartFormer と Panoptic-PartFormer++ の両方の有効性が実証されています。以前の Panoptic-PartFormer と比較して、当社の Panoptic-PartFormer++ は、Cityscapes PPS データセットで 2% の PartPQ と 3% の PWQ の改善を達成し、Pascal Context PPS データセットで 5% の PartPQ を達成しています。両方のデータセットで、Panoptic-PartFormer++ は新しい最先端の結果を達成します。私たちのモデルは、強力なベースラインとして機能し、PPS の将来の研究に役立ちます。コードが利用可能になります。
Panoptic Part Segmentation (PPS) unifies panoptic and part segmentation into one task. Previous works utilize separate approaches to handle things, stuff, and part predictions without shared computation and task association. We aim to unify these tasks at the architectural level, designing the first end-to-end unified framework named Panoptic-PartFormer. Moreover, we find the previous metric PartPQ biases to PQ. To handle both issues, we make the following contributions: Firstly, we design a meta-architecture that decouples part features and things/stuff features, respectively. We model things, stuff, and parts as object queries and directly learn to optimize all three forms of prediction as a unified mask prediction and classification problem. We term our model as Panoptic-PartFormer. Secondly, we propose a new metric Part-Whole Quality (PWQ), better to measure this task from pixel-region and part-whole perspectives. It also decouples the errors for part segmentation and panoptic segmentation. Thirdly, inspired by Mask2Former, based on our meta-architecture, we propose Panoptic-PartFormer++ and design a new part-whole cross-attention scheme to boost part segmentation qualities further. We design a new part-whole interaction method using masked cross attention. Finally, extensive ablation studies and analysis demonstrate the effectiveness of both Panoptic-PartFormer and Panoptic-PartFormer++. Compared with previous Panoptic-PartFormer, our Panoptic-PartFormer++ achieves 2% PartPQ and 3% PWQ improvements on the Cityscapes PPS dataset and 5% PartPQ on the Pascal Context PPS dataset. On both datasets, Panoptic-PartFormer++ achieves new state-of-the-art results. Our models can serve as a strong baseline and aid future research in PPS. Code will be available.