Optimal User Load and Energy Efficiency

Energy Efficiency as the Design Objective

The previous sections focused on maximizing SINR and rate. But in dense cell-free deployments, energy efficiency is often the binding constraint. Each AP consumes circuit power (amplifiers, oscillators, ADCs) regardless of the traffic load, and the fronthaul links consume power proportional to their data rate. Adding more APs improves coverage but increases the total power consumption. Similarly, serving more users per AP increases the spectral efficiency but also the per-AP computation and fronthaul power. The question is: what is the optimal user load per AP that maximizes the bits-per-joule efficiency? This section presents the answer, drawing on the CommIT contribution by Göttsch and Caire.

Definition:

Network Energy Efficiency

The network energy efficiency (EE) is defined as the ratio of the sum throughput to the total power consumption:

EE=k=1KRkPtotal[bit/Joule]\text{EE} = \frac{\sum_{k=1}^{K} R_k}{P_{\text{total}}} \quad [\text{bit/Joule}]

where RkR_k is the achievable rate of user kk (in bit/s) and the total power is

Ptotal=m=1M(Pcircuit+Pfh,m+1ηkDmpmk)+PCPUP_{\text{total}} = \sum_{m=1}^{M} \left( P_{\text{circuit}} + P_{\text{fh},m} + \frac{1}{\eta} \sum_{k \in \mathcal{D}_m} p_{mk} \right) + P_{\text{CPU}}

Here PcircuitP_{\text{circuit}} is the per-AP circuit power (fixed cost of keeping an AP on), Pfh,mP_{\text{fh},m} is the fronthaul power at AP mm (proportional to the fronthaul rate), η(0,1]\eta \in (0,1] is the power amplifier efficiency, pmkp_{mk} is the transmit power from AP mm to user kk, and PCPUP_{\text{CPU}} is the CPU processing power.

The key insight is that PcircuitP_{\text{circuit}} and Pfh,mP_{\text{fh},m} do not vanish as the transmit power decreases. In cell-free networks with many APs, the circuit power can dominate the total power budget.

Definition:

User Load

The user load of the network is the ratio of the number of users to the number of APs:

ρ=KM\rho = \frac{K}{M}

In user-centric cell-free massive MIMO, the effective user load at AP mm is Dm/N|\mathcal{D}_m| / N, measuring the number of users served per antenna. The user load determines the interference level: when ρ\rho is small (many APs per user), interference is low and the system is noise-limited. When ρ\rho is large, the system becomes interference-limited and the per-user rate saturates.

Theorem: Energy Efficiency vs. User Load Tradeoff

Under the UatF bound with local MMSE combining and max-min power control, the network energy efficiency as a function of user load ρ=K/M\rho = K/M has the following structure:

  1. For small ρ\rho, the sum rate grows linearly with KK while the power is dominated by the fixed circuit power MPcircuitM P_{\text{circuit}}. Thus EEρRˉPcircuit+Pfh,0\text{EE} \approx \frac{\rho \, \bar{R}}{P_{\text{circuit}} + P_{\text{fh},0}} where Rˉ\bar{R} is the average per-user rate, which is approximately constant for small ρ\rho.

  2. For large ρ\rho, the per-user rate decreases due to interference, while the fronthaul power grows. The EE decreases.

  3. There exists an optimal user load ρ\rho^{\star} that maximizes the EE. This optimum depends on PcircuitP_{\text{circuit}}, the path loss distribution, and the fronthaul power model.

In typical deployments, ρ[0.3,0.8]\rho^{\star} \in [0.3, 0.8], meaning the optimal number of users is 30–80% of the number of APs.

With too few users, the APs are underutilized — their circuit power is "wasted" on few bits. With too many users, interference degrades the rates faster than the sum rate grows. The optimum balances these two effects.

🎓CommIT Contribution(2023)

Optimal User Load and Energy Efficiency in User-Centric Cell-Free Networks

F. Göttsch, G. CaireIEEE Trans. Wireless Communications, vol. 22, no. 12, pp. 9674–9688

Göttsch and Caire address a fundamental system-design question: given a cell-free deployment with MM APs, how many users should be admitted to maximize the network energy efficiency? The analysis reveals that:

  1. The optimal user load ρ\rho^{\star} is surprisingly moderate. For typical deployments with N=4N = 4 antennas per AP and urban path loss, ρ0.5\rho^{\star} \approx 0.5, meaning each AP should serve about 2N=82N = 8 users on average (across its cluster).

  2. AP switching saves 30–50% power. When the user load is below ρ\rho^{\star}, turning off excess APs and redistributing users to the remaining active APs improves the EE significantly.

  3. Fronthaul power is the dominant cost. In many deployments, the fronthaul power exceeds the transmit power by an order of magnitude. This makes the choice of cooperation level (L1–L4) an energy efficiency decision, not just a performance one.

  4. Level 3 (LSFD) offers the best energy efficiency. The SINR gain from Level 4 does not compensate for the N×N \times increase in fronthaul power in most scenarios.

The paper provides closed-form approximations for ρ\rho^{\star} as a function of the power model parameters, enabling system designers to determine the optimal admission policy without extensive simulations.

energy-efficiencyuser-loadcell-freeCommITAP-switchingView Paper →

Energy Efficiency vs. User Load

Visualize the network energy efficiency as a function of the user load ρ=K/M\rho = K/M. Observe the optimal user load ρ\rho^{\star} and how it shifts with circuit power, fronthaul power, and the number of antennas per AP.

Parameters
200

Number of access points

4

Antennas per access point

20

Per-AP circuit power in dBm

0.1

Fronthaul power per Gbps

Example: Computing the Optimal User Load

A cell-free network has M=100M = 100 APs with N=4N = 4 antennas each. The power model parameters are: Pcircuit=100P_{\text{circuit}} = 100 mW per AP, fronthaul power Pfh=0.1P_{\text{fh}} = 0.1 W/Gbps, PA efficiency η=0.3\eta = 0.3, transmit power per user pk=100p_k = 100 mW. Under Level 3 (LSFD), the average per-user rate as a function of user load is empirically fitted as Rˉ(ρ)2.5(10.8ρ)\bar{R}(\rho) \approx 2.5 (1 - 0.8 \rho) bit/s/Hz for ρ[0,1]\rho \in [0, 1]. System bandwidth B=20B = 20 MHz. Fronthaul rate per AP is Rfh2DmBR_{\text{fh}} \approx 2 |\mathcal{D}_m| B bit/s (2 bits per real sample, Nyquist). Find the user load that maximizes EE.

Common Mistake: Ignoring Circuit Power in Energy Efficiency

Mistake:

Computing energy efficiency as EE=kRk/Ptx\text{EE} = \sum_k R_k / P_{\text{tx}}, counting only the transmit power.

Correction:

In cell-free networks, the circuit power and fronthaul power typically exceed the transmit power by a factor of 5–20. Ignoring these fixed costs leads to the misleading conclusion that more APs always improve EE (because the transmit power per user decreases as 1/M1/M). The total power model must include PcircuitP_{\text{circuit}}, PfhP_{\text{fh}}, and PCPUP_{\text{CPU}}.

⚠️Engineering Note

AP On/Off Switching for Energy Savings

When the traffic load is below the optimal user load ρ\rho^{\star}, the network is wasting circuit power on underutilized APs. AP switching turns off a fraction of the APs and redistributes users to the remaining active APs. The algorithm is:

  1. Compute the current user load ρ=K/M\rho = K / M.
  2. If ρ<ρ/2\rho < \rho^{\star} / 2, determine the number of APs to deactivate: Moff=MK/ρM_{\text{off}} = M - \lceil K / \rho^{\star} \rceil.
  3. Select the APs with the lowest aggregate large-scale fading to any active user for deactivation.
  4. Reassign users to the remaining active APs and recompute LSFD weights.

In the Göttsch/Caire analysis, AP switching reduces the total power consumption by 30–50% during low-traffic periods (nighttime, rural areas) with less than 5% rate loss.

Practical Constraints
  • AP activation/deactivation takes 10–100 ms (oscillator settling, synchronization)

  • Frequent switching creates service interruptions; hysteresis of 1–5 minutes recommended

  • Deactivated APs must remain powered for pilot transmission if using TDD reciprocity

Historical Note: The Green Massive MIMO Movement

2010–2023

Energy efficiency became a central metric in wireless research around 2012, driven by the observation that base station energy consumption was growing at 15–20% per year while revenue was flat. The EARTH project (EU FP7, 2010–2012) produced the first comprehensive power models for base stations, showing that the power amplifier accounts for only 30–40% of total consumption — the rest is circuit power, cooling, and backhaul. Bjornson, Hoydis, and Sanguinetti's 2017 monograph extended these models to massive MIMO and showed that massive arrays are inherently energy-efficient: the array gain allows reducing transmit power as 1/M1/M while the circuit power grows only linearly. The cell-free paradigm adds a new dimension: now the circuit and fronthaul power of distributed APs must be accounted for, making energy efficiency optimization both more important and more complex.

Quick Check

In a dense cell-free deployment with M=500M = 500 APs, N=4N = 4 antennas per AP, and K=200K = 200 users, which power component typically dominates the total network power consumption?

Transmit power kpk/η\sum_k p_k / \eta

AP circuit power MPcircuitM P_{\text{circuit}}

Fronthaul power mPfh,m\sum_m P_{\text{fh},m}

CPU processing power PCPUP_{\text{CPU}}

Why This Matters: Energy Efficiency Targets in 5G and Beyond

The ITU-R IMT-2020 framework specifies that 5G should achieve at least 10710^7 bit/Joule network energy efficiency, a 100×100 \times improvement over LTE. Cell-free massive MIMO with LSFD and AP switching can approach this target in dense urban deployments by combining the macro-diversity gain (reducing transmit power) with intelligent AP management (reducing circuit power). The 6G vision targets 10810^8 bit/Joule, which will require further innovations in fronthaul compression and reconfigurable intelligent surfaces (see Book RIS).

User Load

The ratio ρ=K/M\rho = K/M of the number of users to the number of APs in a cell-free network. Determines the interference level and the per-AP processing and fronthaul requirements. The optimal user load ρ\rho^{\star} maximizes the network energy efficiency.

Related: Network Energy Efficiency, AP Switching

Circuit Power

The power consumed by an access point's electronic components (oscillators, ADCs/DACs, mixers, digital processing) regardless of the transmitted signal power. In cell-free networks with many single-antenna or few-antenna APs, the aggregate circuit power can dominate the total network power consumption.

Related: Network Energy Efficiency, User Load