Random Maxout Features
Youssef Mroueh, Steven Rennie, Vaibhava Goel

TL;DR
This paper introduces random maxout features, a new method for feature mapping that enables locally linear modeling for classification and dimensionality reduction, with theoretical bounds and empirical validation on MNIST and TIMIT datasets.
Contribution
The paper presents a novel random feature construction called maxout features, along with theoretical generalization bounds and empirical results demonstrating their effectiveness.
Findings
Effective for classification and visualization tasks.
Provides theoretical bounds on approximation error.
Empirical validation on MNIST and TIMIT datasets.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Machine Learning and Algorithms · Sparse and Compressive Sensing Techniques
MethodsMaxout
