# Approximately counting and sampling small witnesses using a colourful   decision oracle

**Authors:** Holger Dell, John Lapinskas, Kitty Meeks

arXiv: 1907.04826 · 2022-03-09

## TL;DR

This paper develops efficient algorithms for approximately counting and sampling edges in hypergraphs using a colourful decision oracle, extending previous work and impacting complexity theory applications.

## Contribution

It introduces algorithms that convert decision procedures into approximate counting and sampling methods for hypergraphs via a colourful oracle.

## Key findings

- Algorithms for approximate edge counting and sampling in hypergraphs.
- Reduction of decision algorithms to approximate counting/sampling.
- Applications to fine-grained and parameterized complexity problems.

## Abstract

In this paper, we design efficient algorithms to approximately count the number of edges of a given $k$-hypergraph, and to sample an approximately uniform random edge. The hypergraph is not given explicitly, and can be accessed only through its colourful independence oracle: The colourful independence oracle returns yes or no depending on whether a given subset of the vertices contains an edge that is colourful with respect to a given vertex-colouring. Our results extend and/or strengthen recent results in the graph oracle literature due to Beame et al. (ITCS 2018), Dell and Lapinskas (STOC 2018), and Bhattacharya et al. (ISAAC 2019).   Our results have consequences for approximate counting/sampling: We can turn certain kinds of decision algorithms into approximate counting/sampling algorithms without causing much overhead in the running time. We apply this approximate-counting/sampling-to-decision reduction to key problems in fine-grained complexity (such as $k$-SUM, $k$-OV and weighted $k$-Clique) and parameterised complexity (such as induced subgraphs of size $k$ or weight-$k$ solutions to CSPs).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04826/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1907.04826/full.md

---
Source: https://tomesphere.com/paper/1907.04826