| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- CIL
- L2P
- DualPrompt
- Class Incremental Learning
- img2pose: Face Alignment and Detection via 6DoF
- VQ-diffusion
- Face Alignment
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- prompt learning
- Face Pose Estimation
- Mask diffusion
- Continual Learning
- Discrete diffusion
- CVPR2022
- mmcv
- Img2pose
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- VQ-VAE
- learning to prompt
- timm
- PnP algorithm
- Class Incremental
- learning to prompt for continual learning
- 베이지안 정리
- Markov transition matrix
- requires_grad
- Facial Landmark Localization
- Mask-and-replace diffusion strategy
- Energy-based model
- state_dict()
- Today
- Total
목록Class Incremental Learning (3)
Computer Vision , AI
● Summary: Adopts energy-based method models classifier to continual learning to solve class incremental problem ●Approach highlight ○ Energy-based model for classifier: take class y and data x and as input and output is their energy value ○Energy-based models loss function makes minimize energy of positive pair and maximize energy of negative pair ● Main Results ● Discussion ○ Computational cos..
●Summary: Learning two disjoint prompt spaces makes rehearsal-free prompt-based continual learning more effectively ●Approach highlight ○Using task-invariant General prompt(L_g) at ViT 1~2nd layer and task-specific Expert Prompt(# of task ×L_e) at ViT 3~5th layer ○Prefix tuning: before MSA, concatenate key prompt to hidden representation of key and value prompt to hidden representation of value,..
Category: continual learning (class incremental) ●Summary: Use prompt with a pre-trained model for rehearsal buffer-free and task-agnostic continual learning ●Approach highlight ○Prompt pool memory space allows rehearsal buffer-free and task-agnostic ○ Penalize frequently-used prompts by using prompt frequency table H_t at training time for the diversity of prompt (1) ○ At training-time, If quer..