Skip to content

Visual-Conception-Group/ddim_nvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Novel View Synthesis using DDIM Inversion

ProEdit(Arxiv)

This repository contains the implementation of the following paper.

Novel View Synthesis using DDIM Inversion
Sehajdeep Singh, A V Subramanyam, Aditya Gupta, Sahil Gupta


Methodology


Methodology

Given a single reference image $\mathbf{x_{\text{ref}}}$, we first apply DDIM inversion up to $t=600$ to obtain the mean latent $\mathbf{z}_{\text{ref},\mu}^{\text{inv}}$. This, together with camera intrinsics/extrinsics, class embeddings, and ray information, is fed into our translation network TUNet. TUNet predicts the target-view mean latent $\tilde{\mathbf{z}}_{\text{tar},\mu}^{\text{inv}}$, which we combine with the corresponding noise component via one of our fusion strategies to form the initial DDIM latent $\tilde{\mathbf{z}}_{tar}^{\text{inv}}$. Finally, this latent is sampled by a pre-trained diffusion model to synthesize the novel view image.

๐Ÿ“‹ ToDo List

  • Release the code, pre-computed ddim inverted latents and 3-class model very soon (this month).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages