Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 베이지안 정리
- Mask-and-replace diffusion strategy
- Img2pose
- state_dict()
- requires_grad
- Face Pose Estimation
- mmcv
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- DualPrompt
- Facial Landmark Localization
- Markov transition matrix
- learning to prompt
- Energy-based model
- learning to prompt for continual learning
- CIL
- Class Incremental Learning
- PnP algorithm
- timm
- Discrete diffusion
- Mask diffusion
- CVPR2022
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- prompt learning
- Face Alignment
- img2pose: Face Alignment and Detection via 6DoF
- Class Incremental
- L2P
- VQ-diffusion
- Continual Learning
- VQ-VAE
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] Zero1 to 3: Zero shot One Image to 3D Object by Liu et al. 본문
Paper_review[short]
[One-page summary] Zero1 to 3: Zero shot One Image to 3D Object by Liu et al.
Elune001 2024. 1. 16. 00:24● Summary:Diffusion model for NeRF
● Approach highlight
-
Viewpoint-conditioned translation image translation model using a conditional latent diffusion model $\hat{X}_{R,T}=f(x,R,T)$
-
Score Jacobian Chaining (SJC) for 3d representation:
-
randomly sample viewpoints
-
perform volumetric rendering
-
perturb the resulting images with Gaussian noise ϵ
-
denoise them by applying the Unet $ϵ_{θ}$ conditioned on the input image, posed CLIP embedding and timestep
-
● Main Results
● Discussion
- In fig6 the model doesn't seem to work well with multiple objects. I think that the reason the viewpoint synthesis diffusion model is trained on a single object. (Domain shift problem of diffusion model)