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
- PnP algorithm
- timm
- Class Incremental Learning
- Mask diffusion
- Discrete diffusion
- learning to prompt for continual learning
- requires_grad
- Continual Learning
- state_dict()
- CIL
- Facial Landmark Localization
- mmcv
- VQ-diffusion
- learning to prompt
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- VQ-VAE
- L2P
- Face Pose Estimation
- prompt learning
- Face Alignment
- DualPrompt
- Class Incremental
- Mask-and-replace diffusion strategy
- Markov transition matrix
- Energy-based model
- 베이지안 정리
- Img2pose
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- CVPR2022
- img2pose: Face Alignment and Detection via 6DoF
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] Learning to Prompt for Continual Learning (CVPR 2022) By Wang et al. 본문
Paper_review[short]
[One-page summary] Learning to Prompt for Continual Learning (CVPR 2022) By Wang et al.
Elune001 2023. 4. 18. 17:20Category: 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 query(task) and key(prompt) belong to the same task, make them close
●Main Results
●Discussion
○New perspective to solve incremental learning using prompt
○How to determine the total number of prompts M in a prompt pool
reference
total summary: http://dsba.korea.ac.kr/seminar/?mod=document&uid=2574 , DSBA seminar 2022-10-14, Jaehyuk Heo