Fast Monotone Summation over Disjoint Sets
Abstract
We study the problem of computing an ensemble of multiple sums where the summands in each sum are indexed by subsets of size of an -element ground set. More precisely, the task is to compute, for each subset of size of the ground set, the sum over the values of all subsets of size that are disjoint from the subset of size . We present an arithmetic circuit that, without subtraction, solves the problem using arithmetic gates, all monotone; for constant , this is within the factor of the optimal. The circuit design is based on viewing the summation as a "set nucleation" task and using a tree-projection approach to implement the nucleation. Applications include improved algorithms for counting heaviest -paths in a weighted graph, computing permanents of rectangular matrices, and dynamic feature selection in machine learning.
Cite
@article{arxiv.1208.0554,
title = {Fast Monotone Summation over Disjoint Sets},
author = {Petteri Kaski and Mikko Koivisto and Janne H. Korhonen},
journal= {arXiv preprint arXiv:1208.0554},
year = {2012}
}