LGDSMay 8

Curvature Beyond Positivity: Greedy Guarantees for Arbitrary Submodular Functions

arXiv:2605.0790229.4
AI Analysis

For machine learning practitioners using submodular optimization with costs or penalties, this work provides the first theoretical guarantees that handle both non-monotonicity and negativity within a unified framework.

The paper extends the concept of curvature to all submodular functions, enabling the first multiplicative approximation guarantee for greedy algorithms on functions that may be non-monotone or take negative values. The proposed greedy algorithm with pruning achieves a curvature-controlled ratio that beats the best known uniform ratio of 0.401 for non-negative non-monotone functions in certain regimes.

Submodular functions -- functions exhibiting diminishing returns -- are central to machine learning. When the objective is monotone and non-negative, the greedy algorithm achieves a tight $63\%$ approximation. But many practical objectives incorporate costs that make them negative on some inputs, and all existing multiplicative guarantees require non-negativity. Prior work handles negativity through additive bounds for the special class of decomposable functions and non-monotonicity through partial-monotonicity parameters, but these address each difficulty in isolation and neither extends the classical structural theory. We extend \emph{curvature} -- a parameter measuring how far a function deviates from linearity -- to all submodular functions, handling both non-monotonicity and negativity through a single classical concept. A greedy algorithm with pruning achieves a curvature-controlled multiplicative ratio for \emph{any} submodular function, including those taking negative values -- the first such guarantee beyond monotonicity and non-negativity. In the non-monotone regime $1 \le c_g < 2.2$, the bound strictly beats the best known uniform ratio of $0.401$ (for non-negative $f$), and it recovers the classical $(1-e^{-c_g})/c_g$ guarantee for monotone functions. A multilinear-extension variant extends the framework to general combinatorial constraints via multilinear relaxation. Experiments on cost-penalized experimental design, coverage, feature selection, and a curvature sweep on Multi-News passage selection support the theory.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes