paper-with-me

홈 › Papers

One-shot Scene Graph Generation

2022-02-22 · Yuyu Guo, Jingkuan Song, Lianli Gao, Heng Tao Shen

As a structured representation of the image content, the visual scene graph (visual relationship) acts as a bridge between computer vision and natural language processing. Existing models on the scene graph generation task notoriously require tens or hundreds of labeled samples. By contrast, human beings can learn visual relationships from a few or even one example. Inspired by this, we design a task named One-Shot Scene Graph Generation, where each relationship triplet (e.g., "dog-has-head") comes from only one labeled example. The key insight is that rather than learning from scratch, one can utilize rich prior knowledge. In this paper, we propose Multiple Structured Knowledge (Relational Knowledge and Commonsense Knowledge) for the one-shot scene graph generation task. Specifically, the Relational Knowledge represents the prior knowledge of relationships between entities extracted from the visual content, e.g., the visual relationships "standing in", "sitting in", and "lying in" may exist between "dog" and "yard", while the Commonsense Knowledge encodes "sense-making" knowledge like "dog can guard yard". By organizing these two kinds of knowledge in a graph structure, Graph Convolution Networks (GCNs) are used to extract knowledge-embedded semantic features of the entities. Besides, instead of extracting isolated visual features from each entity generated by Faster R-CNN, we utilize an Instance Relation Transformer encoder to fully explore their context information. Based on a constructed one-shot dataset, the experimental results show that our method significantly outperforms existing state-of-the-art methods by a large margin. Ablation studies also verify the effectiveness of the Instance Relation Transformer encoder and the Multiple Structured Knowledge.

📄 PDF Abstract BibTeX arXiv:2202.10824

Code (1)

gyy8426/os-sgg 공식 구현 pytorch

Tasks

Graph GenerationScene Graph GenerationTriplet

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
RoIPool 설명 없음
Multi-Head Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

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

MIGS: Meta Image Generation from Scene Graphs

2021-10-22 · Azade Farshad, Sabrina Musatian, Helisa Dhamo, Nassir Navab

Generation of images from scene graphs is a promising direction towards explicit scene generation and manipulation. However, the images generated from the scene graphs lack quality, which in part comes due to high diffic…

DiversityImage GenerationImage Generation from Scene GraphsMeta-Learning+1

SAMJAM: Zero-Shot Video Scene Graph Generation for Egocentric Kitchen Videos

2025-04-10 · Joshua Li, Fernando Jose Pena Cantu, Emily Yu, Alexander Wong 외

Video Scene Graph Generation (VidSGG) is an important topic in understanding dynamic kitchen environments. Current models for VidSGG require extensive training to produce scene graphs. Recently, Vision Language Models (V…

Graph GenerationObjectScene Graph GenerationVideo scene graph generation

Automatic cinematography for 360 video

2020-09-02 · Hannes Fassold

We describe our method for automatic generation of a visually interesting camera path (automatic cinematography)from a 360 video. Based on the information from the scene objects, multiple shot hypotheses for different sh…

Less is More: Toward Zero-Shot Local Scene Graph Generation via Foundation Models

2023-10-02 · Shu Zhao, Huijuan Xu

Humans inherently recognize objects via selective visual perception, transform specific regions from the visual field into structured symbolic knowledge, and reason their relationships among regions based on the allocati…

Graph GenerationScene Graph Generation