最新の自律システムには、信頼できるシーン理解が不可欠です。現在の学習ベースの方法は通常、セグメンテーションの品質のみを考慮するセグメンテーション メトリックに基づいてパフォーマンスを最大化しようとします。ただし、現実の世界でシステムを安全に運用するには、予測の不確実性も考慮することが重要です。この作業では、ピクセルごとの不確実性の推定とともに、ピクセルごとのセマンティックとインスタンスのセグメンテーションを予測することを目的とした、不確実性を意識したパノプティック セグメンテーションの新しいタスクを紹介します。その定量分析を容易にするために、不確実性を意識したパノプティック品質 (uPQ) とパノプティックの期待キャリブレーション エラー (pECE) という 2 つの新しい指標を定義します。さらに、このタスクを解決するために、新しいトップダウンの証拠パノプティック セグメンテーション ネットワーク (EvPSNet) を提案します。私たちのアーキテクチャは、予測された不確実性を活用するシンプルで効果的なパノプティック フュージョン モジュールを採用しています。さらに、最先端のパノプティック セグメンテーション ネットワークとサンプリングのない不確実性推定手法を組み合わせたいくつかの強力なベースラインを提供します。広範な評価により、当社の EvPSNet が標準のパノプティック品質 (PQ) および不確実性を認識したパノプティック メトリクスの新しい最先端を達成することが示されています。コードは https://github.com/kshitij3112/EvPSNet で入手できます。
Reliable scene understanding is indispensable for modern autonomous systems. Current learning-based methods typically try to maximize their performance based on segmentation metrics that only consider the quality of the segmentation. However, for the safe operation of a system in the real world it is crucial to consider the uncertainty in the prediction as well. In this work, we introduce the novel task of uncertainty-aware panoptic segmentation, which aims to predict per-pixel semantic and instance segmentations, together with per-pixel uncertainty estimates. We define two novel metrics to facilitate its quantitative analysis, the uncertainty-aware Panoptic Quality (uPQ) and the panoptic Expected Calibration Error (pECE). We further propose the novel top-down Evidential Panoptic Segmentation Network (EvPSNet) to solve this task. Our architecture employs a simple yet effective panoptic fusion module that leverages the predicted uncertainties. Furthermore, we provide several strong baselines combining state-of-the-art panoptic segmentation networks with sampling-free uncertainty estimation techniques. Extensive evaluations show that our EvPSNet achieves the new state-of-the-art for the standard Panoptic Quality (PQ), as well as for our uncertainty-aware panoptic metrics. We make the code available at: https://github.com/kshitij3112/EvPSNet