From Easy to Hard: Learning Curricular Shape-aware Features for Robust Panoptic Scene Graph Generation
Hanrong Shi, Lin Li, Jun Xiao, Yueting Zhuang, Long Chen
TL;DR
This work targets Panoptic Scene Graph Generation (PSG), where prior methods largely rely on bbox-based features and overlook shape cues. It introduces Curricular shApe-aware FEature (CAFE), a model-agnostic framework that injects mask and boundary shape-aware features and trains three predicate-specific classifiers in an easy-to-hard sequence with knowledge distillation. Through cognition-based predicate grouping, stage-wise feature fusion, and balanced sampling, CAFE achieves state-of-the-art robustness and strong zero-shot generalization on the PSG dataset, across PredCls and SGDet tasks. The results demonstrate that incorporating shape-aware representations of object contours and interactions significantly reduces semantic confusion and improves performance, while remaining computationally practical. This framework lays groundwork for broader applications, including potential extension to panoptic video scene graph generation.
Abstract
Panoptic Scene Graph Generation (PSG) aims to generate a comprehensive graph-structure representation based on panoptic segmentation masks. Despite remarkable progress in PSG, almost all existing methods neglect the importance of shape-aware features, which inherently focus on the contours and boundaries of objects. To bridge this gap, we propose a model-agnostic Curricular shApe-aware FEature (CAFE) learning strategy for PSG. Specifically, we incorporate shape-aware features (i.e., mask features and boundary features) into PSG, moving beyond reliance solely on bbox features. Furthermore, drawing inspiration from human cognition, we propose to integrate shape-aware features in an easy-to-hard manner. To achieve this, we categorize the predicates into three groups based on cognition learning difficulty and correspondingly divide the training process into three stages. Each stage utilizes a specialized relation classifier to distinguish specific groups of predicates. As the learning difficulty of predicates increases, these classifiers are equipped with features of ascending complexity. We also incorporate knowledge distillation to retain knowledge acquired in earlier stages. Due to its model-agnostic nature, CAFE can be seamlessly incorporated into any PSG model. Extensive experiments and ablations on two PSG tasks under both robust and zero-shot PSG have attested to the superiority and robustness of our proposed CAFE, which outperforms existing state-of-the-art methods by a large margin.
