The AirComp Model
Why Compute Over the Air?
Federated learning (Chapter 9) and secure aggregation (Chapter 10) both reduce to one fundamental operation: the server wants the sum of the users' gradients. Classical digital-uplink FL transmits one bit at a time, giving the server all gradients and letting it add them. The per-user communication cost scales linearly in β the uplink quickly becomes the bottleneck.
AirComp (over-the-air computation) turns the multiple-access channel's superposition from a nuisance into a feature. All users transmit simultaneously on the same frequency; the wireless channel physically adds the signals. The access point receives β the aggregate directly, in one channel use β with MSE dominated by the noise , not by the per-user payload.
The point is that the sum is computed in the analog domain, with communication cost independent of . AirComp reframes the bottleneck: the limit is no longer bandwidth per user, but the MSE floor imposed by channel heterogeneity and noise. The rest of this chapter develops the model, power-control strategy, function class, and privacy implications.
Definition: The AirComp Signal Model
The AirComp Signal Model
There are single-antenna users, each holding a source value (for example, one scalar entry of a gradient). The access point wants to estimate .
Pre-processing. User maps to a transmit symbol , where is a scaling chosen to (i) match the receive target and (ii) respect the power constraint .
MAC superposition. All users transmit in the same channel use. The access point observes The channel gains are assumed known at the transmitters (CSIT, typical for TDD reciprocity).
Post-processing. The receiver forms for a common receive amplitude . When for all (magnitude alignment, Β§16.2): The aggregate is recovered up to an additive noise term whose variance scales with . No digital decoding, quantization, or per-user bandwidth β the entire aggregation is a single analog channel use.
AirComp (Over-the-Air Computation)
A physical-layer aggregation scheme where users transmit analog pre-processed values simultaneously; the wireless channel's natural superposition computes the aggregate. The receiver estimates the result from the superimposed signal. The per-user communication cost is symbols, independent of the number of users.
Magnitude Alignment
The power-control condition (a common receive amplitude for every user). Alignment is necessary so that the superposition equals , up to noise.
Aggregation MSE
The mean-squared error between the AirComp estimate and the true sum. The core performance metric of AirComp. Under magnitude alignment, .
Example: Two-User AirComp Over an AWGN-Free MAC
Two users hold and want the access point to learn . The channel gains are , . The noise variance is (ideal). Design transmit scalings that recover from a single channel use, and compute the receive amplitude .
Magnitude-alignment condition
Require . With , this gives and .
Choose $\eta$
Any works; pick for simplicity. Then .
Received signal
. The sum is recovered exactly.
Operational interpretation
The user with the stronger channel () must transmit at half the amplitude. Channel inversion: the worst channel determines the shared receive level. With noise, this becomes the key source of the MSE floor (Β§16.2).
AirComp over the MAC: Analog Aggregation in One Channel Use
AirComp vs. Digital Uplink Aggregation
| Property | Digital uplink (Ch. 10) | AirComp (Ch. 16) |
|---|---|---|
| Channel uses per aggregation | β orthogonal per-user slots | β single MAC use |
| Bandwidth scaling | Linear in | Independent of |
| Aggregation accuracy | Quantization + noise per user | MSE (channel-limited) |
| Individual-gradient leakage | Server decodes each | Server sees only + noise |
| CSIT requirement | None (orthogonal) | Yes (pre-equalization) |
| Synchronization requirement | Symbol-level | Symbol and carrier-phase |
The AirCompβSecure-Aggregation Synergy
AirComp is natively privacy-preserving for the sum: the receiver observes the superposition and cannot separate individual contributions. This is a structural property of the MAC β no cryptographic protocol required. The cryptographic pairwise masking of Chapter 10 (Bonawitz et al.) solves the same problem in the digital domain at key exchanges; AirComp achieves the aggregate at communication cost and key exchanges.
Two caveats temper the claim. First, "server learns only the sum" presumes an honest-but-curious server that cannot deploy multiple receive antennas to separate users via beamforming β the non-colluding-antennas assumption that Β§16.4 scrutinizes. Second, AirComp demands tight synchronization and CSIT, which may be unavailable in some deployments. The golden thread β privacy vs. communication efficiency β is visible here: AirComp buys efficiency and sum-privacy at the cost of stricter physical-layer requirements.
Common Mistake: AirComp Is Not 'Free'
Mistake:
Conclude from the channel-use count that AirComp replaces digital aggregation at no cost.
Correction:
AirComp requires: (1) channel-state information at the transmitter (CSIT) for magnitude alignment; (2) tight symbol and carrier-phase synchronization across all users (harder than digital, which tolerates per-user offsets); (3) an analog front end that transmits real-valued pre-processed samples (not the standard digital modem); and (4) a known common power-control target . Real deployments must budget for these. The bandwidth saving is real, but so is the increase in physical-layer coordination complexity.
Power Cost of Magnitude Alignment
Explore how the required transmit power depends on the per-user channel gain . Users with weak channels pay a large multiplicative penalty β the bottleneck user dominates the shared power budget. The plot displays the per-user required power against channel gain for a common receive target .
Parameters
Key Takeaway
AirComp turns MAC superposition into a one-shot analog aggregator. With synchronized users and CSIT, the access point recovers in a single channel use, with MSE bounded by the noise-to-alignment ratio . The cost is analog-front-end and tight synchronization β offset against the -to- bandwidth gain and the native sum-privacy. The rest of this chapter turns "what is ?" into a concrete optimization (Β§16.2), broadens the function class (Β§16.3), and quantifies the privacy (Β§16.4).
Quick Check
In the AirComp signal model with users and a Gaussian MAC, which of the following is an inherent requirement (not a design choice)?
Every user must transmit the same source value .
The receiver must separately decode each before combining.
The channel gains must be known at the transmitters (CSIT).
All users must be at the same physical distance from the receiver.
Magnitude alignment requires , which requires at user . Without CSIT, the scaling cannot be set correctly.