Zero-shot Learning / One-shot Learning / Few-shot Learning

系统管理员 2022-05-14 18:37 292阅读 0赞

迁移学习 中,由于传统深度学习的 学习能力弱,往往需要 海量数据反复训练 才能修得 泛化神功 。为了 “多快好省” 地通往炼丹之路,炼丹师们开始研究 Zero-shot Learning / One-shot Learning / Few-shot Learning。

爱上一匹野马 (泛化能力),可我的家里没有草原 (海量数据) 。

Learning类型

分为:
Zero-shot Learning、One-shot Learning、Few-shot Learning、传统 Learning 。

Zero-shot Learning

Zero-shot Learning,零次学习。

成品模型 对于 训练集没有出现过类别,能自动创造出相应的映射: XX。

既要马儿跑,还 不让 马儿吃草。

One-shot Learning

One-shot Learning,一次学习。

wikipedia:

One-shot learning is an object categorization problem in computer vision. Whereas most machine learning based object categorization algorithms require training on hundreds or thousands of images and very large datasets, one-shot learning aims to learn information about object categories from one, or only a few, training images.

训练集中,每个类别 都有样本,但都只是 少量样本

既要马儿跑,还不让马儿 吃草。
这里写图片描述

Few-shot Learning

Few-shot Learning,少量学习。

也即 One-shot Learning

传统 Learning

即传统深度学习的 海量数据 + 反复训练 炼丹模式。

家里一座大草原,马儿马儿你随便吃。
这里写图片描述

发表评论

表情:
评论列表 (有 0 条评论,292人围观)

还没有评论,来说两句吧...

相关阅读

    相关 Make-learning

    Make学习笔记 > make是工具,Makefile是指导make工作的文件,而CMake则是生成Makefile的工具 要点: 1. 终极目标是Makefile

    相关 learning rate

    本文从梯度学习算法的角度中看学习率对于学习算法性能的影响,以及介绍如何调整学习率的一般经验和技巧。 在机器学习中,监督式学习(Supervised Learning)通过定义