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
- Markov transition matrix
- learning to prompt for continual learning
- prompt learning
- Img2pose
- Mask diffusion
- mmcv
- CVPR2022
- L2P
- PnP algorithm
- learning to prompt
- 베이지안 정리
- Face Pose Estimation
- requires_grad
- Mask-and-replace diffusion strategy
- CIL
- img2pose: Face Alignment and Detection via 6DoF
- Face Alignment
- Continual Learning
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- VQ-VAE
- Class Incremental Learning
- Energy-based model
- Discrete diffusion
- state_dict()
- DualPrompt
- Facial Landmark Localization
- VQ-diffusion
- Class Incremental
- timm
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
Archives
- Today
- Total
Computer Vision , AI
[One-page summary] RECL: Responsive ResourceEfficient Continuous Learning for Video Analytics (NSDI 2023) by Khani et al. 본문
Paper_review[short]
[One-page summary] RECL: Responsive ResourceEfficient Continuous Learning for Video Analytics (NSDI 2023) by Khani et al.
Elune001 2024. 1. 15. 20:43● Summary: Get fast and accurate expert models from edge devices with model selection and model retraining strategies
● Approach highlight
Model selection: using a gate network to measure the performance of each model zoo. based on this score, select the top-k of model zoo
Model retraining: retrain each incoming job from an edge device by 1 epoch and retrain the model with the highest improvement for the remaining time.
● Main results
● Discussion
- Is it possible to use a large-scale teacher model in a real-world online setting?