NELGJun 6, 2014

Unsupervised Feature Learning through Divergent Discriminative Feature Accumulation

arXiv:1406.1833v27 citations
AI Analysis

This provides an alternative direction for unsupervised feature learning, though it appears incremental as it builds on existing paradigms without broad SOTA results.

The paper tackles unsupervised feature learning by introducing divergent discriminative feature accumulation (DDFA), which accumulates discriminative features without relying on reconstruction or error minimization, and demonstrates its viability on MNIST with performance confirming usefulness.

Unlike unsupervised approaches such as autoencoders that learn to reconstruct their inputs, this paper introduces an alternative approach to unsupervised feature learning called divergent discriminative feature accumulation (DDFA) that instead continually accumulates features that make novel discriminations among the training set. Thus DDFA features are inherently discriminative from the start even though they are trained without knowledge of the ultimate classification problem. Interestingly, DDFA also continues to add new features indefinitely (so it does not depend on a hidden layer size), is not based on minimizing error, and is inherently divergent instead of convergent, thereby providing a unique direction of research for unsupervised feature learning. In this paper the quality of its learned features is demonstrated on the MNIST dataset, where its performance confirms that indeed DDFA is a viable technique for learning useful features.

Foundations

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

Your Notes