Summary
The authors proposed a new setting where the invariance is either known or partially known. They theoretically examined the upper and lower bounds of convergence rates concerning sample complexity. Their findings demonstrated both theoretical and empirical superior performance over the standard UCB approach in cases with known invariance. Additionally, they explored more practical settings with partially known invariance using synthetic tasks and a real-world example from tokamak optimization.
Strengths
- The theoretical section is well-written, but the experimental part is difficult to follow.
- The convergence rate is provably better than vanilla UCB and has shown empirical success in both synthetic tasks and one real-world example.
Weaknesses
**Limited Applicability:**
I am not convinced that this new setting is widely applicable to real-world scenarios. Aside from the specific tokamak application, it is challenging to identify other examples where this setting would be useful. While regression tasks in previous work have broad applicability, is the same true for optimization? Can you provide more intuitive examples of invariance-aware BO? For instance, in classification tasks, such as translation invariance in cat images in the introduction section, the concept is clear. However, does this example apply to BO? Beyond the tokamak example, the authors mention material science, but it is difficult to envision practical situations in this domain where the search space has known invariance. For example, while crystal lattice invariance is known, is this relevant to the search space? This is merely one feature characterizing materials, and it is hard to imagine a scenario where we aim to maximize something within this symmetric lattice space. While band gap optimization can be the one (finding minimum and maximum of electronic energy), it is computationally simple and not computationally demanding.
**Feasibility of Listing Possible Invariances:**
It is hard to imagine users being able to list possible invariances. This raises concerns about the motivation behind the work.
**Lack of Simpler Baselines:**
The work lacks comparisons with simpler baselines, such as periodic kernels or constrained BO. For example, in Figure 2, if the search space is known to be symmetric for 10 cycles, why not constrain the search space to 1/10 as in typical constrained BO approaches? Finding all peaks in Figure 2 seems wasteful since we know they are repetitive. The same applies to permutation invariance; why not algorithmically reject repetitive candidates?
**Clarity in Experimental Section:**
The experimental section is difficult to follow. The tasks in Figure 3 are unclear, making it hard for readers to reproduce the results.
**Minor Points**
- Numerous typos (e.g., lines 102-103, 116-117, repeating the RKHS acronym definition).
- Limited baseline comparisons (e.g., permutation kernel, periodic kernel, and constrained BO).