Papers
Topics
Authors
Recent
Search
2000 character limit reached

S-MDMA: Sensitivity-Aware MDMA for Satellite SemCom

Updated 1 February 2026
  • Sensitivity-Aware MDMA is a framework that integrates sensitivity-based dimensionality reduction with orthogonal embedding to preserve key semantic features.
  • It leverages fixed, orthogonal carrier vectors to eliminate multi-user interference, ensuring robust performance under adverse channel conditions.
  • The end-to-end architecture employs a geometric mean loss for balanced multi-user reconstruction, achieving up to 20% SSIM gains over random pruning.

Sensitivity-Aware Model Division Multiple Access (S-MDMA) is a framework developed for semantic communication in satellite-ground systems, targeting bandwidth-limited multi-user environments with a rigorous emphasis on semantic fidelity and transmission robustness. Built upon the Model Division Multiple Access (MDMA) architecture and incorporating sensitivity-guided dimensionality reduction, orthogonal subspace embedding, and a multi-user fairness loss, S-MDMA addresses the dual challenges of bandwidth compression and inter-user interference in satellite semantic communications (Cao et al., 25 Jan 2026).

1. Framework Architecture and Processing Pipeline

S-MDMA employs a modular end-to-end architecture that systematically extracts, compresses, separates, and reconstructs semantic features for transmission between a Low-Earth-Orbit (LEO) satellite and multiple ground terminals. The pipeline consists of the following sequence:

  1. Semantic Extraction Module: Each source image siRH×W×Cs_i \in \mathbb{R}^{H \times W \times C} is encoded independently with a Swin-Transformer-based encoder:

xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,2

  1. Semantic Merging & Sorting Module:
    • Shared vs. Differential Decomposition: The shared semantic feature is assigned as Fs=x1F_s = x_1, while the difference feature is thresholded via

    Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}

  • Sensitivity-Aware Sorting and Pruning: Sensitivity scores γi\gamma_i are calculated for each dimension (see §2), with only the top K=rdK = \lfloor r d \rfloor dimensions retained under bandwidth ratio rr.
  1. Orthogonal Embedding Module:

    • Fixed orthonormal 'carrier' vectors u1,u2Rpu_1,u_2 \in \mathbb{R}^p are designated, satisfying u1u2=0u_1^\top u_2 = 0.
    • Semantic vectors are embedded using Kronecker products:

    Fs-emb=Fs-sortu1,Fd-emb=Fd-sortu2F_{s\text{-emb}} = F_{s\text{-sort}} \otimes u_1,\quad F_{d\text{-emb}} = F_{d\text{-sort}} \otimes u_2

  • The resulting embeddings are strictly orthogonal (xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,20) and are superposed for transmission:

    xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,21

  1. Transmission Module:
    • The combined semantic representation is encoded for the physical channel: xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,22.
    • Transmission occurs over a Shadowed-Rician fading channel: xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,23.
    • At each ground receiver: decoding, orthogonal projection, unsorting, and semantic decoding reconstruct xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,24.

This systematic design enables competitive multi-user semantic communications under fundamental physical-layer constraints.

2. Semantic Sensitivity Sorting and Dimensional Pruning

A key innovation of S-MDMA is the semantic sensitivity sorting algorithm, which enables judicious allocation of limited bandwidth to the most meaningful semantic dimensions:

  • For each element xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,25 in the semantic vector xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,26, sensitivity is quantified via a perturbation-based metric:

xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,27

where xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,28 is the base loss (e.g., MSE), and xi=fse(i)(si)Rd,i=1,2x_i = f_{\mathrm{se}}^{(i)}(s_i) \in \mathbb{R}^d, \quad i=1,29 is the reconstruction using the perturbed code Fs=x1F_s = x_10.

  • The optimal set of semantic dimensions under a cardinality constraint Fs=x1F_s = x_11 is obtained by solving:

Fs=x1F_s = x_12

This is efficiently implemented by sorting Fs=x1F_s = x_13 and retaining the top-Fs=x1F_s = x_14 entries.

This sensitivity-aware subset selection preserves maximal semantic information under stringent bandwidth ratios, with empirical gains up to 20% in SSIM over random pruning in low-compression regimes.

3. Orthogonal Embedding and Multi-User Interference Mitigation

S-MDMA eliminates inter-user interference via orthogonal subspace embedding:

  • In the two-user scenario, carrier vectors Fs=x1F_s = x_15 are selected such that Fs=x1F_s = x_16 and Fs=x1F_s = x_17.
  • Embedding the compressed semantic features via Kronecker product produces block-diagonal projection matrices, yielding

Fs=x1F_s = x_18

  • For Fs=x1F_s = x_19-user cases, projection matrices Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}0 are constructed to satisfy Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}1 for Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}2.
  • If projection matrices are learned rather than fixed, an orthogonality penalty

Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}3

can be incorporated to enforce subspace separation.

Strict subspace orthogonality allows each ground terminal to recover its designated semantic features via linear projection, thus nullifying interference even under adverse channel conditions.

4. Multi-User Reconstruction Loss and Optimization

To foster balanced reconstruction quality across users and suppress severe quality disparities, S-MDMA introduces a geometric mean–based joint reconstruction loss:

  • The per-user loss is:

Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}4

where Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}5 may be MSE, Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}6 is the ground-truth semantic feature, and Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}7 is the reconstruction for user Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}8.

  • For two users, the global objective is:

Fd[i]={(x2x1)i,(x2x1)i>τ 0,otherwiseF_d[i] = \begin{cases} (x_2-x_1)_i, & |(x_2-x_1)_i| > \tau \ 0, & \text{otherwise} \end{cases}9

This loss is dominated by the worse-performing user and is scale-invariant, which ensures fairness and prevents overfitting to a single user's channel conditions.

  • The γi\gamma_i0-user extension generalizes to:

γi\gamma_i1

  • With learnable projection matrices, a sum of per-user losses and orthogonality regularization is permissible:

γi\gamma_i2

where γi\gamma_i3 modulates the trade-off between accuracy and strict orthogonality.

A plausible implication is that this geometric mean loss acts as a max-min fairness criterion in practice, strongly disincentivizing models that would sacrifice weak-user fidelity for aggregate performance.

5. Empirical Evaluation and Comparative Performance

Comprehensive experiments validate S-MDMA's gains over prior semantic communications schemes under a representative set of satellite-ground scenarios:

Evaluation Aspect S-MDMA Results Baselines
PSNR at SNR = −10 dB γi\gamma_i428 dB (maintained across users) 2–5 dB lower
SSIM at all SNRs γi\gamma_i50.95 γi\gamma_i60.85 (low SNR)
Cross-dataset (DLRSD→NWPU) γi\gamma_i72 dB PSNR, γi\gamma_i80.1 SSIM over baselines Lower generalization
γi\gamma_i9 compression K=rdK = \lfloor r d \rfloor035 dB PSNR MDMA: K=rdK = \lfloor r d \rfloor128 dB
Sensitivity sorting gain Up to 20% SSIM over random pruning (low K=rdK = \lfloor r d \rfloor2)
  • Datasets: DLRSD (2,100 images, 256×256, 17 classes); NWPU VHR-10 (800 images).
  • Channel Model: Shadowed-Rician fading, Nakagami-K=rdK = \lfloor r d \rfloor3.
  • Bandwidth Regimes: Bandwidth ratio K=rdK = \lfloor r d \rfloor4 with ablation at various settings.
  • Baselines: Deep JSCC, WITT, MDMA.

Visual inspection under severe bandwidth (K=rdK = \lfloor r d \rfloor5) and SNR (−5 dB) confirms S-MDMA uniquely reconstructs key spatial structures and semantic textures lost by comparators. Orthogonal embedding ablations further show that without this mechanism, color distortions and blurred reconstructions emerge, confirming the necessity of strict subspace separation.

6. Synthesis and Impact

S-MDMA concretely advances the field of satellite-ground semantic communication through the synergistic deployment of sensitivity-aware dimension selection, provable orthogonal embedding, and balanced multi-user optimization. Its seminal design guarantees:

  1. Retention of the most semantically critical information per bit budget.
  2. Suppression of multi-user interference via orthogonal encoding.
  3. Robust performance across wide SNR ranges, different compression ratios, and out-of-distribution datasets.

These strengths have positioned S-MDMA as a state-of-the-art solution for satellite-ground ComAI communication tasks where reliability, efficiency, and fairness under adversarial physical-layer conditions are paramount (Cao et al., 25 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 Sensitivity-Aware Model Division Multiple Access (S-MDMA).