junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

ML AL QS UncertaintySampling #275

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Uncertainty Sampling

Reference

Brief

不确定的评估标准

Name Description 公式 Implement
Least Confident - 最小置信度 predict confidence越小越有价值 image - alipy
- modAL
Margin - 间隔 predict confidence 第一和第二的概率间隔越小越有价值 image - alipy
- modAL
Entropy 和所有 predict confidence 有关 image - alipy
- modAL
Name Description 公式 Implement
Token Entropy image
Total Token Entropy image
Sequence Entropy image
N-best sequence entropy image
MNLP - Maximum Normalized Log-Probality
MCLU - Multi-Class Level Uncertainty
BvSB - Best vs Second Best

Least Confident vs Margin vs Entropy

image

不同的任务

缺点

History

junxnone commented 4 years ago

junxnone/aiwiki#118 junxnone/tech-io#798