Combinatorial Bandit Bayesian Optimization for Tensor Outputs
Jingru Huang, Haijie Xu, Jie Guo, Manrui Jiang, Chen Zhang

TL;DR
This paper introduces a novel Bayesian optimization framework for tensor-output functions, utilizing tensor-output Gaussian processes and a combinatorial bandit approach to efficiently optimize expensive black-box functions with tensor outputs.
Contribution
It proposes a tensor-output Gaussian process model and a combinatorial bandit Bayesian optimization method, addressing the challenge of optimizing tensor-output functions with partial observations.
Findings
The methods achieve sublinear regret bounds.
Experiments show superior performance on synthetic and real datasets.
The framework effectively captures tensor structural dependencies.
Abstract
Bayesian optimization (BO) has been widely used to optimize expensive and black-box functions across various domains. However, existing BO methods have not addressed tensor-output functions. To fill this gap, we propose a novel tensor-output BO framework. Specifically, we first introduce a tensor-output Gaussian process (TOGP) with two classes of tensor-output kernels as a surrogate model of the tensor-output function, which can effectively capture the structural dependencies within the tensor. Based on it, we develop an upper confidence bound (UCB) acquisition function to select query points. Furthermore, we introduce a more practical and challenging problem setting, termed combinatorial bandit Bayesian optimization (CBBO), where only a subset of the tensor outputs can be selected to contribute to the objective. To tackle this, we propose a tensor-output CBBO method, which extends TOGP…
Peer Reviews
Decision·ICLR 2026 Poster
1. This paper introduces the first Bayesian optimization framework specifically designed for tensor-output systems, developing novel tensor-output Gaussian processes that capture complex structural dependencies through specialized kernel designs. 2. This paper provides strong theoretical guarantees, establishing sublinear regret bounds for both the standard tensor-output setting and the more challenging combinatorial bandit scenario with partial observations. 3. The proposed methods show robust
1. This paper does not provide computational complexity comparisons with existing methods. Additionally, the high O(n^3T^3) complexity of TOGP itself represents a significant limitation, as strategies for scaling to large tensor outputs are not discussed. 2. The theoretical analysis relies on the assumption that the true function is a sample from the proposed TOGP. There is little discussion of whether this holds in practice or how to assess its validity in real-world applications. 3. A more det
- The manuscript is well written with polished language that enhances readability and effectively communicates complex technical ideas. - It introduces a novel Tensor-Output Gaussian Process (TOGP) framework with separable and non-separable kernels. - The framework extends Bayesian Optimization to handle tensor-valued functions.
- The paper's main novelty lies in the Gaussian Process modeling, while the Bayesian Optimization layer mainly adapts standard UCB and CMAB-UCB2 frameworks without introducing a fundamentally new acquisition strategy. - The experimental evaluation emphasizes predictive accuracy metrics (MSE, MAE, NLL) more than optimization-oriented ones, creating a mismatch with the paper’s stated BO focus. - The paper lacks runtime or computational efficiency results, reporting only asymptotic complexity analy
The major strength/novelty of this paper appears to be the TOGP model, in particular the kernel used. And the kernel used for this GP is novel, at least to my understanding. That said, at least the first algorithm presented does not seem particularly novel to me: it is basically a scalarizing multi-objective BO algorithm. Each element of the tensor represents an objective, and a linearization operator takes the place of scalarization. The second algorithm is arguably more novel, as it assumes p
See above
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Tensor decomposition and applications · Gaussian Processes and Bayesian Inference
