晨光
暗夜
晨光
极光
Bilingual Paper Reading · 中英对照精读

利用智能超表面实现干扰零陷(RIS Interference Nulling)

电子信息工程 × 无线通信 × 智能超表面 —— 干扰管理精读材料
原文:arXiv:2112.13261 2021年12月25日发布 arXiv 预印本(cs.IT / eess.SP) 智能超表面 × 干扰零陷 × 自由度分析 附英文摘要朗读音频

一、论文档案

英文标题Interference Nulling Using Reconfigurable Intelligent Surface
中文标题利用智能超表面实现干扰零陷
作者蒋涛, 于伟(机构未在素材中标注)
发布时间2021年12月25日(v1)|分类:cs.IT(信息论)、eess.SP(信号处理)
一句话概括理论上证明:只要智能超表面(RIS)单元数足够多(略大于 2K(K−1)),就能把 K 对收发机之间的干扰全部打零、实现满 K 自由度;算法上用交替投影高效求出可行相位配置,并给出和速率 / 最小速率两种优化算法。
💡 为什么选这篇给你:① 智能超表面是 6G 最受关注的新硬件之一——一块「可编程反射墙」就能重塑无线信道,故事性极强;② 理论(能实现多少自由度)与算法(怎么算出来)两条线都很完整,且结论有一个漂亮的数字阈值 2K(K−1),好记好讲;③ 作者 Wei Yu 是信息论领域顶尖学者(IEEE Fellow),值得作为「顶刊级写作」范本精读。

二、核心术语表(先扫一遍再读正文)

英文术语中文大白话解释
reconfigurable intelligent surface (RIS)可重构智能表面(智能超表面)由大量无源单元组成的可编程反射面,每个单元能独立调节反射信号的相位,「重塑」无线信道。
passive beamforming无源波束赋形只调相位、不放大信号的波束赋形——几乎不耗电,这是 RIS 最吸引人的地方。
interference nulling干扰零陷把干扰信号的强度「打」到零:让每个接收端只收到自己的信号,收不到别人的。
degrees of freedom (DoF)自由度干扰信道中能同时传输的独立数据流数量上限;DoF 越高,总容量越大。
K-user interference channelK 用户干扰信道K 对收发机共享同一时频资源、彼此干扰的信息论模型,是研究干扰管理的标准场景。
interference alignment干扰对齐让所有干扰在接收端重叠到同一子空间、再把它消掉的技术,可恢复一半总自由度。
line-of-sight (LoS)视距收发之间无遮挡的直射路径;本文假设 RIS 与收发机之间是视距信道、直射路径被遮挡。
feasibility problem可行性问题不求最优、只问「存不存在一组相位让干扰全为零」的问题,比直接优化简单得多。
alternating projection交替投影在多个约束集合之间来回投影、迭代逼近公共交点的算法,实现简单、有收敛保证。
zero-forcing (ZF) solution迫零解让干扰项恰好为零的配置;本文用它作为后续优化的高质量初始点。
Riemannian conjugate gradient (RCG)黎曼共轭梯度在「单位模」曲面上做共轭梯度优化——相位只有模长 1 的约束,属于流形优化。
subgradient projection次梯度投影处理不可导目标(如最小速率)的投影类算法,复杂度低、可扩展到大规模 N。
sum rate / minimum rate和速率 / 最小速率全体用户速率之和 / 最差用户的速率,两个典型的系统级优化目标。
D2D (device-to-device)设备到设备通信终端之间直接通信、不经过基站的模式,对频谱效率要求高,是本文成果的典型应用场景。

三、摘要中英对照(精读核心)

🎧 音频在文末,可先听一遍原文再读;每个英文句都配了逐句翻译。

摘要 Abstract

EN · 原文
This paper investigates the interference nulling capability of reconfigurable intelligent surface (RIS) in a multiuser environment where multiple single-antenna transceivers communicate simultaneously in a shared spectrum.
CN · 翻译
本文研究智能超表面(RIS)在多用户环境中的干扰零陷能力——多个单天线收发机在共享频谱上同时通信。
EN · 原文
From a theoretical perspective, we show that when the channels between the RIS and the transceivers have line-of-sight and the direct paths are blocked, it is possible to adjust the phases of the RIS elements to null out all the interference completely and to achieve the maximum K degrees-of-freedom (DoF) in the overall K-user interference channel, provided that the number of RIS elements exceeds some finite value that depends on K.
CN · 翻译
从理论角度,我们证明:当 RIS 与收发机之间的信道为视距直射路径被遮挡时,只要 RIS 单元数超过某个仅与 K 有关的有限值,就能通过调节单元相位把所有干扰完全打零,在 K 用户干扰信道上实现最大 K 自由度(DoF)
EN · 原文
Algorithmically, for any fixed channel realization we formulate the interference nulling problem as a feasibility problem, and propose an alternating projection algorithm to efficiently solve the resulting nonconvex problem with local convergence guarantee.
CN · 翻译
在算法层面,对任意固定的信道实现,我们把干扰零陷问题建模为可行性问题,并提出交替投影算法高效求解这个非凸问题,且具有局部收敛保证
EN · 原文
Numerical results show that the proposed alternating projection algorithm can null all the interference if the number of RIS elements is only slightly larger than a threshold of 2K(K-1).
CN · 翻译
数值结果表明:只要 RIS 单元数略大于阈值 2K(K−1),交替投影算法就能把所有干扰打零
EN · 原文
For the practical sum-rate maximization objective, this paper proposes to use the zero-forcing solution obtained from alternating projection as an initial point for subsequent Riemannian conjugate gradient optimization and shows that it has a significant performance advantage over random initializations.
CN · 翻译
对实用的和速率最大化目标,本文用交替投影得到的迫零解作为后续黎曼共轭梯度优化的初始点,并证明它比随机初始化有显著性能优势。
EN · 原文
For the objective of maximizing the minimum rate, this paper proposes a subgradient projection method which is capable of achieving excellent performance at low complexity.
CN · 翻译
最小速率最大化目标,本文提出次梯度投影法,能以低复杂度取得优异性能。

关键词 Keywords:Reconfigurable Intelligent Surface 智能超表面 | Interference Nulling 干扰零陷 | Degrees of Freedom 自由度 | Alternating Projection 交替投影 | Passive Beamforming 无源波束赋形

四、引言精选(为什么这个问题重要)

① 核心问题:一面墙能否「同时反射多束波,还让它们互不干扰」?

EN · 原文
Recent emergence of reconfigured intelligent surface (RIS) for passive beamforming has resulted in a wide range of applications for enhancing the performance of wireless communication systems using RIS. This is due to the ability of the RIS to reflect incident wireless signal toward a desired direction in a controlled manner. In this paper, we investigate a new way of utilizing the RIS by asking the following question: In a multiuser environment with multiple independent communication streams sharing the same time and frequency resources, is it possible to configure the RIS to simultaneously reflect multiple beams, while completely nulling interference among them? The main result of this paper is that this is indeed possible, provided that the RIS has a sufficiently large number of elements.
CN · 翻译
近年来,可重构智能表面(RIS)用于无源波束赋形,催生了大量增强无线通信性能的应用——因为它能把入射信号受控地反射到期望方向。本文问了一个新问题:在多条独立通信流共享同一时频资源的多用户环境中,能否配置 RIS 同时反射多束波、并让它们之间的干扰完全为零?本文的主要结论是:可以——只要 RIS 的单元数足够多。

② 理论背景:K 用户干扰信道的「自由度悬崖」

EN · 原文
When multiple transmission links share the same time and frequency resources, a critical challenge is to manage the interference between the links. From an information theoretical perspective, for a K-user interference channel, the achievable degree-of-freedom (DoF) is K if there is no interference but drops down to zero if the interference is present and is treated as noise. Although interference alignment [1] can recover half of the total K DoF, the alignment technique requires assumption of time-varying channels with symbol extension, and is difficult to implement in practice.
CN · 翻译
当多条链路共享同一时频资源时,管理链路间干扰是核心挑战。从信息论角度看,K 用户干扰信道的可达自由度(DoF):无干扰时是 K,有干扰且被当作噪声时直接掉到 0——这就是「自由度悬崖」。虽然干扰对齐 [1] 能恢复一半总自由度,但它要求时变信道和符号扩展,实际很难实现

③ 本文路线:恒定信道、无符号扩展、求满 K 自由度

EN · 原文
This paper aims to derive more practical interference nulling strategies for the RIS-assisted interference network in that we assume constant channels with no symbol extensions and derive conditions under which a full DoF of K can be achieved for the RIS-assisted K-user interference channel. Moreover, we formulate the interference nulling problem as a feasibility problem and propose an efficient alternating projection method to find the RIS configuration that nulls the interference completely. Further, we develop numerical algorithms for maximizing both the sum rate and the minimum rate of the RIS-assisted interference channel.
CN · 翻译
本文追求更实用的干扰零陷策略:假设恒定信道、无符号扩展,推导出 RIS 辅助的 K 用户干扰信道实现满 K 自由度的条件;再把干扰零陷问题建模成可行性问题,用高效的交替投影法求出把干扰完全打零的 RIS 配置;最后分别开发了和速率最小速率最大化的数值算法。

④ 意义:让更多用户挤进同一时频资源块

EN · 原文
Together, these results show the considerable promise of using the reconfigurability of the RIS for interference mitigation in order to accommodate a large number of users in the same time-frequency resource block. This is an important goal for achieving bandwidth efficient wireless multiple access, especially for device-to-device (D2D) applications.
CN · 翻译
这些结果共同表明:利用 RIS 的可重构性做干扰抑制,有望在同一时频资源块中容纳大量用户——这是实现高带宽效率无线多址的重要目标,尤其适合设备到设备(D2D)通信
💡 这是全文最有味道的一句“the achievable degree-of-freedom (DoF) is K if there is no interference but drops down to zero if the interference is present and is treated as noise.”——干扰是信息论里的「0 或 K」悬崖问题,而 RIS 提供了一把翻越悬崖的梯子。先立起这个张力,再谈解法,就是顶刊写作的节奏。

五、论文贡献(3 个要点)

EN · 原文
1. Theoretical result. We show that it is possible to configure the reflective coefficients of the RIS to completely null interference and to achieve K DoF, if the number of elements at the RIS is sufficiently large. Specifically, for the line-of-sight channel model without the direct paths, we show that there exists a solution to achieve K DoF if the number of RIS elements exceeds some finite value that depends only on K.
CN · 翻译
1. 理论结果。证明:只要 RIS 单元数足够多,就能配置其反射系数把干扰完全打零、实现 K 自由度;具体地,在无直射路径的视距信道模型下,RIS 单元数超过某个仅由 K 决定的有限值时解一定存在。
EN · 原文
2. Alternating projection algorithm. Further, we propose an alternating projection algorithm with local convergence guarantee to find the zero-forcing solution for any arbitrary channel realizations.
CN · 翻译
2. 交替投影算法。提出带局部收敛保证的交替投影算法,对任意信道实现都能求出迫零解——且数值上只需 N 略大于 2K(K−1) 即可。
EN · 原文
3. Two optimization algorithms. Further, we develop numerical algorithms for maximizing both the sum rate and the minimum rate of the RIS-assisted interference channel.
CN · 翻译
3. 两个优化算法。进一步开发和速率与最小速率最大化的数值算法——前者用两阶段方案(迫零解 + 黎曼共轭梯度),后者用可扩展到大 N 的次梯度投影法。

六、结论中英对照

EN · 原文
This paper investigates an RIS-enabled multiple-access environment modeled as a K-user interference channel, where K transceiver pairs communicate through reflection by the RIS. We show that it is possible to configure the reflective coefficients of the RIS to completely null interference and to achieve K DoF, if the number of elements at the RIS is sufficiently large. Specifically, for the line-of-sight channel model without the direct paths, we show that there exists a solution to achieve K DoF if the number of RIS elements exceeds some finite value that depends only on K. Further, we propose an alternating projection algorithm with local convergence guarantee to find the zero-forcing solution for any arbitrary channel realizations. Numerical results demonstrate that the proposed alternating projection algorithm can achieve interference nulling if the number of RIS elements N is slightly larger than 2K(K-1).
CN · 翻译
本文研究了以 K 用户干扰信道建模的 RIS 使能多址环境——K 对收发机通过 RIS 反射通信。我们证明:只要 RIS 单元数足够多,就能配置其反射系数完全打零干扰、实现 K 自由度;具体地,在无直射路径的视距信道模型下,RIS 单元数超过某个仅由 K 决定的有限值时解存在。进一步,提出带局部收敛保证的交替投影算法,对任意信道实现求出迫零解;数值结果表明,当 RIS 单元数 N 略大于 2K(K−1) 时即可实现干扰零陷。
EN · 原文
This paper also proposes an efficient two-stage scheme to maximize the network sum rate. We show experimentally that using the zero-forcing solution obtained by the alternating projection algorithm as the initial point for the subsequent RCG method can significantly improve the optimization performance as compared to random initialization. For the problem of maximizing the minimum rate, we propose a subgradient projection method which is scalable to large N. In all, the results of this paper demonstrate the considerable capability of the RIS for interference nulling in an RIS-assisted multiuser communications environment.
CN · 翻译
本文还提出了最大化网络和速率的高效两阶段方案:实验表明,用交替投影得到的迫零解作为后续 RCG(黎曼共轭梯度)方法的初始点,比随机初始化显著提升优化性能。对最小速率最大化问题,提出可扩展到大 N 的次梯度投影法。总而言之,本文结果展示了 RIS 在辅助多用户通信环境中强大的干扰零陷能力

七、编者解读:这篇论文到底讲了什么(大白话版)

  1. 问题:很多设备(比如手机之间 D2D 直连)同时用同一段频率通信,彼此会「串台」——这就是干扰。信息论里,干扰若处理不好,能同时传的数据流数(自由度)会从 K 掉到 0。
  2. 想法:在房间里贴一面「智能墙」(RIS),墙上成千上万个单元各自调相位,把每个用户的信号反射到他自己那边、把别人的信号「反射没了」——就像用镜子给每对说话的人各开一条独立通道。
  3. 理论:什么时候能做到?论文证明:RIS 到用户是视距、直射路径被挡住时,单元数超过某个有限值(数值上约 2K(K−1))就一定能做到——一个漂亮的「够多就行」结论。
  4. 算法:怎么算出来?把问题改成「存不存在」的可行性问题,用交替投影来回迭代,快而且有收敛保证;算出的迫零解再喂给黎曼共轭梯度做和速率优化,比随机初始化好一大截。
  5. 价值:RIS 是无源器件(只调相位不放大),几乎不耗电——用「不花钱的墙」解决「最贵的频谱冲突」,这正是 6G 把它当核心候选技术的原因。
🎯 对保研的启示:这篇论文是「理论 + 算法」双轮驱动的范本——先给一个信息论层面的干净结论(什么条件下可行),再给一个可实现的算法(怎么算)。复试时若能复述「问题 → 理论条件 → 算法设计 → 数值验证」这条链,说明你读懂了科研论文的结构。

八、给低年级本科生的阅读路线图 & 延伸方向

📖 怎么读这篇论文(三遍法)

  1. 第一遍(10 分钟):只读摘要和术语表,抓住三件事——问题(干扰让自由度掉到 0)、方法(RIS 调相位把干扰打零)、结果(单元数 > 2K(K−1) 就能做到)。
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「自由度悬崖」这个信息论张力和「可行性问题」这个算法转化思路。
  3. 第三遍(30 分钟):读方法文字部分(交替投影怎么迭代、两阶段方案怎么衔接),跳过所有公式和编号;遇到不懂的术语回查术语表。

🚀 这个方向你能延伸做什么

九、英文摘要朗读(练听力用)

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(2K(K−1) 阈值)和术语(interference nulling、degrees of freedom、alternating projection、Riemannian conjugate gradient、subgradient projection)。