Zero-shot Learning / One-shot Learning / Few-shot Learning/传统 Learning

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

Introduction


在 迁移学习 中,由于传统深度学习的 学习能力弱,往往需要 海量数据 和 反复训练 才能修得 泛化神功 。为了 “多快好省” 地通往炼丹之路,炼丹师们开始研究 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 -> YY。


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


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


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


家里一座大草原,马儿马儿你随便吃。




相关文章
|
5月前
|
机器学习/深度学习 数据采集 人工智能
Supervised Learning
【6月更文挑战第7天】
48 2
|
6月前
|
存储 编译器 C语言
C learning_2
C learning_2
|
6月前
|
编译器 C语言
C learning_1
C learning_1
|
6月前
|
存储 安全 程序员
C learning_5
C learning_5
|
6月前
|
C语言
|
6月前
|
存储 缓存 安全
C learning_4
C learning_4
|
6月前
|
存储 API 数据安全/隐私保护
C learning_7
C learning_7
|
6月前
|
存储 C语言 C++
|
6月前
|
存储 算法 Unix
C learning_8
C learning_8
|
机器学习/深度学习 人工智能 资源调度
Reinforcement Learning, RL
强化学习(Reinforcement Learning, RL)是机器学习的一种方法,主要用于训练智能体在某个环境中如何做出最佳决策以获得最大奖励。与监督学习和无监督学习不同
64 6