Max-Margin Feature Selection
Yamuna Prasad, Dinesh Khandelwal, K. K. Biswas

TL;DR
This paper introduces a max-margin feature selection method formulated as a one-class SVM problem, efficiently selecting relevant features by jointly minimizing redundancy and maximizing relevance, with significant computational advantages.
Contribution
It presents a novel max-margin framework for feature selection using one-class SVMs, enabling efficient and scalable selection in high-dimensional data.
Findings
Achieves orders of magnitude faster feature selection
Retains comparable accuracy to state-of-the-art methods
Effective on diverse benchmark datasets
Abstract
Many machine learning applications such as in vision, biology and social networking deal with data in high dimensions. Feature selection is typically employed to select a subset of features which im- proves generalization accuracy as well as reduces the computational cost of learning the model. One of the criteria used for feature selection is to jointly minimize the redundancy and maximize the rele- vance of the selected features. In this paper, we formulate the task of feature selection as a one class SVM problem in a space where features correspond to the data points and instances correspond to the dimensions. The goal is to look for a representative subset of the features (support vectors) which describes the boundary for the region where the set of the features (data points) exists. This leads to a joint optimization of relevance and redundancy in a principled max-margin framework.…
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 · Advanced Image and Video Retrieval Techniques · Sparse and Compressive Sensing Techniques
MethodsSupport Vector Machine
