S-MDMA: Sensitivity-Aware MDMA for Satellite SemCom
- 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:
- Semantic Extraction Module: Each source image is encoded independently with a Swin-Transformer-based encoder:
- Semantic Merging & Sorting Module:
- Shared vs. Differential Decomposition: The shared semantic feature is assigned as , while the difference feature is thresholded via
- Sensitivity-Aware Sorting and Pruning: Sensitivity scores are calculated for each dimension (see §2), with only the top dimensions retained under bandwidth ratio .
Orthogonal Embedding Module:
- Fixed orthonormal 'carrier' vectors are designated, satisfying .
- Semantic vectors are embedded using Kronecker products:
The resulting embeddings are strictly orthogonal () and are superposed for transmission:
- Transmission Module:
- The combined semantic representation is encoded for the physical channel: .
- Transmission occurs over a Shadowed-Rician fading channel: .
- At each ground receiver: decoding, orthogonal projection, unsorting, and semantic decoding reconstruct .
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 in the semantic vector , sensitivity is quantified via a perturbation-based metric:
where is the base loss (e.g., MSE), and is the reconstruction using the perturbed code .
- The optimal set of semantic dimensions under a cardinality constraint is obtained by solving:
This is efficiently implemented by sorting and retaining the top- 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 are selected such that and .
- Embedding the compressed semantic features via Kronecker product produces block-diagonal projection matrices, yielding
- For -user cases, projection matrices are constructed to satisfy for .
- If projection matrices are learned rather than fixed, an orthogonality penalty
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:
where may be MSE, is the ground-truth semantic feature, and is the reconstruction for user .
- For two users, the global objective is:
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 -user extension generalizes to:
- With learnable projection matrices, a sum of per-user losses and orthogonality regularization is permissible:
where 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 | 28 dB (maintained across users) | 2–5 dB lower |
| SSIM at all SNRs | 0.95 | 0.85 (low SNR) |
| Cross-dataset (DLRSD→NWPU) | 2 dB PSNR, 0.1 SSIM over baselines | Lower generalization |
| compression | 35 dB PSNR | MDMA: 28 dB |
| Sensitivity sorting gain | Up to 20% SSIM over random pruning (low ) | – |
- Datasets: DLRSD (2,100 images, 256×256, 17 classes); NWPU VHR-10 (800 images).
- Channel Model: Shadowed-Rician fading, Nakagami-.
- Bandwidth Regimes: Bandwidth ratio with ablation at various settings.
- Baselines: Deep JSCC, WITT, MDMA.
Visual inspection under severe bandwidth () 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:
- Retention of the most semantically critical information per bit budget.
- Suppression of multi-user interference via orthogonal encoding.
- 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).