CVAIMar 28, 2023

HiLo: Exploiting High Low Frequency Relations for Unbiased Panoptic Scene Graph Generation

arXiv:2303.15994v229 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This addresses scene understanding challenges for computer vision applications, but it is incremental as it builds on existing unbiased methods.

The paper tackles the long-tail problem and overlapping relations in Panoptic Scene Graph Generation by proposing the HiLo framework, which uses separate branches for high and low frequency relations and achieves state-of-the-art results on the PSG task.

Panoptic Scene Graph generation (PSG) is a recently proposed task in image scene understanding that aims to segment the image and extract triplets of subjects, objects and their relations to build a scene graph. This task is particularly challenging for two reasons. First, it suffers from a long-tail problem in its relation categories, making naive biased methods more inclined to high-frequency relations. Existing unbiased methods tackle the long-tail problem by data/loss rebalancing to favor low-frequency relations. Second, a subject-object pair can have two or more semantically overlapping relations. While existing methods favor one over the other, our proposed HiLo framework lets different network branches specialize on low and high frequency relations, enforce their consistency and fuse the results. To the best of our knowledge we are the first to propose an explicitly unbiased PSG method. In extensive experiments we show that our HiLo framework achieves state-of-the-art results on the PSG task. We also apply our method to the Scene Graph Generation task that predicts boxes instead of masks and see improvements over all baseline methods. Code is available at https://github.com/franciszzj/HiLo.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes