Papers
Topics
Authors
Recent
Search
2000 character limit reached

DSC-UAV: Adaptive Semantic Communication

Updated 11 January 2026
  • DSC-UAV is a digital semantic communication framework that integrates prompt-guided image encoding, learned quantization, and amplify-and-forward UAV relaying for efficient data transmission in bandwidth-constrained environments.
  • It employs TQC reinforcement learning to jointly optimize UAV trajectories and resource allocation, minimizing Age of Information while maximizing semantic-structural similarity.
  • Empirical evaluations demonstrate up to 22% SSS improvement and 14% AoI reduction over traditional methods, underscoring its potential in mission-critical applications.

The DSC-UAV model specifies a context-adaptive Digital Semantic Communication framework designed for Unmanned Aerial Vehicle (UAV) networks, targeting efficient, mission-centric data transfer in bandwidth-constrained environments such as smart city surveillance. The system combines prompt-guided semantic image encoding, digital quantization, amplify-and-forward (AF) UAV relaying, and user mobility-aware resource optimization via Truncated Quantile Critic (TQC) reinforcement learning. Its goal is to minimize Age of Information (AoI) and maximize semantic-structural similarity (SSS) in multi-user scenarios, explicitly outperforming both traditional digital and existing semantic communication strategies (Joshi et al., 4 Jan 2026).

1. System Architecture and Data Flow

The DSC-UAV architecture comprises ground users (GUs) equipped with semantic transmitters, a UAV relay fleet, and a centralized processing server.

  • Semantic Transmitter: Each GU generates an image Im(k)I_m(k) and an associated prompt TmT_m per transmission event. Prompt-aware semantic encoding is performed by a Vision Transformer (ViT) jointly conditioned on the prompt via a CLIP-based text encoder.
  • Quantization and Digital Mapping: Extracted semantic features sm(k)s_m(k) are discretized by a self-attention-based quantizer into codewords Zm(k)Z_m(k), then mapped to OFDM symbols with IDFT.
  • UAV Relaying: NN UAV nodes provide parallel amplify-and-forward (AF) relaying of encoded signals over orthogonal subcarriers.
  • Centralized Semantic Decoding and Mobility Controller: The server reconstructs the target image via a prompt-aware CNN decoder and manages user/UAV mobility using TQC-based reinforcement learning for joint trajectory and resource allocation.

The data pipeline can be represented as:

GU m: [Im(k), Tm]→ViT+Text Encoder→sm(k)→Q(⋅)→Zm(k)→IDFT→xm(k)\text{GU } m:~ [I_m(k),~ T_m] \rightarrow \text{ViT+Text Encoder} \rightarrow s_m(k) \rightarrow Q(\cdot) \rightarrow Z_m(k) \rightarrow \text{IDFT} \rightarrow x_m(k)

Data are then relayed by UAVs and reconstructed centrally (Joshi et al., 4 Jan 2026).

2. Prompt-Aware Semantic Encoding

Semantic encoding is realized by integrating prompt-text tokens using a modified ViT backbone.

  • Patch Embedding: The image I∈{0,…,255}C×H×WI \in \{0,\ldots,255\}^{C \times H \times W} is partitioned into patches of 2d×2d2^d \times 2^d pixels, where dd is the compression ratio (e.g., d∈[1,4]d\in[1,4]).
  • CLIP-Conditioned Processing: Textual prompt tokens TmT_m0 are incorporated at every transformer stage.
  • Cross-Attention Injection: At block TmT_m1, output is updated as:

TmT_m2

where TmT_m3 is a learnable prompt-adaptive gate.

  • Loss and Similarity: Training targets multi-scale MS-SSIM loss, with the system objective combining semantic cosine similarity and MS-SSIM as:

TmT_m4

This architecture enables prompt-guided abstraction ranging from generic to object-centric semantics (Joshi et al., 4 Jan 2026).

3. Digital Quantization and Channel Transmission

Semantic features undergo learned quantization and digital transmission.

  • Soft-to-Hard Quantization: Transformer outputs TmT_m5 are quantized to codewords TmT_m6 by a self-attention soft encoder (Gumbel-softmax in training, deterministic nearest codebook selection in inference).
  • Bit Payload: Each codeword uses TmT_m7 bits; total semantic payload is TmT_m8.
  • OFDM Mapping: Quantized symbols are transformed with IDFT for time-domain transmission over OFDM subcarriers.
  • Channel Coding: The model is compatible with standard digital block codes (e.g., LDPC, polar). Simulations employed a CRC-aided BCH code at 1/2 rate.
  • Relay Protocol: All UAVs act as parallel AF relays over orthogonal subcarriers.

Channel is modeled as Nakagami-TmT_m9 (sm(k)s_m(k)0) fading at 2.4 GHz with sm(k)s_m(k)1 MHz uplink, with UAV transmit power sm(k)s_m(k)2 mW and noise floor sm(k)s_m(k)3 dBm (Joshi et al., 4 Jan 2026).

4. Joint UAV Trajectory and Resource Optimization

Resource allocation and trajectory control are formulated as a reinforcement learning problem.

  • System Utility:

sm(k)s_m(k)4

where sm(k)s_m(k)5 is the Age of Information for user sm(k)s_m(k)6 and event sm(k)s_m(k)7.

  • Constraints:
    • UAV collision avoidance: sm(k)s_m(k)8
    • Energy budgets: sm(k)s_m(k)9
    • AoI upper bound: Zm(k)Z_m(k)0
    • UAV mobility: Zm(k)Z_m(k)1
  • Optimization Variables: UAV trajectories Zm(k)Z_m(k)2, resource splits Zm(k)Z_m(k)3, and encoder compression Zm(k)Z_m(k)4.

The above formulation supports dynamic user mobility, adaptively steering UAV relays for both surveillance coverage and bandwidth efficiency (Joshi et al., 4 Jan 2026).

5. Truncated Quantile Critic (TQC) Reinforcement Learning

The optimization utilizes TQC, a distributional RL algorithm enhancing stability for continuous control tasks.

  • MDP Specification:
    • State: UAV/GU positions, velocities, bitloads, channel gains, and energy.
    • Action: (movement direction, distance), compression factor Zm(k)Z_m(k)5, resource splits Zm(k)Z_m(k)6.
    • Reward: Zm(k)Z_m(k)7, penalized for collisions, energy violations, or deadline misses.
  • TQC Updates:

    • Zm(k)Z_m(k)8 critics, each with Zm(k)Z_m(k)9 quantile heads NN0, aggregate target as the average of bottom NN1 sorted target quantiles, reducing overestimation bias.
    • Critic loss:

    NN2 - Actor loss:

    NN3 - Target networks are updated by Polyak averaging.

TQC demonstrably yields 10–15% lower AoI and 5–8% higher SSS compared to Soft Actor-Critic (SAC) and TD3 baselines, attributed to its distributional critic design and joint quantile truncation (Joshi et al., 4 Jan 2026).

6. Performance Metrics and Comparative Evaluation

The DSC-UAV framework is evaluated on Age of Information (AoI) and minimum semantic-structural similarity (SSS).

SNR (dB) DSC+TQC (AoI, SSS) D+TQC SC+TQC DSC+SAC DSC+TD3
0 4.7, 0.76 5.3, 0.64 5.6, 0.72 5.0, 0.70 5.1, 0.71
5 4.0, 0.83 4.8, 0.69 5.1, 0.78 4.4, 0.76 4.5, 0.77
10 3.4, 0.91 3.9, 0.75 4.1, 0.88 3.7, 0.85 3.6, 0.87
15 3.1, 0.93 3.6, 0.78 3.8, 0.89 3.5, 0.87 3.4, 0.89
20 2.9, 0.94 3.4, 0.80 3.6, 0.90 3.3, 0.89 3.2, 0.90

Empirical results indicate that, between 5–10 dB SNR, DSC+TQC achieves a 14% AoI reduction (from 4.8 s to 4.0 s) and a 22% SSS increase (from 0.69 to 0.83) over digital communication with TQC (D+TQC). Gains over semantic-only (SC+TQC) and other reinforcement learning baselines (DSC+SAC, DSC+TD3) are also consistently observed (Joshi et al., 4 Jan 2026).

7. Technical Significance and Research Implications

The DSC-UAV model integrates context-driven prompt injection, digital semantic quantization, and reinforcement learning for unified resource optimization in airborne relaying scenarios. Its ability to extract, transmit, and reconstruct semantically relevant features under bandwidth constraints targets the requirements of latency-sensitive, information-centric surveillance. The use of TQC reinforcement learning establishes robust control even in the presence of user mobility and dynamic wireless channels. Empirical and methodological details, including model architectures, objective formulations, hyperparameter settings, and simulation benchmarks, fully support replication and further research into adaptive semantic communication for UAV networks (Joshi et al., 4 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

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 DSC-UAV Model.