Stochastic Linear Bandits with Partially Observed Actions

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

Researchers Gautam Dasarathy, Vineet Gattani, and Lalit Jain introduce TOFU-POV, an algorithm designed for stochastic linear bandits (SLB) with partially observed actions. This variant of SLB, common in recommendation and healthcare, faces information-theoretic impossibility for sublinear regret without further structure. TOFU-POV overcomes this by exploiting low intrinsic dimension in action vectors. The algorithm estimates the latent action subspace from masked actions, imputes current actions using an epoch-wise frozen representation, and applies OFUL in the resulting low-dimensional coordinates. Theoretical analysis demonstrates a ~O(m√T+κ m√T/(p²√K)) regret, scaling with intrinsic dimension m instead of ambient dimension d. A rank-adaptive version, not requiring prior knowledge of m, is also presented. Synthetic and real-data experiments, including MNIST and 20 Newsgroups, validate TOFU-POV's performance, showing significant gains over baselines, particularly with substantial missingness. A novel lower bound quantifies the intrinsic cost of partial observation.

Key takeaway

If you are an ML Engineer designing contextual bandit systems where action features are often incomplete or sparse, you should consider adopting algorithms like TOFU-POV. This method effectively utilizes underlying low-rank structure to maintain sublinear regret, even with significant missingness. Traditional zero-filling approaches degrade rapidly under heavy missingness. TOFU-POV's epoch-wise subspace estimation and imputation offer superior performance. Evaluate its rank-adaptive variant if the intrinsic dimension is unknown for robust deployment.

Key insights

Low-rank structure in partially observed linear bandits enables sublinear regret via subspace estimation and imputation.

Principles

Method

TOFU-POV estimates latent subspace from masked actions, freezes representation epoch-wise, imputes current actions, and runs OFUL in low-dimensional coordinates. A rank-adaptive variant is also available.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.