A Fair Ranking and New Model for Panoptic Scene Graph Generation
Julian Lorenz, Alexander Pest, Daniel Kienzle, Katja Ludwig, Rainer Lienhart
TL;DR
The paper identifies critical flaws in the PSGG evaluation protocol (MultiMPO) that permit duplicate masks and multiple predicate distributions to inflate scores. It advocates a fair SingleMPO protocol and re-evaluates existing PSGG methods, revealing that two-stage approaches outperform one-stage methods when measured fairly. It introduces DSFormer, a decoupled two-stage model that encodes subject and object masks directly into transformer features using specialized tokens and losses, achieving state-of-the-art performance on $mR@50$ and $mNgR@50$ (e.g., $mR@50$ of 30.67 and $mNgR@50$ of 50.08) and demonstrating strong gains over prior PSGG models. The work underscores the crucial impact of the segmentation model quality on PSGG performance and advocates adopting SingleMPO for fair comparisons while highlighting the practical benefits of decoupled, segmentation-aware two-stage methods for scalable PSGG.
Abstract
In panoptic scene graph generation (PSGG), models retrieve interactions between objects in an image which are grounded by panoptic segmentation masks. Previous evaluations on panoptic scene graphs have been subject to an erroneous evaluation protocol where multiple masks for the same object can lead to multiple relation distributions per mask-mask pair. This can be exploited to increase the final score. We correct this flaw and provide a fair ranking over a wide range of existing PSGG models. The observed scores for existing methods increase by up to 7.4 mR@50 for all two-stage methods, while dropping by up to 19.3 mR@50 for all one-stage methods, highlighting the importance of a correct evaluation. Contrary to recent publications, we show that existing two-stage methods are competitive to one-stage methods. Building on this, we introduce the Decoupled SceneFormer (DSFormer), a novel two-stage model that outperforms all existing scene graph models by a large margin of +11 mR@50 and +10 mNgR@50 on the corrected evaluation, thus setting a new SOTA. As a core design principle, DSFormer encodes subject and object masks directly into feature space.
