---
title: 'Full-Duplex Models: Advances in Wireless & Dialogue'
url: https://www.emergentmind.com/topics/full-duplex-models
type: topic
---

# Full-Duplex Models: Advances in Wireless & Dialogue

Full-duplex (FD) models, in the context of communication systems and spoken dialogue agents, refer to architectures, protocols, and analytical frameworks enabling simultaneous bidirectional transmission—either in the electromagnetic spectrum (wireless radios, cellular networks, mmWave links) or in real-time interactive systems (spoken dialogue models)—without the conventional half-duplex constraint of strict time or channel separation. Realizing practical full-duplex operation entails overcoming self-interference (SI), nontrivial cross-link interference (CLI), and implications for scheduling, rate allocation, or dialogue turn-taking. Recent engineering and machine learning advances have driven FD from conceptual hardware demonstrations to large-scale networking protocols, detailed analytical models, and spoken language models capable of overlapping multi-speaker interaction. Below is a comprehensive survey of full-duplex models spanning wireless communications and interactive neural systems.

## 1. Full-Duplex in Wireless Communication: System Models and Signal Processing

Early full-duplex models established the canonical baseband equation at a radio node as
\[
y(t) = H_{\text{SI}}\,x(t) + H_{\text{SOI}}\,s(t) + \text{noise} + \text{hardware impairments}
\]
with $x(t)$ the node's own transmission, $H_{\text{SI}}$ the self-interference channel, $H_{\text{SOI}}$ the signal-of-interest, and additive noise/impairment terms [1303.1795]. In practical prototypes, such as the SDR system in [1503.03013], analog and digital SI cancellation are cascaded:

1. **Analog cancellation:** Uses dual-polarized antennas for initial 42 dB passive SI suppression and active analog filters for tunable amplitude, phase, and delay control, achieving an aggregate 60 dB analog-domain suppression.
2. **Digital cancellation:** After digitization, an adaptive self-interference channel estimate reconstructs and subtracts the SI based on knowledge of the transmitted symbols, pushing residual SI power below the thermal noise floor (e.g., 103 dB total suppression for near-ideal FD gains).

Performance is quantified via the achievable rate:
\[
R_{\text{FD}} = \log_2\left(1 + \frac{P_s|H_d|^2}{N_0 + I_{\text{res}}}\right)
\]
and compared to half-duplex rates,
\[
R_{\text{HD}} = \frac{1}{2}\log_2(1 + \text{SNR})
\]
with measured gains close to the theoretical 2$\times$ limit (e.g., $G\approx1.9$), provided residual SI is below the noise floor [1503.03013].

Analog baseband cancellation architectures have also been validated experimentally, with patch-antenna RF isolation (30–40 dB) followed by analog baseband adaptive filtering, yielding measurable gains up to 10 dB in cancellation depth, 2.5 bps/Hz in rate, and orders-of-magnitude BER improvement compared to RF-only cancellation [1312.2466][1312.0522]. The frequency-selectivity of the SI channel, bandwidth of the cancellation network, and group-delay mismatches are captured in channel- and device-specific models, and guide the joint analog/digital design trade-offs.

## 2. Analytical and Capacity Models: Rate, DoF, and Resource Allocation

More general FD system models capture realistic SI and interference dynamics. For MIMO full-duplex relaying systems, [1303.0088] introduces a self-interference power law:
\[
I(\tilde{P}_R) = \beta \mu^{\lambda} \tilde{P}_R^{1-\lambda}
\]
with cancellation efficacy parameterized by $\lambda\in[0,1]$ and experimental parameters for passive/active suppression. Achievable rates and degrees of freedom (DoF) are derived for various antenna/RF-chain constraints, yielding design formulas for antenna splits, power scaling (e.g., $P_R = P_S^c$), and mode switching. Key results include:
\[
\mathrm{DoF}_{\text{FD}}^{\text{AC}} = \frac{1}{2-\lambda}\min\{N, N_R/2\}
\]
with half-duplex DoF $\min\{N/2, N_R/2\}$, and regime boundaries determined by $\lambda$ and SNR scaling [1303.0088].

In multi-channel (OFDM) FD architectures relevant for small-form-factor devices, self-interference suppression becomes frequency-selective. The residual SI power at the mobile on subchannel $k$ is modeled as
\[
\mathrm{RSI}_{m,k} = g_m\,P_{m,k}\,(k-c)^2
\]
where $c$ is the analog cancellation null's placement. Joint optimization over power allocation across channels and null-placement becomes a nontrivial biconvex program, with nearly-optimal polynomial-time algorithms leveraging biconcavity and bounded gradients in $c$ [1503.08237]. Measured RFIC platforms closely track this model and demonstrate the necessity of at least 80–100 dB aggregate cancellation (analogue + digital) to realize significant FD rate gains on realistic mobile hardware [1503.08237].

## 3. Interference Management, Network Protocols, and Infrastructure Implications

Full-duplex operation in networked environments necessitates careful management of cross-link interference (CLI), inter-node interference (INI), and resource allocation. Empirical and analytical models [2402.05402] detail:

- **Signal-level residual SI:** Post-cancellation power typically $10^{-A_{\text{tot}}/10}$, with $A_{\text{tot}}=90$–120 dB cumulative suppression (antenna, analog, digital).
- **Cross-link interference (CLI):** Where a BS's uplink user's transmission creates interference at the downlink user, parametrized as $I_{i\leftarrow j}^{\text{CLI}} = p_j^{\text{UL}} K_0 d_{ij}^{-\alpha}\chi_{ij}$ (with path-loss and log-normal shadowing).

Full-duplex MAC protocols extend CSMA/CA to enable FD opportunities, exploiting the AP's ability to reply simultaneously. Markov-chain analyses [1512.04089] yield closed-form throughput expressions, explicitly modeling covered/hidden terminal collision domains and showing network throughput improvements of 35–40% over half-duplex (HD) even under non-idealities. Probabilistic MAC scheduling (LP-based with optimal allocation of full- and half-duplex epochs) can attain up to 2.70$\times$ the throughput of legacy HD scheduling, accommodating fairness, heterogeneity, and distributed operation [1608.08729].

On the networking layer, analytical models encompass user pairing, joint UL/DL scheduling, inter-cell/CLI interference, and are routinely mapped into 3D ray-traced SLS environments for performance evaluation under realistic urban densities, path-loss, and shadowing [2402.05402][1504.00953]. Outage probability models for two- and three-node architectures rigorously quantify the effect of residual SI, path-loss exponents, user density, transmit power, and SI suppression on the overall rate distribution [1504.00953].

## 4. Full-Duplex in Spoken Dialogue: Models, Synchronization, and Evaluation

Full-duplex spoken dialogue models (FD-SLMs) are defined by their ability to listen and speak concurrently, crucial for natural conversational timing, backchanneling, real-time interruption, and repair [2509.14515]. Architectures fall into two principal categories:

**A. Engineered Synchronization:**  
Composed of explicit controllers—finite-state machines (FSM), voice-activity detectors (VAD), or neural FSMs implemented as special tokens—to manage the listen/speak arbitration atop sequential ASR/LLM/TTS cascades [2405.19487]. For instance, the neural FSM in [2405.19487] uses state/control tokens to switch between LISTEN and SPEAK, governed by a transition function $T:S\times C\to S$ (see Eq. (1)). This FSM-aware LLM, operating as a next-token predictor, achieves $>3\times$ lower response latency than half-duplex baselines, and increased interruption-handling precision by 8% over the best commercial competitor at comparable model scale.

**B. Learned Synchronization:**  
End-to-end architectures trained directly on synchronous bidirectional data, using joint or conditional sequence modeling (e.g., NTPP, dGSLM, Moshi), and discrete or continuous representations of audio streams [2509.14515]. These models often approach human-level MOS but still lag on temporal metrics (e.g., first-turn offset, interruption response) and semantic coherence under high overlap conditions.

Unified evaluation frameworks, such as Full-Duplex-Bench [2503.04721] and FD-Bench v1.5 [2507.23159], stress-test models on overlap management: interruption handling, backchannel robustness, prosodic adaptation, and latency/quality trade-offs. Metrics include behavioral arbitration (respond/resume/etc.), stop/response latency, overlap-WER, and prosodic modulation. Notably, models exhibit a dichotomy between **repair-first** strategies (rapid yielding to user barge-in) and **continuity-first** (maintaining response coherence under overlap), with different suitability depending on application context [2507.23159]. Current FD-SLMs, both modular and end-to-end, remain challenged on fluid response to interruptions, cross-talker distinction, and acoustic robustness under noise and far-field speech [2503.04721][2507.19040].

## 5. Design Trade-offs, Hardware and Implementation Constraints

Across domains, full-duplex models are constrained by:

- **Residual SI and dynamic range:** Analog/digital cancellation must suppress SI below the noise floor to avoid overwhelming receiver ADCs or masking the signal-of-interest. This is exacerbated in high-power or wideband systems, with hardware impairments (PA nonlinearity, I/Q imbalance, phase noise) further complicating SI cancellation [1503.03013].
- **Scheduling complexity:** For MAC and network layers, practical algorithms (e.g., biconvex optimization, LP scheduling, distributed contention mechanisms) balance throughput, fairness, and implementation overhead [1503.08237][1608.08729].
- **Dialogic fluidity:** In FD-SLMs, fast event-loop orchestration (ASR chunking, streaming TTS, LLM stateful decoding) and precise state control are critical to avoid premature takeovers or incoherent interruptions [2405.19487][2509.14515].
- **Resource constraints:** FPGA/CPU limitations for real-time signal processing, VAD/ASR chunk size trade-offs for dialogue latency, and memory/compute capacity for LLM-based FD dialogue remain key constraints in deployment [1503.03013][2405.19487].

## 6. Impact, Evaluation Benchmarks, and Open Challenges

Full-duplex designs have nearly doubled measured throughput in prototype wireless systems [1503.03013], supported 35–40% network-wide gains in CSMA/CA-based WLANs [1512.04089], and enabled real-time overlapping interaction in neural dialogue agents [2405.19487][2503.04721]. Comprehensive benchmarks for FD spoken dialogue now incorporate behavioral, latency, and quality axes, with large-scale, synthetically or empirically constructed test corpora [2507.19040][2509.14515].

Persisting open challenges include:

- **Synchronous data scarcity:** Realistic large-scale, multi-channel training corpora for FD-SLMs are lacking [2509.14515].
- **Robust real-time SI cancellation:** Especially under hardware impairments and for wideband/millimeter-wave links with strong near-field coupling and complex environmental reflections [2307.10523].
- **Evaluation beyond rate/MOS:** Multi-dimensional metrics targeting conversational repair, proactive behaviors, and safety in dialogue agents, and fairness/coverage in wireless resources [2509.14515].
- **Dynamic mode switching:** Hybrid HD/FD transceivers that adapt operation to traffic, SI, and interference in situ achieve best-in-class joint comm-sensing (ISAC) or dialogue fluidity-performance trade-off [2210.14112].

Ongoing research continues to integrate hybrid architectures, advanced SI estimation/cancellation, end-to-end FD machine learning, and comprehensive multi-axis benchmarks, driving FD models toward robust deployment in both wireless and interactive human-AI systems.

Source: https://www.emergentmind.com/topics/full-duplex-models