DreamFusion

Creator
Creator
Seonglae Cho
Created
Created
2022 Dec 2 23:5
Editor
Edited
Edited
2025 Jun 20 15:18
Refs
Refs
SDS Loss
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
 
 
 
 
 
 
 

Backlinks

SDS Loss

Recommendations