Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added slides from 09.12.24 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Diffusion-Based Scene Graph to Image Generation with Masked Contrastive Pre-Training

## Abstract

During the previous seminar, we discussed how diffusion models can modify existing images using textual prompts. Following Monday's seminar, we will continue exploring how machine learning models understand the spatial structure of images from the perspective of diffusion models. Our primary focus will be on a 2022 CVPR paper introducing SGDiff, a novel method that leverages graph-structured inputs for image generation by learning scene representation. It trains a separate encoder of such conditioning, relying on two loss functions: masked autoencoding loss and contrastive loss. Later on, we will also touch on other generative methods capable of understanding the spatiality of images.
## Source paper

[Diffusion-Based Scene Graph to Image Generation with Masked Contrastive Pre-Training](https://arxiv.org/abs/2211.11138)