CVNov 3, 2023

Towards a Unified Transformer-based Framework for Scene Graph Generation and Human-object Interaction Detection

arXiv:2311.01755v121 citationsh-index: 61
Originality Incremental advance
AI Analysis

This work addresses the problem of disjoint modeling for visual relationship tasks, offering a unified approach that improves performance for both SGG and HOI detection, though it is incremental as it builds on existing Transformer methods.

The paper tackles the separate tasks of scene graph generation (SGG) and human-object interaction (HOI) detection by proposing SG2HOI+, a unified Transformer-based model that uses generated relation triples to infer interactions, achieving competitive performance on benchmarks like Visual Genome, V-COCO, and HICO-DET.

Scene graph generation (SGG) and human-object interaction (HOI) detection are two important visual tasks aiming at localising and recognising relationships between objects, and interactions between humans and objects, respectively. Prevailing works treat these tasks as distinct tasks, leading to the development of task-specific models tailored to individual datasets. However, we posit that the presence of visual relationships can furnish crucial contextual and intricate relational cues that significantly augment the inference of human-object interactions. This motivates us to think if there is a natural intrinsic relationship between the two tasks, where scene graphs can serve as a source for inferring human-object interactions. In light of this, we introduce SG2HOI+, a unified one-step model based on the Transformer architecture. Our approach employs two interactive hierarchical Transformers to seamlessly unify the tasks of SGG and HOI detection. Concretely, we initiate a relation Transformer tasked with generating relation triples from a suite of visual features. Subsequently, we employ another transformer-based decoder to predict human-object interactions based on the generated relation triples. A comprehensive series of experiments conducted across established benchmark datasets including Visual Genome, V-COCO, and HICO-DET demonstrates the compelling performance of our SG2HOI+ model in comparison to prevalent one-stage SGG models. Remarkably, our approach achieves competitive performance when compared to state-of-the-art HOI methods. Additionally, we observe that our SG2HOI+ jointly trained on both SGG and HOI tasks in an end-to-end manner yields substantial improvements for both tasks compared to individualized training paradigms.

Foundations

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

Your Notes