当前位置:网站首页>Zero shot, one shot and few shot
Zero shot, one shot and few shot
2022-07-07 12:00:00 【Smoked Luoting purple Pavilion】
Catalog
One 、Zero-shot learning ( Zero sample learning , abbreviation ZSL)
For the division of these concepts , Mainly from the test volume category , From the perspective of the training set category and the number of samples corresponding to the category .
One 、Zero-shot learning ( Zero sample learning , abbreviation ZSL)
Task definition :
Use training set data to train the model , It enables the model to classify the objects of the test set , But there is no intersection between training set categories and test set categories ; During this period, you need to use the description of the category , To establish the connection between the training set and the test set , Thus making the model effective .
ZSL It is hoped that our model can classify categories it has never seen , Let the machine have reasoning ability , Realize true intelligence . Zero of them (Zero-shot) It refers to the category objects to be classified , Don't study once .
such as : Suppose our model has been able to identify horses , Tigers and pandas , Now we need this model to recognize zebras , Then we need to tell the model , What kind of object is a zebra , But you can't directly let the model see the zebra . So the information that the model needs to know is the horse sample 、 Samples of tigers 、 Samples of pandas and labels of samples , And descriptions of the first three animals and zebras .
Two 、One-shot learning
If the training is concentrated , There is only one sample of different categories , Then become One-shot learning.
One-shot learning Belong to Few-shot learning A special case of .
3、 ... and 、Few-shot learning
If the training is concentrated , There are only a few samples in different categories , Then become Few-shot learning.
It is to give a small number of samples of the category to be predicted by the model , Then let the model predict the category by looking at other samples of the category . such as : Show children a picture of a panda , Then when children go to the zoo and see pictures of pandas , It can be identified as a panda .
Recommended reading small sample learning summary :
边栏推荐
- What development models did you know during the interview? Just read this one
- Present pod information to the container through environment variables
- 通过环境变量将 Pod 信息呈现给容器
- R language uses the quantile function to calculate the quantile of the score value (20%, 40%, 60%, 80%), uses the logical operator to encode the corresponding quantile interval (quantile) into the cla
- 核舟记(一):当“男妈妈”走进现实,生物科技革命能解放女性吗?
- Flet教程之 19 VerticalDivider 分隔符组件 基础入门(教程含源码)
- 禁锢自己的因素,原来有这么多
- In SQL, I want to set foreign keys. Why is this problem
- Talk about SOC startup (IX) adding a new board to uboot
- 【纹理特征提取】基于matlab局部二值模式LBP图像纹理特征提取【含Matlab源码 1931期】
猜你喜欢
本地navicat连接liunx下的oracle报权限不足
MATLAB實現Huffman編碼譯碼含GUI界面
Solve the problem that vscode can only open two tabs
【纹理特征提取】基于matlab局部二值模式LBP图像纹理特征提取【含Matlab源码 1931期】
. Net Maui performance improvement
【紋理特征提取】基於matlab局部二值模式LBP圖像紋理特征提取【含Matlab源碼 1931期】
110.网络安全渗透测试—[权限提升篇8]—[Windows SqlServer xp_cmdshell存储过程提权]
Zhou Yajin, a top safety scholar of Zhejiang University, is a curiosity driven activist
Improve application security through nonce field of play integrity API
Test the foundation of development, and teach you to prepare for a fully functional web platform environment
随机推荐
超标量处理器设计 姚永斌 第9章 指令执行 摘录
Flet教程之 18 Divider 分隔符组件 基础入门(教程含源码)
Superscalar processor design yaoyongbin Chapter 9 instruction execution excerpt
C#中在路径前加@的作用
How to write test cases for test coupons?
Reasons for the failure of web side automation test
相机标定(1): 单目相机标定及张正友标定基本原理
[filter tracking] strapdown inertial navigation simulation based on MATLAB [including Matlab source code 1935]
SwiftUI Swift 内功之 Swift 中使用不透明类型的 5 个技巧
《通信软件开发与应用》课程结业报告
112.网络安全渗透测试—[权限提升篇10]—[Windows 2003 LPK.DDL劫持提权&msf本地提权]
Superscalar processor design yaoyongbin Chapter 10 instruction submission excerpt
《论文阅读》Neural Approaches to Conversational AI(1)
Suggestions on one-stop development of testing life
让数字管理好库存
110.网络安全渗透测试—[权限提升篇8]—[Windows SqlServer xp_cmdshell存储过程提权]
如何理解服装产业链及供应链
请查收.NET MAUI 的最新学习资源
[full stack plan - programming language C] basic introductory knowledge
相机标定(2): 单目相机标定总结