paper-with-me

Papers

Hyper-relationship Learning Network for Scene Graph Generation

2022-02-15 · Yibing Zhan, Zhi Chen, Jun Yu, Baosheng Yu, DaCheng Tao, Yong Luo

Generating informative scene graphs from images requires integrating and reasoning from various graph components, i.e., objects and relationships. However, current scene graph generation (SGG) methods, including the unbiased SGG methods, still struggle to predict informative relationships due to the lack of 1) high-level inference such as transitive inference between relationships and 2) efficient mechanisms that can incorporate all interactions of graph components. To address the issues mentioned above, we devise a hyper-relationship learning network, termed HLN, for SGG. Specifically, the proposed HLN stems from hypergraphs and two graph attention networks (GATs) are designed to infer relationships: 1) the object-relationship GAT or OR-GAT to explore interactions between objects and relationships, and 2) the hyper-relationship GAT or HR-GAT to integrate transitive inference of hyper-relationships, i.e., the sequential relationships between three objects for transitive reasoning. As a result, HLN significantly improves the performance of scene graph generation by integrating and reasoning from object interactions, relationship interactions, and transitive inference of hyper-relationships. We evaluate HLN on the most popular SGG dataset, i.e., the Visual Genome dataset, and the experimental results demonstrate its great superiority over recent state-of-the-art methods. For example, the proposed HLN improves the recall per relationship from 11.3\% to 13.1\%, and maintains the recall per image from 19.8\% to 34.9\%. We will release the source code and pretrained models on GitHub.

📄 PDF Abstract BibTeX arXiv:2202.07271

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph GenerationScene Graph Generation

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

HyperGLM: HyperGraph for Video Scene Graph Generation and Anticipation

2024-11-27 · CVPR 2025 1 · Trong-Thuan Nguyen, Pha Nguyen, Jackson Cothren, Alper Yilmaz 외

Multimodal LLMs have advanced vision-language tasks but still struggle with understanding video scenes. To bridge this gap, Video Scene Graph Generation (VidSGG) has emerged to capture multi-object relationships across v…

Graph GenerationQuestion AnsweringScene Graph GenerationVideo Captioning+2

HSG: Hyperbolic Scene Graph

2026-04-19 · Liyang Wang, Zeyu Zhang, Hao Tang arxiv

Scene graph representations enable structured visual understanding by modeling objects and their relationships, and have been widely used for multiview and 3D scene reasoning. Existing methods such as MSG learn scene gra…

Representation LearningContrastive Learning

Self-supervised Hypergraphs for Learning Multiple World Interpretations

2023-08-15 · Alina Marcu, Mihai Pirvu, Dragos Costea, Emanuela Haller 외

We present a method for learning multiple scene representations given a small labeled set, by exploiting the relationships between such representations in the form of a multi-task hypergraph. We also show how we can use …

Multi-Task LearningSelf-Supervised Learning

VIZOR: Viewpoint-Invariant Zero-Shot Scene Graph Generation for 3D Scene Reasoning

2026-01-31 · Vivek Madhavaram, Vartika Sengar, Arkadipta De, Charu Sharma arxiv

Scene understanding and reasoning has been a fundamental problem in 3D computer vision, requiring models to identify objects, their properties, and spatial or comparative relationships among the objects. Existing approac…

Scene Graph GenerationScene Understanding

Image Scene Graph Generation (SGG) Benchmark

2021-07-27 · Xiaotian Han, Jianwei Yang, Houdong Hu, Lei Zhang 외

There is a surge of interest in image scene graph generation (object, attribute and relationship detection) due to the need of building fine-grained image understanding models that go beyond object detection. Due to the …

AttributeGraph GenerationObjectobject-detection+4