-
摘要:
无线充电技术具有非接触、自动化以及易维护的供能特性,可以有效解决未来智能物联网(AIoT)在大规模应用时的能量供应难题. 在现有无线充电技术中,磁共振无线充电技术在能量传输效用与空间自由度上有着更为均衡的技术优势,已成为当今无线充电领域的研究热点,拥有更为广阔的应用前景. 为此,大致回顾了磁共振无线充电技术的发展历程并对其相关背景概念进行了简要概述. 对近年的磁共振无线充电技术相关研究进行了系统梳理,并基于设计动机和技术实现从反馈通信、优化调度、感知应用、安全保障4个角度出发,详细总结了对应工作的基本原理、实施方法等核心内容,为后续的研究提供了有效参考. 其中,根据传输方式将反馈通信方面工作分为两大类,根据系统结构将优化调度方面工作分为两大类,根据应用场景从三大类介绍感知应用方面工作,根据保障对象将安全保障方面工作分为三大类. 最后在上述工作的基础上,讨论了磁共振无线充电技术现有工作的可改进之处,并对未来研究方向进行了展望.
Abstract:Wireless charging has the characteristics of no wiring, automation, and ease of maintenance, which can effectively solve the energy supply problem for the future large-scale application of artificial intelligence of things (AIoT). Magnetic resonant coupling wireless charging technology has more balanced technical advantages in terms of spatial freedom and energy transfer efficiency, and has become a research hotspot in the field of wireless charging today, with broader application prospects. In this paper, the development history of magnetic resonant coupling wireless charging technology is reviewed, and the related background concepts are briefly summarized. A systematic review of recent work on magnetic resonant coupling wireless charging technology is carried out, and based on the design motivation and technical realization, the basic principles and implementation methods of the corresponding research are summarized in detail from the four perspectives of feedback communication, optimization scheduling, sensing application and radiation safety guarantee, providing an effective reference for subsequent research. Specifically, feedback communication work is categorized into two main types according to transmission mode, optimization scheduling work is classified into two main types based on system structure, and sensing applications are introduced from three main categories according to application scenario. Finally, based on the aforementioned work, we discuss areas for improvement in the current magnetic resonant coupling wireless charging technology and explore future research directions.
-
随着信息时代的发展,人们被越来越多的信息数据包围. 企业为了从海量的信息数据中提取出有用信息并为企业带来效益,推荐算法被广泛应用于各大企业的在线服务中[1-7]. 推荐系统旨在通过历史交互数据对用户和项的表征进行建模,发现隐藏在数据背后的模式和规律,进而为决策提供支持和指导[8-18]. 然而,传统的推荐系统只关注用户与项在单一域的交互,这相对于用户-项交互关系的总数量来说是相当小的,意味着数据稀疏性仍然是一个需要克服的问题[19-23]. 同时,对于进入系统的新用户和新项来说,缺乏历史交互数据造成的数据稀疏也是一个严重问题,也就是所谓的冷启动问题[24-32].
为解决数据稀疏问题并提高推荐准确性,跨域推荐(cross-domain recommendation,CDR)方法被提出[33-34]. CDR利用其他域的相关信息来协助目标域的预测任务. 例如,喜欢喜剧电影而不喜欢爱情电影、喜欢笑话集而不喜欢爱情小说的用户,其个人表征反映了他们对喜剧项的偏好和对爱情项的厌恶. 现有的CDR方法通常通过学习不同域之间重叠用户或项的潜在表征,再结合来自不同域的共享信息来作为信息传递的桥梁.
尽管传统的CDR方法已取得一定的研究进展,但仍然存在一定局限性. 如现有的非图的CDR方法忽略了用户-项交互关系的高阶隐含特征和用户-项交互图的高阶结构特征,导致不能完全捕捉到用户-项交互的复杂性[35]. 这种局限性导致推荐效果有待改善. 具体来说,传统方法只能隐式地捕捉协同信号(即使用用户-项交互信息作为监督信号),可以看作是利用一跳邻居的交互信息来进行用户的表征学习. 而将用户与项交互信息显示建模成交互图(即拓扑结构),利用图神经网络在交互图上提取出来的高阶交互信息可以自然、显式地编码关键的协同信号. 利用图神经网络提取用户-项交互信息时,每个节点(用户或项)不仅能够与一跳邻居进行交互,还能通过图结构与间接相连的用户或项(多跳邻居)进行交互,因此得到的高阶交互信息能够包含更多的上下文关系和更丰富的特征,从而提高推荐性能. 因此,设计能够捕捉高阶特征的新方法对于提高跨域推荐的准确性至关重要.
为了从用户-项交互图中捕捉高阶信息,图卷积网络(graph convolutional network,GCN)已被广泛应用于推荐系统[36-37]. GCN使用初始属性或结构特征初始化节点表示,通过递归聚合更新每个节点,最后根据下游任务读出节点或图的最终表示[38]. 基于GCN的推荐模型通常将用户与项的交互视为用户与项的2-部图,并在图中传播信息和聚合邻近节点的特征,从而获得用户和项的高质量特征嵌入. 最近,一些研究工作通过使用GCN来实现跨域推荐任务[39-41]. 但这些工作在跨域特征提取上为每一个用户交互序列构建交互子图或在每个域上单独构建域的子图,并没有构建一个统一的不同域间用户-项交互图. 由于非活跃用户通常交互项较少,只依靠用户子图不足以生成高质量的跨域表示从而限制了推荐系统的偏好表达能力,而分开建模域的子图无法提取到丰富的跨域特征. 建模一个统一的用户-项交互图有助于提取丰富的跨域特征,提高跨域推荐性能. 此外,现有的基于图的CDR方法也没有考虑到基于图卷积的方法普遍面临的过平滑问题.
针对上述问题,我们提出了一个新框架,称为图卷积宽度跨域推荐系统(graph convolutional broad cross-domain recommender system,GBCD). 该推荐系统利用GCN获取多个域内的高阶相似性和结构特征,从而进一步提高推荐性能,并缓解上述问题.
本文在建立的模型过程中必须应对2个主要挑战. 第1个挑战是构建不同域之间的用户-项交互图,第2个挑战是制定有效的策略在不同域中通过GCN提取高阶信息所构成的高质量用户-项跨域嵌入向量. 为了应对这2个挑战,本文提出了一种基于多部图概念的新方法. 具体地说,我们开发了一个(D+1)-部图,该图建立了多个域的项和重叠用户之间的关系,其中重叠用户作为传递信息的桥梁,如图1所示. 在同一域内,类似的项也被链接起来. 然后,使用GCN来聚合邻近节点的关系,并提取用户和项的特征.
针对基于GCN方法普遍面临的过度平滑问题,即由于邻近节点信息的信息过度聚合,模型的鉴别性能降低. 我们引入了宽度学习系统(broad learning system,BLS)[42]作为非线性近似器,BLS可以根据任何连续概率分布使用随机隐藏层权重将原始样本映射到一个具有区分度的特征空间. 通过随机权重向模型中引入随机噪声,可以有效地增强模型的鲁棒性,进而缓解过度平滑问题.
在GBCD中,我们遵循了大多数 GCN推荐模型的思路,摒弃了对特征聚合帮助不大的非线性激活部分. 但与简化图卷积推荐系统(simplifying and powering graph convolution network for recommendation,L-GCN)[43]不同的是,我们没有放弃权重矩阵的训练过程,实现了输入节点特征的降维. 在模型训练过程中,我们将每个 GCN的结果输入BLS进行评分预测. 由于GCN网络的训练易受噪音的影响,例如:不可靠的交互等,为此我们提出了一种新的面向任务的优化损失函数. 该损失函数根据最终推荐任务的BLS输出性能反馈训练GCN网络. 通过这种方法,可有效地训练GBCD并提高其在推荐任务中的性能.
本文的主要贡献有3个方面:1)专注于探索如何从多个域学习高阶特征,创新性地将不同域的用户-项交互信息构建成(D+1)-部图. 2)提出了一种新的模型 GBCD,它是一种基于图神经网络的宽度跨域推荐系统. 此外,还设计了一种新的面向任务的损失函数来训练GBCD. 3)在2个大规模真实数据集上对GBCD进行了综合实验评估,结果表明GBCD 显著提高了推荐性能.
1. 相关工作
1.1 跨域推荐
CDR方法已被提出作为解决推荐系统中冷启动和数据稀疏性挑战的一种解决方案. 多年来,CDR的各种变体被开发出来,每一种都有其独特的特点和局限性. 例如,集体矩阵分解(collective matrix factorization,CMF)[44]假设存在一个跨所有域共享的全局嵌入矩阵,并同时从多个域分解该矩阵. 在低秩和稀疏的跨域推荐(low-rank and sparse cross-domain recommendation,LSCD)[2]中,对每个域分别提取用户和项的潜在特征矩阵,而不是将每个域的评分矩阵分解为3个低维矩阵3次. 此外,用户的特性被自适应地分为共享组件和域特定组件. 近年来,深度学习模型也被引入CDR中. 例如,在文献[3]中提出一种新的自动编码器框架,它可以跨域传输和融合信息,以做出更准确的评分预测.Zhu等人[45]提出一个基于矩阵分解模型和全连接深度神经网络的跨域和跨系统推荐的深度框架. 嵌入映射跨域推荐系统(cross-domain recommendation:an embedding and mapping approach,EMCDR)[46]在每个域中利用隐因子模型学习用户和项特征,在不同域间将数据从丰富域映射到稀疏域实现跨域推荐. 用户偏好个性化迁移(personalized transfer of user preferences,PTUP)推荐系统[27]使用元网络为每个用户生成1个个性化的信息桥梁功能,进而为每个用户学习个性化跨域表示. 同时,Li等人[28]提出了一种新的对抗性学习方法,该方法将从不同域中生成的用户嵌入向量统一为每个用户的1个全局用户表示来进行跨域推荐. Cao等人[29]通过信息瓶颈的原理建模领域间去偏共享信息来实现跨域推荐. 而解耦跨域推荐系统(disentangled representations for cross-domain recommendation,DisenCDR)[47]通过解耦领域共享和领域特定信息,并利用互信息规则来增强跨域推荐性能.Xu等人[48]通过双重嵌入结构、自适应的传递矩阵、注意机制,有效地处理特征维度和潜在空间的异质性来实现跨域推荐.Xie等人[26]通过构建多样化偏好网络和域内域间的对比学习任务来解决跨域推荐中的数据偏差问题.
1.2 基于GCN的推荐
近年来,研究人员一直在探索利用图神经网络提取用户-项交互图中的特征以更好地预测用户的偏好. 其中一种方法是基于图卷积的矩阵补全(graph convolutional matrix completion,GC-MC)[49],该方法在编码交互特征时,通过GCN来利用用户和项之间的连接. 另一种方法将GCN集成到嵌入表征学习过程中的框架——神经图协同滤波(neural graph collaborative filtering,NGCF)[50]. NGCF覆盖多个嵌入传播层,通过传播层捕获用户和项之间的高阶连接的协同信息. Chen等人[51]去掉非线性激活函数,并使用残差学习方法来解释连接各层输出的原因. 为简化NGCF,L-GCN[43]删除了对协同滤波没有正面作用的激活和转换函数等操作. 此外,还有一种新的跨域推荐的双向迁移学习方法被提出,即基于图协同滤波网络的双向转移(bi-directional transfer graph collaborative filtering networks,BiTGCF)模型[52].BiTGCF不仅通过一个新的特征传播层建模单域用户-项图中的高阶连通性,还利用公共用户作为桥梁实现2个知识跨域的双向转移.
1.3 宽度学习系统(BLS)
2017年,BLS[42]作为一种新型的浅层神经网络模型被提出. 类似于深度神经网络,BLS可以近似逼近非线性函数,并对此进行了严格的分析论证[53]. BLS被设计为一个浅层的扁平网络,其中原始输入数据通过连续的概率分布映射到特征节点中,然后在宽度扩展中用节点进行增强. 这种设计可以实现快速的训练过程,因为只需要使用伪逆向算法训练从隐藏层到输出层的权重. 因此,与基于深度神经网络的模型相比,BLS不需要大量训练时间,而且由于其存储的参数数量较少,更适用于大规模数据集.
2. GBCD模型
在本节中,我们将详细描述所提出的GBCD,如图2所示.GBCD的目标是为多个领域中的重叠用户进行推荐,GBCD的关键思路是从(D+1)-部图中提取潜在的特征,该图是利用源域和目标域的信息构造的. 利用(D+1)-部图上的多图卷积网络(MGCN),生成了一个捕获相关信息的特征向量. 进一步地,为了优化所获得的特征向量并消除任何相关的噪声,我们利用BLS从数据中分析和提取有价值的特征.表1中记录了本文中出现的符号汇总.
表 1 主要符号描述表Table 1. Description Table of the Main Notations符号 描述 U,Vd,V={V1,V2,…,VD} 用户集,第d个项域中的项集,
D个项域组成的项节点集{{{\boldsymbol{R}}}^{t}} \in {\mathbb{R}^{\left| {\mathcal{U}} \right| \times \left| {{{\mathcal{V}}^{d}}} \right|}} 第 {d} 个域中的用户 {\text{-}} 项评分矩阵 \mathcal{G}^{D+1}=\{\mathcal{U}, \mathcal{V}, \mathcal{E}\} ({D} + 1) {\text{-}} 部图 \mathcal{E}=\left\{\mathcal{E}^{1}, \mathcal{E}^{2}, …, \mathcal{E}^{D}\right\} 边集,每个 {{\mathcal{E}}^{d}} 都是连接 {\mathcal{U}}
和 {{\mathcal{V}}^{d}} 之间节点的边{{\boldsymbol{A}}} 多域用户项的加权邻接矩阵 {\hat {\boldsymbol{A}}} 基于 {\boldsymbol{A}} 增加自连接的邻接矩阵 {\hat {\boldsymbol{D}}} \hat {\boldsymbol{A}} 的度矩阵 {{\boldsymbol{e}}}_{{{v}^{d}}}^{u} = [{{\boldsymbol{U}}}|{{{\boldsymbol{V}}}^{d}}] \in {\mathbb{R}^{1 \times 2{N}}} 跨域协同滤波嵌入向量 {{{\boldsymbol{E}}}^0},{{{\boldsymbol{E}}}^{k}} {{\boldsymbol{E}}^0} 是 ({D} + 1){\text{ -}} 部图的特征矩阵,
{{\boldsymbol{E}}^{k}} 是第 {k} 层的特征矩阵{{\boldsymbol{E}}} 跨域协同矩阵,由跨域协同滤波嵌
入向量拼接得到{\mathcal{W}^{\mathrm{g}}} = \{ {{{\boldsymbol{W}}}^1},{{{\boldsymbol{W}}}^2},…,{{{\boldsymbol{W}}}^{k}}\} MGCN模块的权重参数集合 {\mathcal{W}^{\mathrm{b}}} = \{ {{{\boldsymbol{W}}}_{z{j}}}{,}{{{\boldsymbol{W}}}_{h{j}}}{,}{{{\boldsymbol{W}}}^y}{,}{{{\boldsymbol{\beta}} }_{zj}}{,}{{{\boldsymbol{\beta}} }_{hj}}\} BLS模块的权重参数集合 {{{\boldsymbol{Z}}}^{m}},{{{\boldsymbol{Z}}}_{j}} 映射特征矩阵,第 {j} 个映射
特征矩阵节点\phi_{j}, \xi_{j} 第 {j} 个非线性映射特征映射函数,
第 {j} 个非线性特征增强映射函数{{{\boldsymbol{H}}}^{h}},{{{\boldsymbol{H}}}_{j}} 特征增强矩阵,第 {j} 个特征增强层节点 {\hat {\boldsymbol{Y}}} BLS输出层的输出矩阵 {\hat {\boldsymbol{r}}}_{{{v}^{d}}}^{u} 用户 {u} 与项 {{v}^{d}} 的预测向量 2.1 跨域特征提取
2.1.1 构造多部图
GBCD利用了 ({D} + 1) {\text{- }}部图,使用公共用户作为桥梁来连接跨不同域的项. 这种方法可以实现不同域之间的间接联系,并便于在每个域中提取潜在的协同滤波嵌入向量. 假设在由 {D} 个项域组成的跨域推荐任务中, {\mathcal{U}} 为用户集, {{\mathcal{V}}^{d}} 为第 {d} 个项域中的项集, {{{\boldsymbol{R}}}^{t}} \in {\mathbb{R}^{|\mathcal{U}| \times |{\mathcal{V}^{d}}|}} 为第 {d} 个项域中的用户 {\text{-}} 项评分矩阵, {{\mathcal{G}}^{{D} + 1}} = \{ {\mathcal{U}},{\mathcal{V}},{\mathcal{E}}\} 表示 ({D} + 1) {\text{-}} 部图. 在 ({D} + 1) {\text{-}} 部图中, {\cal V}=\{{\cal V}^{1},{\cal V}^{2},…,{\cal V}^{{D}}\} 表示 {D} 个项域组成的项节点集,每个 {{\mathcal{V}}^{d}} 对应于第 {d} 个项域中的项集, {\mathcal{E}} = \{ {{\mathcal{E}}^1}, {{\mathcal{E}}^2},…, {{\mathcal{E}}^{D}}\} 表示边集,每个 {{\mathcal{E}}^{d}} 都是连接 {\mathcal{U}} 和 {{\mathcal{V}}^{d}} 之间节点的边,即在第 {d} 个域中用户 {\text{-}} 项的交互. 每条边的权重取决于用户相应项的评分. 对于 ({D} + 1) {\text{-}} 部图,表示多域用户项评分信息的加权邻接矩阵可以构造为
{\boldsymbol{A}} = \left( {\begin{array}{*{20}{c}} {{{0}}}&{{{\left( {{{\boldsymbol{R}}^1},…,{{\boldsymbol{R}}^{D}}} \right)}^{\mathrm{T}}}} \\ {({{\boldsymbol{R}}^1},…,{{\boldsymbol{R}}^{D}})}&{{{0}}} \end{array}} \right) . (1) 2.1.2 基于多部图的图卷积神经网络
在该模型中,设计了一个MGCN模块,用于处理和提取 ({D} + 1) {\text{-}} 部图中不同域之间潜在的高阶特征. 与普通的GCN网络相比,该模块摒弃了对特征聚合贡献较少的非线性激活部分,但保留权重矩阵的训练过程. 该网络定义为
{\boldsymbol{e}} = {{f}_{{\mathrm{MGCN}}}}({{\mathcal{G}}^{{D} + 1}};{{\mathcal{W}}^{\mathrm{g}}}) \text{,} (2) 其中{\boldsymbol{ e}} 为跨域协同滤波嵌入向量, {{\mathcal{W}}^{\mathrm{g}}} 为MGCN模块的权重参数集合.
MGCN的核心思想是利用公共用户作为桥梁,在不同域的项之间建立连接,然后通过线性的GCN来聚合跨域信息学习这些实体的嵌入向量. 该方法可促进信息的递归传递或特征的传播. 具体来说,其计算步骤为
{{\boldsymbol{E}}^{({k} + 1)}} = {\hat {\boldsymbol{D}}^{ - 0.5}}\hat {\boldsymbol{A}}{\hat {\boldsymbol{D}}^{ - 0.5}}{{\boldsymbol{E}}^{k}}{{\boldsymbol{W}}^{k}} \text{,} (3) 其中 \hat {\boldsymbol{A}} = {\boldsymbol{A}} + {\boldsymbol{I}} 是添加自连接的邻接矩阵, {\boldsymbol{I}} 为单位矩阵, \hat {\boldsymbol{D}} 是 \hat {\boldsymbol{A}} 的度矩阵, {{\boldsymbol{W}}^{k}} 是第 {k} 层中的权值矩阵.
为了使用户-项的嵌入向量尽可能保留原始评分数据,特征矩阵 {{\boldsymbol{E}}^0} 表示为
{{\boldsymbol{E}}}^{0}=\left(\begin{array}{cc}{\left({{\boldsymbol{R}}}^{1},…,{{\boldsymbol{R}}}^{{D}}\right)}^{{\mathrm{T}}}& {\boldsymbol{I}}\\ {\boldsymbol{I}}& ({{\boldsymbol{R}}}^{1},…,{{\boldsymbol{R}}}^{{D}})\end{array}\right) . (4) 通过将特征矩阵 {{\boldsymbol{E}}^0} 输入到MGCN中,可以得到跨域嵌入向量矩阵 {\boldsymbol{E}} = {{\boldsymbol{E}}^{k}} ,其中 {k} 为MGCN的层数. 从跨域嵌入向量矩阵 {\boldsymbol{E}} 中,可以得到用户 {{{u}}} 的嵌入向量,记为{\boldsymbol{U}} . 在第 {d} 域中的项 {v^{d}} 的跨域嵌入向量,记为 {{\boldsymbol{V}}^{d}} . 连接形成跨域协同滤波嵌入为
{\boldsymbol{e}}_{{{v}^{d}}}^{u} = [{\boldsymbol{U}}|{{\boldsymbol{V}}^{d}}] \in {{\mathbb{R}}^{1 \times 2{N}}} \text{,} (5) 其中 {N} 为跨域协同滤波嵌入的维数.
MGCN利用其特征提取能力来处理 ({D} + 1) -部图,通过公共用户实现不同域之间的间接连接,更高效地在每个域内提取潜在的高阶结构嵌入向量. 由此产生的跨域协作滤波嵌入向量捕获了跨不同域的用户和项之间的底层关系和交互,从而提高了系统的推荐性能.
2.2 跨域BLS
在此使用跨域BLS来映射从MGCN模块获得的跨域预测向量,以减轻潜在的噪声. 传统的BLS由3个主要部分组成:映射特征层、特征增强层和输出层. 这3个部分共同作用,以增强模型的鲁棒性和预测能力. BLS网络定义为
\hat {\boldsymbol{r}} = {{f}_{{\mathrm{BLS}}}}({\boldsymbol{E}};{{\mathcal{W}}^{\mathrm{b}}}) \text{,} (6) 其中 {\boldsymbol{E}} \in {\mathbb{R}^{|{D}| \times 2{N}}} 为不同用户-项 {\boldsymbol{e}}_{{{v}^{d}}}^{u} 组合的矩阵, {{\mathcal{W}}^{\mathrm{b}}} 为BLS模块的权重参数集合.
2.2.1 映射特征层
在映射特征层中,对嵌入进行初步处理使随机映射嵌入到映射特征矩阵节点 {{\boldsymbol{Z}}_{j}} \in {\mathbb{R}^{|{D}| \times {{d}_{z}}}} 上,表示为
{{\boldsymbol{Z}}_{j}} = {\phi _{j}}({\boldsymbol{E}}{{\boldsymbol{W}}_{{zj}}} + {{\boldsymbol{\beta}} _{{zj}}}),{\text{ }}{j = }1,2,…,{m} \text{,} (7) 其中 |{D}| 为样本大小, {{d}_{z}} 为每个映射特征组的维数, {m} 为映射特征组的个数, {\phi _{j}} 为第 {j} 个非线性映射特征映射函数. 在映射特征层中,采用了简单的线性变化函数. 与此同时,在上述过程中, {{\boldsymbol{W}}_{{zj}}} \in {\mathbb{R}^{2{N} \times {{d}_{z}}}} 和 {{\boldsymbol{\beta }}_{{zj}}} \in {\mathbb{R}^{|{D}| \times {{d}_{z}}}} 在初始化过程中随机生成. 然后,将映射特征层中的节点输出组合成映射特征矩阵 {{\boldsymbol{Z}}^{m}} ,表示为
{{\boldsymbol{Z}}^{m}} =\left({{\boldsymbol{Z}}_1}|{{\boldsymbol{Z}}_2}|…|{{\boldsymbol{Z}}_{m}}\right) \in {\mathbb{R}^{|{D}| \times {m}{{d}_{z}}}} . (8) 2.2.2 特征增强层
特征增强层以映射特征层的输出 {{\boldsymbol{Z}}^{m}} 作为输入,特征增强层节点 {{\boldsymbol{H}}_{j}} \in {\mathbb{R}^{|{D}| \times {{d}_{h}}}} 计算为
{{\boldsymbol{H}}_{j}} = {\xi _{j}}({{\boldsymbol{Z}}^{m}}{{\boldsymbol{W}}_{{hj}}} + {{\boldsymbol{\beta}} _{{hj}}}),{\text{ }}{j = }1,2,…,{h} \text{,} (9) 其中 {{d}_{h}} 表示每个特征增强组的维数, {h} 表示特征增强组的个数, {\xi _{j}} 为第 {j} 个非线性特征增强映射函数. 在上述过程中,采用ReLu作为非线性映射函数. {{\boldsymbol{W}}_{{hj}}} \in {\mathbb{R}^{{m}{{d}_{z}} \times {{d}_{h}}}} 和 {{\boldsymbol{\beta }}_{{hj}}} \in {\mathbb{R}^{|{D}| \times {{d}_{h}}}} 在初始化过程中随机生成. 然后,将特征增强层中的节点输出组合成特征增强矩阵 {{\boldsymbol{H}}^{h}} ,即
{{\boldsymbol{H}}^{h}} = ({{\boldsymbol{H}}_1}|{{\boldsymbol{H}}_2}|…|{{\boldsymbol{H}}_{h}}) \in {\mathbb{R}^{|{D}| \times {h}{{d}_{h}}}} . (10) 2.2.3 输出层
在输出层中,BLS模块用映射的特征矩阵 {{\boldsymbol{Z}}^{m}} 和增强的特征矩阵 {{\boldsymbol{H}}^{h}} 计算输出 \hat {\boldsymbol{Y}} ,即
\hat {\boldsymbol{Y}} = ({{\boldsymbol{Z}}^{m}}|{{\boldsymbol{H}}^{h}}){{\boldsymbol{W}}^{y}} \text{,} (11) 其中 {{\boldsymbol{W}}^{y}} \in {\mathbb{R}^{({m}{{d}_{z}}{ + h}{{d}_{h}}) \times {{d}_{y}}}} 为可训练的权重矩阵, {{d}_{y}} 为输出标签的数量. 在训练过程中,只需要调整可训练的矩阵,这可以通过使用岭回归算法得到一个伪逆矩阵来近似,即
{{\boldsymbol{W}}^{y}} = {({{\boldsymbol{Z}}^{m}}|{{\boldsymbol{H}}^{h}})^ + }{\boldsymbol{Y}} . (12) 在获得BLS模块输出层的输出矩阵 \hat {\boldsymbol{Y}} 后,便可以得到相对应的用户 {u} 与项 {{v}^{d}} 的预测向量 \hat {\boldsymbol{y}}_{{{v}^{d}}}^{u} . 同时,需要对其进行规范化和加权计算预测用户-项评分 \hat {\boldsymbol{r}}_{{{v}^{d}}}^{u} ,即
\hat {\boldsymbol{r}}_{{{v}^{d}}}^{u} = \sum\limits_{{j} = 1}^{{{d}_{y}}} {\frac{{\hat {\boldsymbol{y}}_{{{v}^{d}}}^{u}[{j}] - \min\left( {\hat {\boldsymbol{y}}_{{{v}^{d}}}^{u}} \right)}}{{\max\left( {\hat {\boldsymbol{y}}_{{{v}^{d}}}^{u}} \right) - \min\left( {\hat {\boldsymbol{y}}_{{{v}^{d}}}^{u}} \right)}}} \hat {\boldsymbol{y}}_{{{v}^{d}}}^{u}[{j}] . (13) 2.3 损失函数及方法
使用传统的基于GCN方法训练MGCN网络时,由于在图网络中使用MGCN聚合邻居节点信息会导致学习不合理的交互信息,学习到的高阶信息可能不够准确和合理,导致模型预测精度较低、模型鲁棒性较差. 为克服这一问题,本文利用BLS的随机映射特性来增强MGCN模型的鲁棒性. 因此,GBCD方法不使用中间结果进行MGCN的训练,而是端对端对网络进行更新,直接利用最终推荐任务的输出也就是BLS的输出作为优化目标,即面向任务的训练优化方法. 在本文中,最终推荐任务的目标是预测评分,GBCD方法的损失函数表示为
\mathop {\min}\limits_{{{\mathcal{W}}^{\mathrm{g}}},{{\mathcal{W}}^{\mathrm{b}}}} \frac{1}{{|{\mathcal{R}}|}}\sum\limits_{{\boldsymbol{r}}_{{{v}^{d}}}^{u} \in {\mathcal{R}}} {{{\left( {{\boldsymbol{r}}_{{{v}^{d}}}^{u} - \hat {\boldsymbol{r}}_{{{v}^{d}}}^{u}} \right)}^2}} , (14) 其中 {\mathcal{R}} 表示输入样本集合.
算法1提供了本文所提出的GBCD的伪代码.
算法1. 图卷积宽度跨域推荐系统(GBCD).
输入: ({D} + 1){\text{ -}} 部图 {{\mathcal{G}}^{{D} + 1}} ,映射特征组的个数 {m} ,映射特征组的维数 {{d}_{m}} ,特征增强组的个数 {h} ,每个特征增强组的维数 {{d}_{h}} ,训练轮数 {{N}_{{\mathrm{epoch}}}} .
输出:用户-项的预测评分 \hat {\boldsymbol{r }}.
① 初始化权重参数 {{\mathcal{W}}^g} 和 {{\mathcal{W}}^b} ;
② {{\boldsymbol{A}}} , {{{\boldsymbol{E}}}^0} \leftarrow {{\mathcal{G}}^{{D} + 1}} ; /*将 ({D} + 1){\text{ -}} 部图转换为相应加 权邻接矩阵和特征矩阵*/
③ for {{N}_{{\mathrm{epoch}}}} do
④ {{\boldsymbol{E}}} \leftarrow {{f}_{{\mathrm{MGCN}}}}({{\boldsymbol{A}}},{{{\boldsymbol{E}}}^0};{\mathcal{W}^{\mathrm{g}}}) ;/*通过MGCN提取 和学习不同域之间的嵌入向量*/
⑤ for {j} in 1 to {m} do
⑥ {{{\boldsymbol{Z}}}_{j}} \leftarrow {\phi _{j}}({{\boldsymbol{E}}}{{{\boldsymbol{W}}}_{{zj}}} + {{{\boldsymbol{\beta}} }_{{zj}}}) ;/*对嵌入向量进行随 机映射生成BLS映射层输出*/
⑦ end for
⑧ {{{\boldsymbol{Z}}}^{m}} \leftarrow({{{\boldsymbol{Z}}}_1}|{{{\boldsymbol{Z}}}_2}|…|{{{\boldsymbol{Z}}}_{m}}) ;/*映射特征层中的节点 输出组合成映射特征矩阵*/
⑨ for {j} in 1 to {h} do
⑩ {{{\boldsymbol{H}}}_{j}} = {\xi _{j}}({{{\boldsymbol{Z}}}^{m}}{{{\boldsymbol{W}}}_{{hj}}} + {{{\boldsymbol{\beta}} }_{{hj}}}) ;/*对BLS映射层输出 进行非线性变化生成BLS增强层输出*/
⑪ end for
⑫ {{{\boldsymbol{H}}}^{h}} \leftarrow ({{{\boldsymbol{H}}}_1}|{{{\boldsymbol{H}}}_2}|…|{{{\boldsymbol{H}}}_{h}}) ;/*特征增强层中的节点 输出组合成特征增强矩阵*/
⑬ {{{\boldsymbol{W}}}^{y}} \leftarrow {({{{\boldsymbol{Z}}}^{m}}|{{{\boldsymbol{H}}}^{h}})^ + }{{\boldsymbol{Y}}} ;/*通过使用岭回归算法得 到一个近似的伪逆矩阵与标签信息矩阵 {\boldsymbol{Y}} ,计算出所需权重矩阵*/
⑭ {\hat {\boldsymbol{Y}}} \leftarrow ({{{\boldsymbol{Z}}}^{m}}|{{{\boldsymbol{H}}}^{h}}){{{\boldsymbol{W}}}^y} ;
⑮ {\hat {\boldsymbol{r}}} \leftarrow {\hat {\boldsymbol{Y}}} ;
⑯ 计算并最小化式(14);/*通过最小化该损 失函数学习GBCD*/
⑰ end for
⑱ 返回 \hat {\boldsymbol{r}} .
3. 实 验
在本节实验中,我们打算回答3个研究问题:
研究问题1. 为什么有必要使用CDR方法,以及利用来自源域的信息是否能提高其有效性. 此外,与其他最先进的跨域方法相比,我们提出的GBCD方法性能表现如何.
研究问题2. 利用MGCN聚合多部图的特征是否有优势. 此外,结合BLS随机映射的特征是否增强了模型的鲁棒性.
研究问题3. 超参数如何影响GBCD的性能.
3.1 实验设置
3.1.1 数据集和评估指标
根据现有文献[2],本文实验使用2个具有多个项域的真实公共数据集,即Amazon数据集和MovieLens数据集,如表2所示.
表 2 实验中使用的2个数据集Table 2. Two Datasets Used in Experiments数据集 域 用户数 项数 评分数 密度/% Amazon Books 12761 7346 85400 0.09 CDs 12761 2541 85865 0.27 Music 12761 778 28680 0.29 Movies 12761 8270 188507 0.18 Beauty 30000 302782 345231 0.01 Fashion 30000 146794 140648 0.01 MovieLens COM 2113 3029 332038 5.19 DRA 2113 3975 381616 4.54 ACT 2113 1277 241211 8.94 THR 2113 1460 226975 7.36 1)Amazon. 该数据集包含1996年5月至2018年10月的2.331亿条评论(评分),每个记录均为一个元组(用户、项、评分、时间戳). 由于数据集的规模相当大,评分记录很少的用户倾向于对随机项进行评分,这将降低效率和有效性. 因此,在我们的实验中按照文献[2]的规定,将在4个域汇总评分记录中数量小于5的用户和项删除,即书本(books)、光盘(CDs)、音乐(music)和电影(movies). 同时,我们保留2个域为原始数据集大小,即美容(beauty)和时尚(fashion).
2)MovieLens. 数据集来自马德里自治大学的信息检索组,该数据集包含2113名用户、10197部电影、855598个1970―2009年的电影评分. 我们使用电影的标签将电影划分为18个域,并在我们的实验中使用了4个电影域,即喜剧(COM)、戏剧(DRA)、动作(ACT)和惊悚(THR).
如表3所示,我们从这2个不同的数据集中定义了23个CDR任务.
表 3 跨域任务的统计信息Table 3. Statistics of the Cross Domain Tasks数据集 CDR任务 源域 目标域 Amazon 1 Books CDs 2 Books Music 3 Books Movies 4 CDs Music 5 CDs Movies 6 Music Movies 7 Books+CDs Music 8 Books+CDs Movies 9 Books+Music Movies 10 CDs+Music Movies 11 Books+CDs+Music Movies 12 Beauty Fashion MovieLens 1 COM DRA 2 COM ACT 3 COM THR 4 DRA ACT 5 DRA THR 6 ACT THR 7 COM+DRA ACT 8 COM+DRA THR 9 COM+ACT THR 10 DRA+ACT THR 11 COM+DRA+ACT THR 3.1.2 对比方法
由于GBCD属于CDR方法的类别,本文的重点是将其性能与经典的和最先进的CDR方法进行比较. 因此,我们选择6种方法作为对比算法: 1)单域推荐模型(target,TGT)是一种经典的单域MF模型,仅使用目标域数据进行训练. 2)CMF[44]是MF的扩展,它考虑了目标域和源域的交互矩阵,在这2个域之间共享用户的嵌入内容. 3)L-GCN[43]是一个简化的图卷积推荐方法,它是一个单领域方法. 我们将多个域的数据进行合并,利用L-GCN在合并数据上进行推荐计算. 4)EMCDR[46]是一种常用的冷启动CDR方法. 它将用户偏好编码为源域和目标域中的向量,然后学习一个映射函数,将用户向量从源域映射到目标域. 5)PTUP[27]是一种个性化的桥接CDR方法,它通过学习由用户特征嵌入组成的元网络来定制用户桥接. PTUP提供了3种变体版本PTUP-MF,PTUP-DNN,PTUP-GMF,每种版本都使用不同的模型进行个性化桥接. 6)DisenCDR[46]通过解耦领域共享和领域特定信息以及利用互信息规则来增强跨域推荐性能.
3.1.3 实施细节
GBCD方法以及对比方法均基于PyTorch实现. 其中TGT,CMF,EMCDR的实现是由PTUP的公开代码一并实现的. Adam优化器的初始学习速率在{0.001,0.001,0.005,0.01,0.02,0.02,0.1}范围内使用网格搜索进行调整. 另外,所有模型的批处理大小均设置为256,每个模型的嵌入维度为10.
在GBCD方法中,我们将映射特征组数量m和特征增强组数量h均设置为25,映射的特征维度 {{d}_{m}} 设置为10,增强的特征维度d_h 设置为15. 将测试用户设置为25%的重叠用户. 所有的实验均在一台拥有英特尔酷睿i9-10900 CPU,GeForce RTX 3090的服务器上运行. GBCD的代码可以在https://github.com/BroadRS/GBCD下载.
3.2 性能比较(研究问题1)
在本节中,我们将介绍实验结果,并深入讨论将GBCD方法应用于23个跨域任务数据集的实验效果. 实验结果如表4和表5所示,其中MAE和RMSE分别表示平均绝对误差和均方差. 结果如下:首先,TGT 是一种单域模型,只利用目标域的数据,而忽略源域的数据,其性能并不令人满意. 相比之下,其他利用源域数据进行跨域推荐的跨域方法始终优于单域TGT. 因此,结合源域数据的方法被证明是缓解数据稀疏性和提高目标域推荐性能的有效方法. 其次,CMF,L-GCN将多个域的数据合并到一个域中,并共享用户的嵌入,但在大多数任务中特别是在Amazon数据集,CMF,L-GCN的表现都差于CDR. 造成这种差异的原因是,CMF,L-GCN对来自不同域的数据一视同仁,从而忽略了潜在的特定域特征. 另一方面,CDR通过采用特定方法将源域嵌入转化为目标特征空间,从而有效解决域转移问题. L-GCN相比CMF性能优异,这是因为与CMF相比,L-GCN考虑到了用户与项之间的高阶交互信息. 最后,值得注意的是,在大多数情况下,与跨域对比算法相比,GBCD的性能始终优于最佳对比方法. 这是由于与L-GCN相比,GBCD通过 ({D} + 1){\text{ -}} 部图来提取跨域特征信息,比将多个域的数据进行简单合并更加有效. 与EMCDR,PTUP,DisenCDR相比,GBCD利用MGCN在 ({D} + 1){\text{ -}} 部图上显式捕捉了不同域之间高阶的交互信息,进而提升了跨域推荐的性能. 这进一步证明了GBCD在跨域推荐方面的有效性.
表 4 在Amazon数据集上的性能结果比较Table 4. Comparison of Performance Results on Amazon Dataset任务 评估指标 方法 提升度/% TGT CMF L-GCN EMCDR PTUP-MF PTUP-DNN PTUP-GMF DisenCDR GBCD(本文) 1 MAE 4.4126 2.0761 1.4284 2.9807 1.4095 0.8481 1.2199 1.1426 0.8077 4.76 RMSE 5.1390 2.8938 1.5315 3.3968 1.9718 1.1655 1.7455 1.3226 1.0124 13.14 2 MAE 4.4121 2.2234 1.4501 3.3254 1.3885 0.8179 1.1673 1.0112 0.7715 5.67 RMSE 5.1441 3.0424 1.5729 3.6547 1.9173 1.1287 1.7027 1.1812 1.0033 11.11 3 MAE 4.2753 1.9922 1.3649 3.1422 1.1931 0.8388 1.0567 0.9796 0.8243 1.73 RMSE 4.9974 2.7055 1.4885 3.5375 1.6146 1.1178 1.4960 1.3086 1.0532 5.78 4 MAE 4.4090 1.0745 1.3875 1.5591 1.0396 0.7881 0.9428 1.2650 0.7605 3.50 RMSE 5.1440 1.6133 1.5045 1.9730 1.5209 1.0809 1.4601 1.3874 0.9743 9.86 5 MAE 4.2662 1.1581 1.3549 1.1762 0.8572 0.7978 0.8468 1.0165 0.7959 0.24 RMSE 4.9697 1.6362 1.4892 1.5842 1.1494 1.0540 1.1155 1.2779 1.0151 3.69 6 MAE 4.2423 1.0408 1.4625 1.0026 0.8332 0.8162 0.8270 1.2322 0.8071 1.11 RMSE 4.9304 1.4686 1.5985 1.3383 1.1076 1.0425 1.0904 1.3083 0.9816 5.84 7 MAE 4.4705 0.9866 1.3899 1.5988 1.0335 0.7589 0.9412 1.0480 0.7494 1.25 RMSE 5.2000 1.4476 1.5012 1.9597 1.4720 1.0515 1.3644 1.2216 0.9954 5.34 8 MAE 4.3285 1.0726 1.3371 1.0938 0.8753 0.8245 0.8512 1.2172 0.8146 1.20 RMSE 5.0042 1.5010 1.4651 1.4726 1.1611 1.0525 1.1244 1.3182 1.0201 3.08 9 MAE 4.2627 1.0081 1.3632 0.9862 0.8467 0.7761 0.8210 1.1562 0.8035 - 3.53 RMSE 4.9398 1.4133 1.4943 1.3093 1.1210 1.0398 1.0867 1.3172 0.9995 3.88 10 MAE 4.2112 0.9572 1.3493 0.9766 0.8548 0.7802 0.8222 1.3246 0.7789 0.16 RMSE 4.8905 1.3365 1.4851 1.2701 1.1440 1.0318 1.0898 1.4514 0.9740 5.60 11 MAE 4.4446 0.9610 1.3343 0.9786 0.8702 0.7821 0.8264 1.3118 0.7530 3.72 RMSE 5.1121 1.3287 1.4571 1.2771 1.1578 1.0360 1.1043 1.4714 0.9586 7.47 12 MAE 4.3761 4.1337 2.5227 3.9229 2.1195 2.0704 2.1029 3.2112 1.4552 29.71 RMSE 5.2022 4.7734 2.9646 4.1703 2.6949 2.6547 2.6882 4.1867 1.9684 25.85 注:加粗为最优结果,提升度=(最佳基线性能 - GBCD的性能)/最佳基线性能. 表 5 在MovieLens数据集上的性能结果比较Table 5. Comparison of Performance Results on MovieLens Dataset任务 评估指标 方法 提升度/% TGT CMF L-GCN EMCDR PTUP-MF PTUP-DNN PTUP-GMF DisenCDR GBCD(本文) 1 MAE 3.5187 0.7259 0.7206 0.7093 0.7087 0.6912 0.6943 0.9793 0.6550 5.66 RMSE 4.0828 0.9454 0.9892 0.9183 0.9203 0.9035 0.9066 1.0842 0.8523 5.99 2 MAE 3.4289 0.7524 0.8395 0.7484 0.7461 0.7289 0.7343 0.8931 0.6793 7.49 RMSE 4.0343 0.9715 1.0485 0.9637 0.9689 0.9377 0.9509 0.9520 0.8720 8.30 3 MAE 3.6157 0.7597 0.8823 0.7402 0.7337 0.7203 0.7217 0.8597 0.6732 6.72 RMSE 4.2084 0.9847 1.0985 0.9562 0.9481 0.9339 0.9412 0.9576 0.8657 8.02 4 MAE 3.3605 0.7036 0.8390 0.7131 0.7086 0.6924 0.6903 0.9571 0.6834 1.00 RMSE 3.9528 0.9122 1.0550 0.9178 0.9152 0.8945 0.8944 1.0122 0.8861 0.93 5 MAE 3.5322 0.7205 0.8955 0.7380 0.7130 0.7056 0.7025 0.9522 0.6817 2.96 RMSE 4.1614 0.9349 1.1055 0.9499 0.9291 0.9158 0.9157 1.0321 0.8754 4.40 6 MAE 3.5005 0.7063 0.874 0.7170 0.7064 0.6971 0.6911 0.9160 0.6643 3.88 RMSE 4.1662 0.9169 1.0900 0.9241 0.9168 0.9020 0.8939 0.9774 0.8584 3.97 7 MAE 3.4866 0.7187 0.8145 0.7360 0.7153 0.7052 0.7002 0.9363 0.6985 0.86 RMSE 4.0680 0.9342 1.0435 0.9473 0.9245 0.9251 0.9097 0.9871 0.9019 0.24 8 MAE 3.4522 0.7260 0.8760 0.7480 0.7303 0.7133 0.7056 0.9279 0.6719 4.78 RMSE 4.0307 0.9446 1.1065 0.9618 0.9391 0.9246 0.9206 0.9939 0.8758 4.87 9 MAE 3.4793 0.7324 0.8765 0.7379 0.7282 0.7161 0.7111 0.9040 0.6793 4.47 RMSE 4.1414 0.9467 1.1080 0.9467 0.9406 0.9231 0.9183 0.9585 0.8720 5.04 10 MAE 3.5241 0.7147 0.8870 0.7395 0.7124 0.6995 0.6956 0.8730 0.6641 4.52 RMSE 4.1439 0.9283 1.1070 0.9517 0.9283 0.9120 0.9078 0.9313 0.8580 5.49 11 MAE 3.5005 0.7063 0.7057 0.7170 0.7125 0.7064 0.6995 0.9325 0.6701 4.20 RMSE 4.1662 0.9169 1.1069 0.9241 0.9122 0.9168 0.8946 0.9870 0.8691 2.85 注:加粗为最优结果,提升度= (最佳基线性能−GBCD的性能)/最佳基线性能. GBCD的时间复杂度主要来自于2部分:MGCN模块和BLS模块. MGCN模块每层在进行图卷积的过程中,每个节点都需要与邻居节点进行信息交换. 在每次的信息交换中,都需要对 {N} 维的特征向量进行操作,所以MGCN每层的时间复杂度为 {O}{(|}{\varepsilon }{|}{N}{)} . BLS模块映射特征层生成中需要进行归一化和矩阵运算等操作,时间复杂度约为 {O}{(|}{D}{|}N{m}{{d}_{m}}{)} ,增强特征层需要进行非线性激活和矩阵运算等操作,时间复杂度约为 {O}{(|}{D}{|}{m}{{d}_{m}}{h}{{d}_{h}}{)} ,所以BLS模块的时间复杂度约为 {O}{(|}{D}{|(}N{m}{{d}_{m}} + {m}{{d}_{m}}{h}{{d}_{h}}{))} . 各种方法的训练时间与时间复杂度、早停策略、批量大小有关.
表6和表7给出GBCD与对比方法在23个跨域任务上的训练时间. 从表6和表7中可以看出,基于图模型的训练时间在大部分跨域任务的耗时高于传统模型,如L-GCN和GBCD的训练耗时高于其他的对比方法. 这是由于基于图的模型需要处理图结构,导致计算复杂度增加,以及GCN所采用的全批量训练方法导致收敛较慢. 同时,由于Amazon数据集相比MovieLens数据集评分数较少,所以GBCD在MovieLens数据集上的大部分跨域任务比在Amazon数据集上的跨域任务更加耗时.
表 6 在Amazon数据集上的训练时间Table 6. Training Time on Amazon Datasets 任务 方法 TGT CMF L-GCN EMCDR PTUP-MF PTUP-DNN PTUP-GMF DisenCDR GBCD (本文) 1 53.64 79.95 645.80 11.07 125.85 126.6 123.66 502.80 485.86 2 50.82 70.92 370.23 10.92 74.25 77.82 72.57 301.23 343.17 3 97.05 117.78 844.94 17.07 137.37 149.79 142.65 962.10 809.02 4 50.52 93.45 386.85 11.34 69.84 76.89 75.27 285.08 395.48 5 98.01 140.61 444.71 16.56 141.30 152.82 147.57 837.20 667.92 6 97.68 151.17 695.96 17.43 141.39 149.67 148.53 972.04 621.51 7 52.35 119.58 640.57 11.04 69.72 77.82 73.20 235.24 618.98 8 96.315 170.58 563.02 17.36 143.10 177.72 157.59 556.95 1048.18 9 100.29 167.73 471.31 17.52 137.25 145.86 142.62 456.99 918.02 10 99.12 200.52 470.87 16.92 134.64 147.72 142.44 4475.96 906.53 11 117.45 275.55 1196.02 16.98 144.69 161.52 154.86 3722.65 1138.08 12 238.32 1067.19 4229.78 24.07 175.64 173.42 179.11 5308.28 3902.21 表 7 在MovieLens数据集上的训练实验Table 7. Training Time on MovieLens Datasets 任务 方法 TGT CMF L-GCN EMCDR PTUP-MF PTUP-DNN PTUP-GMF DisenCDR GBCD (本文) 1 155.07 219.78 967.29 24.87 256.44 258.33 264.57 2381.35 1947.48 2 216.75 292.02 907.18 31.53 352.05 347.73 347.22 1579.22 1597.79 3 347.22 320.64 867.99 39.09 426.90 426.42 430.53 1525.28 1478.47 4 219.15 387.15 872.87 31.89 341.13 350.64 362.67 1822.40 1719.06 5 268.89 447.06 872.75 41.52 427.35 436.35 455.10 1522.30 1661.04 6 402.18 724.77 774.60 49.62 438.03 433.20 707.58 1147.83 1223.79 7 257.52 566.34 1212.95 35.10 356.19 392.37 408.51 1421.16 2633.87 8 332.25 598.35 1186.57 42.51 451.23 461.94 476.58 1333.53 2593.37 9 278.28 680.82 1055.66 40.35 457.86 474.75 466.12 1004.09 2158.97 10 326.55 819.60 1111.12 43.08 529.47 464.76 468.04 2423.01 2358.87 11 218.73 906.75 1508.44 40.89 579.32 523.79 518.25 4297.78 3610.48 3.3 消融实验(研究问题2)
在本节中,我们将进行实验,分析GBCD的不同组成部分,并开发2种变体,以更好地验证其有效性. 其中,GCD是在GBCD的基础上去掉BLS模块的变体; GMCD采用MLP代替BLS模块;GATBCD采用图注意网络(GAT)代替GCN. 在此使用MAE和 RMSE指标评估了GBCD及其变体的性能,结果见表8和表9. 表8和表9中的结果清楚地表明,GBCD模型的性能优于其他2个变体:GCD和GMCD. 与这2个变体相比,GBCD的性能提升幅度高达22.41%. 这表明,通过使用 BLS 随机映射功能可增强了模型的鲁棒性,有助于提高模型的预测性能. 此外,表8和表9还显示,GBCD模型显著优于GATBCD. 这表明与使用GAT相比,利用GCN聚合邻域特征有利于提高模型的预测性能. 这些实验结果不仅验证了GBCD不同组件的有效性,还可以看出使用BLS增强模型鲁棒性和利用GCN聚合图邻域特征对提高模型预测性能的重要性.
表 8 在Amazon数据集上的消融实验Table 8. Ablation Study on Amazon Dataset任务 评估指标 方法 提升度/% GCD GMCD GATBCD GBCD (本文) 1 MAE 1.0304 0.8708 1.2419 0.8077 7.24 RMSE 1.1403 1.2367 1.6498 1.0124 11.22 2 MAE 1.0181 0.8317 1.2123 0.7715 7.24 RMSE 1.1272 1.1987 1.6525 1.0033 11.00 3 MAE 0.9201 0.8538 1.1032 0.8243 3.56 RMSE 1.1974 1.1821 1.5033 1.0532 10.90 4 MAE 0.8360 0.8200 1.0054 0.7605 7.26 RMSE 1.1440 1.2187 1.3767 0.9743 14.83 5 MAE 0.8508 0.8636 0.9839 0.7959 6.45 RMSE 1.1697 1.2099 1.3809 1.0151 13.21 6 MAE 0.9423 0.8823 1.0313 0.8071 8.52 RMSE 1.2304 1.1869 1.2167 0.9816 17.30 7 MAE 1.0258 0.8918 0.9943 0.7494 15.97 RMSE 1.2500 1.2375 1.3066 0.9954 19.56 8 MAE 0.9285 0.8952 1.0256 0.8146 9.00 RMSE 1.1042 1.2128 1.2179 1.0201 7.62 9 MAE 0.9237 0.9068 0.9482 0.8035 11.39 RMSE 1.1732 1.2051 1.2390 0.9995 14.81 10 MAE 0.9180 0.8829 0.9670 0.7789 11.78 RMSE 1.2905 1.2429 1.2608 0.9740 21.63 11 MAE 0.8412 0.8695 0.9520 0.7530 13.40 RMSE 1.2553 1.2115 1.2604 0.9586 20.87 12 MAE 1.6986 1.7228 2.1872 1.4552 14.33 RMSE 2.1740 2.2176 2.3449 1.9684 9.45 注:加粗为最优结果,提升度= (最佳基线性能−GBCD的性能)/最佳基线性能. 表 9 在MovieLens数据集上的消融研究Table 9. Ablation Study on MovieLens Dataset任务 评估指标 方法 提升度/% GCD GMCD GATBCD GBCD (本文) 1 MAE 0.9017 0.7796 1.0419 0.6550 15.98 RMSE 1.3749 0.9827 1.2809 0.8523 13.27 2 MAE 0.8559 0.8223 1.0040 0.6793 17.39 RMSE 1.1631 1.0625 1.1608 0.8720 17.93 3 MAE 0.8900 0.8091 0.8969 0.6732 16.80 RMSE 1.1758 1.0174 1.1699 0.8657 14.91 4 MAE 0.8503 0.8383 0.8799 0.6834 18.48 RMSE 1.1044 1.0598 1.1554 0.8861 16.39 5 MAE 0.8305 0.8121 1.1041 0.6817 16.06 RMSE 1.0946 1.0433 1.3024 0.8754 16.09 6 MAE 0.8354 0.7888 0.8375 0.6643 15.78 RMSE 1.0966 0.9977 1.0393 0.8584 13.96 7 MAE 0.9274 0.8845 0.9139 0.6985 21.03 RMSE 1.2729 1.1225 1.2139 0.9019 19.65 8 MAE 0.8365 0.8173 0.8518 0.6719 17.79 RMSE 1.1261 1.0384 1.2059 0.8758 15.66 9 MAE 0.8105 0.8008 0.8855 0.6793 15.17 RMSE 1.0747 1.0103 1.0972 0.8720 13.69 10 MAE 0.8734 0.8559 0.8971 0.6641 22.41 RMSE 1.1123 1.0838 1.1897 0.8580 20.83 11 MAE 0.8403 0.8063 0.9081 0.6701 16.89 RMSE 1.0406 1.0169 1.1133 0.8691 14.53 注:加粗为最优结果,提升度= (最佳基线性能 - GBCD的性能)/最佳基线性能. 3.4 超参数分析(研究问题3)
在本节中,我们将对GBCD方法的超参数即映射特征组数 {m} 、映射特征维数 {{d}_{m}} 、特征增强组数 {h} 和特征增强维数 {{d}_{h}} 进行敏感性分析. 在对1个参数进行分析时,其他参数都是固定的. 通过这种灵敏度分析,我们旨在研究每个超参数对GBCD方法性能的影响. 限于篇幅,我们仅给出2个数据集上的任务1,6,7,11,其他任务上的结果可以类似得到.
3.4.1 特征映射模块中的超参数
在敏感性分析中,首要分析GBCD方法中特征映射模块的超参数,包括映射特征组数 {m} 和映射特征维数 {{d}_{m}} . 为分析 GBCD方法对这2个超参数的敏感性,在{15,20,25,30,35}范围内测试 {m} ,在{5,10,15,20,25}范围内测试 {{d}_{m}} . 在此用MAE,RMSE评估不同值对性能的影响,结果如图3和图4所示. 从图3和图4中可以看出, GBCD方法对特征映射层中超参数的敏感度相对较低. 这表明在测试范围内,GBCD方法的性能不易受到 {m} 和 {{d}_{m}} 的特定值的影响.
3.4.2 特征增强模块中的超参数
在敏感性分析中,在此分析GBCD方法特征增强模块中的超参数,包括特征增强组数 {h} 和特征增强维数 {{d}_{h}} . 为分析GBCD方法对这些超参数的敏感性,在{15,20,25,30,35}范围内测试 {h} ,在{5,10,15,20,25}范围内测试 {{d}_{h}} . 在此同样使用MAE和RMSE评估了不同值对性能的影响,结果如图5和图6所示. 从图5和图6中可以看出,GBCD方法对特征增强模块中超参数的敏感度相对较低. 这表明在测试范围内,GBCD方法的性能不易受到 {h} 和 {{d}_{h}} 的特定值的影响.
3.5 案例分析
我们进行了案例分析以验证GBCD的有效性,表10中列出了在Amazon和MovieLens数据集中部分跨域任务的具体案例,其中“真实评分”表示原始的真实评分,“预测评分”表示GBCD和部分基线的预测评分. 如表10所示,GBCD在大部分的具体案例上的表现更好. 跨域推荐的基线都比单域的基线在大多数的具体案例下表现得要更好,这说明结合源域数据被证明是缓解数据稀疏性和提高目标域推荐性能的有效方法.
表 10 GBCD有效性的案例研究Table 10. Case Study of the Effectiveness of GBCD数据集 任务 用户编号 项编号 真实评分 不同算法的预测评分 TGT L-GCN EMCDR PTUP-DNN DisenCDR GBCD (本文) Amazon 1 360 8874 1 2.8748 3.3818 1.5408 1.8930 1.6353 1.3503 6 1569 5363 5 2.2330 3.1874 3.1622 4.0144 3.6050 4.4975 7 4067 15249 5 1.1260 4.0448 3.7357 4.6258 4.7390 4.6835 11 1188 27555 5 1.7055 3.4451 4.5359 4.7281 3.5772 4.7434 MovieLens 1 414 4042 4 0.7557 4.4624 2.2757 4.1191 3.3242 4.4395 6 814 4220 3 1.1037 3.2118 2.0289 3.6359 3.1161 3.0989 7 1703 7248 5 0.1681 3.8297 3.0117 4.2053 3.4718 4.0739 11 896 12777 3 1.9577 2.7000 2.1512 2.8680 3.9828 3.0385 注:加粗为最优结果. 3.6 可视化分析
在本节中,我们进一步分析GBCD是否通过 ({D} + 1){\text{ -}} 部图提取到高阶的交互信息从而学习到更好的用户和项表征来提升推荐的性能. 为此,我们从MovieLens数据集的COM到DRA跨域任务中随机选择3名用户及相关项,并在图7中给出从GBCD与PTUP-DNN提取的用户和项跨域表征进行对比. 通过图7(a)(b)联合分析(如2102和2105)可以发现:GBCD提取到的用户历史项的跨域嵌入往往更加接近,该现象验证了GBCD相比传统的跨域推荐算法(如PTUP)能够捕捉到更复杂的用户-项的高阶交互信息.
4. 结 论
在本文中,我们建立了一个基于图卷积宽度跨域推荐系统(GBCD). 该方法引入多项关键创新以提高模型的性能和鲁棒性. 首先,将多域用户-项交互图建模为(D + 1)-部图,从而能够探索更高阶的特征. 其次,利用图卷积网络(GCN)来学习这些高阶特征,从而捕捉跨域用户与项之间的复杂关系. 最后,采用BLS来增强模型的鲁棒性,从而提高其预测能力. 此外,我们还提出了一种新的面向任务的优化损失函数,以有效优化GBCD方法,GBCD方法包括单域和跨域方法. 在2个真实数据集上进行的大量实验表明,GBCD优于对比方法,这验证了GBCD在应对跨域推荐任务挑战方面的优越性.
在未来的工作中,我们将尝试纳入语义信息,如用户的社交信息和项知识图谱. 通过利用这些附加信息,可以提取更多丰富的特征,并更准确地模拟用户的细粒度偏好. 这种扩展可以进一步提升 GBCD模型的性能和个性化能力,为用户提供更全面、更有针对性的推荐. 此外,当前存在一些用预训练模型来解决稀疏性问题的研究[54],这是另一个解决数据稀疏性问题的思路. 作为未来工作,我们会尝试用预训练语言模型解决数据稀疏性问题.
作者贡献声明:黄玲、王昌栋提出了算法思路和实验方案;黄镇伟、黄梓源负责完成实验并撰写论文;关灿荣负责实验数据采集和预处理;高月芳、王昌栋提出指导意见并修改论文.
-
表 1 反馈通信工作对比
Table 1 Comparison of Feedback Communication Work
通道利用方式 物理传输方式 来源 RX端调制方式 TX端解码方式 要点 缺陷 带外 串行 文献[7] 高斯频移 键控 额外配置蓝牙无线电模块 硬件成本增加,造成额外的
能量消耗及频谱占用带内 串行 文献[8] OOK 基于脉冲宽带 将OOK调制方式用于MRC-WPT
系统进行反馈通信同时仅支持单个RX进行反馈通信 文献[9] OOK 基于电流 利用通信中继现象扩展通信距离 并行 文献[10] OOK 基于电流聚类 最多支持5个设备的并行反馈通信 需预先观测大量不同RX
开关通断组合状态文献[11] OOK 基于电流 支持数十个设备的并行反馈通信 忽略了RX间互感 文献[12] 高低阻抗+OOK 基于信道矩阵 综合考虑强耦合干扰及通信中继现象 未考虑保障通信的可靠性 表 2 两线圈结构MRC-WPT系统优化调度工作对比
Table 2 Comparison of Optimization Scheduling Work for Two-Coil MRC-WPT System
调整对象 来源 模型 研究动机 能量传输距离/cm 最佳传输效率或功率 实验原型接收设备数 TX电流/电压 文献[8] MISO 引入无线通信领域MIMO波束成形技术 40 89% 1 文献[14] MIMO 为支持多设备同时充电 50 90% 6 文献[15] MIMO 考虑互感信息存在误差以提升波束成形鲁棒性 10 69.6% 4 文献[16] MIMO 避免获取互感信息以降低实施成本 30 4.4 W 1 文献[17] MIMO 应对不同接收设备具有不同能量需求的情况 20 34% 4 文献[7] MIMO 考虑TX端电路约束并权衡多个用户间性能 10 77.3% 4 系统频率 文献[18] SIMO /MISO 研究TX间或RX间耦合对系统性能的影响 31 57% 1或2 文献[19] SISO 研究TX与RX不同耦合状态下频率的影响 70 70% 1 文献[20] MIMO 进行MIMO场景下频率调节以优化系统性能 30 2.5 W 6 TX线圈 几何结构 文献[21] SISO 减少线圈间寄生耦合 4 2.5 W 1 文献[22] MISO 非耦合线圈模式以降低波束成形实现复杂度 96% 1 文献[23] MIMO 在TX端周围整个空间中提供准均匀充电效率 15 70.53% 8 文献[24] MIMO 设计大小可调线圈以调节TX-RX间耦合 50 80.78 W 8 方位 文献[25] MIMO 考虑TX方位自适应调整 60 15 W 6 位置 文献[26] MISO 部署TX位置以实现均匀的能量覆盖 20 25.54 W 1 阻抗 TX阻抗 文献[27] MIMO 构建使用电容阵列的自动阻抗匹配网络 20 90.6% 1 RX阻抗 文献[28] SISO 推导优化系统能量传输的最佳负载条件 77.4 94% 1 文献[29] MISO 结合RX端负载阻抗优化及TX端电压调度 91% 1 文献[30] SIMO 进行集中式/分布式RX端负载阻抗优化 160 60% 3 文献[24] MIMO 观察到强耦合RX对难以获取到足够能量 50 80.78 W 8 文献[31] MIMO RX分组方案影响系统负载获能总量 5 14 W 12 表 3 三线圈结构MRC-WPT系统优化调度工作对比
Table 3 Comparison of Optimization Scheduling Work for Three-Coil MRC-WPT System
角度 来源 研究对象 场景 具体内容 能量传输距离/cm 最佳传输效率/功率 实验原型接收设备数 参数优化 文献[33] 系统频率及TX端与中继间互感 SI-单中继-SO 分析三线圈结构优于两线圈结构的理论条件 3 65% 1 文献[34] 中继方位 SI-单中继-SO 探讨中继方位对能量传输效率的影响 200 90% 文献[35] 中继位置 SI-单中继-SO 研究TX端和RX端之间一个中继的最佳位置 5.5 53% 文献[36] 中继数量及位置 SI-多中继-SO 优化继电器数量与位置以最大化能量传输效率 80 63%/1 W 文献[37] 中继电容 SI-多中继-SO 调整中继电容以在系统频率下提升能量传输效率 120 51.6% 文献[38] 中继位置 SI-多中继-SO 在中继非对称情况下优化中继位置 90 98% 文献[39] 中继电容及位置 SI-多中继-SO 确定最佳中继电容及位置以实现非对称中继下
能量传输效率最大化75 80% 硬件设计 文献[40] 可重构2D平面 SI-多中继-MO 利用多跳中继实现水平方向上的充电距离扩展 130 46.7% 2 文献[41] 超表面 SI-多中继-SO 利用超材料以提升系统能量传输效率 50 47%/40 W 1 文献[42] 能量模式可重配置超表面 SI-多中继-MO 设计双层架构实现高粒度塑造能量场 45 92.8% 2 文献[43] 可重构超表面 MI-多中继-MO 调控超表面特定线圈阵列单元中的电容器和
电阻实现波束成形40 91% 2 文献[44] 可调谐超表面 SI-多中继-SO 固定频率下调谐系统电容以实现最佳耦合 8 2.6% 1 能量路由 文献[45] 能量路由及电流调度 MI-多中继-MO 联合中继能量路由和TX端电流调度以
最大化能量传输效率60 74% 6 表 4 异物检测工作对比
Table 4 Comparison of Foreign Object Detection Work
方式 对象 来源 依据 具体内容 可检测对象 基于参
数变化MO 文献[56] MO影响TX端电压 测量输入电流及电压基频振幅以实时估计感应电压 距收发线圈5 cm处半径
1.5 cm铝盘文献[57] MO影响TX端电压与电流相位差 监测全桥逆变器输出电压与输出电流间的相位差 收发端20 cm气隙间易拉罐/铁杯/锅 文献[58] MO影响谐振频率 综合监测TX端谐振频率偏差及电流 收发端20 cm气隙间硬币/易拉罐 文献[59] MO影响RX端品质因数 测量RX端品质因数 收发端1 cm气隙间硬币/回形针 文献[60] MO影响TX端逆变器电流 采集TX端逆变器电流并设计特征提取分类器 收发端15 cm气隙间易拉罐 文献[61] MO影响反射系数参数 构建基于反射系数参数检测异物的神经网络 收发端18 cm气隙间铜板/
装水塑料瓶基于
传感器LO 文献[62] LO存在微小运动 基于雷达传感器并应用二维信号处理技术 1.5 m×1.5 m范围内LO 道路异物 文献[63] 道路异物视觉可见 配备相机并采用实时图像处理技术 道路异物 LO 文献[64] LO影响电容传感器电容 利用电容传感器检测LO引起的电容变化 10 cm范围内LO MO+LO 文献[65] MO、LO发热 使用实时热成像仪采集充电区域图像 铝罐/硬币/螺丝/模拟手 MO+LO 文献[66] 物体高光谱特性高度依赖于其材料 基于高光谱成像技术及支持向量机模型 半径0.3 cm金属垫圈 MO 文献[67] MO导致磁场偏移 利用隧道磁阻传感器测量磁场分布 收发端8 cm气隙间3 cm螺栓 基于辅
助线圈MO 文献[68] MO影响辅助线圈电压 采集辅助线圈交流电压信号峰值 收发端10 cm气隙间直径和
高度3.5 cm铝圆柱文献[69] 检测辅助线圈感应电压是否超出阈值 收发端5 cm气隙间
3 cm×3 cm×0.5 mm铜片文献[70] 基于辅助线圈电压向量分解 收发端10 cm气隙间
1.3 cm×1.3 cm×4 mm硬币文献[71] MO造成电磁模型异常 量化电磁模型偏差 收发端20 cm气隙间约128 g铝罐 表 5 3种异物检测方法对比
Table 5 Comparison of Three Foreign Object Detection Methods
方法 优势 劣势 基于参数变化 简单易行、成本低、不占用额外
空间受系统功率、TX端与RX端错位、充电状态等因素影响 基于传感器 高度敏感,独立于WPT系统功
率水平、工作频率等,不受错位影响高成本,安装难度较高,受环境影响,占用空间 基于辅助线圈 高度敏感,高精度,可避免错位影响,独立于WPT系统功率水平 辅助线圈需精心设计在系统通电时才有效 表 6 追踪定位工作对比
Table 6 Comparison of Tracking and Positioning Work
场景 定位维度 来源 系统结构 依据 常规
MRC-WPT
系统二维 文献[85] 2-TXs 1-RX RX位置变化影响2个TX正向/反射功率的相位与幅度差异 文献[86] 1-TX 1-中继 1-RX RX位置变化影响其与TX和
中继间耦合进而改变相应电流三维 文献[87] TX阵列 1-RX 给定高度下耦合仅受TX和RX线圈之间横向错位影响 电动汽车错位避免 三维 文献[88] 1-TX 1-RX
4-辅助线圈RX位置变化影响耦合进而改变4个辅助线圈电压 人体运动跟踪 二维 文献[89] 1-TX RX阵列
1-目标谐振线圈谐振线圈将导致对应RX线圈与TX线圈间耦合增强进而影响RX线圈阵列感应电压 三维 文献[90] 1-TX(3线圈)
1-RX(3线圈)RX不同位置对应着不同的3×3维接收矩阵 文献[91] 1-驱动线圈
15-调谐线圈
拾波线圈阵列每个调谐线圈具有特定谐振频率
经拾波线圈采集信号并进行反演求解医疗设备定位 二维 文献[92] 体内定位器
(2线圈)
体外1-TX 1-RXTX发送信号至定位器,经频率偏移后传送回RX,记录并对比各可能位置接收光谱峰平均值以定位坐标 文献[93] 体外TX阵列
体内 1-RXRX位置变化影响耦合系数进而改变TX电压 三维 文献[94] 体内标签(1线圈)
体外2-TXs 2-RXs标签位置变化影响耦合进而
改变RX线圈接收信号强度文献[95] 体外2-TXs
体内1-RX(3线圈)RX位置变化影响耦合进而改变RX电流强度 表 7 隐私安全工作对比
Table 7 Comparison of Privacy Security Work
-
[1] 国际数据公司. IDC: 中国物联网市场支出逐步攀升,预计2027年将位列全球第一[EB/OL]. (2023-07-17)[2024-05-28].https://www.idc.com/getdoc.jsp?containerId=prCHC51041723 International Data Corporation. IDC: China’s IoT Market Spending Continues to Rise, Projected to Rank First Globally by 2027[EB/OL]. (2023-07-17)[2024-05-28].https://www.idc.com/getdoc.jsp?containerId=prCHC51041723 (in Chinese)
[2] Riad K, Huang Teng, Ke Lishan. A dynamic and hierarchical access control for IoT in multi-authority cloud storage[J]. Journal of Network and Computer Applications, 2020, 160: 102633
[3] Wang Dean, Zhang Jiantao, Cui Shumei, et al. Modern advances in magnetic materials of wireless power transfer systems: A review and new perspectives[J]. Nanomaterials, 2022, 12(20): No. 3662
[4] Liu Zhe, Li Tong, Li Siqi, et al. Advancements and challenges in wireless power transfer: A comprehensive review[J/OL]. Nexus, 2024 [2024-07-04]. https://www.cell.com/nexus/fulltext/S2950-1601(24)00012-3
[5] Alabsi A, Hawbani A, Wang Xingfu, et al. Wireless power transfer technologies, applications, and future trends: A review[J/OL]. IEEE Transactions on Sustainable Computing, 2024 [2024-07-04]. https://ieeexplore.ieee.org/abstract/document/10478158
[6] Abou Houran M, Yang Xu, Chen Wenjie. Magnetically coupled resonance WPT: Review of compensation topologies, resonator structures with misalignment, and EMI diagnostics[J]. Electronics, 2018, 7(11): No. 296
[7] Yang Gang, Moghadam M R V, Zhang Rui. Magnetic MIMO signal processing and optimization for wireless power transfer[J]. IEEE Transactions on Signal Processing, 2017, 65(11): 2860−2874
[8] Jadidian J, Katabi D. Magnetic MIMO: How to charge your phone in your pocket[C]//Proc of the 20th Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2014: 495−506
[9] Liang Xiaolun, Zhou Hao, Zhou Wangqiu, et al. Onion: Dependency-aware reliable communication protocol for magnetic mimo wpt system[C]//Proc of 2021 IEEE 27th Int Conf on Parallel and Distributed Systems. Piscataway, NJ: IEEE, 2021: 458−465
[10] Hua Wenxiong, Cui Xiang, Zhou Hao, et al. Parallel feedback communications for magnetic mimo wireless power transfer system[C]//Proc of 2019 16th Annual IEEE Int Conf on Sensing, Communication, and Networking. Piscataway, NJ: IEEE, 2019: 1−9
[11] Zhou Hao, Chen Zhao, Zhou Wangqiu, et al. Camel: Context-aware magnetic MIMO wireless power transfer with in-band communication[C]//Proc of IEEE Conf on Computer Communications (IEEE INFOCOM 2021). Piscataway, NJ: IEEE, 2021: 1−10
[12] Zhou Wangqiu, Zhou Hao, Cui Xiang, et al. Roland: Robust in-band parallel communication for magnetic MIMO wireless power transfer system[C]//Proc of IEEE Conf on Computer Communications (IEEE INFOCOM 2023). Piscataway, NJ: IEEE, 2023: 1−10
[13] Alliance A. Airfuel resonant wireless power transfer (WPT) system baseline system specification (BSS)[R]. Geneva: AirFuel Alliance, 2017
[14] Shi Lixin, Kabelac Z, Katabi D, et al. Wireless power hotspot that charges all of your devices[C]//Proc of the 21st Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2015: 2−13
[15] Zhang Yixin, Chen Da, Jiang Tao. Robust beamforming design for magnetic MIMO wireless power transfer systems[J]. IEEE Transactions on Signal Processing, 2021, 69: 5066−5077
[16] Zhao Yubin, Li Xiaofan, Xu Chengzhong, et al. Random beamforming for multi-coil magnetic resonance wireless power transfer system[C]//Proc of 2018 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2018: 1−4
[17] Cao Guodong, Zhou Hao, Zhang Hangkai, et al. Requirement-driven magnetic beamforming for MIMO wireless power transfer optimization[C]//Proc of 2018 15th Annual IEEE Int Conf on Sensing, Communication, and Networking. Piscataway, NJ: IEEE, 2018: 1−9
[18] Ahn D, Hong S. Effect of coupling between multiple transmitters or multiple receivers on wireless power transfer[J]. IEEE Transactions on Industrial Electronics, 2012, 60(7): 2602−2613
[19] Sample A P, Meyer D T, Smith J R. Analysis, experimental results, and range adaptation of magnetically coupled resonators for wireless power transfer[J]. IEEE Transactions on Industrial Electronics, 2010, 58(2): 544−554
[20] Cui Xiang, Zhou Hao, Deng Jialin, et al. Mag-E4E: Trade efficiency for energy in magnetic mimo wireless power transfer system[C]//Proc of IEEE Conf on Computer Communications (IEEE INFOCOM 2022). Piscataway, NJ: IEEE, 2022: 440−449
[21] Ghotbi I, Najjarzadegan M, Sarfaraz H, et al. Enhanced power-delivered-to-load through planar multiple-harmonic wireless power transmission[J]. IEEE Transactions on Circuits and Systems II: Express Briefs, 2018, 65(9): 1219−1223
[22] Kim K, Kim H J, Choi J W. Magnetic beamforming with non-coupling coil pattern for high efficiency and long distance wireless power transfer[C]//Proc of 2017 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2017: 1−4
[23] Wang N X, Wang Hanwei, Mei Jie, et al. Robust 3-D wireless power transfer system based on rotating fields for multi-user charging[J]. IEEE Transactions on Energy Conversion, 2020, 36(2): 693−702
[24] Zhou Wangqiu, Zhou Hao, Cui Xiang, et al. IMeP: Impedance matching enhanced power-delivered-to-load optimization for magnetic MIMO wireless power transfer system[J]. ACM Transactions on Sensor Networks, 2023, 19(4): 1−25
[25] Guo Weiming, Wang Zhan, Zhou Hao, et al. DPDA: Distributed probability-adaptive direction adjustment for magnetic wireless power transfer[C]//Proc of 2023 20th Annual IEEE Int Conf on Sensing, Communication, and Networking. Piscataway, NJ: IEEE, 2023: 142−150
[26] Moghadam M R V, Zhang Rui. Node placement and distributed magnetic beamforming optimization for wireless power transfer[J]. IEEE Transactions on Signal and Information Processing over Networks, 2017, 4(2): 264−279
[27] Zhao Yubin, Li Xiaofan, Xu Chengzhong, et al. Smart multi-coil-based magnetic resonance prototype for wireless power transfer[C]//Proc of 2018 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2018: 1−4
[28] Seo D W, Lee J H, Lee H S. Study on two-coil and four-coil wireless power transfer systems using Z-parameter approach[J]. Etri Journal, 2016, 38(3): 568−578
[29] Kim K, Kim H J, Choi J W. Load impedance optimization of magnetic beamforming wireless power transfer[C]//Proc of 2017 Int Conf on Information and Communication Technology Convergence. Piscataway, NJ: IEEE, 2017: 190−192
[30] Moghadam M R V, Zhang Rui. Multiuser wireless power transfer via magnetic resonant coupling: Performance analysis, charging control, and power region characterization[J]. IEEE Transactions on Signal and Information Processing over Networks, 2015, 2(1): 72−83
[31] Tang Lulu, Zhou Hao, Guo Weiming, et al. IMRG: Impedance matching oriented receiver grouping for MIMO WPT system[C]//Proc of 2022 18th Int Conf on Mobility, Sensing and Networking. Piscataway, NJ: IEEE, 2022: 692−699
[32] Zhang Fei, Hackworth S A, Fu Weinong, et al. Relay effect of wireless power transfer using strongly coupled magnetic resonances[J]. IEEE Transactions on Magnetics, 2011, 47(5): 1478−1481
[33] Zhong Wenxing, Zhang Chenghui, Liu Xun, et al. A methodology for making a three-coil wireless power transfer system more energy efficient than a two-coil counterpart for extended transfer distance[J]. IEEE Transactions on Power Electronics, 2014, 30(2): 933−942
[34] Kim J W, Son H C, Kim K H, et al. Efficiency analysis of magnetic resonance wireless power transfer with intermediate resonant coil[J]. IEEE Antennas and Wireless Propagation Letters, 2011, 10: 389−392
[35] Zhang Xiu, Ho S L, Fu Weinong. Quantitative design and analysis of relay resonators in wireless power transfer system[J]. IEEE transactions on Magnetics, 2012, 48(11): 4026−4029
[36] Ahn D, Hong S. A study on magnetic field repeater in wireless power transfer[J]. IEEE Transactions on Industrial Electronics, 2012, 60(1): 360−371
[37] Kim J H, Park B C, Lee J H. Optimum design of WPT relay system by controlling capacitance[J]. Microwave and Optical Technology Letters, 2014, 56(7): 1658−1661
[38] Kim J H, Park B C, Lee J H. New analysis method for wireless power transfer system with multiple n resonators[J]. Journal of Electromagnetic Engineering and Science, 2013, 13(3): 173−177
[39] Choi B H, Lee J H. Design of asymmetrical relay resonators for maximum efficiency of wireless power transfer[J]. International Journal of Antennas and Propagation, 2016, 2016(1): 8247476
[40] Sumiya K, Sasatani T, Nishizawa Y, et al. Alvus: A reconfigurable 2-D wireless charging system[J]. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies, 2019, 3(2): 1−29
[41] Wang Bingnan, Teo K H, Nishino T, et al. Experiments on wireless power transfer with metamaterials[J]. Applied Physics Letters, 2011, 98(25): 254101
[42] Li Kai, Naderi M Y, Muncuk U, et al. MetaResonance—A reconfigurable surface for holographic wireless power transfer[J]. IEEE Transactions on Industrial Electronics, 2022, 70(5): 4682−4692
[43] Li Zhangyu, Sun Zhi. Enabling magnetic beamforming in MIMO wireless power transfer using reconfigurable metasurface[C]//Proc of 2020 IEEE Global Communications Conf (GLOBECOM 2020). Piscataway, NJ: IEEE, 2020: 1−6
[44] Li Maoyuan, Khaleghi A, Hasanvand A, et al. A new design and analysis for metasurface-based near-field magnetic wireless power transfer for deep implants[J]. IEEE Transactions on Power Electronics, 2024, 39(5): 6442−6454
[45] Zhou Hao, Deng Jialin, Hua Wenxiong, et al. PROCS: Power routing and current scheduling in multi-relay magnetic MIMO WPT system[J]. IEEE Transactions on Mobile Computing, 2021, 22(3): 1702−1716
[46] Meng Weizhi, Li Wenjuan, Jiang Lijun, et al. On multiple password interference of touch screen patterns and text passwords[C]//Proc of the 2016 CHI Conf on Human Factors in Computing Systems. New York: ACM, 2016: 4818−4822
[47] Seo S H, Gupta A, Sallam A M, et al. Detecting mobile malware threats to homeland security through static analysis[J]. Journal of Network and Computer Applications, 2014, 38: 43−53
[48] Li Mengyuan, Meng Yan, Liu Junyi, et al. When CSI meets public WiFi: Inferring your mobile phone password via WiFi signals[C]//Proc of the 2016 ACM SIGSAC Conf on Computer and Communications Security. New York: ACM, 2016: 1068−1079
[49] Cheng Yushi, Ji Xiaoyu, Zhang Juchuan, et al. DeMiCPU: Device fingerprinting with magnetic signals radiated by CPU[C]//Proc of the 2019 ACM SIGSAC Conf on Computer and Communications Security. New York: ACM, 2019: 1149−1170
[50] Xu Xiangyu, Yu Jiadi, Chen Yingying, et al. TouchPass: Towards behavior-irrelevant on-touch user authentication on smartphones leveraging vibrations[C]//Proc of the 26th Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2020: 1−13
[51] Baldini G, Steri G. A survey of techniques for the identification of mobile phones using the physical fingerprints of the built-in components[J]. IEEE Communications Surveys & Tutorials, 2017, 19(3): 1761−1789
[52] Wireless Power Consortium. Qi: Mobile charging empowered[EB/OL]. [2024-05-28]. https://www.wirelesspowerconsortium.com/standards/qi-wireless-charging/
[53] Wu Yi, Li Zhuohang, Van Nostrand N, et al. Time to rethink the design of qi standard? security and privacy vulnerability analysis of Qi wireless charging[C]//Proc of the 37th Annual Computer Security Applications Conf. New York: ACM, 2021: 916−929
[54] Zhang Jiayu, Wang Zhiyun, Ji Xiaoyu, et al. Who is charging my phone? identifying wireless chargers via fingerprinting[J]. IEEE Internet of Things Journal, 2020, 8(4): 2992−2999
[55] Li Jiachun, Meng Yan, Zhang Le, et al. MagFingerprint: A magnetic based device fingerprinting in wireless charging[C]//Proc of IEEE Conf on Computer Communications (IEEE INFOCOM 2023). Piscataway, NJ: IEEE, 2023: 1−10
[56] Pucci N, Arteaga J M, Kwan C H, et al. Induced voltage estimation from class ef switching harmonics in HF-IPT systems[J]. IEEE Transactions on Power Electronics, 2021, 37(4): 4903−4916
[57] Huang S J, Su J L, Dai S H, et al. Enhancement of wireless power transmission with foreign-object detection considerations[C]//Proc of 2017 IEEE 6th Global Conf on Consumer Electronics. Piscataway, NJ: IEEE, 2017: 1−2
[58] Jafari H, Moghaddami M, Sarwat A I. Foreign object detection in inductive charging systems based on primary side measurements[J]. IEEE Transactions on Industry Applications, 2019, 55(6): 6466−6475
[59] Fukuda S, Nakano H, Murayama Y, et al. A novel metal detector using the quality factor of the secondary coil for wireless power transfer systems[C]//Proc of 2012 IEEE MTT-S Int Microwave Workshop Series on Innovative Wireless Power Transmission: Technologies, Systems, and Applications. Piscataway, NJ: IEEE, 2012: 241−244
[60] Li Sheng, Li Haoze, Wu Zhijun, et al. Foreign object detection for LCC-S wireless power transfer system based on LSTM[C]//Proc of 2021 IEEE Int Conf on Emergency Science and Information Technology. Piscataway, NJ: IEEE, 2021: 165−169
[61] Ote M, Jeong S, Tentzeris M M. Foreign object detection for wireless power transfer based on machine learning[C]//Proc of 2020 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2020: 476−479
[62] Poguntke T, Schumann P, Ochs K. Radar-based living object protection for inductive charging of electric vehicles using two-dimensional signal processing[J]. Wireless Power Transfer, 2017, 4(2): 88−97
[63] Azad A, Kulyukin V, Pantic Z. Misalignment tolerant DWPT charger for EV roadways with integrated foreign object detection and driver feedback system[C]//Proc of 2019 IEEE Transportation Electrification Conf and Expo. Piscataway, NJ: IEEE, 2019: 1−5
[64] Jeong S Y, Kwak H G, Jang G C, et al. Living object detection system based on comb pattern capacitive sensor for wireless EV chargers[C]//Proc of 2016 IEEE 2nd Annual Southern Power Electronics Conf. Piscataway, NJ: IEEE, 2016: 1−6
[65] Sonnenberg T, Stevens A, Dayerizadeh A, et al. Combined foreign object detection and live object protection in wireless power transfer systems via real-time thermal camera analysis[C]//Proc of 2019 IEEE Applied Power Electronics Conf and Exposition. Piscataway, NJ: IEEE, 2019: 1547−1552
[66] Tian Yong, Li Zheng, Lin Yawen, et al. Metal object detection for electric vehicle inductive power transfer systems based on hyperspectral imaging[J]. Measurement, 2021, 168(15): 108493
[67] Liu Xuyang, Liu Chunhua, Han Wei, et al. Design and implementation of a multi-purpose TMR sensor matrix for wireless electric vehicle charging[J]. IEEE Sensors Journal, 2018, 19(5): 1683−1692
[68] Gong Y, Otomo Y, Igarashi H. Neural network for both metal object detection and coil misalignment prediction in wireless power transfer[J]. IEEE Transactions on Magnetics, 2022, 58(9): 1−4
[69] Zhong Wenxing, Xiang Fei, Hu Changsheng. Metal object detection with detection coils perpendicular to power coils for wireless power transfer systems[J]. IEEE Transactions on Power Electronics, 2023, 38(9): 10530−10534
[70] Niu Songyan, Zhang Cheng, Shi Yujun, et al. Foreign object detection considering misalignment effect for wireless EV charging system[J]. ISA transactions, 2022, 130: 655−666
[71] Chu S Y, Zan X, Avestruz A T. Electromagnetic model-based foreign object detection for wireless power transfer[J]. IEEE Transactions on Power Electronics, 2021, 37(1): 100−113
[72] Thai V X, Jang G C, Jeong S Y, et al. Symmetric sensing coil design for the blind-zone free metal object detection of a stationary wireless electric vehicles charger[J]. IEEE Transactions on Power Electronics, 2019, 35(4): 3466−3477
[73] Jeong S Y, Kwak H G, Jang G C, et al. Dual-purpose nonoverlapping coil sets as metal object and vehicle position detections for wireless stationary EV chargers[J]. IEEE Transactions on Power Electronics, 2017, 33(9): 7387−7397
[74] Jang G C, Jeong S Y, Kwak H G, et al. Metal object detection circuit with non-overlapped coils for wireless EV chargers[C]//Proc of 2016 IEEE 2nd Annual Southern Power Electronics Conf. Piscataway, NJ: IEEE, 2016: 1−6
[75] Xiao Jing, Guo Xiaoxuan, Shi Haonan, et al. Method of non-blind-zone foreign object detection in wireless power transfer system[C]//Proc of 2022 IEEE 9th Int Conf on Power Electronics Systems and Applications. Piscataway, NJ: IEEE, 2022: 1−6
[76] Xiang Lijuan, Zhu Ze, Tian Jindong, et al. Foreign object detection in a wireless power transfer system using symmetrical coil sets[J]. IEEE Access, 2019, 7: 44622−44631
[77] Thai V X, Park J H, Jeong S Y, et al. Equivalent-circuit-based design of symmetric sensing coil for self-inductance-based metal object detection[J]. IEEE Access, 2020, 8: 94190−94203
[78] Meng Tao, Tan Linlin, Zhong Ruying, et al. Research on metal foreign object detection of electric vehicle wireless charging system based on detection coil[J]. World Electric Vehicle Journal, 2021, 12(4): No. 203
[79] Son S, Lee S, Rhee J, et al. Foreign object detection of wireless power transfer system using sensor coil[C]//Proc of 2021 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2021: 1−4
[80] Sun Ying, Song Kai, Zhou Tian, et al. A shared method of metal object detection and living object detection based on the quality factor of detection coils for electric vehicle wireless charging[J]. IEEE Transactions on Instrumentation and Measurement, 2023, 72: 1−17
[81] Song Huishu, Huang Xiaosheng, Lin Shuyi, et al. A flexible foreign object detection method based on arrayed vertical-decoupled coils for wireless power transfer systems[C]//Proc of Int Conf on Wireless Power Transfer. Singapore: Springer Nature Singapore, 2022: 352−363
[82] Niu Songyan, Zhao Qingyu, Chen Haibiao, et al. Noncooperative metal object detection using pole-to-pole EM distribution characteristics for wireless EV charger employing DD coils[J]. IEEE Transactions on Industrial Electronics, 2023, 71(6): 6335−6344
[83] Zhang Yiming, Wang Hui, Shen Zhiwei, et al. A metal object detection system for electric vehicle wireless charging with quadrupole detection coils[J]. Energy Reports, 2023, 9: 601−607
[84] Sheinker A, Ginzburg B, Salomonski N, et al. Localization of a mobile platform equipped with a rotating magnetic dipole source[J]. IEEE Transactions on Instrumentation and Measurement, 2018, 68(1): 116−128
[85] Ranganathan V, Waters B H, Smith J R. Localization of receivers using phased-array wireless power transfer systems[C]//Proc of 2015 IEEE Wireless Power Transfer Conf. Piscataway, NJ: IEEE, 2015: 1−4
[86] Wen Feng, Chu Xiaohu, Li Qiang, et al. Receiver localization and power stabilization for wireless power transfer system[C]//Proc of 2020 IEEE Int Conf on Applied Superconductivity and Electromagnetic Devices. Piscataway, NJ: IEEE, 2020: 1−2
[87] Chen Wei, Rickers S, Bruck G H, et al. Localization system using resonant magnetic coupling factor for improving efficiency in wireless power transfer[C]//Proc of 2015 9th European Conf on Antennas and Propagation. Piscataway, NJ: IEEE, 2015: 1−2
[88] Gao Yabiao, Duan Chen, Oliveira A A, et al. 3-D coil positioning based on magnetic sensing for wireless EV charging[J]. IEEE Transactions on Transportation Electrification, 2017, 3(3): 578−588
[89] Srivastava V K, Sharma A, Bharadwaj A. A magnetic resonance coupling based touchless pad for human-computer interfacing[C]//Proc of 2020 IEEE 15th Int Conf on Industrial and Information Systems. Piscataway, NJ: IEEE, 2020: 601−605
[90] Pirkl G, Stockinger K, Kunze K, et al. Adapting magnetic resonant coupling based relative positioning technology for wearable activitiy recogniton[C]//Proc of 2008 12th IEEE Int Symp on Wearable Computers. Piscataway, NJ: IEEE, 2008: 47−54
[91] Huang Jiawei, Mori T, Takashima K, et al. IM6D: Magnetic tracking system with 6-DOF passive markers for dexterous 3D interaction and motion[J]. ACM Transactions on Graphics, 2015, 34(6): 1−10
[92] Ray A, Habibagahi I, Babakhani A. Fully wireless and batteryless localization and physiological motion detection system for point-of-care biomedical applications[C]//Proc of 2022 IEEE Biomedical Circuits and Systems Conf. Piscataway, NJ: IEEE, 2022: 26−30
[93] Yamamoto T, Koshiji K. Position detection for transcutaneous energy transmission system for capsule endoscope[C]//Proc of 2013 IEEE Wireless Power Transfer. Piscataway, NJ: IEEE, 2013: 210−213
[94] Tao B, Sie E, Shenoy J, et al. Magnetic backscatter for in-body communication and localization[C]//Proc of the 29th Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2023: 1−15
[95] Khan S R, Desmulliez M P Y. Investigation of capsule localization using 3-D printed spiral WPT coil[C]//Proc of 2023 17th European Conf on Antennas and Propagation. Piscataway, NJ: IEEE, 2023: 1−5
[96] Sun Hongru, Lin Hai, Zhu Fengchao, et al. Magnetic resonant beamforming for secured wireless power transfer[J]. IEEE Signal Processing Letters, 2017, 24(8): 1173−1177
[97] Xu Zhimeng, Chen Jinyu, Qiu Fenlin, et al. Zero-forcing beam forming energy efficiency optimization for the security control of wireless power transfer system[J]. Progress In Electromagnetics Research M, 2021, 103: 209−219
[98] Sun Hongru, Zhu Fengchao, Lin Hai, et al. Robust magnetic resonant beamforming for secured wireless power transfer[J]. IEEE Signal Processing Letters, 2018, 25(8): 1226−1230
[99] Jung H, Lee B. Optimization of magnetic field focusing and null steering for selective wireless power transfer[J]. IEEE Transactions on Power Electronics, 2019, 35(5): 4622−4633
[100] Zhang Zhen, Chau K T, Qiu Chun, et al. Energy encryption for wireless power transfer[J]. IEEE Transactions on Power Electronics, 2014, 30(9): 5237−5246
[101] Liu Wei, Chau K T, Lee C H T, et al. Full-range soft-switching pulse frequency modulated wireless power transfer[J]. IEEE Transactions on Power Electronics, 2019, 35(6): 6533−6547
[102] Yang Yirui, Zhan Zihao, Yu Honggang, et al. A privacy leakage issue in Qi-compatible cellphone wireless charging by stray magnetic field sniffing[C]//Proc of 2024 IEEE Applied Power Electronics Conf and Exposition. Piscataway, NJ: IEEE, 2024: 2870−2876
[103] La Cour A S, Afridi K K, Suh G E. Wireless charging power side-channel attacks[C]//Proc of the 2021 ACM SIGSAC Conf on Computer and Communications Security. New York: ACM, 2021: 651−665
[104] Liu Jianwei, Zou Xiang, Zhao Leqi, et al. Privacy leakage in wireless charging[J]. IEEE Transactions on Dependable and Secure Computing, 2022, 21(2): 501−514
[105] Ni Tao, Zhang Xiaokuan, Zuo Chaoshun, et al. Uncovering user interactions on smartphones via contactless wireless charging side channels[C]//Proc of 2023 IEEE Symp on Security and Privacy. Piscataway, NJ: IEEE, 2023: 3399−3415
[106] Ni Tao, Li Jianfeng, Zhang Xiaokuan, et al. Exploiting contactless side channels in wireless charging power banks for user privacy inference via few-shot learning[C]//Proc of the 29th Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2023: 1−15
[107] Matovu R, Serwadda A, Bilbao A V, et al. Defensive charging: Mitigating power side-channel attacks on charging smartphones[C]//Proc of the 10th ACM Conf on Data and Application Security and Privacy. New York: ACM, 2020: 179−190
[108] Pothukuchi R P, Pothukuchi S Y, Voulgaris P, et al. Maya: Falsifying power sidechannels with operating system support[J]. arXiv preprint, arXiv: 1907.09440, 2019
[109] Yan Lin, Guo Yao, Chen Xiangqun, et al. A study on power side channels on mobile devices[C]//Proc of the 7th Asia-Pacific Symp on Internetware. New York: ACM, 2015: 30−38
[110] Yang Shengqi, Wolf W, Vijaykrishnan N, et al. Power attack resistant cryptosystem design: A dynamic voltage and frequency switching approach[C]//Proc of Design, Automation and Test in Europe. Piscataway, NJ: IEEE, 2005: 64−69
[111] Ganatra V, Yadav K, Senjaliya C, et al. Health hazards due to electromagnetic radiation in the workplace[J]. International Journal for Innovative Research in Science and Technology, 2015, 1(8): 138−145
[112] International Commission on Non-Ionizing Radiation Protection. Guidelines for limiting exposure to electromagnetic fields (100 kHz to 300 GHz)[J]. Health Physics, 2020, 118(5): 483−524
[113] Christ A, Douglas M G, Roman J M, et al. Evaluation of wireless resonant power transfer systems with human electromagnetic exposure limits[J]. IEEE Transactions on Electromagnetic Compatibility, 2012, 55(2): 265−274
[114] Wang Quandi, Li Wanlu, Kang Jianwei, et al. Electromagnetic safety of magnetic resonant wireless charging system in electric vehicles[C]//Proc of 2017 IEEE PELS Workshop on Emerging Technologies: Wireless Power Transfer. Piscataway, NJ: IEEE, 2017: 1−4
[115] Hong S, Kim Y, Lee S, et al. A frequency-selective EMI reduction method for tightly coupled wireless power transfer systems using resonant frequency control of a shielding coil in smartphone application[J]. IEEE Transactions on Electromagnetic Compatibility, 2019, 61(6): 2031−2039
[116] Hong S, Jeong S, Lee S, et al. Low EMF design of cochlear implant wireless power transfer system using a shielding coil[C]//Proc of 2020 IEEE Int Symp on Electromagnetic Compatibility & Signal/Power Integrity. Piscataway, NJ: IEEE, 2020: 623−625
[117] Xiu Sanmu, Hao Wenmei, Zhou Ying, et al. Design of coupling coil parameters for wireless charging tram based on electromagnetic safety[J]. Journal of Advanced Transportation, 2022, 2022(1): 5769224
[118] Worgan P, Fraser M. CoilMove: An actuated to-body energy transfer system[C]//Proc of the 2017 Conf on Designing Interactive Systems. New York: ACM, 2017: 791−795
[119] Sato S, Tanaka Y, Tsuruda Y, et al. Basic investigation on wireless power transfer system via magnetic resonant coupling with magnetic field suppression at an any point[C]//Proc of the 46th Annual Conf of the IEEE Industrial Electronics Society (IECON 2020). Piscataway, NJ: IEEE, 2020: 1555−1560
[120] Zhou Wangqiu, Zhou Hao, Wang Xiaoyu, et al. Shield: Safety ensured high-efficient scheduling for magnetic MIMO wireless power transfer system[C]//Proc of IEEE Conf on Computer Communications (IEEE INFOCOM 2022). Piscataway, NJ: IEEE, 2022: 910−919
[121] 郑黎明, 刘培国, 王宏义, 等. 无源物联网:背景、概念、挑战及研究进展[J]. 电子与信息学报,2023,45(7):2293−2310 Zheng Liming, Liu Peiguo, Wang Hongyi, et al. Passive Internet of things: Background, concept, challenges and progress[J]. Journal of Electronics and Information Technology, 2023, 45(7): 2293−2310(in Chinese)
[122] Zhao Renjie, Wang Kejia, Zheng Kai, et al. SlimWiFi: Ultra-low-power IoT radio architecture enabled by asymmetric communication[C]//Proc of 20th USENIX Symp on Networked Systems Design and Implementation. Berkeley, CA: USENIX Association, 2023: 1201−1219
[123] Mary D R K, Ko E, Kim S G, et al. A systematic review on recent trends, challenges, privacy and security issues of underwater internet of things[J]. Sensors, 2021, 21(24): 8262
[124] Zhao Renjie, Wang Purui, Ma Yunfei, et al. Nfc+ breaking nfc networking limits through resonance engineering[C]//Proc of the Annual Conf of the ACM Special Interest Group on Data Communication on the Applications, Technologies, Architectures, and Protocols for Computer Communication. New York: ACM, 2020: 694−707
[125] 王阳,吴海锋,曾玉. 稠密RFID标签环境下捕获感知贝叶斯标签估计[J]. 计算机研究与发展,2016,53(6):1325−1331 Wang Yang, Wu Haifeng, Zeng Yu. Capture-aware Bayesian tag estimation for dense RFID tags environment[J]. Journal of Computer Research and Development, 2016, 53(6): 1325−1331(in Chinese)
[126] Jin Meng, Li Kexin, Tian Xiaohua, et al. Fast, fine-grained, and robust grouping of RFIDs[C]//Proc of the 29th Annual Int Conf on Mobile Computing and Networking. New York: ACM, 2023: 1−14
-
期刊类型引用(0)
其他类型引用(4)