LGAug 28, 2015

Competitive and Penalized Clustering Auto-encoder

arXiv:1508.07175v3
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for auto-encoder regularization in machine learning applications.

The paper tackles over-fitting and slow learning in auto-encoders by introducing a clustering-based regularization method that groups parameters to have approximate equivalent values, with experiments on handwritten digits recognition verifying its effectiveness.

The paper has been withdrawn since more effective experiments should be completed. Auto-encoders (AE) has been widely applied in different fields of machine learning. However, as a deep model, there are a large amount of learnable parameters in the AE, which would cause over-fitting and slow learning speed in practice. Many researchers have been study the intrinsic structure of AE and showed different useful methods to regularize those parameters. In this paper, we present a novel regularization method based on a clustering algorithm which is able to classify the parameters into different groups. With this regularization, parameters in a given group have approximate equivalent values and over-fitting problem could be alleviated. Moreover, due to the competitive behavior of clustering algorithm, this model also overcomes some intrinsic problems of clustering algorithms like the determination of number of clusters. Experiments on handwritten digits recognition verify the effectiveness of our novel model.

Foundations

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

Your Notes