LGMLJun 11, 2015

Random Maxout Features

arXiv:1506.03705v27 citations
AI Analysis

This work offers a novel feature construction method for machine learning practitioners dealing with classification and visualization tasks, though it appears incremental as it builds on existing random feature paradigms.

The paper tackles the problem of approximating locally linear functions for classification and dimensionality reduction by proposing random maxout features, which compute maximum projections on random Gaussian vectors. The approach achieves competitive performance on MNIST and TIMIT classification tasks, with generalization bounds provided for error analysis.

In this paper, we propose and study random maxout features, which are constructed by first projecting the input data onto sets of randomly generated vectors with Gaussian elements, and then outputing the maximum projection value for each set. We show that the resulting random feature map, when used in conjunction with linear models, allows for the locally linear estimation of the function of interest in classification tasks, and for the locally linear embedding of points when used for dimensionality reduction or data visualization. We derive generalization bounds for learning that assess the error in approximating locally linear functions by linear functions in the maxout feature space, and empirically evaluate the efficacy of the approach on the MNIST and TIMIT classification tasks.

Foundations

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

Your Notes