cs.LGMay 8, 2026

Sample Complexity of Stochastic Optimization with Integer Variables

Authors: Hongyu ChengYinghao ZhengMarco MolinaroAmitabh Basu

Abstract

We establish sample complexity results for stochastic optimization over the integers, especially with a view to understand the complexity with respect to the corresponding continuous optimization problem. We show that integer optimization can sometimes require strictly more samples and sometimes strictly smaller number of samples, depending on the structure of the objective and constraints. 1. For Lipschitz objectives over subsets of the \ell_\infty ball, the statistical complexity of general stochastic mixed-integer, nonlinear, nonconvex optimization is exactly the same as stochastic linear optimization with just bound constraints. 2. For Lipschitz objectives over subsets of the 2\ell_2 ball, we show that integer optimization can require strictly smaller sample size compared to the continuous setting in a certain regime. To get to this result, we also establish tight sample complexity results for nonconvex continuous stochastic optimization which, to the best of our knowledge, do not appear in prior work. 3. For strongly convex, smooth objectives, integer optimization has high statistical complexity compared to the continuous setting. In particular, we show that integer optimization requires Ω(1/ε2)Ω(1/ε^2) samples to report an εε-approximate solution, compared to the well-known O(1/ε)O(1/ε) sample complexity from the continuous optimization literature.

Explore similar work

Sep 14, 2026math.ST

Tight Sampling Complexity with stochastic gradient oracles in Fixed Dimensions

We investigate the stochastic-gradient query complexity of sampling smooth strongly log-concave distributions in any fixed Euclidean dimension. The potential is μ\mu-strongly convex and LL-smooth, with an unknown mode in the ball of radius μ1/2\mu^{-1/2} about the origin. We have access to unbiased stochastic oracles with the variance at most σ2\sigma^2. For every σ20\sigma^2\ge0 and total variation (TV) accuracy 0<ε1/100<\varepsilon\le1/10, we prove that the tight complexity of sampling a distribution within ϵ\epsilon-TV distance from the target distribution is NTV=Θ ⁣(log(1+κ)+σ2μϵ),N^\star_{\text{TV}}=\Theta\!\left(\log(1+\kappa)+ \frac{\sigma^2}{\mu\epsilon}\right), where κ:=Lμ\kappa:=\frac L\mu is the condition number. Note that this complexity bound is simultaneously tight for the condition number κ\kappa and accuracy ϵ\epsilon. Besides, our tight complexity bound is adaptive to noiseless setting σ=0\sigma=0, which is NTV=Θ ⁣(log(1+κ)) N^\star_{\text{TV}}=\Theta\!\left(\log(1+\kappa)\right).
Weiming Ou, Xiao Wang
Jul 24, 2026math.OC

Explicit Iteration Complexity of Exact Data-Driven Inverse Optimization for Integer Linear Programs

A data-driven inverse optimization problem (DDIOP) is the problem of estimating the objective-function parameters (weights) that explain observed optimal-solution data, and it arises in many applications, including integer linear programming (ILP). It is known that, by applying gradient-based optimization methods to the suboptimality loss, the inverse optimization of ILPs can be solved exactly within finitely many oracle iterations, and that the required number of iterations is bounded as T=O(1/γ(sub)2)T=O(1/γ(\ell_{\mathrm{sub}})^2) in terms of a problem-dependent geometric constant γ(sub)γ(\ell_{\mathrm{sub}}). However, no means of bounding γ(sub)γ(\ell_{\mathrm{sub}}) from below as a function of the problem size has been available, and hence the number of iterations could not be given as an explicit function of the problem size. We therefore give, when the forward problem is an integer linear program (ILP), the number of iterations sufficient for projected subgradient descent applied to the suboptimality loss to achieve exact consistency with the observed data, as a fully explicit function of the number of samples, the dimension of the features, the ranges of the features, and the structure of the constraint coefficient matrix, up to polynomial factors in the basic constants (the diameter of the weight set, the step-size parameter, and the Lipschitz constant of the suboptimality loss).
Akira Kitaoka
Aug 10, 2026math.OC

A Tight Lower Bound for Smooth Nonconvex Stochastic Optimization with Bounded Gradient Noise

We prove a sharp lower bound for smooth nonconvex stochastic optimization with uniformly bounded gradient noise. In the K=1K=1 fresh-sample model, every randomized adaptive algorithm requires Ω(ΔLε2+ΔLσ2ε4)Ω\left( \frac{ΔL}{ε^2} + \frac{ΔLσ^2}{ε^4} \right) queries to find a point with expected gradient norm at most εε. This matches the standard upper bound and, to the best of our knowledge, resolves the question raised by [Arjevani et al. 2023] of whether almost-surely bounded oracle error permits a better rate than bounded variance. The proof was independently generated with GPT-5.6 Sol in Codex's Ultra mode during a two-hour session. The human author supplied the prompt and was responsible only forchecking the proof and revising and polishing the manuscript.
Jikai Jin