The minimum-entropy set cover problem

  • Authors:
  • Eran Halperin;Richard M. Karp

  • Affiliations:
  • Computer Science Department, Princeton University, Princeton, NJ and UC Berkeley and ICSI, Berkeley, CA;International Computer Science Institute, Berkeley, CA

  • Venue:
  • Theoretical Computer Science - Automata, languages and programming: Algorithms and complexity (ICALP-A 2004)
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider the minimum entropy principle for learning data generated by a random source and observed with random noise.In our setting we have a sequence of observations of objects drawn uniformly at random from a population. Each object in the population belongs to one class. We perform an observation for each object which determines that it belongs to one of a given set of classes. Given these observations, we are interested in assigning the most likely class to each of the objects.This scenario is a very natural one that appears in many real life situations. We show that under reasonable assumptions finding the most likely assignment is equivalent to the following variant of the set cover problem. Given a universe U and a collection I = (S1, ..., St) of subsets of U, we wish to find an assignment f : U → I such that u ∈ f(u) and the entropy of the distribution defined by the values |f-1 (Si)| is minimized.We show that this problem is NP-hard and that the greedy algorithm for set cover s with an additive constant error with respect to the optimal cover. This sheds a new light on the behavior of the greedy set cover algorithm. We further enhance the greedy algorithm and show that the problem admits a polynomial time approximation scheme (PTAS).Finally, we demonstrate how this model and the greedy algorithm can be useful in real life scenarios, and in particular, in problems arising naturally in computational biology.