Discriminative Unsupervised Feature Learning with Exemplar Convolutional Neural Networks
Alexey Dosovitskiy, Philipp Fischer, Jost Tobias Springenberg, Martin, Riedmiller, Thomas Brox

TL;DR
This paper introduces an unsupervised method for training convolutional neural networks to learn generic, transformation-robust features by discriminating surrogate classes, outperforming previous methods on several datasets and excelling in geometric matching tasks.
Contribution
It presents a novel unsupervised training approach for CNNs that learns generic features by discriminating surrogate classes formed through transformations, reducing reliance on labeled data.
Findings
Outperforms state-of-the-art in unsupervised learning on multiple datasets
Produces features robust to transformations for various tasks
Outperforms SIFT in geometric matching scenarios
Abstract
Deep convolutional networks have proven to be very successful in learning task specific features that allow for unprecedented performance on various computer vision tasks. Training of such networks follows mostly the supervised learning paradigm, where sufficiently many input-output pairs are required for training. Acquisition of large training sets is one of the key challenges, when approaching a new task. In this paper, we aim for generic feature learning and present an approach for training a convolutional network using only unlabeled data. To this end, we train the network to discriminate between a set of surrogate classes. Each surrogate class is formed by applying a variety of transformations to a randomly sampled 'seed' image patch. In contrast to supervised network training, the resulting feature representation is not class specific. It rather provides robustness to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
