A method to generate 3D objects from text without 3D data by utilizing 2D diffusion models (Imagen)
Changed the loss in the distillation of the 2D diffusion model to CLIP. By combining the upcoming SDS (Score Distillation Sampling) and NeRF, it is possible to create a high-quality 3D object with only the user's prompt.
Score Distillation Sampling (SDS Loss)
A new loss function that extracts gradients from the diffusion model's score function to optimize randomly initialized NeRF parameters.
Score predictions (denoising direction) and actual noisy data differences are used to calculate MSE gradient (parameter direction), aiming for a density distillation loss effect