English

Rapid Feature Learning with Stacked Linear Denoisers

Machine Learning 2012-08-17 v1 Artificial Intelligence Machine Learning

Abstract

We investigate unsupervised pre-training of deep architectures as feature generators for "shallow" classifiers. Stacked Denoising Autoencoders (SdA), when used as feature pre-processing tools for SVM classification, can lead to significant improvements in accuracy - however, at the price of a substantial increase in computational cost. In this paper we create a simple algorithm which mimics the layer by layer training of SdAs. However, in contrast to SdAs, our algorithm requires no training through gradient descent as the parameters can be computed in closed-form. It can be implemented in less than 20 lines of MATLABTMand reduces the computation time from several hours to mere seconds. We show that our feature transformation reliably improves the results of SVM classification significantly on all our data sets - often outperforming SdAs and even deep neural networks in three out of four deep learning benchmarks.

Keywords

Cite

@article{arxiv.1105.0972,
  title  = {Rapid Feature Learning with Stacked Linear Denoisers},
  author = {Zhixiang Eddie Xu and Kilian Q. Weinberger and Fei Sha},
  journal= {arXiv preprint arXiv:1105.0972},
  year   = {2012}
}

Comments

10 pages

R2 v1 2026-06-21T18:03:04.178Z