Research & Papers

Cornell researchers cut swap regret to √(kT) in multi-dimensional forecasting

New polynomial-time algorithm beats previous exponential runtime bounds for multi-agent forecasting.

Deep Dive

Forecasting for multiple downstream agents with unknown objectives has long been a challenge in online learning and game theory. Prior algorithms either suffered from exponential runtime in the time horizon T or required restrictive behavioral assumptions. This paper, accepted at ACM EC 2026, introduces a new algorithm that guarantees sublinear swap regret—the standard measure of strategic consistency—for all agents simultaneously. The key innovation is a polynomial-time method for two-dimensional outcome spaces that achieves Õ(√(kT)) regret, where k is the number of actions per agent. This beats the previous best bound of Õ(kT^(5/8)) and eliminates the exponential-in-T runtime that made prior approaches impractical.

The algorithm extends naturally to higher dimensions: for any dimension d, it guarantees Õ(d√(kT)) regret when the forecaster knows an upper bound k on actions, albeit with longer runtime scaling with d. Notably, this high-dimensional guarantee improves on prior Õ(T^(2/3)) bounds and does not require additional behavioral assumptions about agent strategies. The results are especially relevant for economic and computational settings where a single forecaster must serve many agents with differing objectives—such as pricing, recommendation systems, and resource allocation. By providing efficient, worst-case guarantees, this work opens the door to more robust and practical forecasting tools.

Key Points
  • Polynomial-time algorithm for two-dimensional outcome spaces with Õ(√(kT)) swap regret, improving on prior Õ(kT^(5/8)) bound.
  • Avoids exponential-in-T runtime of previous algorithms, making it practical for long time horizons.
  • Extends to arbitrary dimension d with Õ(d√(kT)) regret, requiring only knowledge of max actions k per agent.

Why It Matters

Enables efficient, theoretically sound forecasting for multiple agents without restrictive assumptions, advancing online learning and game theory.

📬 Get the top 10 AI stories daily