Papers
Topics
Authors
Recent
Search
2000 character limit reached

Sample Complexity Bounds

Updated 18 November 2025
  • Sample complexity bounds are quantitative measures defining the minimum number of data samples required to reach a target accuracy and confidence in various estimation and decision-making tasks.
  • They are applied across diverse domains such as PAC learning, reinforcement learning, convex optimization, and quantum measurement to provide finite-sample guarantees and reveal performance trade-offs.
  • By leveraging minimax and instance-dependent analyses along with structure-adapted techniques, these bounds guide the design of statistically efficient algorithms under differing conditions.

Sample complexity bounds quantify the minimal number of data samples required by an algorithm or estimator to achieve a specified level of accuracy and confidence in learning, system identification, estimation, or decision-making under uncertainty. These bounds are foundational in learning theory, statistics, signal processing, control, statistics, and quantum information, providing finite-sample guarantees and characterizing achievable performance. Cutting across classical PAC learning, margin-based classification, convex optimization, dynamical systems, reinforcement learning, quantum measurement learning, and modern high-dimensional models, sample complexity analysis reveals both minimax and instance-dependent rates, clarifies the trade-offs induced by structure (such as invariances, privacy, or model families), and leads to algorithmic designs optimized for statistical efficiency.

1. Foundational Definitions and Frameworks

Sample complexity bounds have diverse meanings across technical domains but are always anchored to three ingredients: a class of target objects (concepts, distributions, policies, measurements), an allowable error or loss metric (such as misclassification, total variation, prediction error, or regret), and a probability or confidence parameter.

  • PAC Learning (Realizable Case): Given concept class CC of VC-dimension dd, permissible error ϵ\epsilon, and confidence 1δ1-\delta, the sample complexity m(ϵ,δ)m(\epsilon,\delta) is the smallest mm such that a learner AA produces hh with Pr[err(h)ϵ]1δ\Pr[\mathrm{err}(h)\leq\epsilon] \geq 1-\delta for any cCc \in C. The optimal rate is dd0 (Hanneke, 2015).
  • Margin-based Classification: For large-margin (e.g., SVM-type) classification with margin parameter dd1 and distribution dd2, the sample complexity is governed by the margin-adapted dimension dd3, with dd4 (Sabato et al., 2012).
  • Differential Privacy: In pure differentially private PAC learning, sample complexity dd5 for class dd6 is tightly characterized by randomized one-way public-coin communication complexity, and lower bounded by the Littlestone dimension: dd7, with possible gaps dd8 (Feldman et al., 2014).
  • Convex Stochastic Programs: For SAA in convex stochastic programming, new bounds without metric entropy terms reach dd9 under mild regularity and bypass linear dependence on dimension ϵ\epsilon0 (Liu et al., 2024).
  • Quantum Learning: Quantum PAC sample complexity for measurement classes depends on the shadow-norm parameter ϵ\epsilon1 and the size of extreme points; ϵ\epsilon2, realizing the first non-linear scaling in the quantum setting (Heidari et al., 2024).

2. Classical Minimax and Instance-dependent Rates

Across learning, optimization, and decision-making, both worst-case (minimax) and instance-dependent rates arise.

  • Best-ϵ\epsilon3-Arm Identification: In multi-armed bandit selection, the minimal expected samples required to identify the top-ϵ\epsilon4 arms is governed by instance-wise gap-dependent terms (ϵ\epsilon5 and ϵ\epsilon6), which can be strictly smaller than the classical sum-of-inverse-gap-squared measure. Nearly instance-optimal algorithms achieve the lower bounds up to doubly-logarithmic factors (Chen et al., 2017).
  • Zero-Sum Matrix Games: Approximate Nash equilibrium identification in ϵ\epsilon7 matrix games admits sample complexity lower bounds scaling as ϵ\epsilon8, where ϵ\epsilon9 and 1δ1-\delta0 are gap parameters of the payoff matrix. For favorable instances, exponentially fewer samples are needed (Maiti et al., 2023).
  • Reinforcement Learning—Actor-Critic: In infinite-horizon discounted MDPs, actor-critic methods for 1δ1-\delta1-stationarity achieve sample complexity 1δ1-\delta2 (AC) and 1δ1-\delta3 (NAC), strictly better than policy gradient (PG) and natural policy gradient (NPG), where critic-based variance reduction is essential (Xu et al., 2020).
  • Diffusion Model Training: For high-dimensional deep generative models (e.g., diffusion models), end-to-end sample complexity scales only polylogarithmically in the inverse desired Wasserstein error, achieving 1δ1-\delta4, closing a gap versus prior polynomial-in-1δ1-\delta5 rates (Gupta et al., 2023).
  • Constrained MDPs: For constrained average-reward MDPs, the minimax-optimal sample complexity is 1δ1-\delta6 under strict feasibility; here 1δ1-\delta7 are sizes, 1δ1-\delta8 bounds transients, 1δ1-\delta9 is the span, and m(ϵ,δ)m(\epsilon,\delta)0 the Slater constant. This reveals a precise statistical penalty for feasibility constraints (Wei et al., 20 Sep 2025).

3. Structure-adapted and Distribution-dependent Bounds

Many sample complexity bounds leverage distributional or algebraic structure to obtain sharper results.

  • Distributional Dependence in Margin-based Learning: The margin-adapted dimension m(ϵ,δ)m(\epsilon,\delta)1 exactly interpolates between worst-case (VC-dimension, m(ϵ,δ)m(\epsilon,\delta)2) and favorable anisotropic regimes (effective dimension m(ϵ,δ)m(\epsilon,\delta)3), yielding tight sample complexity m(ϵ,δ)m(\epsilon,\delta)4 for large-margin classification under sub-Gaussian product laws (Sabato et al., 2012).
  • Group Invariances: For distributions invariant under a group m(ϵ,δ)m(\epsilon,\delta)5 acting on a manifold m(ϵ,δ)m(\epsilon,\delta)6, sample complexity for estimating Wasserstein, Sobolev, MMD, and m(ϵ,δ)m(\epsilon,\delta)7/ m(ϵ,δ)m(\epsilon,\delta)8 density divergences is reduced by a factor of m(ϵ,δ)m(\epsilon,\delta)9 (for finite mm0) or by the normalized measure of the quotient mm1 (for continuous mm2), and convergence rates in mm3 improve to match the "effective dimension" mm4 (Tahmasebi et al., 2023).
  • Denoising and High-dimensional Estimation: In learning a simplex from noisy (additive Gaussian) samples in mm5, the sample complexity is mm6, but with SNR mm7, the exponential phase vanishes, matching the noiseless case (Saberi et al., 2022).

4. Algorithmic and Information-theoretic Techniques

Sample complexity bounds are derived using a range of analytical and constructive tools, often leveraging information theory, combinatorial constructions, and algorithmic design.

  • Compression Schemes: For density estimation, the existence of data-dependent robust compression schemes directly yields tight upper bounds for mixtures and products (e.g., learning mm8-mixtures of mm9-dimensional Gaussians in TV requires AA0 samples in the agnostic setting) (Ashtiani et al., 2017).
  • Information-theoretic Lower Bounds: Change-of-measure (likelihood ratio) arguments, Fano-type constructions, and KL-divergence sensitivity are used to prove lower bounds that often match upper bounds up to constants or logarithms (as in system identification (Jedra et al., 2019, Chatzikiriakos et al., 2024), margin learning (Sabato et al., 2012), bandit feedback (Chen et al., 2017)).
  • Finite-sample Monte Carlo: For Sequential Monte Carlo (SMC) schemes, the finite-sample complexity is determined by mixing properties, importance weight regularity, and the number of tempering stages, producing bounds within logarithmic factors of Markov chain Monte Carlo for log-concave and high-dimensional targets (Marion et al., 2018).
  • First-order and Gradient-based Methods in Bilevel and RL: Recent advances in bilevel RL circumvent Hessian dependence using the Polyak-Łojasiewicz property and penalty surrogates, attaining AA1 rates in continuous state-action domains, improving dramatically over past AA2 and higher orders (Gaur et al., 22 Mar 2025).

5. Separation Results and Limits

Situations where privacy, quantum structure, or other constraints fundamentally increase the sample complexity are precisely characterized.

  • Private vs. Non-private Learning: In PAC learning, pure (AA3) differential privacy can require exponentially more samples than both non-private or approximate (AA4) DP; exact separations are constructed using representation dimension and communication complexity, with explicit classes achieving arbitrarily large SCDP/VC gaps (Feldman et al., 2014).
  • Quantum Learning vs. Classical: Quantum PAC sample complexity for measurement classes can scale linearly in AA5 in the worst case, versus log-linear in the shadow-norm-exposed extreme points: AA6, restoring a near-classical logarithmic dependence under bounded-norm circumstances (Heidari et al., 2024).
  • Strict-constrained MDPs: Enforcing zero constraint violation in average-reward CMDPs requires AA7 more samples compared to allowing AA8-approximate feasibility, reflecting a statistical hardness not present in unconstrained or discounted/finite-horizon analogues (Wei et al., 20 Sep 2025).

6. Parameter Dependence, Tightness, and Open Directions

Sample complexity bounds are sensitive to task-specific parameters, variance, model size, smoothness, problem structure, and required accuracy. In many cases, upper and lower bounds match up to logarithmic or constant factors; in others, subtle gaps remain.

Setting Core Sample Complexity Key Parameters Tightness/Separations
PAC-realizable (Hanneke, 2015) AA9 VC-dim hh0, error/conf Tight, improved constant, no hh1
Margin-based (Sabato et al., 2012) hh2 Margin, covariance Tight both sides for sub-Gaussians
Private PAC (Feldman et al., 2014) hh3 (pure DP) hh4 vs hh5 Unbounded gap possible, separation pure/approximate DP
RNN regression (Akpinar et al., 2019) hh6 width, input length Deterministic upper bound
Influence maximization (Sadeh et al., 2019) hh7 seed size, diffusion steps Removal of hh8-factor, near-optimal
CMDP strict feasibility (Wei et al., 20 Sep 2025) hh9 problem size, slack Minimax tight for CAMDPs

Many open problems persist: refining constants in optimal PAC bounds (Hanneke, 2015), closing remaining logarithmic gaps in convex stochastic programming and SAA (Liu et al., 2024), extending metric-entropy-free rates to nonconvex or non-Lipschitz settings, generalization to more complex reinforcement learning and stochastic control models, and fully characterizing quantum-classical separations in high-dimensional limit regimes.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (19)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Sample Complexity Bounds.