Machine learningMachine learning
集成少样本学习
集成少样本学习(Ensemble Few-Shot Learning)结合了多个少样本模型(例如,原型网络或嵌入学习器),以仅从一到少数几个标记示例中对新类别进行分类。通过强制基础学习器之间的多样性并聚合它们的预测,该集成在准确性和鲁棒性方面始终优于任何单一的少样本模型,尤其是在标签极度稀缺的情况下。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Dvornik, N., Schmid, C., & Mairal, J. (2019). Diversity with Cooperation: Ensemble Methods for Few-Shot Classification. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pp. 3716–3725. link ↗
- Wang, Y., Yao, Q., Kwok, J. T., & Ni, L. M. (2020). Generalizing from a Few Examples: A Survey on Few-Shot Learning. ACM Computing Surveys, 53(3), 1–34. DOI: 10.1145/3386252 ↗
如何引用本页
ScholarGate. (2026, June 3). Ensemble Methods for Few-Shot Learning. ScholarGate. https://scholargate.app/zh/machine-learning/ensemble-few-shot-learning
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Boosting机器学习↔ compare
- 少样本学习机器学习↔ compare
- 半监督少样本学习机器学习↔ compare
- 迁移学习机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare