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

Conditional generation with images #9

Open
kallivad opened this issue Oct 9, 2024 · 2 comments
Open

Conditional generation with images #9

kallivad opened this issue Oct 9, 2024 · 2 comments

Comments

@kallivad
Copy link

kallivad commented Oct 9, 2024

Thank you for very interesting and outstanding work in generation field. I am interested in conditional generation and as far as I see you can generate objects from ABO using only labels. But if I want generate 3D assets from one image containing projection of domain object how it needs to condition DiT for effective generation?

@QhelDIV
Copy link
Collaborator

QhelDIV commented Oct 10, 2024

It is indeed a direction to explore. I believe the simplest way is to add the condition through adding cross attention to DiT.

@kallivad
Copy link
Author

kallivad commented Oct 10, 2024

I completely agree with you here, but then the question of efficiency arises. What kind of encoder should I use to take features from the image condition, do I need to concatenate with a temporary condition, as you do with a class label in your work? How to prepare features that most effectively convey the geometry of the input image? I understand that these are research questions, but your generator could change the world for systems where you need to generate optimal and editable grids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants