Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - 一本涵盖深度学习理论基础和实际应用的综合教材,包含自编码器及其在预训练中历史作用的详细章节。
Masked Autoencoders Are Scalable Vision Learners, Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, Ross Girshick, 2022Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (IEEE) - 介绍了掩码自编码器(MAE),这是自监督学习的一个重要进展,它利用自编码方法通过重建被掩码的图像块来学习强大的视觉表示。