paper-with-me

Papers

LinkNet: Relational Embedding for Scene Graph

2018-11-15 · NeurIPS 2018 12 · Sanghyun Woo, Dahun Kim, Donghyeon Cho, In So Kweon

Objects and their relationships are critical contents for image understanding. A scene graph provides a structured description that captures these properties of an image. However, reasoning about the relationships between objects is very challenging and only a few recent works have attempted to solve the problem of generating a scene graph from an image. In this paper, we present a method that improves scene graph generation by explicitly modeling inter-dependency among the entire object instances. We design a simple and effective relational embedding module that enables our model to jointly represent connections among all related objects, rather than focus on an object in isolation. Our method significantly benefits the main part of the scene graph generation task: relationship classification. Using it on top of a basic Faster R-CNN, our model achieves state-of-the-art results on the Visual Genome benchmark. We further push the performance by introducing global context encoding module and geometrical layout encoding module. We validate our final model, LinkNet, through extensive ablation studies, demonstrating its efficacy in scene graph generation.

📄 PDF Abstract BibTeX arXiv:1811.06410

Code (3)

2023-MindSpore-1/ms-code-211/tree/main/dlinknet mindspore
MindSpore-paper-code-3/code8/tree/main/dlinknet mindspore
jiayan97/linknet-pytorch pytorch

Tasks

Graph GenerationScene Graph Generation

Similar Papers 제목 키워드 기반

Audio Event-Relational Graph Representation Learning for Acoustic Scene Classification

2023-10-05 · Yuanbo Hou, Siyang Song, Chuang Yu, Wenwu Wang 외

Most deep learning-based acoustic scene classification (ASC) approaches identify scenes based on acoustic features converted from audio clips containing mixed information entangled by polyphonic audio events (AEs). Howev…

Acoustic Scene ClassificationGraph Representation LearningRepresentation LearningScene Classification

Multi-dimensional Edge-based Audio Event Relational Graph Representation Learning for Acoustic Scene Classification

2022-10-27 · Yuanbo Hou, Siyang Song, Chuang Yu, Yuxin Song 외

Most existing deep learning-based acoustic scene classification (ASC) approaches directly utilize representations extracted from spectrograms to identify target scenes. However, these approaches pay little attention to t…

Acoustic Scene ClassificationGraph Representation LearningRepresentation LearningScene Classification

3D Scene Diffusion Guidance using Scene Graphs

2023-08-08 · Mohammad Naanaa, Katharina Schmid, Yinyu Nie

Guided synthesis of high-quality 3D scenes is a challenging task. Diffusion models have shown promise in generating diverse data, including 3D scenes. However, current methods rely directly on text embeddings for control…

Denoising

ReLaGS: Relational Language Gaussian Splatting

2026-03-18 · Yaxu Xie, Abdalla Arafa, Alireza Javanmardi, Christen Millerdurai 외 arxiv

Achieving unified 3D perception and reasoning across tasks such as segmentation, retrieval, and relation understanding remains challenging, as existing methods are either object-centric or rely on costly training for int…

Scene Graph GenerationRelational ReasoningGraph Neural Network

Relational Semantic Reasoning on 3D Scene Graphs for Open World Interactive Object Search

2026-03-05 · Imen Mahdi, Matteo Cassinelli, Fabien Despinoy, Tim Welschehold 외 arxiv

Open-world interactive object search in household environments requires understanding semantic relationships between objects and their surrounding context to guide exploration efficiently. Prior methods either rely on vi…