Table of Contents
Fetching ...

Scalable Base Station Configuration via Bayesian Optimization with Block Coordinate Descent

Kakeru Takamori, Koya Sato

TL;DR

This work tackles the scalability challenge of optimizing dense base-station configurations where the objective is the area-averaged throughput $f(\Phi)=\frac{1}{|\mathcal{A}|}\sum_i\int_{\mathcal{A}} C_i(\mathbf{x})\,d\mathbf{x}$ with $C_i(\mathbf{x})=B\log_2(1+\mathrm{SINR}_i(\mathbf{x}))$. It introduces a scalable framework that decomposes the joint optimization into per-BS blocks via block coordinate descent and solves each block with Bayesian optimization using a Gaussian process with an RBF kernel, within an outer loop that randomizes the BS update order. Each per-BS subproblem optimizes $g_{r_i}(\phi_{r_i})=f(\Phi\mid \Phi^{\mathrm{best}}_{-r_i})$ while keeping other BS parameters fixed, with initialization and budget settings $N_{\mathrm{init}}$, $t_{\mathrm{sub}}$, $T_{\mathrm{sub}}$, and $T_{\mathrm{total}}$ guiding the iterations until convergence. Empirical results in a realistic 3D urban setting show substantial throughput gains over naive BO and fixed-antenna baselines, validating the approach’s scalability and effectiveness for dense deployments.

Abstract

This paper proposes a scalable Bayesian optimization (BO) framework for dense base-station (BS) configuration design. BO can find an optimal BS configuration by iterating parameter search, channel simulation, and probabilistic modeling of the objective function. However, its performance is severely affected by the curse of dimensionality, thereby reducing its scalability. To overcome this limitation, the proposed method sequentially optimizes per-BS parameters based on block coordinate descent while fixing the remaining BS configurations, thereby reducing the effective dimensionality of each optimization step. Numerical results demonstrate that the proposed approach significantly outperforms naive optimization in dense deployment scenarios.

Scalable Base Station Configuration via Bayesian Optimization with Block Coordinate Descent

TL;DR

This work tackles the scalability challenge of optimizing dense base-station configurations where the objective is the area-averaged throughput with . It introduces a scalable framework that decomposes the joint optimization into per-BS blocks via block coordinate descent and solves each block with Bayesian optimization using a Gaussian process with an RBF kernel, within an outer loop that randomizes the BS update order. Each per-BS subproblem optimizes while keeping other BS parameters fixed, with initialization and budget settings , , , and guiding the iterations until convergence. Empirical results in a realistic 3D urban setting show substantial throughput gains over naive BO and fixed-antenna baselines, validating the approach’s scalability and effectiveness for dense deployments.

Abstract

This paper proposes a scalable Bayesian optimization (BO) framework for dense base-station (BS) configuration design. BO can find an optimal BS configuration by iterating parameter search, channel simulation, and probabilistic modeling of the objective function. However, its performance is severely affected by the curse of dimensionality, thereby reducing its scalability. To overcome this limitation, the proposed method sequentially optimizes per-BS parameters based on block coordinate descent while fixing the remaining BS configurations, thereby reducing the effective dimensionality of each optimization step. Numerical results demonstrate that the proposed approach significantly outperforms naive optimization in dense deployment scenarios.
Paper Structure (5 sections, 2 equations, 3 figures)

This paper contains 5 sections, 2 equations, 3 figures.

Figures (3)

  • Figure 1: Overview of the proposed BCD-aided BO.
  • Figure 2: Throughput versus $t_{\mathrm{total}}$: (a) $N_\mathrm{Tx}=16$, (b) $N_\mathrm{Tx}=25$.
  • Figure 3: Optimization examples at $N_{\mathrm{Tx}}=25$ and $t_{\mathrm{total}}=2500$: (a) square placement with directional antennas, (b) square placement with omni-directional antennas, (c) naive BO, and (d) proposed BCD-aided BO.