LGCVNov 19, 2015

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

arXiv:1511.06434v215064 citations
Originality Highly original
AI Analysis

It addresses the problem of unsupervised representation learning in computer vision, offering a novel method for a known bottleneck.

The paper tackled the gap in unsupervised learning with CNNs by introducing DCGANs, which learn hierarchical representations from object parts to scenes on image datasets and show applicability as general image features.

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.

Code Implementations258 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes