近年、畳み込みネットワーク(CNN)による教師あり学習は、コンピュータービジョンアプリケーションで大規模に採用されています。それに比べて、CNNによる教師なし学習はあまり注目されていません。この作業では、教師あり学習と教師なし学習に対するCNNの成功の間のギャップを埋めることを支援したいと考えています。特定のアーキテクチャ上の制約がある、ディープコンボリューショナル生成的敵対ネットワーク(DCGAN)と呼ばれるCNNのクラスを紹介し、教師なし学習の強力な候補であることを示します。さまざまな画像データセットのトレーニングでは、深い畳み込みの敵対が、ジェネレーターとディスクリミネーターの両方でオブジェクト部分からシーンまでの表現の階層を学習するという説得力のある証拠を示しています。さらに、学習した機能を新しいタスクに使用します-一般的な画像表現としての適用性を示します。
In recent years, supervised learning with convolutional networks (CNNs) has seen huge adoption in computer vision applications. Comparatively, unsupervised learning with CNNs has received less attention. In this work we hope to help bridge the gap between the success of CNNs for supervised learning and unsupervised learning. We introduce a class of CNNs called deep convolutional generative adversarial networks (DCGANs), that have certain architectural constraints, and demonstrate that they are a strong candidate for unsupervised learning. Training on various image datasets, we show convincing evidence that our deep convolutional adversarial pair learns a hierarchy of representations from object parts to scenes in both the generator and discriminator. Additionally, we use the learned features for novel tasks - demonstrating their applicability as general image representations.