paper-with-me

Papers

Sparse Filtering

2011-12-01 · NeurIPS 2011 12 · Jiquan Ngiam, Zhenghao Chen, Sonia A. Bhaskar, Pang W. Koh, Andrew Y. Ng

Unsupervised feature learning has been shown to be effective at learning representations that perform well on image, video and audio classification. However, many existing feature learning algorithms are hard to use and require extensive hyperparameter tuning. In this work, we present sparse filtering, a simple new algorithm which is efficient and only has one hyperparameter, the number of features to learn. In contrast to most other feature learning methods, sparse filtering does not explicitly attempt to construct a model of the data distribution. Instead, it optimizes a simple cost function -- the sparsity of L2-normalized features -- which can easily be implemented in a few lines of MATLAB code. Sparse filtering scales gracefully to handle high-dimensional inputs, and can also be used to learn meaningful features in additional layers with greedy layer-wise stacking. We evaluate sparse filtering on natural images, object classification (STL-10), and phone classification (TIMIT), and show that our method works well on a range of different modalities.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Audio ClassificationClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Compute Less to Get More: Using ORC to Improve Sparse Filtering

2014-09-16 · Johannes Lederer, Sergio Guadarrama

Sparse Filtering is a popular feature learning algorithm for image classification pipelines. In this paper, we connect the performance of Sparse Filtering with spectral properties of the corresponding feature matrices. T…

ClassificationGeneral Classificationimage-classificationImage Classification

On the Use of Sparse Filtering for Covariate Shift Adaptation

2016-07-22 · Fabio Massimo Zennaro, Ke Chen

In this paper we formally analyse the use of sparse filtering algorithms to perform covariate shift adaptation. We provide a theoretical analysis of sparse filtering by evaluating the conditions required to perform covar…

Towards Understanding Sparse Filtering: A Theoretical Perspective

2016-03-29 · Fabio Massimo Zennaro, Ke Chen

In this paper we present a theoretical analysis to understand sparse filtering, a recent and effective algorithm for unsupervised learning. The aim of this research is not to show whether or how well sparse filtering wor…

Dynamic Filtering of Time-Varying Sparse Signals via l1 Minimization

2015-07-22 · Adam Charles, Aurele Balavoine, Christopher Rozell

Despite the importance of sparsity signal models and the increasing prevalence of high-dimensional streaming data, there are relatively few algorithms for dynamic filtering of time-varying sparse signals. Of the existing…

Sparse Norm Filtering

2013-05-17 · Chengxi Ye, DaCheng Tao, Mingli Song, David W. Jacobs 외

Optimization-based filtering smoothes an image by minimizing a fidelity function and simultaneously preserves edges by exploiting a sparse norm penalty over gradients. It has obtained promising performance in practical p…

ColorizationDeblurringImage SegmentationSemantic Segmentation