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
- learning to prompt
- VQ-VAE
- Mask diffusion
- Discrete diffusion
- 베이지안 정리
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- Face Pose Estimation
- VQ-diffusion
- Facial Landmark Localization
- L2P
- PnP algorithm
- requires_grad
- Energy-based model
- Class Incremental Learning
- mmcv
- prompt learning
- img2pose: Face Alignment and Detection via 6DoF
- Img2pose
- CVPR2022
- Class Incremental
- Face Alignment
- learning to prompt for continual learning
- DualPrompt
- Continual Learning
- state_dict()
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Mask-and-replace diffusion strategy
- CIL
- Markov transition matrix
- timm
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] NerfDiff: Single image View Synthesis with NeRF guided Distillation from 3D aware Diffusion by Gu et al. 본문
Paper_review[short]
[One-page summary] NerfDiff: Single image View Synthesis with NeRF guided Distillation from 3D aware Diffusion by Gu et al.
Elune001 2024. 1. 16. 00:10● Summary: Use diffusion model to generate multiple view images for NeRF
● Approach highlight
- Training phase: Train a diffusion model to generate images corresponding to multiple views of an object in the training phase.
- Finetuning phase: The diffusion model learned in the training phase is used to train the NeRF by creating multiple views of the image
● Main Results
● Discussion
- In my opinion, if the objects learned in the training phase and the objects in the finetuning phase are different, sample generation will not work well.
- Require multiple views of the object at training time
- Heavy model(NeRF + Diffusion)