Iterative RELIEF for Feature Weighting

Abstract

We propose a series of new feature weighting algorithms, all stemming from a new interpretation of RELIEF as an online algorithm that solves a convex optimization problem with a margin-based objective function. The new interpretation explains the simplicity and effectiveness of RELIEF, and enables us to identify some of its weaknesses. We offer an analytic solution to mitigate these problems. We extend the newly proposed algorithm to handle multiclass problems by using a new multiclass margin definition. To reduce computational costs, an online learning algorithm is also developed. Convergence theorems of the proposed algorithms are presented. Some experiments based on the UCI and microarray datasets are performed to demonstrate the effectiveness of the proposed algorithms.

Cite

Text

Sun and Li. "Iterative RELIEF for Feature Weighting." International Conference on Machine Learning, 2006. doi:10.1145/1143844.1143959

Markdown

[Sun and Li. "Iterative RELIEF for Feature Weighting." International Conference on Machine Learning, 2006.](https://mlanthology.org/icml/2006/sun2006icml-iterative/) doi:10.1145/1143844.1143959

BibTeX

@inproceedings{sun2006icml-iterative,
  title     = {{Iterative RELIEF for Feature Weighting}},
  author    = {Sun, Yijun and Li, Jian},
  booktitle = {International Conference on Machine Learning},
  year      = {2006},
  pages     = {913-920},
  doi       = {10.1145/1143844.1143959},
  url       = {https://mlanthology.org/icml/2006/sun2006icml-iterative/}
}