Feature Selection in Web Applications By ROC Inflections and Powerset Pruning

  • Authors:
  • Frans M. Coetzee;Eric Glover;Steve Lawrence;C. Lee Giles

  • Affiliations:
  • -;-;-;-

  • Venue:
  • SAINT '01 Proceedings of the 2001 Symposium on Applications and the Internet (SAINT 2001)
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

A basic problem of information processing is selecting enough features to ensure that events are accurately represented for classification problems, while simultaneously minimizing storage and processing of irrelevant or marginally important features. To address this problem, feature selection procedures perform a search through the feature power set to find the smallest subset meeting performance requirements. Major restrictions of existing procedures are that they typically explicitly or implicitly assume a fixed operating point, and make limited use of the statistical structure of the feature power set. We present a method that combines the Neyman-Pearson design procedure on finite data, with the directed set structure of the Receiver Operating Curves on the feature sub-sets, to determine the maximal size of the feature subsets that can be ranked in a given problem. The search can then be restricted to the smaller subsets, resulting in significant reductions in computational complexity. Optimizing the overall Receiver Operating Curve also allows for end users to select different operating points and cost functions to optimize. The algorithm also produces a natural method of Boolean representation of the minimal feature combinations that best describe the data near a given operating point. These representations are especially appropriate when describing data using common text-related features useful on the web, such as thresholded TFIDF data. We show how to use these results to perform automatic Boolean query modification generation for distributed databases, such as niche metasearch engines.