Stochastic Linear Bandits with Partially Observed Actions
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
- Low intrinsic dimension overcomes partial observability.
- Epoch-wise freezing stabilizes representation updates.
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
- Apply to recommendation systems with sparse features.
- Use in healthcare for limited sensing data.
Topics
- Stochastic Linear Bandits
- Partially Observed Features
- Low-Rank Models
- Subspace Estimation
- OFUL Algorithm
- Regret Bounds
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.