Papers
Topics
Authors
Recent
Search
2000 character limit reached

Sensing & Communication Enhanced Control

Updated 16 March 2026
  • Sensing-and-Communication-Enhanced Control (SCEC) is a paradigm that integrates sensing, wireless communication, and control into a unified feedback loop to enhance system stability and real-time performance.
  • It leverages joint optimization and co-design of sensor data fusion, finite-blocklength communication models, and advanced control policies (e.g., MPC) to manage latency and reliability constraints.
  • Empirical studies show that balancing sensor count, bandwidth, and quantization is crucial for achieving URLLC-level performance in applications like industrial automation and autonomous systems.

Sensing-and-Communication-Enhanced Control (SCEC) refers to closed-loop control systems in which sensing, communication, and control are not treated as separable modules but are tightly coupled through joint modeling, performance constraints, and co-design of resource allocation and feedback policies. This paradigm has emerged to address the cross-domain challenges posed by wireless networked industrial automation, autonomous vehicular systems, and distributed robotics, where the timeliness, reliability, and informativeness of sensor data—and the quality of their transport—directly impact actuator behavior and closed-loop stability. SCEC leverages joint optimization and advanced models to guarantee system convergence and safety under stringent latency, bandwidth, and reliability constraints, moving beyond legacy designs that treat these domains in isolation (Meng et al., 2023, Meng et al., 2024).

1. Core System Architecture and Signal Flow

SCEC architectures are characterized by a closed information-control loop comprising three deeply interdependent components: sensing, wireless (typically finite-blocklength) communication, and an edge- or cloud-hosted control system (often Model Predictive Control, MPC). A generic signal flow is as follows:

  • At each sampling instant, a set of ksk_s sensors on the plant produce raw measurements YiY_i, which are packetized and transmitted over an uplink queue (typically over a wireless channel with constrained WW, LL).
  • The controller fuses received, potentially delayed/noisy sensor data (e.g., via maximum-likelihood or Kalman filtering), computes control commands, and relays them downstream through a downlink queue to actuators.
  • This closed-loop cycle, with total loop delay DcD_c, repeats at the process time-scale (Meng et al., 2023).

Sensing, communication, and control are not independent:

  • Increasing ksk_s or sampling frequency improves state estimation but raises uplink arrival rate λu\lambda_u and associated queuing, latency, and packet drop probability ϵu\epsilon_u.
  • Communication bottlenecks (limited WW, blocklength LL, and effective capacity C(θ,W,ϵ)C(\theta, W, \epsilon)) propagate to the control layer as input staleness and uncertainty.
  • Feedback policy design (e.g., delay-compensated MPC) must explicitly compensate for stochastic communication delay and loss, adjusting the controller gain KK according to the sensed uncertainty and real-time channel metrics (Meng et al., 2023, Meng et al., 2024).

2. Analytical Frameworks: Joint Models for Sensing, Communication, and Control

Sensing

For a physical state XRnX\in\mathbb{R}^n, ksk_s sensors with noise NiN(0,σ2I)N_i\sim\mathcal{N}(0,\sigma^2 I) yield Yi=X+NiY_i = X + N_i. Max-likelihood fusion provides estimate error scaling as E[X^X2]=σ2/ksE[\|\hat{X} - X\|^2] = \sigma^2 / k_s (Meng et al., 2023).

Communication

Links are modeled using effective capacity (EC) theory for both uplink and downlink:

  • EC is a function of QoS exponent θ\theta, SNR, blocklength LL, and bandwidth WW, governing maximum stable arrival rates without queue overflow:

C(θ,W,ϵ)1θln[SNRβ](Wθln21)1SNRβC(\theta,W,\epsilon)\approx\frac{1}{\theta}\ln[\mathrm{SNR}\,\beta](\frac{W\theta}{\ln2} - 1) - \frac{1}{\mathrm{SNR}\,\beta}

  • Queuing delays Du,DdD_u,D_d and packet loss ϵu,ϵd\epsilon_u, \epsilon_d are connected to service rates and allocated bandwidth (Meng et al., 2024).

Control

Discrete-time linear/quasi-linear plant dynamics Xt+1=A~Xt+B~UtX_{t+1} = \widetilde{A} X_t + \widetilde{B} U_t, with delay- and loss-compensated feedback policy, where Ut=KX^tU_t=K\hat{X}_t or involves batch MPC. Under packet drops (Bernoulli η\eta), dynamics adapt to Xt+1=A~Xt+ηB~KutX_{t+1} = \widetilde{A} X_t + \eta\widetilde{B} Ku_t (Meng et al., 2023).

Stability and Performance Trade-offs

SCEC systems enforce Lyapunov-based inequalities encapsulating the interaction:

(1ϵc)F1(Xt,K,σ)F2(Xt)(1-\epsilon_c)F_1(X_t,K,\sigma) \leq F_2(X_t)

where F1F_1 and F2F_2 quantify closed-loop contraction under packet loss and estimation error. In (Meng et al., 2024), this is further coupled with quantization bits rr and end-to-end delay Dc,maxD_{c,\max}, yielding an explicit inequality for performance-constrained stability.

3. Joint Optimization Formulations and Solution Methods

The SCEC design problem is generally posed as a nonconvex optimization that minimizes a finite-horizon cost function (typically of MPC/LQR form), with variables including control gain KtK_t, sensor count ksk_s, uplink/downlink bandwidths Wu,WdW_u,W_d, and packet-loss budgets ϵu,ϵd\epsilon_u,\epsilon_d. Constraints capture:

  • EC stability: CuλuC_u \geq \lambda_u, CdλdC_d \geq \lambda_d
  • Latency budget: Dc,maxD0D_{c,\max} \leq D_0
  • Plant stability: Lyapunov inequality as above
  • Bandwidth resource: Wu+WdW0W_u+W_d \leq W_0
  • Control dynamics under average packet loss: Xt+1=A~Xt+(1ϵc)B~KtXtX_{t+1} = \widetilde{A} X_t + (1-\epsilon_c)\widetilde{B} K_t X_t (Meng et al., 2023).

Representative solution techniques include:

4. Empirical Insights and System-Level Trade-offs

Simulation and experimental studies across multiple SCEC works provide quantification of key resource allocations and trade zones. Empirically:

  • Increasing ksk_s improves convergence rate and reduces overshoot up to the point where uplink congestion sharply increases ϵu\epsilon_u, degrading stability (Meng et al., 2023).
  • URLLC-level performance for factory control (latency D0100150D_0 \sim 100 - 150 ms, bandwidth W01W_0 \sim 1 MHz, SNR 20\geq 20 dB) is achievable, provided the sensor-communication-resource trade-off is balanced (Meng et al., 2023).
  • Over-allocation of quantization bits rr (sensing resolution) without matching uplink bandwidth leads to increased delays and instability (Meng et al., 2024).

Key metrics include settling time, accumulated LQR cost, queuing delay distributions, and packet loss rates as a function of resource splits (Table 1 and Fig. 2/3 in (Meng et al., 2023, Meng et al., 2024)). The characteristic result is the existence of a "sweet spot"—e.g., ks1012k_s \sim 10-12, quantization r68r \sim 6-8 bits, latency D0100D_0 \sim 100 ms—where system reliability and control speed are jointly optimized.

5. Design Guidelines and Practical Recommendations

SCEC research yields detailed design guidance:

  • Sensing: Set ksk_s moderate enough to reduce estimation error (σ2/ks\sigma^2/k_s) below a performance threshold, constrained by uplink EC capacity to avoid sharp packet-loss transitions (Meng et al., 2023).
  • Communication: Allocate Wu,WdW_u, W_d for Cu,CdC_u, C_d exceeding arrival rates by a margin δ0.1\delta \sim 0.1 for stochastic fade robustness. Balance total W0W_0 across devices for fairness.
  • Latency: Do not over-constrain D0D_0 beyond the sum of average service times, as aggressive latency yields high ϵc\epsilon_c with little gain in control performance.
  • Stability: Enforce the Lyapunov inequality with a safety margin (μ0.05\mu \sim 0.05) to tolerate model inaccuracy.
  • Quantization: Bits per sample rr chosen to balance estimation and uplink load, typically $6-8$.
  • Algorithmic: Global search heuristics are useful due to nonconvexities; EC-based models are preferred over simple fixed-delay approximations.

See summary design recommendations in Table 1:

Design Variable Typical Value Rationale
Sensors ksk_s $10-12$ Sufficient estimation accuracy, avoid EC overload
Bandwidth W0W_0 $1$ MHz URLLC compliance, per device
Latency D0D_0 $100-150$ ms Minimizes total E2E delay, avoids excessive loss
Quantization bits rr $6-8$ Balance estimation error and channel load
SNR 20\geq 20 dB Supports EC constraints for reliable control

6. Extensions and Future Directions

Recent works have extended SCEC to distributed, multi-agent, and cognitive systems:

A central insight is that cross-layer co-design, balancing sensing accuracy, communication resource, and control feedback gains, is essential. Over-optimization in any single domain (e.g., ultra-low latency, ultra-high sensing resolution) typically leads to resource bottlenecks and degraded overall closed-loop performance (Meng et al., 2023, Meng et al., 2024).

7. Standardization, Benchmarks, and Open Challenges

SCEC principles underpin emerging standards in URLLC (3GPP Rel. 16–19), 6G, and industrial wireless control. Benchmarks include sub-ms end-to-end latency, five-nines reliability, and resource-adaptive feedback control for mobile robots and AGVs (Meng et al., 2023, Vukobratović et al., 2023). Open challenges involve:

  • Real-time distributed SCEC with heterogeneous edge/cloud/fog compute
  • Scalable, learning-enabled adaptation under time-varying wireless channels
  • Quantitative robustness to model inaccuracies and nonstationary workloads
  • Seamless integration of semantic and goal-oriented communication within SCEC frameworks

Contemporary research converges on the necessity of explicitly modeling—then jointly optimizing—the intertwined effects of sensing, communication, and control to achieve provable, reliable, and efficient performance in demanding wireless-controlled industrial and autonomous systems (Meng et al., 2023, Meng et al., 2024, Jin et al., 27 Oct 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Sensing-and-Communication-Enhanced Control (SCEC).