Meeting Uncertain Threats with Feedback
arXiv:2607.13648
2026
Architecture
2 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper gives a constructive framework for allocating a fixed batch of scarce actions across multiple jobs whose completion requirements are uncertain and only revealed through feedback. Its key transferable asset is the combination of a robust fair-allocation baseline with difficulty-aware greedy allocation, together with geometric survival probabilities that quantify the value of another attempt. This maps naturally to inference-time compute scheduling: allocate a fixed number of expert calls, refinement steps, verifier calls, or denoising updates among unresolved examples, then remove examples when feedback indicates completion. The most practical first transfer is a feedback scheduler that falls back to fairness when difficulty estimates are unreliable and uses marginal-success scores when they become informative.
Ideas from this paper
✓✓ Beats tuned baseline
2026
Treat unresolved inference items as active threats and allocate a fixed budget of C module evaluations per round. Each evaluation has an item-dependent probability of completing the item, while the scheduler observes only completion or failure after the round. Use fair allocation when completion probabilities are unknown or nearly homogeneous, then switch to a marginal-success greedy policy as feedback estimates become reliable.
Useful7/10
Difficulty5/10
Novelty7/10
Unverified
2026
Use deadline objectives to train or control a router that explicitly trades off completion probability against completed work by a fixed horizon. Begin with fair allocation for robust exploration, then anneal toward a feedback-greedy rule once per-item difficulty estimates have sufficient evidence.
Useful6/10
Difficulty6/10
Novelty7/10