Porovnať metódy
Prezrite si vybrané metódy vedľa seba; riadky, ktoré sa líšia, sú zvýraznené.
| Adaptácia obrazovej klasifikácie na doménu× | Prenosové učenie s klasifikáciou obrazu× | |
|---|---|---|
| Odbor | Hlboké učenie | Hlboké učenie |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2015–2016 | 2010–2012 |
| Tvorca≠ | Ganin, Y. & Lempitsky, V. (domain-adversarial formulation) | Pan, S. J. & Yang, Q. (transfer learning framework); Krizhevsky, Sutskever & Hinton (deep CNN backbone) |
| Typ≠ | Domain adaptation / transfer learning | Transfer learning / supervised classification |
| Pôvodný zdroj≠ | Ganin, Y., Ustunova, E., Ajakan, H., Germain, P., Larochelle, H., Laviolette, F., Marchand, M., & Lempitsky, V. (2016). Domain-adversarial training of neural networks. Journal of Machine Learning Research, 17(59), 1–35. link ↗ | Pan, S. J., & Yang, Q. (2010). A survey on transfer learning. IEEE Transactions on Knowledge and Data Engineering, 22(10), 1345–1359. DOI ↗ |
| Ďalšie názvy | domain adaptation for image classification, DAIC, cross-domain image classification, domain-shift-robust image recognition | pretrained CNN image classification, fine-tuned image classifier, domain-adapted image classifier, TL-IC |
| Príbuzné≠ | 3 | 4 |
| Zhrnutie≠ | Domain-adaptive image classification trains a visual classifier on a labeled source domain and adapts it to a target domain where labeled data are scarce or absent. By aligning feature distributions across domains, the model retains discriminative accuracy on the target distribution without requiring full target re-annotation, making it practical in real-world deployment scenarios where domain shift is unavoidable. | Transfer Learning with Image Classification reuses a deep neural network backbone — typically a CNN or Vision Transformer — pretrained on a large dataset such as ImageNet, and adapts it to classify images in a new target domain. By inheriting general visual features from the source task, the approach achieves high accuracy with far fewer labeled images than training from scratch. |
| ScholarGateDátová sada ↗ |
|
|