Pith. sign in

REVIEW 4 major objections 9 minor 36 references

Large-Scale Model Enabled Semantic Communication Based on Robust Knowledge Distillation

T0 review · 4 major / 9 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A compact semantic encoder distilled from a large vision model keeps 95.9% of its accuracy while cutting parameters by 94%.

desk verdict Useful framework, but the robust-distillation claim needs an ablation that isolates RKD from the CAT codec. read the letter →

arxiv 2508.02148 v2 pith:FGEFJTZ7 submitted 2025-08-04 cs.LG cs.AIeess.IVeess.SP

classification cs.LGcs.AIeess.IVeess.SP
keywords semanticcommunicationknowledgedistillationneuralarchitecturesearchDARTSlarge-scalemodelschannel-awaretransformerjointsource-channelcodingimageclassification
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that a large-scale model's semantic capabilities can be transferred into a compact encoder for wireless image-classification communication, and that the compact system can match the large model at high signal-to-noise ratios while surpassing it at low ones. The framework combines a differentiable architecture search that adds a knowledge-distillation loss and a parameter-count penalty (KDL-DARTS), a two-stage robust distillation that first copies teacher features and then jointly trains encoder, channel codec, and decoder under channel noise, and a channel-aware transformer block that injects SNR information and compresses transmitted features. On CIFAR10 the student keeps 95.86% of the ViT-B/16 teacher's accuracy at 25 dB while using about 5.21 million parameters instead of 87.85 million, and at $-10$ dB it outperforms the teacher by more than 83.12%. The practical stakes are that resource-limited edge devices could run large-model-grade semantic communication without the teacher's compute or latency.

What carries the argument

KDL-DARTS extends differentiable architecture search by optimizing continuous operation weights with a bilevel objective that includes a knowledge-distillation loss and a parameter-count penalty $\beta^{(l,j)} = \exp(|o^{(l,j)}|/T_\beta)/\sum_k \exp(|o^{(l,k)}|/T_\beta)$; the gradient of the penalty is $\beta^{(l,j)}$ itself, which suppresses expensive operations during search, and the final architecture is selected by the combined metric $\alpha^{(l,j)}(1-\beta^{(l,j)})$. The two-stage robust distillation first minimizes an MSE loss between teacher and student features, then jointly trains the student encoder, the channel encoder/decoder, and the semantic decoder with a combined loss of distillation, reconstruction, and task terms. The channel-aware transformer (CAT) block is a transformer encoder whose feed-forward output is smaller than its input, with SNR-derived features concatenated to compensate for the dimension reduction; a compression-ratio hyperparameter controls how aggressively the semantic feature is squeezed into transmitted symbols.

What would settle it

Replace the CAT codec with a standard transformer codec of identical parameter count and retrain stage two; if classification accuracy at $-10$ dB drops by a large margin, CAT's SNR-aware fusion is what provides the resilience, but if it does not, the gain is attributable to the distilled encoder itself. Alternatively, widen the KDL-DARTS search space to include variable channel widths and operation types; if a different architecture with no more parameters beats RKD-SC's encoder on the same datasets, the 94% parameter reduction claim is an artifact of a too-narrow search space.

Watch

Extended reading notes

Core claim

On its own terms, the central discovery is that a small encoder found by KDL-DARTS, distilled in two stages, and paired with the CAT codec reproduces most of a ViT-B/16 teacher's semantic performance on image classification over noisy channels while removing roughly 94% of the parameters. At high SNR the student reaches 95.86% of the teacher's accuracy on CIFAR10; at low SNR ($-10$ dB) the student beats the teacher by over 83.12% on the same dataset, with similar qualitative trends on CIFAR100 and ImageNet. The paper reads this as evidence that knowledge distillation and architecture search can transfer large-scale-model capabilities into a compact semantic encoder, and that the CAT block trained under diverse channel conditions with variable-length outputs supplies the extra low-SNR resilience.

Load-bearing premise

The load-bearing premise is that the optimal compact encoder lies inside a search space that varies only the number of Bottleneck blocks per layer, with all channel widths, the stem, and the attention-pooling head fixed.

Editorial extensions

If this is right

  • On a Raspberry-Pi-class device, the RKD-SC encoder is estimated to encode an image in about 106–131 ms depending on dataset, versus about 1059 ms for the ViT teacher, keeping real-time feasibility.
  • The framework lowers transmitted feature dimension from 512 to 102–460 across the three datasets, cutting bandwidth use while preserving accuracy.
  • Because the student outperforms the teacher at low SNR, the paper implies that a distilled compact encoder plus CAT can be more noise-tolerant than the large model it was distilled from, not just lighter.
  • The same search-then-distill pipeline is dataset-agnostic in design and was demonstrated on three classification benchmarks of different difficulty.
  • KDL-DARTS with the complexity penalty selects shallower or narrower deep layers than plain DARTS, yielding 14.5%–29.4% fewer parameters while improving accuracy in the searched setting.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the low-SNR gain is robust across channels, then the practical recipe for LSM-based edge communication may be to deliberately distill into a feature space much smaller than the teacher's, because CAT's SNR conditioning appears more effective on compact features (CIFAR10's best result came at the highest compression ratio of 0.8).
  • The same two-stage distillation could transfer to non-classification tasks such as retrieval or captioning, as long as a teacher feature space and a task loss are defined; the paper only shows image classification, so that extension is untested.
  • The reported sensitivity of the compression ratio per dataset is worth exploring further: performance moves in opposite directions with compression ratio on CIFAR10 versus CIFAR100/ImageNet, hinting at an adaptive compression-ratio scheduler as a follow-up.
  • The search space's restriction to Bottleneck-block counts means the 94% parameter reduction is a statement about that space; other lightweight blocks (e.g., inverted residuals or attention-only cells) might yield even smaller encoders or better accuracy-complexity trade-offs.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 9 minor

Summary. This manuscript proposes RKD-SC, a semantic communication framework for image classification that combines a knowledge-distillation-aware differentiable architecture search (KDL-DARTS), a two-stage robust knowledge distillation procedure (RKD), and a channel-aware transformer (CAT) codec. The teacher is ViT-B/16; the student is a compact residual encoder found by KDL-DARTS. The paper reports that RKD-SC preserves roughly 93--96% of teacher accuracy at 25 dB across CIFAR10, CIFAR100, and Tiny-ImageNet while reducing parameters by about 93--94%, and that it outperforms the teacher at low SNR, e.g., by over 83% at -10 dB on CIFAR10. Experiments also compare against DARTS, T-DeepSC, RTSC, and two JSCC baselines under AWGN and Rayleigh channels.

Significance. If the central claims hold, the paper would provide a practical route to deploying large-scale-model semantic encoders on resource-constrained transmitters, which is a timely and relevant objective for 6G-oriented semantic communication. The strengths include a broad experimental evaluation across three datasets and two channel models, a clearly specified architecture search with an explicit complexity penalty, and a concrete report of parameter counts and inference times. The paper does not provide machine-checked proofs or released code, but the algorithmic descriptions are sufficiently detailed for replication. The main significance hinges on whether the robustness gains are attributable to the proposed RKD mechanism rather than to the CAT codec alone, and on whether the reported quantitative advantages are statistically reliable.

major comments (4)
  1. [IV-B and Eq. (26)] The central claim that the two-stage RKD algorithm transfers robustness is not isolated from the CAT codec. Stage two jointly trains encoder, CAT, and decoder with the combined loss in Eq. (26), which includes task loss and reconstruction loss under SNR 5-20 dB. The paper never compares RKD-SC to a control in which stage one is standard KD and stage two uses the same CAT but omits the noisy-feature KD term (or to a variant trained from scratch on task loss only). The compression-ratio ablation in Fig. 8 shows that the CAT module alone can move CIFAR10 accuracy at -10 dB from 11.73% to 63.80%, so the CAT is a dominant robustness mechanism. Without an ablation that removes or perturbs the RKD-specific loss terms while keeping CAT fixed, the paper's attribution of low-SNR robustness to 'robust knowledge distillation' is not established.
  2. [III-A and Table I] The search space of KDL-DARTS is restricted to the number of Bottleneck blocks k in {1,...,5} per layer, with fixed stem, channel widths, stride pattern, and attention-pooling head. Thus the claim of identifying 'optimal compact model architectures' in Eq. (8) and the abstract is conditional on this specific subspace. The comparison against DARTS within the same space is a valid algorithmic test, but the paper should temper the optimality language or extend the search space to include channel widths and operation types. Without this, the 93--94% parameter reduction relative to ViT-B/16 is a statement about this particular search space, not about compact encoders generally.
  3. [IV-B and Figs. 6-8] All reported accuracies and parameter counts appear to come from a single run or a single architecture selection; no error bars, seed counts, or significance tests are reported. Some claimed margins are modest, such as the 3.41% improvement over JSCC-student on CIFAR10 in Fig. 6(a). Without multiple independent runs, the reader cannot assess whether the differences are stable or due to initialization and search stochasticity. The authors should provide at least three seeds for the main comparisons and report mean and variance, or apply a paired significance test.
  4. [Table II and footnote 2] The claimed IoT inference times (e.g., 106.21 ms for CIFAR10) are obtained by linearly scaling CPU inference time by the ratio of peak GFLOPS (871.49/32) between the server CPU and a Raspberry Pi 4 B. Linear GFLOPS scaling is not a valid proxy for real inference latency, because memory bandwidth, cache behavior, SIMD support, and software stacks differ substantially. This makes the 'real-time inference capability' claim unsupported as stated. The authors should either measure latency on the actual IoT device or clearly label the numbers as rough order-of-magnitude estimates and remove the real-time claim.
minor comments (9)
  1. [Eq. (7)] There is a stray '=' at the end of the displayed equation after 'R(a_i^(k), θ_si) = η P(...) − ζ Ω(...) =', which should be removed.
  2. [Introduction, first paragraph] There are typographical errors such as 'A number of recen‘t works' and 'cliff effec' that should be corrected.
  3. [Eq. (13)] The notation 'α(l) ⊊ α' is inappropriate because α(l) is a vector component subset, not a proper subset of the scalar set α. The intended membership should be clarified, e.g., α(l) ∈ α or α(l) is the l-th row of α.
  4. [Eqs. (24) and (26)] LKD in Eq. (24) is defined as an average over the entire dataset, but Eq. (26) applies LKD to a single sample's noisy feature ~h_i. Please clarify that the per-sample loss is ℓKD as defined in Eq. (23), or redefine the notation consistently.
  5. [Eq. (27) and surrounding text] The constraint 's.t. D = Di' is unclear, and the text immediately after Eq. (27) repeats 'the i-th semantic encoder' twice. These should be cleaned up.
  6. [References] Reference [35] is cited as the origin of ViT, but it is the CLIP paper by Radford et al. The actual Vision Transformer paper (Dosovitskiy et al., 2021) should be cited for the ViT-B/16 architecture, or the citation should be corrected.
  7. [Fig. 6 and text] The dataset called 'ImageNet' in the text and figures is actually Tiny-ImageNet (a subset of ImageNet). The naming should be consistent to avoid confusion.
  8. [Table II] The 'Feature Dim' entry for T-DeepSC, '10 (index of KB)', is unclear; please explain what is meant or rephrase.
  9. [Section IV-A and Fig. 8] The compression ratios 0.8, 0.2, and 0.1 are stated for the three datasets, and Fig. 8 sweeps the ratio. However, no ablation shows how the final ratios were selected or how sensitive the conclusions are to the ratio choice; please provide a brief justification.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the reported RKD-SC gains are empirical outcomes measured by task accuracy, not quantities forced by the training losses or by self-citation.

full rationale

The paper's derivation chain is self-contained with respect to its central empirical claims. The distillation loss in Eq. (23) defines a training objective, but the headline numbers (95.86% teacher-performance preservation at 25 dB, 83.12% gain at -10 dB) are measured as task accuracy on test data against external baselines, not as the distillation loss itself. Stage two in Eq. (26) jointly optimizes KD, reconstruction, and task losses, so the low-SNR robustness results are an empirical property of the trained system, not an identity derived from the loss definition. KDL-DARTS does explicitly penalize parameter count through Eq. (17)-(19), so the reported parameter reduction is partly a designed objective; however, the paper also reports independent accuracy gains over DARTS and compares against JSCC-student, JSCC-teacher, T-DeepSC, and RTSC, which gives external falsifiability. The only self-citation is the footnote to the authors' GLOBECOM 2024 preliminary version, and it is a provenance note, not load-bearing evidence for any uniqueness, architecture choice, or fitted result. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors' prior work, and no known result is repackaged as a derivation. The search-space limitation (fixed widths, depth-only choices) and the absence of an ablation that isolates RKD from CAT are legitimate experimental concerns, but they are not circularity: a missing control does not make the reported result equal to its input by construction.

Assumptions & free parameters 5 free parameters · 4 assumptions · 1 invented entities

The central claims rest on standard knowledge-distillation assumptions plus several hand-set design choices. The most consequential are the restricted architecture search space and the per-dataset choice of CAT compression ratio, both tuning decisions rather than derived quantities. No new physical entities are introduced; CAT is an engineered module whose evidence is internal to the paper.

free parameters (5)
  • lambda_J complexity regularization weight = 0.05
    Controls the strength of the lightweight penalty in the KDL-DARTS validation loss (Eq. 19). Chosen by hand and not justified by any sensitivity analysis.
  • Stage-two loss weights lambda_KD, lambda_RE, lambda_task = not reported
    These weights define the joint training objective in Eq. (26), but their numeric values are not given, making the stage-two procedure underspecified.
  • Per-dataset CAT compression ratio = 0.8 for CIFAR10, 0.2 for CIFAR100, 0.1 for ImageNet
    Selected per dataset after the ablation in Fig. 8. This directly determines the transmitted feature dimension and strongly influences the reported low-SNR robustness gains.
  • Training SNR range = 5 to 20 dB
    The CAT and codec are trained only in this range but tested down to -10 dB, so low-SNR behavior is an extrapolation of the training distribution.
  • Architecture-selection temperatures T_alpha and T_beta = 1.0 and 2.0
    Temperatures in Eqs. (13) and (17) shape the softmax weighting of candidate operations and penalty factors. Chosen by hand.
assumptions (4)
  • domain assumption Mean squared error between student features and ViT-B/16 teacher features is an adequate knowledge-transfer objective for image-classification semantics.
    Eq. (23) defines the distillation loss as squared L2 error. The entire method assumes this feature-space distance captures semantic equivalence, with no analysis of feature alignment or failure cases.
  • ad hoc to paper The optimal compact encoder lies in the restricted search space that varies only the number of residual blocks per stage.
    Table I fixes stem, channel widths, and attention pooling, and only searches k in 1 to 5 Bottleneck blocks per layer. If good compact architectures require different widths or operations, KDL-DARTS cannot find them.
  • domain assumption The physical channel is accurately modeled by a scalar gain H with AWGN, and the receiver knows the SNR for conditioning.
    Eq. (3) and the simulation setup use AWGN and Rayleigh fading with known SNR. No imperfect channel state information, interference, or hardware impairments are considered.
  • ad hoc to paper IoT inference time can be estimated by linearly scaling CPU inference time by the ratio of peak GFLOPS.
    Table II uses t_Pi approximately t_CPU times 871.49/32. This ignores memory bandwidth, compiler differences, thermal throttling, and other hardware effects, making the reported IoT latencies rough estimates.
invented entities (1)
  • Channel-Aware Transformer (CAT) block
    purpose: Acts as the channel encoder/decoder, fuses SNR-derived channel-specific features with semantic features, and compresses transmitted features via a compression ratio.
    CAT's efficacy is demonstrated only by the paper's simulations in Figs. 6 and 8. No independent replication or public implementation is provided, so there is no falsifiable handle outside this paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Large-Scale Model Enabled Semantic Communication Based on Robust Knowledge Distillation." pith.science (2026). https://pith.science/paper/FGEFJTZ7

@misc{pith2026250802148,
  author       = {Pith},
  title        = {Pith review of: Large-Scale Model Enabled Semantic Communication Based on Robust Knowledge Distillation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FGEFJTZ7}},
  note         = {Machine review of arXiv:2508.02148}
}
read the original abstract

Large-scale models (LSMs) can be an effective framework for semantic representation and understanding, thereby providing a suitable tool for designing semantic communication (SC) systems. However, their direct deployment is often hindered by high computational complexity and resource requirements. In this paper, a novel robust knowledge distillation based semantic communication (RKD-SC) framework is proposed to enable efficient and \textcolor{black}{channel-noise-robust} LSM-powered SC. The framework addresses two key challenges: determining optimal compact model architectures and effectively transferring knowledge while maintaining robustness against channel noise. First, a knowledge distillation-based lightweight differentiable architecture search (KDL-DARTS) algorithm is proposed. This algorithm integrates knowledge distillation loss and a complexity penalty into the neural architecture search process to identify high-performance, lightweight semantic encoder architectures. Second, a novel two-stage robust knowledge distillation (RKD) algorithm is developed to transfer semantic capabilities from an LSM (teacher) to a compact encoder (student) and subsequently enhance system robustness. To further improve resilience to channel impairments, a channel-aware transformer (CAT) block is introduced as the channel codec, trained under diverse channel conditions with variable-length outputs. Extensive simulations on image classification tasks demonstrate that the RKD-SC framework significantly reduces model parameters while preserving a high degree of the teacher model's performance and exhibiting superior robustness compared to existing methods.

Figures

Figures reproduced from arXiv: 2508.02148 by the authors.

Figure 1
Figure 1. Structure of the considered semantic communication network. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the considered system model. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. An overview of the proposed KDL-DARTS method: (a) The operations between layer [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: The architecture of proposed Channel Aware Transformer [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Overall stages of the proposed RKD algorithm: Stage One: Each compact semantic encoder is independently trained, focusing on [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Comparison of classification accuracy for different datasets under AWGN Channel and Rayleigh Fading Channel. [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Experimental validation of the proposed KDL-DARTS on (a) CIFAR10, (b) CIFAR100, and (c) ImageNet. In each row: the left plot [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: The ablation of compression ratio. 1058.86 ms. These empirical results demonstrate that RKD￾SC attains superior task performance while incurring only a marginal increase in encoding delay, thus maintaining real￾time inference capability. This advantageous balance arise…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

36 extracted references · 22 canonical work pages

  1. [1]

    A unified multi- task semantic communication system for multimodal data,

    G. Zhang, Q. Hu, Z. Qin, Y . Cai, G. Yu, and X. Tao, “A unified multi- task semantic communication system for multimodal data,” IEEE Trans. Commun., vol. 72, no. 7, pp. 4101–4116, July. 2024

  2. [2]

    Artificial general intelligence (agi)-native wireless systems: A journey beyond 6g,

    W. Saad, O. Hashash, C. K. Thomas, C. Chaccour, M. Debbah, N. Man- dayam, and Z. Han, “Artificial general intelligence (agi)-native wireless systems: A journey beyond 6g,” Proc. IEEE, pp. 1–39, March. 2025

  3. [3]

    Adaptive information bottleneck guided joint source and channel coding for image transmission,

    L. Sun, Y . Yang, M. Chen, C. Guo, W. Saad, and H. V . Poor, “Adaptive information bottleneck guided joint source and channel coding for image transmission,” IEEE J. Sel. Areas Commun. , vol. 41, no. 8, pp. 2628– 2644, August. 2023

  4. [4]

    Ofdm-based digital semantic communication with importance awareness,

    C. Liu, C. Guo, Y . Yang, W. Ni, and T. Q. S. Quek, “Ofdm-based digital semantic communication with importance awareness,” IEEE Trans. Commun., vol. 72, no. 10, pp. 6301–6315, October. 2024

  5. [5]

    Less data, more knowledge: Building next-generation semantic communica- tion networks,

    C. Chaccour, W. Saad, M. Debbah, Z. Han, and H. Vincent Poor, “Less data, more knowledge: Building next-generation semantic communica- tion networks,” IEEE Commun. Surveys Tuts , vol. 27, no. 1, pp. 37–76, June. 2025

  6. [6]

    Shannon and W

    C. Shannon and W. Weaver, The Mathematical Theory of Communica- tion. University of Illinois Press, 1949

  7. [7]

    Deep joint source- channel coding for wireless image transmission,

    E. Bourtsoulatze, D. B. Kurka, and D. Gündüz, “Deep joint source- channel coding for wireless image transmission,” in ICASSP 2019 - 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), May. 2019, pp. 4774–4778

  8. [8]

    Scaling laws for neural language models,

    J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Radford, J. Wu, and D. Amodei, “Scaling laws for neural language models,” arXiv preprint arXiv:2001.08361 , January. 2020

Show all 36 references
  1. [9]

    Toward intelligent communications: Large model empowered semantic communications,

    H. Xie, Z. Qin, X. Tao, and Z. Han, “Toward intelligent communications: Large model empowered semantic communications,” IEEE Communica- tions Magazine , vol. 63, no. 1, pp. 69–75, January. 2025

  2. [10]

    Large-scale ai in telecom: Charting the roadmap for innovation, scalability, and enhanced digital experiences,

    A. Shahid, A. Kliks, A. Al-Tahmeesschi, and et. al, “Large-scale ai in telecom: Charting the roadmap for innovation, scalability, and enhanced digital experiences,” March. 2025. [Online]. Available: arXivpreprintarXiv:2503.04184

  3. [11]

    A survey of large language models,

    W. X. Zhao, K. Zhou, J. Li, T. Tang, X. Wang, Y . Hou, Y . Min, B. Zhang, J. Zhang, Z. Dong et al. , “A survey of large language models,” arXiv preprint arXiv:2303.18223, March. 2023

  4. [12]

    Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,

    DeepSeek-AI, “Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,” arXiv preprint arXiv:2501.12948 , January. 2025

  5. [13]

    (2025, February.) Grok 3 beta — the age of reasoning agents

    xAI. (2025, February.) Grok 3 beta — the age of reasoning agents. [Online]. Available: https://x.ai/blog/grok-3

  6. [14]

    (2025, January.) Openai o3-mini

    OpenAI. (2025, January.) Openai o3-mini. [Online]. Available: https://openai.com/index/openai-o3-mini/

  7. [15]

    Deep learning for joint source- channel coding of text,

    N. Farsad, M. Rao, and A. Goldsmith, “Deep learning for joint source- channel coding of text,” arXiv preprint arXiv:1802.06832 , February. 2018

  8. [16]

    Deep joint source- channel coding for wireless image transmission,

    E. Bourtsoulatze, D. Burth Kurka, and D. Gündüz, “Deep joint source- channel coding for wireless image transmission,” IEEE Trans. Cogn. Commun. Netw., vol. 5, no. 3, pp. 567–579, September. 2019

  9. [17]

    Joint source-channel coding for channel-adaptive digital semantic communications,

    J. Park, Y . Oh, S. Kim, and Y .-S. Jeon, “Joint source-channel coding for channel-adaptive digital semantic communications,” IEEE Trans. Cogn. Commun. Netw., vol. 11, no. 1, pp. 75–89, February. 2025

  10. [18]

    Deep learning enabled semantic communication systems,

    H. Xie, Z. Qin, G. Y . Li, and B.-H. Juang, “Deep learning enabled semantic communication systems,” IEEE transactions on signal pro- cessing, vol. 69, pp. 2663–2675, April. 2021

  11. [19]

    Semantic communication systems for speech transmission,

    Z. Weng and Z. Qin, “Semantic communication systems for speech transmission,” IEEE J. Sel. Areas Commun. , vol. 39, no. 8, pp. 2434– 2444, August. 2021

  12. [20]

    Task-oriented multi-user semantic communications,

    H. Xie, Z. Qin, X. Tao, and K. B. Letaief, “Task-oriented multi-user semantic communications,” IEEE J. Sel. Areas Commun. , vol. 40, no. 9, pp. 2584–2597, 2022

  13. [21]

    Explainable semantic communication for text tasks,

    C. Liu, C. Guo, Y . Yang, W. Ni, Y . Zhou, L. Li, and T. Q. S. Quek, “Explainable semantic communication for text tasks,” IEEE Internet Things J., vol. 11, no. 24, pp. 39 820–39 833, December. 2024

  14. [22]

    Generative ai driven task-oriented adaptive semantic communications,

    Y . Fu, W. Cheng, J. Wang, L. Yin, and W. Zhang, “Generative ai driven task-oriented adaptive semantic communications,” arXiv preprint arXiv:2407.11354, July. 2024

  15. [23]

    Large language model enabled semantic communication systems,

    Z. Wang, L. Zou, S. Wei, F. Liao, J. Zhuo, H. Mi, and R. Lai, “Large language model enabled semantic communication systems,” arXiv preprint arXiv:2407.14112 , July 2024

  16. [24]

    Large language model-based seman- tic communication system for image transmission,

    S. Ribouh and O. Saleem, “Large language model-based seman- tic communication system for image transmission,” arXiv preprint arXiv:2501.12988, January. 2025

  17. [25]

    Semantic importance- aware communications with semantic correction using large language models,

    S. Guo, Y . Wang, J. Ye, A. Zhang, and K. Xu, “Semantic importance- aware communications with semantic correction using large language models,” arXiv preprint arXiv:2405.16011 , May. 2024

  18. [26]

    Rethinking generative semantic communication for multi-user systems with large language models,

    W. Yang, Z. Xiong, S. Mao, T. Q. S. Quek, P. Zhang, M. Deb- bah, and R. Tafazolli, “Rethinking generative semantic communication for multi-user systems with large language models,” arXiv preprint arXiv:2408.08765, August. 2024

  19. [27]

    Scene understanding enabled semantic communication with open channel coding,

    Z. Xiang, F. Yu, Q. Deng, Y . Li, and Z. Wan, “Scene understanding enabled semantic communication with open channel coding,” arXiv preprint arXiv:2501.14520, January. 2025

  20. [28]

    Distilling the knowledge in a neural network,

    G. Hinton, O. Vinyals, and J. Dean, “Distilling the knowledge in a neural network,” arXiv preprint arXiv:1503.02531 , March. 2015

  21. [29]

    Large scale model en- abled semantic communications based on robust knowledge distillation,

    K. Ding, F. Liu, Y . Yang, M. Chen, and C. Guo, “Large scale model en- abled semantic communications based on robust knowledge distillation,” in GLOBECOM 2024 - 2024 IEEE Global Communications Conference , December. 2024, pp. 5235–5240

  22. [30]

    Darts: Differentiable architecture search,

    H. Liu, K. Simonyan, and Y . Yang, “Darts: Differentiable architecture search,” arXiv preprint arXiv:1806.09055 , June. 2018

  23. [31]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin, “Attention is all you need,” arXiv preprint arXiv:1706.03762, June. 2017

  24. [32]

    Learning multiple layers of features from tiny images,

    A. Krizhevsky, G. Hinton et al. , “Learning multiple layers of features from tiny images,” University of Toronto Tech. Rep , vol. 1, January. 2009

  25. [33]

    Imagenet: A large-scale hierarchical image database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Imagenet: A large-scale hierarchical image database,” in 2009 IEEE Conference on Computer Vision and Pattern Recognition , 2009, pp. 248–255

  26. [34]

    Deep residual learning for image recognition,

    K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proceedings of the IEEE conference on computer vision and pattern recognition , June. 2016, pp. 770–778

  27. [35]

    Learning transferable visual models from natural language supervi- sion,

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, G. Krueger, and I. Sutskever, “Learning transferable visual models from natural language supervi- sion,” arXiv preprint arXiv:2103.00020 , March. 2021

  28. [36]

    Demo: Real- time semantic communications with a vision transformer,

    H. Yoo, T. Jung, L. Dai, S. Kim, and C.-B. Chae, “Demo: Real- time semantic communications with a vision transformer,” in 2022 IEEE International Conference on Communications Workshops (ICC Workshops), May. 2022, pp. 1–2

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.