Hydra-SGG: Hybrid Relation Assignment for One-stage Scene Graph Generation
Minghan Chen, Guikun Chen, Wenguan Wang, Yi Yang

TL;DR
Hydra-SGG introduces a hybrid relation assignment approach for one-stage scene graph generation, addressing sparse supervision and false negatives, and achieves state-of-the-art results across multiple datasets.
Contribution
It proposes a novel hybrid relation assignment method combining one-to-one and IoU-based one-to-many strategies, along with a Hydra Branch decoder to improve scene graph generation.
Findings
Achieves state-of-the-art performance on VG150, Open Images V6, and GQA datasets.
Increases positive training samples by combining relation assignment strategies.
Removing self-attention between relation queries benefits relation prediction diversity.
Abstract
DETR introduces a simplified one-stage framework for scene graph generation (SGG) but faces challenges of sparse supervision and false negative samples. The former occurs because each image typically contains fewer than 10 relation annotations, while DETR-based SGG models employ over 100 relation queries. Each ground truth relation is assigned to only one query during training. The latter arises when one ground truth relation may have multiple queries with similar matching scores, leading to suboptimally matched queries being treated as negative samples. To address these, we propose Hydra-SGG, a one-stage SGG method featuring a Hybrid Relation Assignment. This approach combines a One-to-One Relation Assignment with an IoU-based One-to-Many Relation Assignment, increasing positive training samples and mitigating sparse supervision. In addition, we empirically demonstrate that removing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Graph Neural Networks · Generative Adversarial Networks and Image Synthesis
MethodsHydra
