Unsupervised Maximum Margin Feature Selection with Manifold Regularization
Abstract
Feature selection plays a fundamental role in many pattern recognition problems. However, most efforts have been focused on the supervised scenario, while unsupervised feature selection remains as a rarely touched research topic. In this paper, we propose manifold-based maximum margin feature selection (M3FS) to select the most discriminative features for clustering. M3FS targets to find those features that would result in the maximal separation of different clusters and incorporates manifold information by enforcing smoothness constraint on the clustering function. Specifically, we define scale factor for each feature to measure its relevance to clustering, and irrelevant features are identified by assigning zero weights. Feature selection is then achieved by the sparsity constraints on scale factors. Computationally, M3FS is formulated as an integer programming problem and we propose a cutting plane algorithm to efficiently solve it. Experimental results on both toy and real-world data sets demonstrate its effectiveness.
Cite
Text
Zhao et al. "Unsupervised Maximum Margin Feature Selection with Manifold Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206682Markdown
[Zhao et al. "Unsupervised Maximum Margin Feature Selection with Manifold Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/zhao2009cvpr-unsupervised/) doi:10.1109/CVPR.2009.5206682BibTeX
@inproceedings{zhao2009cvpr-unsupervised,
title = {{Unsupervised Maximum Margin Feature Selection with Manifold Regularization}},
author = {Zhao, Bin and Kwok, James Tin-Yau and Wang, Fei and Zhang, Changshui},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2009},
pages = {888-895},
doi = {10.1109/CVPR.2009.5206682},
url = {https://mlanthology.org/cvpr/2009/zhao2009cvpr-unsupervised/}
}