当前位置:网站首页>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 :

边栏推荐
- Fleet tutorial 14 basic introduction to listtile (tutorial includes source code)
- 核舟记(一):当“男妈妈”走进现实,生物科技革命能解放女性吗?
- In my limited software testing experience, a full-time summary of automation testing experience
- 千人規模互聯網公司研發效能成功之路
- 【滤波跟踪】基于matlab扩展卡尔曼滤波EKF和无迹卡尔曼滤波UKF比较【含Matlab源码 1933期】
- Superscalar processor design yaoyongbin Chapter 9 instruction execution excerpt
- SwiftUI 教程之如何在 2 秒内实现自动滚动功能
- 什么是局域网域名?如何解析?
- How to write test cases for test coupons?
- Matlab implementation of Huffman coding and decoding with GUI interface
猜你喜欢

本地navicat连接liunx下的oracle报权限不足

Talk about SOC startup (x) kernel startup pilot knowledge

《通信软件开发与应用》课程结业报告

Rationaldmis2022 array workpiece measurement

How to write test cases for test coupons?

Mastering the new functions of swiftui 4 weatherkit and swift charts

Improve application security through nonce field of play integrity API

Poor math students who once dropped out of school won the fields award this year

Talk about SOC startup (VI) uboot startup process II

NPC Jincang was invited to participate in the "aerospace 706" I have an appointment with aerospace computer "national Partner Conference
随机推荐
Fleet tutorial 15 introduction to GridView Basics (tutorial includes source code)
Le Cluster kubernets en cours d'exécution veut ajuster l'adresse du segment réseau du pod
The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?
Complete collection of common error handling in MySQL installation
[filter tracking] comparison between EKF and UKF based on MATLAB extended Kalman filter [including Matlab source code 1933]
防红域名生成的3种方法介绍
通过环境变量将 Pod 信息呈现给容器
[Yugong series] go teaching course 005 variables in July 2022
Network protocol concept
Talk about SOC startup (VII) uboot startup process III
Half of the people don't know the difference between for and foreach???
Common SQL statement collation: MySQL
HCIA复习整理
Camera calibration (1): basic principles of monocular camera calibration and Zhang Zhengyou calibration
正在运行的Kubernetes集群想要调整Pod的网段地址
【全栈计划 —— 编程语言之C#】基础入门知识一文懂
[data clustering] realize data clustering analysis based on multiverse optimization DBSCAN with matlab code
sql里,我想设置外键,为什么出现这个问题
Superscalar processor design yaoyongbin Chapter 8 instruction emission excerpt
相机标定(2): 单目相机标定总结