Top-K Supervise Feature Selection via ADMM for Integer Programming

Abstract

Recently, structured sparsity inducing based feature selection has become a hot topic in machine learning and pattern recognition. Most of the sparsity inducing feature selection methods are designed to rank all features by certain criterion and then select the k top ranked features, where k is an integer. However, the k top features are usually not the top k features and therefore maybe a suboptimal result. In this paper, we propose a novel supervised feature selection method to directly identify the top k features. The new method is formulated as a classic regularized least squares regression model with two groups of variables. The problem with respect to one group of the variables turn out to be a 0-1 integer programming, which had been considered very hard to solve. To address this, we utilize an efficient optimization method to solve the integer programming, which first replaces the discrete 0-1 constraints with two continuous constraints and then utilizes the alternating direction method of multipliers to optimize the equivalent problem. The obtained result is the top subset with k features under the proposed criterion rather than the subset of k top features. Experiments have been conducted on benchmark data sets to show the effectiveness of proposed method.

Cite

Text

Fan et al. "Top-K Supervise Feature Selection via ADMM for Integer Programming." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/228

Markdown

[Fan et al. "Top-K Supervise Feature Selection via ADMM for Integer Programming." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/fan2017ijcai-top/) doi:10.24963/IJCAI.2017/228

BibTeX

@inproceedings{fan2017ijcai-top,
  title     = {{Top-K Supervise Feature Selection via ADMM for Integer Programming}},
  author    = {Fan, Mingyu and Chang, Xiaojun and Zhang, Xiaoqin and Wang, Di and Du, Liang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {1646-1653},
  doi       = {10.24963/IJCAI.2017/228},
  url       = {https://mlanthology.org/ijcai/2017/fan2017ijcai-top/}
}