InterActive Feature Selection

Abstract

We execute a careful study of the effects of feature selection and human feedback on features in active learn-ing settings. Our experiments on a variety of text categorization tasks indicate that there is significant potential in improving classifier performance by feature reweighting, beyond that achieved via selective sampling alone (standard active learning) if we have access to an oracle that can point to the important (most predictive) fea-tures. Consistent with previous findings, we find that feature selection based on the labeled training set has little effect. But our experiments on human subjects indicate that human feedback on feature relevance can identify a sufficient proportion (65%) of the most relevant features. Furthermore, these experiments show that feature labeling takes much less (about 1/5th) time than document labeling. We propose an algorithm that interleaves labeling features and documents which significantly accelerates active learning. Feature feedback can complement traditional active learning in applications like filtering, personalization, and recommendation. 1.

Cite

Text

Raghavan et al. "InterActive Feature Selection." International Joint Conference on Artificial Intelligence, 2005.

Markdown

[Raghavan et al. "InterActive Feature Selection." International Joint Conference on Artificial Intelligence, 2005.](https://mlanthology.org/ijcai/2005/raghavan2005ijcai-interactive/)

BibTeX

@inproceedings{raghavan2005ijcai-interactive,
  title     = {{InterActive Feature Selection}},
  author    = {Raghavan, Hema and Madani, Omid and Jones, Rosie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {841-846},
  url       = {https://mlanthology.org/ijcai/2005/raghavan2005ijcai-interactive/}
}