Convex volume approximation

Source: Wikipedia, the free encyclopedia.

In the

combinatorial enumeration
. Often these works use a black box model of computation in which the input is given by a subroutine for testing whether a point is inside or outside of the convex body, rather than by an explicit listing of the vertices or faces of a convex polytope. It is known that, in this model, no
#P-hard.[3]
However, a joint work by
polynomial time approximation scheme
for the problem, providing a sharp contrast between the capabilities of randomized and deterministic algorithms.
[4]

The main result of the paper is a randomized algorithm for finding an approximation to the volume of a convex body in -dimensional Euclidean space by assuming the existence of a membership oracle. The algorithm takes time bounded by a polynomial in , the dimension of and . The algorithm combines two ideas:

  • By using a Markov chain Monte Carlo (MCMC) method, it is possible to generate points that are nearly uniformly randomly distributed within a given convex body. The basic scheme of the algorithm is a nearly uniform sampling from within by placing a grid consisting of -dimensional cubes and doing a random walk over these cubes. By using the theory of rapidly mixing Markov chains, they show that it takes a polynomial time for the random walk to settle down to being a nearly uniform distribution.[4]
  • By using rejection sampling, it is possible to compare the volumes of two convex bodies, one nested within another, when their volumes are within a small factor of each other. The basic idea is to generate random points within the outer of the two bodies, and to count how often those points are also within the inner body.

The given convex body can be approximated by a sequence of nested bodies, eventually reaching one of known volume (a hypersphere), with this approach used to estimate the factor by which the volume changes at each step of this sequence. Multiplying these factors gives the approximate volume of the original body.

This work earned its authors the 1991 Fulkerson Prize.[5]

Improvements

Although the time for this algorithm is polynomial, it has a high exponent. Subsequent authors improved the running time of this method by providing more quickly mixing Markov chains for the same problem.[6][7][8][9]

Generalizations

The polynomial-time approximability result has been generalized to more complex structures such as the union and intersection of objects.[10] This relates to Klee's measure problem.

References

  1. ^
  2. ^ Fulkerson Prize winners, American Mathematical Society, retrieved 2017-08-03.
  3. S2CID 15432190
  4. ^ Kannan, Ravi; Lovász, László; Simonovits, Miklós (1997), "Random walks and an volume algorithm for convex bodies", Random Structures & Algorithms, 11 (1): 1–50,
  5. ^ Lovász, L.; Vempala, Santosh (2006), "Simulated annealing in convex bodies and an volume algorithm",
  6. .