paper-with-me

홈 › Papers

R3CD: Scene Graph to Image Generation with Relation-aware Compositional Contrastive Control Diffusion

2024-03-24 · Proceedings of the AAAI Conference on Artificial Intelligence 2024 3 · Jinxiu Liu, Qi Liu

Image generation tasks have achieved remarkable performance using large-scale diffusion models. However, these models are limited to capturing the abstract relations (viz., interactions excluding positional relations) among multiple entities of complex scene graphs. Two main problems exist: 1) fail to depict more concise and accurate interactions via abstract relations; 2) fail to generate complete entities. To address that, we propose a novel Relation-aware Compositional Contrastive Control Diffusion method, dubbed as R3CD, that leverages large-scale diffusion models to learn abstract interactions from scene graphs. Herein, a scene graph transformer based on node and edge encoding is first designed to perceive both local and global information from input scene graphs, whose embeddings are initialized by a T5 model. Then a joint contrastive loss based on attention maps and denoising steps is developed to control the diffusion model to understand and further generate images, whose spatial structures and interaction features are consistent with a priori relation. Extensive experiments are conducted on two datasets: Visual Genome and COCO-Stuff, and demonstrate that the proposal outperforms existing models both in quantitative and qualitative metrics to generate more realistic and diverse images according to different scene graph specifications.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationRelationScene Graph GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Unbiased Heterogeneous Scene Graph Generation with Relation-aware Message Passing Neural Network

2022-12-01 · Kanghoon Yoon, Kibum Kim, Jinyoung Moon, Chanyoung Park

Recent scene graph generation (SGG) frameworks have focused on learning complex relationships among multiple objects in an image. Thanks to the nature of the message passing neural network (MPNN) that models high-order i…

Graph GenerationRelationRepresentation LearningScene Graph Generation

Dependency-Aware Discrete Diffusion for Scene Graph Generation

2026-05-09 · Rajalaxmi Rajagopalan, Romit Roy Choudhury arxiv

Scene graphs (SGs) represent objects and their relationships as structured graphs, enabling applications in image generation, robotics, and 3D understanding. Recent work suggests that conditioning image generation on sce…

Scene Graph GenerationImage Generation

DSGG: Dense Relation Transformer for an End-to-end Scene Graph Generation

2024-03-21 · CVPR 2024 1 · Zeeshan Hayder, Xuming He

Scene graph generation aims to capture detailed spatial and semantic relationships between objects in an image, which is challenging due to incomplete labelling, long-tailed relationship categories, and relational semant…

Graph GenerationGraph MatchingPanoptic Scene Graph GenerationRelation+2

Scenes and Surroundings: Scene Graph Generation using Relation Transformer

2021-07-12 · Rajat Koner, Poulami Sinhamahapatra, Volker Tresp

Identifying objects in an image and their mutual relationships as a scene graph leads to a deep understanding of image content. Despite the recent advancement in deep learning, the detection and labeling of visual object…

Graph GenerationObjectRelationScene Graph Generation

SceneGraphVLM: Dynamic Scene Graph Generation from Video with Vision-Language Models

2026-05-13 · Vladislav Makarov, Mark Gizetdinov, Dmitry Yudin arxiv

Scene graph generation provides a compact structured representation for visual perception, but accurate and fast graph prediction from images and videos remains challenging. Recent VLM-based methods can generate scene gr…

Video scene graph generationReinforcement Learning