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 |
Tags
- VQ-diffusion
- Continual Learning
- Face Pose Estimation
- Mask-and-replace diffusion strategy
- VQ-VAE
- mmcv
- requires_grad
- Mask diffusion
- img2pose: Face Alignment and Detection via 6DoF
- CVPR2022
- Img2pose
- Class Incremental
- PnP algorithm
- Facial Landmark Localization
- prompt learning
- CIL
- Energy-based model
- learning to prompt for continual learning
- Discrete diffusion
- 베이지안 정리
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- learning to prompt
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Face Alignment
- timm
- state_dict()
- Markov transition matrix
- DualPrompt
- Class Incremental Learning
- L2P
Archives
- Today
- Total
Computer Vision , AI
Paint by Example: Exemplar-based Image Editing with Diffusion Models (CVPR 2023) by Yang et al. 본문
Paper_review[short]
Paint by Example: Exemplar-based Image Editing with Diffusion Models (CVPR 2023) by Yang et al.
Elune001 2024. 1. 16. 01:37● Summary: Simple method for Image editing with a diffusion model only using CLIP [CLS] token embedding
● Approach highlight
- Image editing without labels using only the detection model
- Crop the original image and augment the image for CLIP embedding
- Only use [CLS] token to prevent the model from just doing copy-and-paste
- Classifier free sampling for image identity (scale factor)
● Main Results
● Discussion
- Could it have been possible to use the entire CLIP embedding instead of just the [CLS] token, but in a reduced form?