Conceptio › Archive › arXiv CS
arXiv CSopen access

Not All Symbols Are Equal: Importance-Aware Constellation Design for Semantic Communication

2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
neural-networks
machine learning, deep learning, neural networks

Not All Symbols Are Equal: Importance-Aware Constellation Design for Semantic Communication

arXiv:2605.14940v1 [cs.LG] 14 May 2026

Albert Shaju∗ , Christo Kurisummoottil Thomas∗ , and Mayukh Roy Chowdhury† ∗ Department of Electrical and Computer Engineering, Worcester Polytechnic Institute, Worcester, MA, USA. † Nokia Bell Labs, Bengaluru, India. Emails:[email protected],[email protected],[email protected] Abstract—Semantic communication systems for goal-oriented transmission must protect task-relevant information not only through source compression but also via physical layer mapping. Existing approaches decouple constellation design and semantic encoding, exposing critical symbols to channel errors at the same rate as irrelevant ones. Contrary to this, in this paper, a joint semantic-physical layer framework is proposed, which is composed of a vector quantized-variational autoencoder that extracts discrete latent concepts, a semantic criticality indicator (SCI) that scores each concept by task relevance, and a deep reinforcement learning agent that dynamically selects the transmission subset based on instantaneous channel conditions. At the physical layer, a learned semantic-aware M -QAM constellation assigns symbol positions according to joint co-occurrence statistics and SCI scores, departing from the uniform spacing and Gray coding of standard M -QAM which minimizes average BER without regard for semantic content. We introduce a novel semantic symbol vulnerability (SSV) metric and a semantic protection probability (SPP) to quantify the exposure of task-critical symbols to decoding errors, and prove that any Gray-coded constellation is strictly suboptimal in SCI-Weighted SSV whenever the source exhibits non-uniform semantic importance and co-occurrence statistics. Simulation results demonstrate that the proposed constellation achieves near 100% SPP across modulation orders from 4QAM to 1024-QAM versus 50% for standard constellations at high spectral efficiency, a 21:1 compression ratio with semantic quality above 0.9, generalizing across MNIST, Fashion-MNIST, and FSDD without modification.

I. I NTRODUCTION The design of wireless communication systems has historically optimized bit-level fidelity, while being agnostic to the meaning carried by transmitted bits. While this is theoretically justified under Shannon’s framework for general sources [1], it becomes bandwidth inefficient when the RX only intends to perform inference on the received messages. Semantic communication (SC) [2] and [3] addresses this by jointly optimizing source representation and transmission schemes to maximize downstream task performance rather than reconstruction fidelity. Recent advances in deep learning have enabled end-to-end learned SC systems that directly map source data to transmitted signals. Vector quantized-variational autoencoders (VQ-VAE) [4] produce compact discrete representations suitable for digital transmission, and reinforcement learning (RL) agents have demonstrated the ability to adaptively rate-control semantic payloads in response to channel state. However, these application layer level advances have not been matched by equivalent progress at the physical layer (PHY) modulation stage. Once semantic concepts are compressed and selected, they are typically either transmitted This research was supported by AI-RAN Alliance innovation fund.

as continuous analog signals over learned channel mappings, foregoing compatibility with standard digital infrastructure, or mapped to Gray-coded constellations that optimize average bit error rate (BER) uniformly with no consideration for which symbols carry semantically critical information. Parallel to SC, the authors of [5] and [6] pioneered the view of a communication system as an autoencoder, jointly optimizing transmitter (TX) and receiver (RX) for minimum block error rate and demonstrating that learned constellations can outperform standard QAM for specific channels. However, all prior learned constellation work [5]–[7] optimizes for average BER uniformly across all symbols, with no mechanism to differentiate protection or adapt information rates based on the semantic importance of individual concept indices. Importance-aware transmission has been studied at the resource allocation level, where deep reinforcement learning (DRL)-based schemes adaptively assign bandwidth and quantization bits based on semantic relevance [8] and [9], and task-oriented rate control has been explored using information bottleneck principles [10]. Unequal error protection for semantic features has been proposed via proactive importanceordered restructuring [11], prioritizing transmission of critical features. In contrast to these approaches, which operate at the source or scheduling layer and leave the physical constellation unchanged, our work is the first to embed semantic importance directly into the constellation assignment itself, closing the gap between semantic-aware source coding and PHY modulation. The main contribution of this paper is a joint semantic PHY framework that co-designs the constellation assignment with the semantic importance and statistical co-occurrence structure of the learned concept vocabulary. First, we propose a learned semantic-aware constellation mapper whose complex symbol coordinates are continuous trainable variables optimized by an semantic criticality indicator (SCI)-weighted loss, establishing a direct one-to-one mapping between VQ-VAE concept indices and physical symbols. Second, we introduce the SCIweighted semantic symbol vulnerability (SSV), and semantic protection probability (SPP) as novel metrics for quantifying the exposure of task-critical symbols to decoding errors and the degree to which a constellation preferentially protects semantically important concepts. Third, we prove that any Gray-coded M -QAM constellation is strictly suboptimal in SCI-Weighted SSV whenever the source exhibits non-uniform semantic importance and co-occurrence statistics, characterize the protection gap in closed form, and establish via corol-

Channel SNR

1. Transmitter Control & Extraction

2. Semantic PHY Layer j RL DQN (Rate Controller)

l=

bK ≡K log2 M

K

ò Data x ∈ RH×W ×C

Ô VQ-VAE Encoder + SCI

ZN SCI

[ Shared Codebook C

Z Top-K Concept Selector

Zk

bK

i Semantic M-QAM Mapper

B̂ bK

î Semantic M-QAM Demapper

= Concept Indices B → b-bit

Xl

× Channel (AWGN)

Overhead Pos. IDs & K

produces a learned discrete codebook C whose entries are jointly optimized with the encoder and downstream task loss. The encoder maps the input x to N continuous embeddings z i ∈ RD , defined collectively as Z ∈ RN ×D . Each continuous embedding is quantized into a discrete latent vector z q,i (collectively as Z q ) via a nearest-neighbor lookup in C: z q,i = ek∗ , where k ∗ = argmin ∥z i − ek ∥, producing k,s.t. ek ∈C

ò Reconstructed Data x̂

# VQ-VAE Decoder

Ẑ N

b Scatter & Zero Fill

Ẑk

 b-bit → Concept Indices

Ŷ l

Æ Task Classifier

3. Receiver Reconstruction & Inference Semantics

Physical Location □ IoT Node (Transmitter) □ Edge Server (Receiver)

Fig. 1: Overall Architecture of the proposed SC system. lary the BER-semantic error decoupling observed empirically. Finally, simulation results demonstrate consistently higher semantic quality and compression than standard M -QAM across all modulation orders, near 100% SPPR up to 1024QAM versus 50% for Gray-coded baselines, generalizing across visual and acoustic domains without modification. II. P ROBLEM F ORMULATION AND S YSTEM M ODEL Consider a resource-constrained sensor device, such as a low-power IoT node deployed in an industrial or smart city environment, that acquires multidimensional data x ∈ RH×W ×C , where H, W , and C denote the spatial and feature channel dimensions of the observation, respectively. The node transmits this data over a bandwidth-limited wireless channel to an edge server. The edge server then utilizes a hosted neural inference engine to perform a downstream inference task T on the reconstructed signal. Unlike a conventional communication link where both endpoints share reconstruction as the objective, the sensor has no inference capability and transmits solely to enable accurate task execution at the server. The sensor operates under a strict transmit power budget P and must minimize the number of transmitted physical symbols ℓ representing x to reduce both bandwidth consumption and over the air latency. The edge server periodically feeds back the estimated channel SNR to the sensor over a reliable lowrate control channel, enabling adaptive payload selection. We model this feedback as error-free and instantaneous, consistent with standard assumptions in the adaptive modulation literature [12]. The fundamental challenge is therefore to compress the source data into the minimum physical symbols that preserves the semantic content required for accurate inference at the server. This should ensure that the most task-critical features are physically protected against channel impairments at the modulation layer. Crucially, our architecture maintains structural compatibility with conventional PHY setups, enabling seamless integration into existing systems. The architecture of the proposed end-to-end SC system, as shown in Fig. 1, are discussed next. A. SC Model 1) Semantic Extraction and Control: At the TX, a VQ-VAE encoder is adopted because the variational prior regularizes the encoder output distribution ensuring stable and semantically coherent latent representations, while vector quantization

the full discrete concept vector Z N ∈ ZN . A SCI network operates in parallel, assigning each concept a continuous SCI score Ii ∈ (0, 1). A DRL agent, via a deep Q-network (DQN), observes the SNR fed back from the edge server and selects the optimal transmission subset size K ≤ N . Top-K concepts and positional IDs are extracted to enable adaptive transmission of essential semantics. 2) Semantic PHY: The K selected concept indices are modulated using a learned semantic M -QAM constellation X = {x1 , . . . , xM } ⊂ C, where M = |C| and xi is the constellation symbol. Setting the codebook size equal to the modulation order establishes a direct one-to-one mapping between each b = log2 M -bit concept index and a distinct physical symbol. The constellation coordinates are trainable subject to the average power constraint: PM variables 1 2 |x | ≤ P . The resulting ℓ = K symbols, defined as i i=1 M X l traverse a wireless channel, yielding received symbols Y l . 3) Semantic Reconstruction and Task Execution: At the edge server, the semantic M -QAM demapper recovers the K concept indices î from the noisy received symbol ŷ via minimum-distance detection: î = argmin ∥ŷ − xi ∥2 . At i∈{1,...,M }

the RX, using the shared codebook C and the control-path Positional IDs, the recovered vectors are scattered back to their original spatial coordinates within an N -slot grid. The remaining N − K unselected positions are zero-filled to yield the reconstructed Ẑ. The VQ-VAE decoder reconstructs x̂ from Ẑ and a frozen task classifier T evaluates the downstream inference on the reconstructed image. III. P ROPOSED AI A RCHITECTURE FOR S EMANTIC PHY A. Task-Specific Differentiable Classifier To evaluate semantic quality, we pre-train a lightweight multi-layer perceptron (MLP) classifier T on clean source images. The network maps the flattened data (x) vector to a class probability distribution p̂ ∈ R|Y| via two fully connected hidden layers with ReLU activations and dropout regularization, trained to minimize the sparse categorical cross-entropy loss: Lcls (y, p̂) = − log p̂y , where p̂y = p(T (x̂) = y). B. SCI-Weighted VQ-VAE and SCI The core compression engine is an SCI-weighted VQVAE (S-VQ-VAE) that jointly learns discrete semantic representations and their task relevance. The SCI network is implemented as a two-layer MLP with sigmoid output and requires no explicit importance supervision. Its parameters are trained end-to-end via gradients of Lcls that backpropagate through the decoder and across the quantization step via the straight-through estimator (STE) [13], implicitly forcing higher scores onto concepts whose presence improves downstream classification accuracy.

TABLE I: System Hyperparameters and Simulation Setup

Semantic PHY & Channel M -QAM Orders {4 . . . 1024} Init. Grid Rect. QAM Optimizer Adam

0.5

1.0

0.5

0.0

I (real)

0.5

4000 [−10, 20] dB 10−3

1) SCI-Weighted Forward Pass: For a given K, each continuous embedding z i is scaled by its normalized SCI weight via element-wise multiplication, High-importance concepts (i.e., concepts with high SCI score) receive near-unit weights and survive codebook quantization faithfully, while low-importance concepts are attenuated toward zero and effectively suppressed. Here, we use a temperature parameter τ to progressively harden the soft selection into a discrete TopK mask at inference. During inference the soft SCI weighting is replaced by hard Top-K masking. 2) Two-Phase Training: Training proceeds in two phases to ensure stable convergence. In Phase 1, which is the representation learning, the model trains as a standard VQVAE robust reconstruction capability: LVQ =  to establish  E ∥x − x̂∥22 + β ∥sg[Z q ] − Z∥22 , where sg[·] denotes the stop-gradient operator and β is the commitment loss weight. The codebook entries are updated via the exponential moving average of assigned encoder outputs, following the standard VQ-VAE training procedure [4]. In Phase 2, called semantic activation, the downstream task loss is activated, reorganizing the codebook geometry around task-relevant features: Ltotal = LVQ + λsem Lcls (y, x̂), (1) where λsem is the semantic loss weight. Because the importance weights are applied before quantization, gradients from Lcls backpropagate through the decoder, across the quantization step via the STE, and directly into both the SCI network and the codebook entries, forcing the learned discrete vocabulary to concentrate task-relevant structure into a small subset of actively used codewords. C. Deep Reinforcement Learning Rate Controller Adaptive semantic concept selection is formulated as a Markov decision process (MDP) solved by a deep Q-network (DQN) agent. At each transmission interval t, the agent observes state st = SNRn , the channel SNR normalized to [0, 1] from the feedback path described in Section II, and selects action at ≡ K ∈ A, where A is a discrete set of |A| uniformly spaced values spanning [Kmin , Kmax ]. The reward function is a multi-objective formulation balancing semantic quality, bandwidth efficiency, and PHY reliability: rt = Qtask + Bcomp + Ba − λ Pe − P(K), (2) where Qtask ∈ [0, 1] is the downstream task accuracy, Pe the BER, and P(K) is a regularization term that penalizes selection of extreme payload sizes K ∈ {Kmin , Kmax },

0.5

0.5

0.5

0.0

I (real)

0.5

1.0

1.5 1.0 0.5 0.0 0.5 1.0 1.5

I (real)

Final (Step 4000) loss 1.4662

Step 2000 2

1.5 1.0 0.5 0.0 0.5 1.0

2

1 0 1

2

1

0

1

I (real) 0.2

1 0 1 2

2

2.0

0.0

0.0

1.5 1.0

Step 1000

2.0

0.5

1.0

1.0

1.5

Training Steps SNR Range Learning rate (PHY)

0.0

1.0

1.0

12 0.99 1.0 → 0.01 0.2

1.0

Q (imaginary)

0.5

0.0

Step 500 1.5

Q (imaginary)

|A| (Actions) γ (Gamma) ϵ (Epsilon) Bonus α

64 128 1.0 → 0.1 10−3

0.5

Q (imaginary)

N (Concept Slots) Batch Size τ (Temp.) Learning Rate

Value

Step 100 1.0

Q (imaginary)

DQN Rate Controller State Dim 2 Hidden Units [64, 64] Buffer Size 104 Kmin , Kmax 5, 64

Parameter

Q (imaginary)

Value

S-VQ-VAE & SCI Network D (Latent Dim) 64 Hidden Units [512, 256] β (Commit) 0.25 λsem 1.0

Q (imaginary)

Parameter

Step 0 (Init) 1.0

2

0.4

1

0

I (real)

Avg SCI

1

3

2

0.6

3

2

1

0.8

0

I (real)

1

2

1.0

Fig. 2: Evolution of semantic 256-QAM constellation. preventing the agent from collapsing to a degenerate policy that ignores channel conditions. Two conditional bonuses guide exploration. Bcomp = α ln(N/K) if Qtask > Q0 and zero otherwise, rewarding compression only when semantic quality is preserved, and Ba incentivizes fewer concepts at high SNR and more at low SNR to enforce channel-adaptive behavior. The DQN employs an MLP policy network with ϵ-greedy exploration, experience replay, and a periodically synchronized target network for Bellman stability. D. Learned Semantic M -QAM Constellation 1) SCI-Weighted Constellation Loss: Unlike standard QAM, which minimizes average BER without regard to semantics, the proposed mapper optimizes an SCI-weighted loss that penalizes errors on critical symbols more severely: ! Nsym exp(−∥ŷj − xyj ∥2 /N0 ) 1 X Ij log PM , LQAM = − 2 Nsym j=1 i=1 exp(−∥ŷj − xi ∥ /N0 ) (3) where ŷj is the received noisy symbol for the j-th transmission, xyj is the constellation point for true concept index yj , N0 is the noise variance, and Ij is the normalized SCI score of the j-th transmitted symbol. By scaling the cross-entropy by Ij , the optimizer assigns disproportionately large gradient penalties to decoding errors on high-importance symbols, driving their constellation points toward regions of maximum physical separation from co-occurring neighbors. Training SNR is randomized across [SNRmin , SNRmax ] at every step to ensure robustness across diverse channel conditions. 2) Evolution of the Semantic Aware Constellation: To empirically validate this geometric adaptation, we visualize the optimization trajectory of a 256-QAM constellation for MNIST data in Fig. 2. The constellation initializes as a standard rectangular grid and evolves under the SCI-weighted loss into a task-aware geometry. Symbols carrying lowimportance concepts naturally cluster in the dense interior of the I/Q plane, sacrificing their decodability to recover geometric space within the power constraint. Consequently, semantically critical symbols are pushed toward the outer perimeter, maximizing their physical separation and directly validating the spatial isolation strategy proved in Theorem 1. As eviden from Fig. 2, only a distinct subset of physical symbols carries high semantic weight for any given class. This sparse physical importance matrix acts as the driving

mathematical force behind the geometric evolution observed in Fig. 2, pushing these specific high-value symbols toward the noise-resilient regions of the constellation. E. Deployment Considerations The proposed system follows a strict offline training paradigm. The S-VQ-VAE, SCI, semantic constellation, and DRL agent are trained jointly on a central server prior to deployment. At deployment, the lightweight encoder and SCI MLP are loaded once onto the sensor node, while the learned constellation is distributed as a static lookup table of M complex I/Q coordinates, incurring negligible sharing overhead. The DRL agent handles channel and SNR fluctuations dynamically at inference time, so retraining is not required for channel variation. Retraining is only necessary if the source data distribution shifts fundamentally, as the learned semantic vocabulary of the VQ-VAE codebook would no longer align with the new task context. Architectural details and training hyperparameters are listed in Table I. IV. O PTIMALITY A NALYSIS OF S EMANTIC C ONSTELLATION D ESIGN A. Semantic Symbol Vulnerability Metrics Evaluating the robustness of semantically critical payloads at the PHY requires moving beyond traditional bit-level error metrics. A decoding error occurs when channel noise displaces a transmitted symbol across a Voronoi boundary into a neighboring region. However, such errors are not equally consequential: errors on symbols encoding task-critical concepts can disrupt downstream inference, while others may have negligible impact. Standard BER treats all errors uniformly, making it a poor metric for semantic robustness. We therefore introduce a metric that weights physical vulnerability by semantic importance and co-occurrence structure. Definition 1. The SCI-weighted SSV (Sw ) of constellation X quantifies the expected physical vulnerability of semantically critical symbols to decoding errors, weighting each symbol’s proximity to its co-occurring neighbors by its average SCI   score I¯i and joint co-occurrence probability P (i, j):  1 X ¯  2X Ii M P (i, j) exp −∥xi − xj ∥2  . Sw = M i∈X j̸=i {z } | Si

(4) Here, the M scaling ensures fair comparison across modulation orders as joint probabilities shrink with increasing M . Under complex AWGN, the pairwise error probability betweensymbols i and j satisfies: Pr[î = j | xi sent] ≤ ∥xi −xj ∥2 1 , obtained by projecting the complex noise 2 exp − 4σ 2 onto the direction xj −xi and applying the standard Q-function bound. The exponential decay kernel exp(−∥xi − xj ∥2 ) used in the Sw metric of (4) and the pairwise error bound are both strictly decreasing functions of ∥xi − xj ∥2 with identical gradient directions. Their gradients with respect to xi can be shown to be proportional to (xi − xj ) with strictly negative scalar prefactors, so they point in identical directions for all xi ̸= xj and at any fixed SNR. Since this directional equivalence holds for each symbol pair (i, j) independently, 2

it extends to the P (i, j)-weighted sum in Si : minimizing Sw induces the same optimal symbol placement as minimizing the P -weighted pairwise error probability at any fixed SNR, making Sw a SNR-agnostic proxy for PHY semantic vulnerability. Crucially, symbols in Nic = {j : P (i, j) = 0} contribute zero to Si regardless of physical distance, capturing the probabilistic isolation effect: channel confusions between mutually exclusive symbols causePno semantic degradation. M ¯ 1 Finally, we define δi = I¯i − M i=1 Ii and the SCI score concentration as δ = maxi δi . Let Stop = {i : δi > 0} denote the set of symbols with above-average SCI scores. This means that a symbol belongs to Stop if and only if it contributes positively to δ. Further, the SPP Sp measures the fraction of these symbols whose individual vulnerability P is strictly below 1 the global mean vulnerability µS = M i Si : X 1 Sp = 1(Si < µS ) . (5) |Stop | i∈Stop

Operationally, it represents the empirical probability that a semantically critical symbol, if chosen uniformly at random, is shielded better than the constellation average. Further, we formalize the co-occurrence asymmetry as γ = maxi,j P (i, j) − mini,j P (i, j) ≥ 0. When δ = 0 all concepts have equal SCI scores; when γ = 0 all concept pairs co-occur with equal probability. Theorem 1. Let XQAM be a standard Gray-coded M -QAM constellation with average power P , and let X ∗ be the Sw minimizing over all configurations in CM subject P constellation 1 2 to M i |xi | ≤ P . If δ > 0 and γ > 0, then Sw (X ∗ ) < Sw (XQAM ), with protection gap ∆w = Sw (XQAM )−Sw (X ∗ ) lower-bounded by  δ·γ·M  ∆w ≥ exp(−d2min ) − exp(−d2max ) , (6) ∗ 1 + ζ /wmax where dmin is the minimum inter-symbol distance of XQAM , dmax is the maximum feasible inter-symbol distance under power P , wmax = maxi,j (I¯i + I¯j )P (i, j), and ζ ∗ is the Lagrange multiplier of the optimal solution. Proof Sketch: The Sw minimisation over CM with powerPconstraint admits the Lagrangian L = Sw (X ) + 1 2 ζ( M i |xi | − P ). Using P (i, j) = P (j, i), the KKT stationarity condition at X ∗ is X 2ζ ∗ ∗ ∗ xi = 2 wij (x∗i − x∗j ), (7) M j∈Ni ∗ where wij = (I¯i + I¯j )P (i, j) exp(−∥x∗i − x∗j ∥2 ) and the ∗ sum runs only over Ni since wij = 0 for j ∈ Nic . The entire power budget for symbol i is therefore directed toward separating it from its semantically coupled neighbors, with zero budget wasted on non-co-occurring neighbors. For (7) to hold at XQAM , the weights wij must be symmetric under all symmetry operations of the rectangular grid, requiring uniform wij across all nearest-neighbor pairs. Since δ > 0, the importance values I¯i are non-uniform, and since γ > 0, the co-occurrence probabilities P (i, j) are non-uniform. Since Gray coding assigns symbol positions independently of I¯i and P (i, j), the products (I¯i + I¯j )P (i, j) are non-uniform across nearest-neighbor pairs, violating the uniformity condition.

Sw (XQAM ) ≥ δ · γ · M · exp(−d2min ). At X ∗ , the power constraint bounds |x∗i |2 ≤ M P , √so the maximum feasible inter-symbol distance is dmax = 2 M P . The KKT force balance in (7) shows that the effective separation scales as wmax /(wmax + ζ ∗ /M ), yielding the factor 1/(1 + ζ ∗ /wmax ). At maximum separation dmax : Sw (X ∗ ) ≤

δ·γ·M · exp(−d2max ). 1 + ζ ∗ /wmax

Subtracting and using 1/(1 + ζ ∗ /wmax ) ≤ 1 and dmin < dmax : δ·γ·M exp(−d2max ) 1 + ζ ∗ /wmax   exp(−d2min ) − exp(−d2max ) ,

∆w ≥ δ · γ · M · exp(−d2min ) − ≥

δ·γ·M 1 + ζ ∗ /wmax

establishing (6). Corollary 1.1. Under the conditions of Theorem 1, X ∗ achieves strictly lower Sw and strictly lower semantic error than XQAM , while exhibiting strictly higher average BER. Proof: The Sw reduction follows from Theorem 1. The average BER increases because the descent direction that reduces Sw crowds low-SCI symbols into high-density interior regions, increasing their individual error probability. Since these errors fall on semantically negligible symbols, the semantic error decreases simultaneously. V. S IMULATION R ESULTS AND A NALYSIS We evaluate the proposed system on MNIST, FashionMNIST, and the Free Spoken Digit Dataset (FSDD), spanning basic image classification, complex visual feature extraction, and audio processing to demonstrate its cross-domain multimodal capability. All neural networks are implemented in TensorFlow and trained on an NVIDIA DGX Spark server, with the PHY simulated using the GPU-accelerated Sionna PHY library [14]. To facilitate reproducibility, the complete source code are publicly available at 1 . The wireless channel is modeled as AWGN, evaluated over [−10, 20] dB SNR. Modulation orders span M ∈ {4, 16, 64, 256, 1024}, with the 1 https://github.com/THE-TRAIN-LAB/Semantic-QAM

1.0

Semantic Quality Score

Therefore ∇xi† Sw |XQAM ̸= 0 for at least one symbol i† , and XQAM is not a stationary point of L. Since XQAM is not stationary, there exists a perturbation Xϵ feasible under the power constraint such that Sw (Xϵ ) < Sw (XQAM ). Since X ∗ globally minimizes Sw over the feasible set: Sw (X ∗ ) ≤ Sw (Xϵ ) < Sw (XQAM ). Since δ > 0, there exists i† = arg maxi I¯i with I¯i† ≥ µI¯ +δ. Since γ > 0, there exists a pair (i† , j † ) with P (i† , j † ) ≥ γ/M 2 after M 2 normalisation. Since Gray coding places symbols independently of co-occurrence structure, this pair is separated by at most dmin on the uniform grid. The monotone decay of the exponential kernel gives the contribution of this pair to Sw (XQAM ) as at least (µI¯ + δ) · γ · exp(−d2min ). Summing over all M symbols with the M prefactor:

0.8 0.6 Semantic 4-QAM Standard 4-QAM Semantic 16-QAM Standard 16-QAM Semantic 64-QAM Standard 64-QAM Semantic 256-QAM Standard 256-QAM Semantic 1024-QAM Standard 1024-QAM

0.4 0.2 0.0

10

5

0

5

10

Signal-to-Noise Ratio (dB)

15

Fig. 3: Semantic Quality across distinct M-QAMs for MNIST. codebook size constrained to |C| = M in each configuration. All numeric hyperparameters are listed in Table I. The standard M -QAM baseline retains the SC pipeline but uses a fixed rectangular grid instead of a learned constellation. The composite semantic quality score is defined as: Qsem = 0.6 Qtask + 0.25 Pc + 0.15 exp(−DKL (p∥p̂)), where Qtask is strict classification accuracy, Pc = 1 − E[| max(p) − max(p̂)|] measures how faithfully the peak classifier confidence is preserved, where p and p̂ are the softmax output distributions of T evaluated on the original and reconstructed images respectively. exp(−DKL (p∥p̂)) measures distribution similarity using KL divergence DKL . The weighting prioritizes strict task accuracy over classifier output distribution fidelity. A. Semantic Quality and the BER Paradox Fig. 3 compares Qsem across all modulation orders for the MNIST dataset. Semantic M -QAM consistently outperforms standard M -QAM across the full SNR range, with average gains of approximately 40% at low SNR (−10 to 0 dB) and 15% at high SNR (5 to 15 dB), with the gap widening at higher modulation orders where Semantic 1024QAM achieves Qsem ≈ 0.60 versus 0.25 for its standard counterpart at 0 dB. This demonstrates that the learned constellation maintains task accuracy even at low-SNR regime by ensuring high SCI concepts are well separated from others. The narrower gain at M = 4 is a direct consequence of the codebook constraint: with only 4 concepts, the SCI cannot finely decouple task-critical features from background noise. Fig. 4 shows that semantic M -QAM exhibits strictly higher average BER at higher SNR than Standard M -QAM across all modulation orders. This is because the learned mapper deliberately crowds low-SCI symbols into the centre of the I/Q plane, sacrificing their decodability to maximize physical separation for task-critical concepts. Since these bit-level errors fall entirely on semantically negligible symbols, they have near-zero impact on Qsem . This empirically validates Corollary 1.1. B. Adaptive Compression and Latency Fig. 5 shows that the DRL agent scales K inversely with SNR, using larger K for redundancy at low SNR and aggressive Top-K compression at high SNR. Even at −10 dB, semantic 1024-QAM transmits fewer than 40 symbols per image versus 627 in the baseline (> 15× reduction), exceeding 20× at high SNR. This demonstrates that joint

Semantic 4-QAM Standard 4-QAM Semantic 16-QAM Standard 16-QAM Semantic 64-QAM Standard 64-QAM Semantic 256-QAM Standard 256-QAM Semantic 1024-QAM Standard 1024-QAM

10 6 10 7 10

5

0

5

10

Signal-to-Noise Ratio (dB)

0

15

Fig. 4: Bit Error Rate vs. SNR (dB).

Raw Uncompressed Baselines: 4-QAM: 3,136 symbols 16-QAM: 1,568 symbols 64-QAM: 1,045 symbols 256-QAM: 784 symbols 1024-QAM: 627 symbols

10

5

0

5

10

Signal-to-Noise Ratio (dB)

15

0.4 0.2

2

Fig. 5: Symbols transmitted vs. SNR.

0.8

Semantic Quality Score

1.0

Semantic Quality Score

1.0

0.2 5

0

5

10

Std. 64-QAM Sem. 256-QAM Std. 256-QAM Sem. 1024-QAM Std. 1024-QAM

15

Signal-to-Noise Ratio (dB) (a)

0.2 0.0 10

20 15 10 5

0.0

2

2

0

0

2

In-Phase (Real)

In-Phase (Real)

(a)

(b)

1.0

102

0.4

Sem. 4-QAM Std. 4-QAM Sem. 16-QAM Std. 16-QAM Sem. 64-QAM

25

SCI and (b) Sw . Cyan rings highlight the top-10 most critical concepts (R1–R10).

0.6

0.4

0

30

Fig. 7: Learned 256-QAM constellation with respect to (a) average

0.8

0.6

0.0 10

50

0.6

35

3 2 1 0 1 2 3

5

0

Sem. 4-QAM Std. 4-QAM Sem. 16-QAM Std. 16-QAM Sem. 64-QAM

5

10

Std. 64-QAM Sem. 256-QAM Std. 256-QAM Sem. 1024-QAM Std. 1024-QAM

15

Signal-to-Noise Ratio (dB) (b)

Fig. 6: Semantic Quality vs. SNR (dB) for FSDD audio (a) and Fashion-MNIST visual (b) datasets.

semantic compression and PHY protection improves Qsem while reducing symbol count across all SNRs. C. Cross-Domain Generalization The system’s cross-domain applicability is validated on the Fashion-MNIST visual dataset [15] and the audio-based FSDD dataset, where semantics are extracted from audio spectrograms. Fig. 6 shows that the semantic constellation consistently outperforms the standard baseline across all modulation orders and SNR regimes. The adaptive compression and BER paradox behaviors remain consistent across modalities, indicating that the semantic constellation architecture is robust and dataset-agnostic. D. Semantic Symbol Vulnerability Analysis In Fig. 7, the left panel colours each learned 256-QAM symbol by its average SCI. The right panel maps the Sw onto the same constellation. Two protection strategies emerge. HighSCI symbols with large |Ni | are pushed to the outer perimeter, maximizing physical distance from their co-occurring neighbors (spatial isolation). Conversely, several high-SCI symbols reside safely in the dense interior, where their vulnerability is negligible because P (i, j) ≈ 0 for all physical neighbors j (probabilistic isolation). This behavior is precisely the mechanism characterized by the stationarity condition in (7) and cannot emerge from any importance-blind assignment, including Gray-coded QAM. Fig. 8 confirms that the semantic constellation consistently suppresses Sw across all modulation orders, with the gap growing with M as predicted by (6), while maintaining near 100% Sp versus roughly 50% for standard constellations at M = 1024. VI. C ONCLUSION In this paper, we have introduced a novel semantic QAM architecture that prioritizes the physical-layer protection of task-critical features. By leveraging a DRL-based rate controller and an SCI-weighted loss function, the proposed system natively isolates highly semantic concepts from channel noise. Empirical evaluations across visual and acoustic datasets

0.8

101

0.6

SPP (Sp )

10 5

100

SCI-Weighted SSV (Sw )

10 4

150

0.8

Avg SCI weighted SSV (Sw )

10 3

3 2 1 0 1 2 3

Quadrature (Imaginary)

Transmitted Symbols per Image

BER (Log Scale)

10 2

Avg. SCI Score

Semantic 4-QAM Standard 4-QAM Semantic 16-QAM Standard 16-QAM Semantic 64-QAM Standard 64-QAM Semantic 256-QAM Standard 256-QAM Semantic 1024-QAM Standard 1024-QAM

200

Quadrature (Imaginary)

250 10 1

100

0.4

MNIST (Std.) MNIST (Sem.) F-MNIST (Std.)

10 1 4

16

64

F-MNIST (Sem.) FSDD (Std.) FSDD (Sem.)

256

1024

Modulation Order (M-QAM) (a) Sw vs. M -QAM

0.2 0.0

MNIST (Std.) MNIST (Sem.) F-MNIST (Std.)

4

16

F-MNIST (Sem.) FSDD (Std.) FSDD (Sem.)

64

256

Modulation Order (M-QAM)

1024

(b) Sp vs. M -QAM

Fig. 8: SSV and SPP analysis across modulation orders. confirm that our approach maintains near 100% protection for critical symbols and achieves massive compression gains over standard baselines, even in severely degraded SNR regimes. This framework offers a robust, scalable foundation for nextgeneration AI-native 6G networks. R EFERENCES [1] C. E. Shannon, “A mathematical theory of communication,” The Bell System Technical Journal, vol. 27, no. 3, pp. 379–423, 1948. [2] M. Kountouris and N. Pappas, “Semantics-empowered communication for networked intelligent systems,” IEEE Communications Magazine, vol. 59, no. 6, pp. 96–102, 2021. [3] C. Chaccour, W. Saad, M. Debbah, Z. Han, and H. V. Poor, “Less data, more knowledge: Building next-generation semantic communication networks,” IEEE Communications Surveys & Tutorials, vol. 27, no. 1, pp. 37–76, 2024. [4] A. van den Oord, O. Vinyals, and K. Kavukcuoglu, “Neural discrete representation learning,” in Advances in Neural Information Processing Systems, 2017, vol. 30. [5] T. O’Shea and J. Hoydis, “An introduction to deep learning for the physical layer,” IEEE Transactions on Cognitive Communications and Networking, vol. 3, no. 4, pp. 563–575, 2017. [6] M. Stark, F. Ait Aoudia, and J. Hoydis, “Joint learning of geometric and probabilistic constellation shaping,” in Proceedings of the 2019 IEEE Global Communications Conference Workshops (GC Wkshps), dec 2019, pp. 1–6. [7] Tung Y. Tung, David B. Kurka, Mayo Jankowski, and Deniz Gündüz, “DeepJSCC-Q: Constellation constrained deep joint source–channel coding,” IEEE Journal on Selected Areas in Information Theory, vol. 3, no. 4, pp. 720–731, 2022. [8] L. Wang, W. Wu, F. Zhou, Z. Yang, Z. Qin, and Q. Wu, “Adaptive resource allocation for semantic communication networks,” IEEE Transactions on Communications, vol. 72, no. 11, pp. 6900–6916, 2024. [9] J. Park, W. S. Ko, J. Choi, S.-L. Kim, and M. Bennis, “Towards semantic communication protocols for 6g: From protocol learning to languageoriented approaches,” arXiv preprint arXiv:2310.09506, 2023. [10] J. Shao, Y. Mao, and J. Zhang, “Learning task-oriented communication for edge inference: An information bottleneck approach,” IEEE Journal on Selected Areas in Communications, vol. 40, no. 1, pp. 197–211, 2021. [11] X. Zhan, J. Cao, X. Zhu, N. Pappas, Z. Qin, and S. Feng, “Toward robust semantic communications: Proactive importance-ordered restructuring for enhanced unequal error protection,” arXiv preprint arXiv:2604.00595, 2026. [12] A.J. Goldsmith and S.G. Chua, “Adaptive coded modulation for fading channels,” IEEE Trans. Commun., vol. 46, no. 5, 1998. [13] Y. Bengio, N. Léonard, and A. Courville, “Estimating or propagating gradients through stochastic neurons for conditional computation,” arXiv preprint arXiv:1308.3432, 2013. [14] J. Hoydis, S. Cammerer, F. A. Aoudia, A. Vem, N. Binder, G. Marcus, and A. Keller, “Sionna: An open-source library for next-generation physical layer research,” arXiv preprint arXiv:2203.11854, 2022.

[15] H. Xiao, K. Rasul, and R. Vollgraf, “Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms,” arXiv preprint arXiv:1708.07747, 2017.

Record · ID 187331 · SHA-256 127eb23a1f5c7f9f
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.