방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 파인튜닝된 변이형 오토인코더× | Variational Autoencoder를 이용한 전이 학습× | |
|---|---|---|
| 분야 | 딥러닝 | 딥러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2014 (VAE); fine-tuning practice from 2015 onward | 2014 (VAE); 2010 (transfer learning survey) |
| 창시자≠ | Kingma, D. P. & Welling, M. (VAE); fine-tuning strategy from transfer learning literature | Kingma, D. P. & Welling, M. (VAE); transfer learning framework from Pan & Yang |
| 유형≠ | Generative model with fine-tuning | Generative model with transferred encoder/decoder |
| 원전≠ | Kingma, D. P., & Welling, M. (2014). Auto-Encoding Variational Bayes. In Proceedings of the 2nd International Conference on Learning Representations (ICLR 2014). link ↗ | Kingma, D. P., & Welling, M. (2014). Auto-Encoding Variational Bayes. International Conference on Learning Representations (ICLR 2014). link ↗ |
| 별칭 | fine-tuned VAE, domain-adapted VAE, transfer-learned VAE, adapted variational autoencoder | TL-VAE, pretrained VAE, VAE transfer learning, fine-tuned variational autoencoder |
| 관련 | 6 | 6 |
| 요약≠ | A Fine-Tuned Variational Autoencoder begins with a VAE pre-trained on a large source dataset and then continues training on a smaller target-domain dataset. This approach adapts the learned latent representation and generative capacity to new data, preserving general structure while specializing to the target distribution — yielding better results than training from scratch when labeled or large target data is scarce. | Transfer Learning with a Variational Autoencoder (TL-VAE) reuses an encoder and/or decoder pre-trained on a large source dataset and adapts it to a smaller target domain. By inheriting a rich probabilistic latent space rather than starting from random weights, TL-VAE dramatically reduces the amount of target-domain data needed for high-quality generation or representation learning. |
| ScholarGate데이터셋 ↗ |
|
|