Machine learningDeep learning / NLP / CV
自监督卷积神经网络
自监督卷积神经网络(CNN)通过解决代理任务(例如,对比实例判别或掩码块预测)从无标签图像中学习强大的视觉表示,然后在一个小的有标签数据集上进行微调。这种方法大大减少了对大型标注数据集的依赖,同时保留了卷积架构的空间特征提取优势。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020). A Simple Framework for Contrastive Learning of Visual Representations. In Proceedings of the 37th International Conference on Machine Learning (ICML 2020), PMLR 119, 1597–1607. link ↗
- He, K., Fan, H., Wu, Y., Xie, S., & Girshick, R. (2020). Momentum Contrast for Unsupervised Visual Representation Learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR 2020), 9729–9738. DOI: 10.1109/CVPR42600.2020.00975 ↗
如何引用本页
ScholarGate. (2026, June 3). Self-Supervised Convolutional Neural Network. ScholarGate. https://scholargate.app/zh/deep-learning/self-supervised-convolutional-neural-network
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 微调卷积神经网络深度学习↔ compare
- 自监督Transformer深度学习↔ compare
- 自监督视觉Transformer深度学习↔ compare
- 半监督卷积神经网络深度学习↔ compare
- 基于卷积神经网络的迁移学习深度学习↔ compare