Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Successive Halving

Successive Halving

A resource-allocation algorithm for hyperparameter optimization that repeatedly evaluates a pool of configurations, discards the worse half, and reallocates the freed budget to the survivors.

Year: 2013Generality: 550Added: Sep 16, 2026
Back to Vocab

Successive halving is an algorithm for allocating a fixed computational budget across many candidate configurations in optimization or best-arm identification. Starting from a pool of n candidates, it evaluates all of them for a fixed increment of resource (training iterations or compute budget), discards the bottom half by observed performance, doubles the resource given to each survivor, and repeats until one configuration remains. Zohar Karnin, Tomer Koren, and Oren Somekh originally proposed it for the stochastic best-arm identification problem in 2013.

Kevin Jamieson and Ameet Talwalkar's "Non-stochastic Best Arm Identification and Hyperparameter Optimization" (AISTATS 2016) reanalyzed the algorithm for the non-stochastic setting, framing hyperparameter tuning of iterative learning algorithms as a best-arm identification problem. They showed it found good hyperparameters roughly an order of magnitude faster than uniform allocation across configurations. Successive halving requires a manual choice of how many configurations to try versus how much budget to give each one. Li et al.'s Hyperband (2016/2018) later wrapped it in an outer loop that sweeps this tradeoff automatically.

Successive halving is a standard baseline and building block in hyperparameter-optimization libraries, and it gets applied to problems beyond its original setting. Recent continual-learning research on long-horizon memorization (arXiv:2609.06986) adapts the same discard-the-worst-half logic to rank candidate methods over an increasing number of sequential tasks, rather than increasing training iterations, calling the adaptation "task-level successive halving."

Sources

  1. Non-stochastic Best Arm Identification and Hyperparameter Optimization

    AISTATS (PMLR) · May 2, 2016

  2. Non-stochastic Best Arm Identification and Hyperparameter Optimization

    arXiv · Feb 27, 2015

  3. Continual Learning Mechanisms Compose for Long-Horizon Memorization

    arXiv · Sep 7, 2026

Research this in Signals

Scan Successive Halving for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Successive Halving already loaded, so edit it or scan as is.