Self-supervised Learning
August 17, 2025Less than 1 minute
Self-supervised Learning
自监督学习
Predict
无需人工标签
- 基于前置任务
- 基于对比学习
- 基于掩码重建
前置任务
位置预测
- 掩码语言模型:下一句预测
- 自回归语言建模
对比学习
构造正负样本,互相对比学习
x -(数据增强)> xi+, xj+
SimCLR
MoCo
掩码重建
mask 掉一部分
Beit
自监督学习
定义:Predict parts of input data from other parts, using the data's inherent structure instead of explicit labels
- 基于前置任务
- 位置预测(上下文)
- 旋转预测
- 上色
- 聚类预测
- 基于对比学习
- 创建 pair 样本
- 基于掩码重建