パノプティック パーツ セグメンテーション (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++ は新しい最先端の結果を達成し、GFlops で 70%、パラメーターで 50% の大幅なコスト削減を実現します。私たちのモデルは、強力なベースラインとして機能し、PPS の将来の研究に役立ちます。コードが利用可能になります。
Panoptic Part Segmentation (PPS) unifies panoptic segmentation and part segmentation into one task. Previous works utilize separated approaches to handle thing, 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 feature and things/stuff feature, 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) to better measure such task from both pixel-region and part-whole perspectives. It can also decouple the error 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 further boost part segmentation qualities. We design a new part-whole interaction method using masked cross attention. Finally, the 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 with a significant cost drop of 70% on GFlops and 50% on parameters. Our models can serve as a strong baseline and aid future research in PPS. Code will be available.