← 返回调研主页

University of Surrey Yi Ma—Mahdi Boloursaz Mashhadi 团队语义通信论文调研

面向具有深度学习基础、通信基础较少的读者。检索范围为 2021-01-01 至 2026-07-15;核心表仅保留正式同行评审技术研究论文,会议版若有期刊扩展版则只保留期刊版。

核心论文 11资源分配与跨层优化 9物理层调制、波形与 MIMO 2

先看懂一篇通信论文处在哪

原始数据/任务
语义/信源编码
信道编码
调制、MIMO、OFDM
无线信道
译码/重建/任务

传统系统常分别优化这些方框;语义通信论文通常合并其中若干环节。评价一篇论文时要问:发送的中间表示是什么?占多少信道资源?噪声在哪里加入?接收端恢复的是原始数据还是任务结果?

常见带宽比可写为 $\rho=n/k$,其中 $k$ 是源样本维度,$n$ 是信道使用次数。只有在相同 $\rho$、发射功率和信道模型下,方法间性能比较才公平。

团队技术路线时间线

推荐阅读顺序

  1. Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications
    语音/音频传输或识别 · 显式离散/数字语义表示
  2. Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models
    视频传输/生成 · 数字调制或混合数字-模拟链路
  3. Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation
    语音/音频传输或识别 · 数字调制或混合数字-模拟链路

顺序按“早期基础 → 显式数字化 → 信道/多用户系统 → 最新生成式或跨层工作”组织;引用数只用于帮助挑入口,不代表论文质量排序。

论文筛选与定位表

年份完整标题出版物通信环节团队口径全文
2024Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion ModelsIEEE Wireless Communications Letters资源分配与跨层优化directdownloaded
2024Spatial-temporal Semantic Communications for Point Cloud-based Volumetric MediaICC 2024 - IEEE International Conference on Communications物理层调制、波形与 MIMOdirectdownloaded
2025A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication SystemsIEEE Transactions on Cognitive Communications and Networking资源分配与跨层优化directdownloaded
2025Generative Semantic Communication via Textual Prompts: Latency Performance TradeoffsIEEE Transactions on Vehicular Technology资源分配与跨层优化directdownloaded
2025Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power AllocationIEEE Journal on Selected Areas in Communications资源分配与跨层优化directdownloaded
2025Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication2025 IEEE International Conference on Machine Learning for Communication and Networking (ICMLCN)资源分配与跨层优化directdownloaded
2025Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning2025 IEEE 101st Vehicular Technology Conference (VTC2025-Spring)资源分配与跨层优化directdownloaded
2025Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic CommunicationsIEEE Wireless Communications资源分配与跨层优化directdownloaded
2026Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype ImplementationIEEE Transactions on Cognitive Communications and Networking物理层调制、波形与 MIMOdirectdownloaded
2026Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion ModelsIEEE Transactions on Vehicular Technology资源分配与跨层优化directdownloaded
2026Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era2026 Joint European Conference on Networks and Communications & 6G Summit (EuCNC/6G Summit)资源分配与跨层优化directdownloaded

通信小白术语表

信源编码去掉源数据中的冗余,目标是用更少 bit/符号表示内容。
信道编码加入受控冗余,让接收端能够发现或纠正无线传输产生的错误。
JSCC联合信源信道编码;把压缩和抗噪声传输一起设计。
SNR信噪比;越低表示噪声相对越强。比较方法时必须保证 SNR 定义和功率约束一致。
带宽比/CBR信道使用次数相对源维度或像素数的比例,是通信开销而不是模型参数量。
CSI信道状态信息;发射端/接收端是否知道它,会显著改变问题难度。
cliff effect传统分离链路在低于解码门限后性能突然崩溃;模拟式 DeepJSCC 常呈渐进退化。
语义指标以任务正确率、BLEU、CLIP 相似度等衡量意义是否保留,但不自动等价于可靠通信。

Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models

2024 · IEEE Wireless Communications Letters · 资源分配与跨层优化

作者:Li Qiao; Mahdi Boloursaz Mashhadi; Zhen Gao; Chuan Heng Foh; Pei Xiao; Mehdi Bennis

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:However, for other semantic modalities we use state-of-the- art Deep Neural Network (DNN)-based techniques for lossy compression as will be discussed in Section III. PDF p.2
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:In this paper, we develop a latency-aware semantic communications framework with pre-trained generative models. PDF p.1
  6. 方案起作用的机制:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  7. 作者希望证明的结论:These results demonstrate a good semantic quality for the proposed framework for ultra-low-rate transmission at bit per pixel (bpp) values as low as 0.0024 and 0.017 for the prompt and the edge map, respectively. PDF p.4

方法与通信系统定位

研究任务:视频传输/生成

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:离散错误显式建模/联合优化 训练或接收机显式处理 bit/index/codeword 错误;这是最直接应对离散语义变量跳变的一类。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:separation-based

信道/链路:Rayleigh、fading channel、MIMO

指标:SSIM、MS-SSIM、LPIPS、FID、semantic similarity、latency、BER、CLIP

SNR 条件:-30 dB、-174 dB、12 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;跨数据域、未见任务和信道失配下的泛化证据有限。

Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models 架构/方法页
Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models,原 PDF 第 1 页(架构/方法页)。
Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models 关键结果页
Latency-Aware Generative Semantic Communications With Pre-Trained Diffusion Models,原 PDF 第 3 页(关键结果页)。

Spatial-temporal Semantic Communications for Point Cloud-based Volumetric Media

2024 · ICC 2024 - IEEE International Conference on Communications · 物理层调制、波形与 MIMO

作者:Jingxuan Men; Ning Wang; Yi Ma; Peng Qian; Carl C. Udora; Mike Nilsson

团队归属:补充数据库轮次核验:指定负责人直接署名(Yi Ma);Crossref/DBLP 正式 DOI 元数据。

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:However, the innate complexity and high data volume of point clouds pose substantial challenges for current network capabilities such as 5G [3]. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于补上从连续 latent 到可发送波形之间的工程缺口,并检验频谱效率、PAPR、星座约束、CSI 或多天线增益。
  5. 本文提出的方案:By taking into account the common content delivery requirements of low bandwidth consumptions and low latency, while maintaining high resolutions, we present in this paper a novel framework called Spatial-Temporal Semantic Point Cloud Transmission (ST- SPCT). PDF p.1
  6. 方案起作用的机制:As shown in Fig. 2(b), this module consists of two parts, hierarchical spatial feature extraction, and feature refinement and transform. • Hierarchical spatial feature extraction. PDF p.3
  7. 作者希望证明的结论:全文自动定位未找到可靠句子,需回到 PDF 人工核查。

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:物理层调制、波形与 MIMO。研究语义特征如何真正映射到天线、子载波或有限星座,而不是停留在抽象神经网络信道。

给深度学习研究生的解释:这部分决定神经网络输出最终怎样变成可由射频链路发送的复数符号、星座点、子载波或多天线信号,是从算法仿真走向通信实现的关键接口。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:数字语义特征 + 传统信道编码 decoder 通常看到信道译码后的 bit/index;若论文只假设译码成功,则未真正学习处理残余 index 跳变。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:JPEG、Polar

信道/链路:AWGN、QAM

指标:PSNR、latency

SNR 条件:10 dB、15 dB、0 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于补上从连续 latent 到可发送波形之间的工程缺口,并检验频谱效率、PAPR、星座约束、CSI 或多天线增益。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明;跨数据域、未见任务和信道失配下的泛化证据有限。

Spatial-temporal Semantic Communications for Point Cloud-based Volumetric Media 架构/方法页
Spatial-temporal Semantic Communications for Point Cloud-based Volumetric Media,原 PDF 第 2 页(架构/方法页)。
Spatial-temporal Semantic Communications for Point Cloud-based Volumetric Media 关键结果页
Spatial-temporal Semantic Communications for Point Cloud-based Volumetric Media,原 PDF 第 5 页(关键结果页)。

A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems

2025 · IEEE Transactions on Cognitive Communications and Networking · 资源分配与跨层优化

作者:Hamid Amiriara; Mahtab Mirmohseni; Ahmed Elzanaty; Yi Ma; Rahim Tafazolli

团队归属:补充数据库轮次核验:指定负责人直接署名(Yi Ma);Crossref/DBLP 正式 DOI 元数据。

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:To address these threats, physical layer security (PLS) techniques, including techniques based on using artificial noise (AN) [5]–[8], [10], dedicated sensing signal (DSS) [4], [9], [13]–[16], [22], and intelligent reflecting surface (IRS) [9]– [17], [21] have been developed. PDF p.1
  2. 仍然存在的问题:INTRODUCTION E Merging applications such as connected cars and smart factories expose the limitations of 5G infrastructure, de- manding precise sensing, reliable and secure communication, and enhanced data processing. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:1 A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems Hamid Amiriara, Mahtab Mirmohseni, Senior Member, IEEE, Ahmed Elzanaty, Senior Member, IEEE, Yi Ma, Senior Member, IEEE, and Rahim Tafazolli, Fellow, IEEE Abstract—In this paper, we propose a physical layer security (PLS) framework for an intelligent reflecting surface (IRS)- assisted integrated sensing and semantic communication (ISASC) system, where a multi-antenna dual-functional semantic base sta- tion (BS) serves multiple semantic communication users (SCUs) and monitors a potentially malicious sensing target (MST) in the presence of an eavesdropper (EVE). PDF p.1
  6. 方案起作用的机制:Next, by introducing the slack variable rth, we can refor- mulate the problem (P.2) to an equivalent problem as (P.3) : Minimize w,v, rth∈R1×1 CRBθ(w, v), (24a) s.t. PDF p.6
  7. 作者希望证明的结论:Convergence and Computational Complexity Analysis In this section, we analyze the convergence and complexity of the overall algorithm. 1) Convergence Analysis: The convergence of the proposed algorithm is guaranteed for the following reasons: • Sub-problem (SP1) and (SP2) are solved optimally during each iteration, ensuring that the objective function value does not decrease. • With a sufficient number of GRM, the SDR approach achieves at least a π/4-approximation of the optimal objective value [38].7 This ensures that the objective func- tion value generally increases or remains constant. PDF p.8

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

论文未以可检索文本完整报告输入尺寸、latent/token 数、每个 index 的 bit 数与总开销;本报告不在缺少形状和码本参数时伪造压缩率。可按 $R=N_s b_s/N_{src}$ 或 $\rho=n/k$ 在取得参数后推导。

信道处理机制:decoder 实际收到什么

分类:信道作用点不够明确 全文自动证据不足;可能默认传统链路无误传输,必须结合系统图和公式人工确认 decoder 的实际输入。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:BPG、DeepSC

信道/链路:Rayleigh、Rician、MIMO

指标:accuracy、semantic similarity

SNR 条件:5 dB、-90 dB、-90 dB、-90 dB、30 dB、30 dB、5 dB、2.5 dB、2.5dB、5dB、5 dB、7 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明;跨数据域、未见任务和信道失配下的泛化证据有限。

A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems 架构/方法页
A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems,原 PDF 第 3 页(架构/方法页)。
A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems 关键结果页
A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems,原 PDF 第 9 页(关键结果页)。

Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs

2025 · IEEE Transactions on Vehicular Technology · 资源分配与跨层优化

作者:Mengmeng Ren; Li Qiao; Long Yang; Zhen Gao; Jian Chen; Mahdi Boloursaz Mashhadi; Pei Xiao; Rahim Tafazolli; Mehdi Bennis

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:However, permission to use this material for any other purposes must be obtained from the IEEE by sending a request to pubs-permissions@ieee.org. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:Specifically, we develop a multi-user Gen SemCom framework using pre-trained M/VLMs, and formulate a joint optimiza- tion problem of prompt generation offloading, communication and computation resource allocation to minimize the latency and maximize the resulting semantic quality. PDF p.1
  6. 方案起作用的机制:Semantic-Aware Generation Offloading Problem Considering fairness among the transmitters, we focus on minimization of the maximal CCQ among T-R pairs by jointly optimizing the M/VLM prompt generation offloading strategy, as well as the transmit powers and computation frequencies of the transmitters and edge servers. PDF p.3
  7. 作者希望证明的结论:It can be seen from this figure that our proposed framework outperforms other bench- marks in terms of the maximal CCQ, on average reducing the maximal CCQ by 38.45%, 21.73%, and 44.45% in com- parison with FOPG, FODPG, and SUO schemes over the range of local computation frequency [3, 9] Gcycles/s and prompt length X′ n/X′ n,k ∈{400, 600} bits4. PDF p.6

方法与通信系统定位

研究任务:视频传输/生成

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:显式离散/数字语义表示 全文出现 VQ、码本 index、离散 token 或 bitstream;需重点检查 index/bit 出错后是否会跳到错误码字。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:信道作用点不够明确 全文自动证据不足;可能默认传统链路无误传输,必须结合系统图和公式人工确认 decoder 的实际输入。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:JPEG

信道/链路:AWGN、Rayleigh

指标:BLEU、accuracy、latency

SNR 条件:174 dB、20 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明;跨数据域、未见任务和信道失配下的泛化证据有限。

Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs 架构/方法页
Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs,原 PDF 第 1 页(架构/方法页)。
Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs 关键结果页
Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs,原 PDF 第 5 页(关键结果页)。

Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation

2025 · IEEE Journal on Selected Areas in Communications · 资源分配与跨层优化

作者:Chunmei Xu; Mahdi Boloursaz Mashhadi; Yi Ma; Rahim Tafazolli; Jiangzhou Wang

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi, Yi Ma

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:INTRODUCTION Communication systems have been developed and optimized based on Shannon information theory over the past decades, achieving remarkable success. PDF p.1
  2. 仍然存在的问题:However, the focus is primarily on the accurate reconstruction of a source signal rather than the underlying meaning of the source content. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:In this work, we propose a generative SemCom framework that uses pre-trained foundation models for semantic encoding and decoding. PDF p.2
  6. 方案起作用的机制:Two semantic-aware power allocation methods are proposed by leveraging the non-decreasing property of the perception- error relationship. PDF p.1
  7. 作者希望证明的结论:The results demonstrate that our approach achieves significantly lower compression rates (0.0303 bpp and 0.0260 bpp) in the two example images, outperforming both JPEG (0.2719 bpp and 0.2265 bpp) and Cheng2020 (0.2724 bpp and 0.2004 bpp) by approximately a factor of 10. PDF p.8

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:离散错误显式建模/联合优化 训练或接收机显式处理 bit/index/codeword 错误;这是最直接应对离散语义变量跳变的一类。

实验设置与证据

数据集:Kodak

Baseline:JPEG、BERT

信道/链路:Rayleigh、fading channel、OFDM

指标:PSNR、SSIM、MS-SSIM、semantic similarity、latency、BER、CLIP

SNR 条件:30 dB、110 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证。

Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation 架构/方法页
Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation,原 PDF 第 2 页(架构/方法页)。
Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation 关键结果页
Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation,原 PDF 第 12 页(关键结果页)。

Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication

2025 · 2025 IEEE International Conference on Machine Learning for Communication and Networking (ICMLCN) · 资源分配与跨层优化

作者:Yi Ma; Chunmei Xu; Zhenyu Liu; Siqi Zhang; Rahim Tafazolli

团队归属:补充数据库轮次核验:指定负责人直接署名(Yi Ma);Crossref/DBLP 正式 DOI 元数据。

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:Furthermore, we address the source-channel coding challenge in semantic multiuser systems, particularly in multicast scenarios, where segment importance varies among receivers. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:Building on this frame- work, we present importance-aware source and channel coding strategies that dynamically adjust to varying levels of significance at the segment, token, and bit levels. PDF p.1
  6. 方案起作用的机制:By exploiting the structure or semantics of the transmitted data, GenAI-based coding can adapt to channel conditions in real time. PDF p.1
  7. 作者希望证明的结论:Our experimental results show that X0 can add around 10% ∼30% overhead onto the compressed data, depending on the complexity of the semantic map. PDF p.4

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:显式离散/数字语义表示 全文出现 VQ、码本 index、离散 token 或 bitstream;需重点检查 index/bit 出错后是否会跳到错误码字。

bit / token / channel-use / CBR 证据

论文未以可检索文本完整报告输入尺寸、latent/token 数、每个 index 的 bit 数与总开销;本报告不在缺少形状和码本参数时伪造压缩率。可按 $R=N_s b_s/N_{src}$ 或 $\rho=n/k$ 在取得参数后推导。

信道处理机制:decoder 实际收到什么

分类:离散错误显式建模/联合优化 训练或接收机显式处理 bit/index/codeword 错误;这是最直接应对离散语义变量跳变的一类。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:JPEG2000、LDPC、Polar、Turbo

信道/链路:QAM

指标:SSIM、MS-SSIM、accuracy、latency、throughput

SNR 条件:10 dB、10 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;跨数据域、未见任务和信道失配下的泛化证据有限。

Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication 架构/方法页
Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication,原 PDF 第 3 页(架构/方法页)。
Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication 关键结果页
Importance-Aware Source-Channel Coding for Multi-Modal Task-Oriented Semantic Communication,原 PDF 第 4 页(关键结果页)。

Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning

2025 · 2025 IEEE 101st Vehicular Technology Conference (VTC2025-Spring) · 资源分配与跨层优化

作者:Waleed Ahsan; Chuan Heng Foh; Yi Ma

团队归属:补充数据库轮次核验:指定负责人直接署名(Yi Ma);Crossref/DBLP 正式 DOI 元数据。

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:As a promising alternative, the semantic communication paradigm has attracted research attention, as it utilises the knowledge of the source to transmit only semantic information at the transmitter side and recover it on the receiving side [1]. PDF p.1
  2. 仍然存在的问题:Efficient handling of real-time ultra-large-scale connec- tions to enable smart applications, considering limited network resources, introduces significant challenges for the development of 6th-generation Radio Access Network (RAN) systems. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:In this paper, we develop a context-aware resource allocation framework for a semantic-aware regenerative AI-based Unmanned Aerial Vehicle (UAV) setup that accommodates both conventional and semantic communication users. PDF p.1
  6. 方案起作用的机制:In this work, the basic MDP consists of an agent/s (UAVs) that Authorized licensed use limited to: Peng Cheng Laboratory. PDF p.3
  7. 作者希望证明的结论:Second, with the help of the dynamic reward strategy, the proposed MARL outperforms conventional resource allocation schemes. PDF p.6

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:语义特征/latent 传输(数字性需逐式核对) 发送对象是特征、latent、prompt 或 token;是否真正形成 bitstream 取决于论文是否给出量化和链路映射。

未找到量化、码本、有限星座或 bitstream 证据;不能把神经网络 bottleneck 自动当作数字链路。

bit / token / channel-use / CBR 证据

论文未以可检索文本完整报告输入尺寸、latent/token 数、每个 index 的 bit 数与总开销;本报告不在缺少形状和码本参数时伪造压缩率。可按 $R=N_s b_s/N_{src}$ 或 $\rho=n/k$ 在取得参数后推导。

信道处理机制:decoder 实际收到什么

分类:信道作用点不够明确 全文自动证据不足;可能默认传统链路无误传输,必须结合系统图和公式人工确认 decoder 的实际输入。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:论文文本未明确命中,需查看原表格或附录

信道/链路:AWGN、OFDM

指标:latency、throughput

SNR 条件:174 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;语义表示到实际 bit/symbol 的映射与开销未被完整报告;残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明。

Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning 架构/方法页
Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning,原 PDF 第 1 页(架构/方法页)。
Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning 关键结果页
Resource Allocation for Semantic Aware Relay Networks using Multi-Agent Reinforcement Learning,原 PDF 第 5 页(关键结果页)。

Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications

2025 · IEEE Wireless Communications · 资源分配与跨层优化

作者:Qiao Li; Mahdi Boloursaz Mashhadi; Zhen Gao; Rahim Tafazolli; Mehdi Bennis; Dusit Niyato

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:In this paper, we introduce the potential opportunities and challenges of leveraging context in GenSC, explore how to integrate GFM/MLLMs- based token processing into semantic communication systems to leverage cross-modal context effectively at affordable complexity, present the key principles for efficient TokCom at various layers in future wireless networks. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:1 Token Communications: A Large Model-Driven Framework for Cross-modal Context-aware Semantic Communications Li Qiao∗, Mahdi Boloursaz Mashhadi∗, Senior Member, IEEE, Zhen Gao, Member, IEEE, Rahim Tafazolli, Fellow, IEEE, Mehdi Bennis, Fellow, IEEE, and Dusit Niyato, Fellow, IEEE Abstract—In this paper, we introduce token communications (TokCom), a large model-driven framework to leverage cross- modal context information in generative semantic communica- tions (GenSC). PDF p.1
  6. 方案起作用的机制:In a typical image semantic communication setup, we demonstrate a significant improvement of the bandwidth efficiency, achieved by TokCom by leveraging the context information among tokens. PDF p.1
  7. 作者希望证明的结论:Performance Analysis In Fig. 4 we have compared the proposed TokCom frame- work with and without cross modality information (CMI) with the above benchmarks, and the results demonstrate significant gains for TokCom. PDF p.6

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:显式离散/数字语义表示 全文出现 VQ、码本 index、离散 token 或 bitstream;需重点检查 index/bit 出错后是否会跳到错误码字。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:有限星座/调制符号直接过噪声信道 接收端从有噪星座或 soft symbol 恢复语义;需区分是否有显式 bit/index 译码。

实验设置与证据

数据集:ImageNet、LibriSpeech

Baseline:DeepJSCC、BERT

信道/链路:QAM

指标:PSNR、LPIPS、accuracy、semantic similarity、latency、CLIP

SNR 条件:10dB、8 dB、6 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;跨数据域、未见任务和信道失配下的泛化证据有限。

Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications 架构/方法页
Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications,原 PDF 第 1 页(架构/方法页)。
Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications 关键结果页
Token Communications: A Large Model-Driven Framework for Cross-Modal Context-Aware Semantic Communications,原 PDF 第 6 页(关键结果页)。

Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation

2026 · IEEE Transactions on Cognitive Communications and Networking · 物理层调制、波形与 MIMO

作者:Jingxuan Men; Mahdi Boloursaz Mashhadi; Ning Wang; Yi Ma; Mike Nilsson; Rahim Tafazolli

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi, Yi Ma

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:However, consid- ering the correlation between stereo media pairs, stereoscopic media communication will introduce redundancy. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于补上从连续 latent 到可发送波形之间的工程缺口,并检验频谱效率、PAPR、星座约束、CSI 或多天线增益。
  5. 本文提出的方案:To address this, we propose a novel dual-view deep joint source-channel coding scheme that efficiently extracts and transmits semantic features representing inter-view correlations, thereby reducing redun- dancy while improving the reconstruction quality. PDF p.1
  6. 方案起作用的机制:By leveraging the disparity between views, stereoscopic media can facilitate 3D structure construction and enhance spatial perception. PDF p.1
  7. 作者希望证明的结论:If the proposed semantic mask significantly outperforms the random mask, it provides strong validation for the effectiveness of the proposed algorithm. PDF p.9

方法与通信系统定位

研究任务:视频传输/生成

所属环节:物理层调制、波形与 MIMO。研究语义特征如何真正映射到天线、子载波或有限星座,而不是停留在抽象神经网络信道。

给深度学习研究生的解释:这部分决定神经网络输出最终怎样变成可由射频链路发送的复数符号、星座点、子载波或多天线信号,是从算法仿真走向通信实现的关键接口。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:数字语义特征 + 传统信道编码 decoder 通常看到信道译码后的 bit/index;若论文只假设译码成功,则未真正学习处理残余 index 跳变。

实验设置与证据

数据集:Cityscapes

Baseline:DeepJSCC、JPEG2000、JPEG、LDPC、H.264、H.265、SwinJSCC

信道/链路:AWGN、Rayleigh、fading channel、MIMO、OFDM

指标:PSNR、SSIM、accuracy、semantic similarity、latency

SNR 条件:4 dB、1.5 dB、20 dB、-5 dB、20 dB、20 dB、5 dB、20 dB、10 dB、35.1 dB、30 dB、18 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于补上从连续 latent 到可发送波形之间的工程缺口,并检验频谱效率、PAPR、星座约束、CSI 或多天线增益。

局限:残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明。

Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation 架构/方法页
Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation,原 PDF 第 3 页(架构/方法页)。
Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation 关键结果页
Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation,原 PDF 第 9 页(关键结果页)。

Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models

2026 · IEEE Transactions on Vehicular Technology · 资源分配与跨层优化

作者:Xinkai Liu; Mahdi Boloursaz Mashhadi; Li Qiao; Yi Ma; Rahim Tafazolli; Mehdi Bennis

团队归属:指定团队负责人直接署名:Mahdi Boloursaz Mashhadi, Yi Ma

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:In this paper, we develop an intent-aware generative semantic multicasting framework utilizing pre-trained diffusion models. PDF p.1
  6. 方案起作用的机制:The trans- mitter broadcasts the semantic map to all users over shared wireless resources, thereby utilizing orthogonal resources only to transmit the sub-signal classes intended for each user, which further saves the wireless resources. • To achieve scalability and adaptability, different from majority prior SemCom research, we follow a sep- tate source-channel coding scheme and pre-train a gen- erative diffusion model with classifier-free semantic guidance. PDF p.2
  7. 作者希望证明的结论:This shows that our proposed framework achieves a smaller compression rate for smaller K ≤3 values, thereby transmitting fewer bits over the wireless channel. PDF p.8

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:数字调制或混合数字-模拟链路 语义表示被映射到有限星座、编码 bit 或数字/模拟并行分支,已经触及可部署物理层接口。

bit / token / channel-use / CBR 证据

论文未以可检索文本完整报告输入尺寸、latent/token 数、每个 index 的 bit 数与总开销;本报告不在缺少形状和码本参数时伪造压缩率。可按 $R=N_s b_s/N_{src}$ 或 $\rho=n/k$ 在取得参数后推导。

信道处理机制:decoder 实际收到什么

分类:信道作用点不够明确 全文自动证据不足;可能默认传统链路无误传输,必须结合系统图和公式人工确认 decoder 的实际输入。

未能从全文文字确定噪声加在连续 latent、调制符号还是 bit/index 上;需回到系统图与信道公式确认。

实验设置与证据

数据集:COCO、Cityscapes

Baseline:BPG、JPEG、separation-based

信道/链路:Rayleigh

指标:SSIM、MS-SSIM、LPIPS、FID、accuracy、latency

SNR 条件:-30 dB、-174 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证;残余 bit/VQ-index 错误导致码字跳变的鲁棒性没有被充分证明;跨数据域、未见任务和信道失配下的泛化证据有限。

Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models 架构/方法页
Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models,原 PDF 第 1 页(架构/方法页)。
Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models 关键结果页
Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models,原 PDF 第 12 页(关键结果页)。

Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era

2026 · 2026 Joint European Conference on Networks and Communications & 6G Summit (EuCNC/6G Summit) · 资源分配与跨层优化

作者:Chunmei Xu; Yi Ma; Rahim Tafazolli

团队归属:补充数据库轮次核验:指定负责人直接署名(Yi Ma);Crossref/DBLP 正式 DOI 元数据。

Motivation|问题怎样一步步导出本文方法

  1. 现有进展:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  2. 仍然存在的问题:The aim is to examine whether interference, channel state infor- mation (CSI) accuracy, and scalability limitations in conventional MIMO systems remain critical. PDF p.1
  3. 为什么旧方法不够:在通信系统中,模型必须同时面对有限带宽、信道噪声和发送功率约束;只优化离线重建或任务 loss,不能保证相同信道使用次数下仍然可靠。
  4. 为什么重要:价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。
  5. 本文提出的方案:全文自动定位未找到可靠句子,需回到 PDF 人工核查。
  6. 方案起作用的机制:These results confirm the powerful inference capabilities of the semantic MIMO by leveraging generative AI, and indicate that semantic MIMO is inherently more tolerant to interference. PDF p.5
  7. 作者希望证明的结论:Fig. 2 shows that the semantic MIMO system outperforms conventional MIMO system when MF is applied. PDF p.4

方法与通信系统定位

研究任务:语音/音频传输或识别

所属环节:资源分配与跨层优化。语义编码器的性能被放进带宽、功率、时延或计算资源约束中联合优化。

给深度学习研究生的解释:模型性能在这里会被抽象成速率—精度或功率—失真曲线,再与无线资源约束一起求最优分配。

为什么方法可能解决开头的问题:方案把论文关注的语义表示、信道或资源约束放进同一训练/优化目标,使发送端学习的不只是数据压缩,而是“在给定无线资源和噪声下什么信息最值得发送”。

输入—编码—信道—接收端:全文方法证据

中间语义表示是什么

数字化方案与实际传输开销

数字化判断:显式离散/数字语义表示 全文出现 VQ、码本 index、离散 token 或 bitstream;需重点检查 index/bit 出错后是否会跳到错误码字。

bit / token / channel-use / CBR 证据

信道处理机制:decoder 实际收到什么

分类:离散错误显式建模/联合优化 训练或接收机显式处理 bit/index/codeword 错误;这是最直接应对离散语义变量跳变的一类。

实验设置与证据

数据集:论文文本未明确命中,需查看原表格或附录

Baseline:论文文本未明确命中,需查看原表格或附录

信道/链路:MIMO、QAM

指标:PSNR、SSIM、LPIPS、accuracy、BER、CLIP

SNR 条件:10 dB、10 dB、15 dB、6 dB

主要实验结论(带全文页码)

通信审稿价值与 Codex 判断

价值在于把语义质量转化为可优化的网络效用,并回答有限功率、带宽、时延应分给谁。

局限:证据主要来自数据集与仿真信道,缺少真实射频链路/原型验证。

Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era 架构/方法页
Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era,原 PDF 第 1 页(架构/方法页)。
Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era 关键结果页
Semantic MIMO: Revisiting Linear Precoding in the Generative AI Era,原 PDF 第 4 页(关键结果页)。

排除与边界记录

这些条目在检索中出现,但因预印本、综述/愿景、MDPI、主题边界或被期刊扩展版取代而未进入核心表。

年份标题原因
2024Communicate Less, Synthesize the Rest: Latency-aware Intent-based Generative Semantic Multicasting with Diffusion Models非正式期刊/会议技术论文类型:preprint
2024Generative Semantic Communication via Textual Prompts: Latency Performance Tradeoffs非正式期刊/会议技术论文类型:preprint
2024Generative Semantic Communications with Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation非正式期刊/会议技术论文类型:preprint
2024Latency-Aware Generative Semantic Communications with Pre-Trained Diffusion Models非正式期刊/会议技术论文类型:preprint
2024Semantic-Aware Power Allocation for Generative Semantic Communications with Foundation Models非正式期刊/会议技术论文类型:preprint
2025ToDMA: Large Model-Driven Massive Token Communications for Semantic Multiple Access非正式期刊/会议技术论文类型:preprint
2025Token Communications: A Large Model-Driven Framework for Cross-modal Context-aware Semantic Communications非正式期刊/会议技术论文类型:preprint
2025Token-Domain Multiple Access: Exploiting Semantic Orthogonality for Collision Mitigation非正式期刊/会议技术论文类型:preprint
2026Video TokenCom: Textual Intent-Guided Multi-Rate Video Token Communications with UEP-Based Adaptive Source-Channel Coding非正式期刊/会议技术论文类型:preprint
2026Video TokenCom: Textual Intent-Guided Multi-Rate Video Token Communications with UEP-Based Adaptive Source-Channel Coding非正式期刊/会议技术论文类型:preprint
2026Wireless TokenCom: RL-Based Tokenizer Agreement for Multi-User Wireless Token Communications非正式期刊/会议技术论文类型:preprint
2026Wireless TokenCom: RL-Based Tokenizer Agreement for Multi-User Wireless Token Communications非正式期刊/会议技术论文类型:preprint
2024Semantic-Aware Power Allocation for Generative Semantic Communications with Foundation Models存在同团队、同方法家族且作者高度重合的正式期刊扩展版;按既定口径由期刊版取代:Generative Semantic Communications With Foundation Models: Perception-Error Analysis and Semantic-Aware Power Allocation (IEEE JSAC, 2025)
2025Adaptive Semantic Communication for Gaze-guided Stereo Media Transmission存在同团队、同方法家族且作者高度重合的正式期刊扩展版;按既定口径由期刊版取代:Channel-Adaptive Semantic Communication for Stereoscopic Media: Design and Prototype Implementation (IEEE TCCN, 2026)
2026Channel-adaptive Semantic Communication for Stereoscopic Media:Design and Prototype Implementation同一正式论文的机构仓储/书目重复记录;保留 DOI 对应的出版社记录
2025A Physical Layer Security Framework for Integrated Sensing and Semantic Communication Systems会议版本被 IEEE TCCN 期刊扩展版 A Physical Layer Security Framework for IRS-Assisted Integrated Sensing and Semantic Communication Systems 取代
2021Mixed High-Order Attention Network for Weakly- Supervised Semantic Segmentation计算机视觉语义分割,非语义通信
2022Real-Time Semantic Segmentation via an Efficient Multi-Column Network计算机视觉语义分割,非语义通信
2021A Hybrid Semantic Segmentation Based on Level-Set Evolution Driven by Fully Convolutional Networks计算机视觉语义分割,非语义通信

方法与责任说明

书目元数据通过 OpenAlex、DOI 和出版页面核验;逐篇技术结论以本地 PDF 页码证据为准。自动定位不到可靠证据时明确标为待人工核查,不用摘要填充“阅读全文”结论。

AI Disclosure:本报告使用 AI 辅助完成检索、全文定位、结构化提取和网页生成;所有可核验论断均保留 DOI 或 PDF 页码入口。