Posimodular Function Optimization
Toshimasa Ishii, Kazuhisa Makino

TL;DR
This paper investigates the complexity of optimizing posimodular functions, revealing exponential lower bounds for both minimization and maximization, and proposes algorithms with specific time complexities for restricted ranges.
Contribution
It establishes exponential lower bounds for posimodular function optimization and provides algorithms with bounds for functions with bounded range.
Findings
Minimization requires exponential oracle calls, $ ext{Omega}(2^{n/7.54})$.
Restricted range functions allow for algorithms with $O(n^d T_f + n^{2d+1})$ complexity.
Maximization also requires exponential oracle calls, $ ext{Omega}(2^{n-1})$, with a known time complexity for bounded ranges.
Abstract
Given a posimodular function on a finite set , we consider the problem of finding a nonempty subset of that minimizes . Posimodular functions often arise in combinatorial optimization such as undirected cut functions. In this paper, we show that any algorithm for the problem requires oracle calls to , where . It contrasts to the fact that the submodular function minimization, which is another generalization of cut functions, is polynomially solvable. When the range of a given posimodular function is restricted to be for some nonnegative integer , we show that oracle calls are necessary, while we propose an -time algorithm for the problem. Here, denotes the time needed to evaluate the function value for a given $X \subseteq…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Image Processing Techniques · Complexity and Algorithms in Graphs · Algorithms and Data Compression
