LGMLJan 28, 2019

Stochastic Linear Bandits with Hidden Low Rank Structure

arXiv:1901.09490v130 citations
Originality Incremental advance
AI Analysis

This work addresses decision-making efficiency in high-dimensional settings like image classification, but it is incremental as it builds on existing subspace recovery methods.

The authors tackled the problem of high-dimensional stochastic linear bandits by exploiting hidden low-rank structure in action representations, resulting in a tighter regret bound based on subspace dimensionality and empirical improvements in regret reduction and convergence speed compared to state-of-the-art methods.

High-dimensional representations often have a lower dimensional underlying structure. This is particularly the case in many decision making settings. For example, when the representation of actions is generated from a deep neural network, it is reasonable to expect a low-rank structure whereas conventional structures like sparsity are not valid anymore. Subspace recovery methods, such as Principle Component Analysis (PCA) can find the underlying low-rank structures in the feature space and reduce the complexity of the learning tasks. In this work, we propose Projected Stochastic Linear Bandit (PSLB), an algorithm for high dimensional stochastic linear bandits (SLB) when the representation of actions has an underlying low-dimensional subspace structure. PSLB deploys PCA based projection to iteratively find the low rank structure in SLBs. We show that deploying projection methods assures dimensionality reduction and results in a tighter regret upper bound that is in terms of the dimensionality of the subspace and its properties, rather than the dimensionality of the ambient space. We modify the image classification task into the SLB setting and empirically show that, when a pre-trained DNN provides the high dimensional feature representations, deploying PSLB results in significant reduction of regret and faster convergence to an accurate model compared to state-of-art algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes