SYNTHESIS NOTE
Recommender Systems Training, RL, and Test-Time Scaling Model Architecture and Internals

When can greedy bandits skip exploration entirely?

Under what conditions does natural randomness in incoming contexts eliminate the need for active exploration in contextual bandits? This matters for high-stakes domains like medicine where exploration carries real costs.

Synthesis note · 2026-05-03 · sourced from Recommenders Architectures
What breaks when specialized AI models reach real users?

Standard bandit theory says you need to explore to learn the optimal arm — but in many real-world settings where exploration is unethical or costly (medicine, marketing), the practitioner refuses. The Bastani–Bayati–Khosravi result is that a pure greedy contextual bandit can match the asymptotic regret guarantees of UCB-style algorithms whenever the context distribution satisfies "covariate diversity": the conditional covariance matrix of contexts on any half-space is positive definite. That condition is satisfied by natural classes of continuous and discrete distributions.

The mechanism is that incoming users are themselves randomized enough to provide natural exploration — every patient who walks in carries a different feature vector, so even pure exploitation accidentally tests different arms across the feature space. Active exploration becomes redundant.

The catch is that you don't know in advance whether your contexts satisfy the condition. The proposed Greedy-First algorithm starts greedy and watches whether the parameter estimates converge at the asymptotically optimal rate via a hypothesis test on observed contexts and rewards. If the test fails, it falls back to a standard explore-exploit algorithm. This makes practical the philosophical move: stop assuming you need exploration, then verify you didn't.

Inquiring lines that use this note as a source 7

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 160 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

exploration-free greedy bandits achieve optimal performance when natural context diversity provides exploration for free