HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bmpoole

no profile record

comments

bmpoole
·4 ปีที่แล้ว·discuss
not yet, but see the appendix of the paper for pseudocode. the core update step from the diffusion model that powers dreamfusion is surprisingly simple and easy to implement.
bmpoole
·4 ปีที่แล้ว·discuss
hi folks, ben p from the dreamfusion paper here. happy to answer qs for the next ~hour!
bmpoole
·4 ปีที่แล้ว·discuss
directly training a NeRF on a single image is a terribly unconstrained problem that would lead to a volume that looks bad when the viewpoint changes. the gist of render + use diffusion model to refine is a great idea though and core to our method! the details of how to use the diffusion model for this refinement was the challenge, but once we figured that out it... just worked :)
bmpoole
·4 ปีที่แล้ว·discuss
yep our fixed strategy for view-dependent prompting is silly and there is tons of room for improvement!