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
- Energy-based model
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- prompt learning
- Face Pose Estimation
- mmcv
- VQ-VAE
- learning to prompt
- CVPR2022
- PnP algorithm
- learning to prompt for continual learning
- Discrete diffusion
- state_dict()
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- L2P
- CIL
- Facial Landmark Localization
- Continual Learning
- Markov transition matrix
- Face Alignment
- requires_grad
- DualPrompt
- Mask diffusion
- Img2pose
- Class Incremental Learning
- img2pose: Face Alignment and Detection via 6DoF
- VQ-diffusion
- 베이지안 정리
- Class Incremental
- Mask-and-replace diffusion strategy
- timm
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] A Theoretical Study on Solving Continual Learning (NeurIPS 2022) by Kim et al. 본문
Paper_review[short]
[One-page summary] A Theoretical Study on Solving Continual Learning (NeurIPS 2022) by Kim et al.
Elune001 2024. 1. 15. 20:35● Summary: Divide and conquer: Class Incremental Learning problem can be divided into within task prediction (WP) and out-of-distribution (OOD) detection and solved by optimizing each part.
● Approach highlight
- They solve CL by dividing it into TP and WP problems under the following two assumptions: 1. The domains of classes of the same task are disjoint, and 2. The domains of tasks are disjoint.

- They proved that optimizing 𝐻𝑇𝑃,𝐻𝑊𝑃 is equivalent to optimizing 𝐻𝐶𝐼𝐿
● Main results

● Discussion
- Using cross entropy means only capturing a subset of features and it will result in poor ODD detection because those missing features may be necessary to separate IND distribution and some out-of-distribution data. How to improve it?