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
- Mask diffusion
- prompt learning
- PnP algorithm
- Face Pose Estimation
- mmcv
- img2pose: Face Alignment and Detection via 6DoF
- learning to prompt for continual learning
- timm
- learning to prompt
- CIL
- Class Incremental
- Facial Landmark Localization
- Energy-based model
- DualPrompt
- Mask-and-replace diffusion strategy
- Markov transition matrix
- 베이지안 정리
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- Face Alignment
- Continual Learning
- Class Incremental Learning
- CVPR2022
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Discrete diffusion
- requires_grad
- VQ-diffusion
- VQ-VAE
- Img2pose
- L2P
- state_dict()
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] Understanding plasticity in neural networks (arxiv 2023) by Lyle et al. 본문
Paper_review[short]
[One-page summary] Understanding plasticity in neural networks (arxiv 2023) by Lyle et al.
Elune001 2024. 1. 15. 21:29● Summary: stabilizing the loss landscape is crucial to preserve plasticity
● Approach highlight
- They show abrupt task change can drive instability in optimizers and drive plasticity loss
When loss change suddenly, $\hat{m}_{t}$ is updated more aggressively than $\hat{v}_{t}$ and that makes $\hat{u}_{t}$ instability. This simple solution is increasing 𝜖
- To understand the impact of optimization method on plasticity loss, they compare gradient descent and random walk (gaussian perturbation) for optimization method on plasticity loss
- Smoother loss landscape is both easier to optimize and has been empirically observed to exhibit better generalization
● Main results
● Discussion
- Why smoother loss landscape has better generalization performance