BriefGPT.xyz
Dec, 2013
通过增强单个图像进行无监督特征学习
Unsupervised feature learning by augmenting single images
HTML
PDF
Alexey Dosovitskiy, Jost Tobias Springenberg, Thomas Brox
TL;DR
本文研究如何将数据增强应用于无监督特征学习,我们将各种变换应用于随机图像块,通过卷积神经网络分类学习到有用的特征表示,同时实验结果显示这一算法能在多个视觉数据集上取得较为有竞争性的分类结果。
Abstract
When
deep learning
is applied to visual object recognition,
data augmentation
is often used to generate additional training data without extra labeling cost. It helps to reduce overfitting and increase the perfor
→