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
- 베이지안 정리
- prompt learning
- Markov transition matrix
- Class Incremental
- CVPR2022
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- learning to prompt
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Face Pose Estimation
- Class Incremental Learning
- CIL
- VQ-VAE
- state_dict()
- mmcv
- Mask-and-replace diffusion strategy
- DualPrompt
- L2P
- VQ-diffusion
- Facial Landmark Localization
- img2pose: Face Alignment and Detection via 6DoF
- Mask diffusion
- Continual Learning
- Img2pose
- learning to prompt for continual learning
- Face Alignment
- requires_grad
- PnP algorithm
- timm
- Energy-based model
- Discrete diffusion
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?