首页 > 最新文献

Digital Communications and Networks最新文献

英文 中文
Multi-layer network embedding on scc-based network with motif 基于 scc 网络的多层网络嵌入图案
IF 7.5 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-06-01 DOI: 10.1016/j.dcan.2024.01.002
Lu Sun , Xiaona Li , Mingyue Zhang , Liangtian Wan , Yun Lin , Xianpeng Wang , Gang Xu

Interconnection of all things challenges the traditional communication methods, and Semantic Communication and Computing (SCC) will become new solutions. It is a challenging task to accurately detect, extract, and represent semantic information in the research of SCC-based networks. In previous research, researchers usually use convolution to extract the feature information of a graph and perform the corresponding task of node classification. However, the content of semantic information is quite complex. Although graph convolutional neural networks provide an effective solution for node classification tasks, due to their limitations in representing multiple relational patterns and not recognizing and analyzing higher-order local structures, the extracted feature information is subject to varying degrees of loss. Therefore, this paper extends from a single-layer topology network to a multi-layer heterogeneous topology network. The Bidirectional Encoder Representations from Transformers (BERT) training word vector is introduced to extract the semantic features in the network, and the existing graph neural network is improved by combining the higher-order local feature module of the network model representation network. A multi-layer network embedding algorithm on SCC-based networks with motifs is proposed to complete the task of end-to-end node classification. We verify the effectiveness of the algorithm on a real multi-layer heterogeneous network.

万物互联对传统通信方式提出了挑战,语义通信与计算(Semantic Communication and Computing,SCC)将成为新的解决方案。在基于 SCC 的网络研究中,如何准确检测、提取和表示语义信息是一项具有挑战性的任务。在以往的研究中,研究人员通常使用卷积法提取图的特征信息,并执行相应的节点分类任务。然而,语义信息的内容相当复杂。虽然图卷积神经网络为节点分类任务提供了有效的解决方案,但由于其在表示多种关系模式方面的局限性,以及不能识别和分析高阶局部结构,提取的特征信息会受到不同程度的损失。因此,本文从单层拓扑网络扩展到多层异构拓扑网络。引入变压器双向编码器表征(BERT)训练词向量来提取网络中的语义特征,并结合网络模型表征网络的高阶局部特征模块对现有图神经网络进行改进。提出了一种基于 SCC 网络的多层网络嵌入算法,以完成端到端的节点分类任务。我们在一个真实的多层异构网络上验证了该算法的有效性。
{"title":"Multi-layer network embedding on scc-based network with motif","authors":"Lu Sun ,&nbsp;Xiaona Li ,&nbsp;Mingyue Zhang ,&nbsp;Liangtian Wan ,&nbsp;Yun Lin ,&nbsp;Xianpeng Wang ,&nbsp;Gang Xu","doi":"10.1016/j.dcan.2024.01.002","DOIUrl":"10.1016/j.dcan.2024.01.002","url":null,"abstract":"<div><p>Interconnection of all things challenges the traditional communication methods, and Semantic Communication and Computing (SCC) will become new solutions. It is a challenging task to accurately detect, extract, and represent semantic information in the research of SCC-based networks. In previous research, researchers usually use convolution to extract the feature information of a graph and perform the corresponding task of node classification. However, the content of semantic information is quite complex. Although graph convolutional neural networks provide an effective solution for node classification tasks, due to their limitations in representing multiple relational patterns and not recognizing and analyzing higher-order local structures, the extracted feature information is subject to varying degrees of loss. Therefore, this paper extends from a single-layer topology network to a multi-layer heterogeneous topology network. The Bidirectional Encoder Representations from Transformers (BERT) training word vector is introduced to extract the semantic features in the network, and the existing graph neural network is improved by combining the higher-order local feature module of the network model representation network. A multi-layer network embedding algorithm on SCC-based networks with motifs is proposed to complete the task of end-to-end node classification. We verify the effectiveness of the algorithm on a real multi-layer heterogeneous network.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 3","pages":"Pages 546-556"},"PeriodicalIF":7.5,"publicationDate":"2024-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864824000142/pdfft?md5=126dbbe13ecc497016eed8f7a3a30a7f&pid=1-s2.0-S2352864824000142-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139639641","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
AFSTGCN: Prediction for multivariate time series using an adaptive fused spatial-temporal graph convolutional network 基于自适应融合时空图卷积网络的多变量时间序列预测
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.06.019
Yuteng Xiao , Kaijian Xia , Hongsheng Yin , Yu-Dong Zhang , Zhenjiang Qian , Zhaoyang Liu , Yuehan Liang , Xiaodan Li

The prediction for Multivariate Time Series (MTS) explores the interrelationships among variables at historical moments, extracts their relevant characteristics, and is widely used in finance, weather, complex industries and other fields. Furthermore, it is important to construct a digital twin system. However, existing methods do not take full advantage of the potential properties of variables, which results in poor predicted accuracy. In this paper, we propose the Adaptive Fused Spatial-Temporal Graph Convolutional Network (AFSTGCN). First, to address the problem of the unknown spatial-temporal structure, we construct the Adaptive Fused Spatial-Temporal Graph (AFSTG) layer. Specifically, we fuse the spatial-temporal graph based on the interrelationship of spatial graphs. Simultaneously, we construct the adaptive adjacency matrix of the spatial-temporal graph using node embedding methods. Subsequently, to overcome the insufficient extraction of disordered correlation features, we construct the Adaptive Fused Spatial-Temporal Graph Convolutional (AFSTGC) module. The module forces the reordering of disordered temporal, spatial and spatial-temporal dependencies into rule-like data. AFSTGCN dynamically and synchronously acquires potential temporal, spatial and spatial-temporal correlations, thereby fully extracting rich hierarchical feature information to enhance the predicted accuracy. Experiments on different types of MTS datasets demonstrate that the model achieves state-of-the-art single-step and multi-step performance compared with eight other deep learning models.

多变量时间序列预测(MTS)探索历史时刻变量之间的相互关系,提取变量的相关特征,广泛应用于金融、气象、复杂工业等领域。此外,构建数字孪生系统也非常重要。然而,现有的方法不能充分利用变量的潜在特性,导致预测精度不高。本文提出了自适应融合时空图卷积网络(AFSTGCN)。首先,为了解决未知时空结构的问题,我们构建了自适应融合时空图(AFSTG)层。具体来说,我们根据空间图的相互关系融合时空图。同时,我们使用节点嵌入方法构建时空图的自适应邻接矩阵。随后,为了克服无序相关特征提取不足的问题,我们构建了自适应融合时空图卷积(AFSTGC)模块。该模块强制将无序的时间、空间和时空依赖关系重新排序为类似规则的数据。AFSTGCN 动态同步地获取潜在的时间、空间和时空相关性,从而充分提取丰富的层次特征信息,提高预测的准确性。在不同类型的 MTS 数据集上进行的实验表明,与其他八个深度学习模型相比,该模型的单步和多步性能都达到了一流水平。
{"title":"AFSTGCN: Prediction for multivariate time series using an adaptive fused spatial-temporal graph convolutional network","authors":"Yuteng Xiao ,&nbsp;Kaijian Xia ,&nbsp;Hongsheng Yin ,&nbsp;Yu-Dong Zhang ,&nbsp;Zhenjiang Qian ,&nbsp;Zhaoyang Liu ,&nbsp;Yuehan Liang ,&nbsp;Xiaodan Li","doi":"10.1016/j.dcan.2022.06.019","DOIUrl":"10.1016/j.dcan.2022.06.019","url":null,"abstract":"<div><p>The prediction for Multivariate Time Series (MTS) explores the interrelationships among variables at historical moments, extracts their relevant characteristics, and is widely used in finance, weather, complex industries and other fields. Furthermore, it is important to construct a digital twin system. However, existing methods do not take full advantage of the potential properties of variables, which results in poor predicted accuracy. In this paper, we propose the Adaptive Fused Spatial-Temporal Graph Convolutional Network (AFSTGCN). First, to address the problem of the unknown spatial-temporal structure, we construct the Adaptive Fused Spatial-Temporal Graph (AFSTG) layer. Specifically, we fuse the spatial-temporal graph based on the interrelationship of spatial graphs. Simultaneously, we construct the adaptive adjacency matrix of the spatial-temporal graph using node embedding methods. Subsequently, to overcome the insufficient extraction of disordered correlation features, we construct the Adaptive Fused Spatial-Temporal Graph Convolutional (AFSTGC) module. The module forces the reordering of disordered temporal, spatial and spatial-temporal dependencies into rule-like data. AFSTGCN dynamically and synchronously acquires potential temporal, spatial and spatial-temporal correlations, thereby fully extracting rich hierarchical feature information to enhance the predicted accuracy. Experiments on different types of MTS datasets demonstrate that the model achieves state-of-the-art single-step and multi-step performance compared with eight other deep learning models.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 292-303"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001419/pdfft?md5=808885f4ffe95c9124424b766c3bde81&pid=1-s2.0-S2352864822001419-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46424309","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A game-theoretic approach for federated learning: A trade-off among privacy, accuracy and energy 联邦学习的博弈论方法:隐私、准确性和能量之间的权衡
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.12.024
Lihua Yin , Sixin Lin , Zhe Sun , Ran Li , Yuanyuan He , Zhiqiang Hao

Benefiting from the development of Federated Learning (FL) and distributed communication systems, large-scale intelligent applications become possible. Distributed devices not only provide adequate training data, but also cause privacy leakage and energy consumption. How to optimize the energy consumption in distributed communication systems, while ensuring the privacy of users and model accuracy, has become an urgent challenge. In this paper, we define the FL as a 3-layer architecture including users, agents and server. In order to find a balance among model training accuracy, privacy-preserving effect, and energy consumption, we design the training process of FL as game models. We use an extensive game tree to analyze the key elements that influence the players’ decisions in the single game, and then find the incentive mechanism that meet the social norms through the repeated game. The experimental results show that the Nash equilibrium we obtained satisfies the laws of reality, and the proposed incentive mechanism can also promote users to submit high-quality data in FL. Following the multiple rounds of play, the incentive mechanism can help all players find the optimal strategies for energy, privacy, and accuracy of FL in distributed communication systems.

得益于联盟学习(FL)和分布式通信系统的发展,大规模智能应用成为可能。分布式设备不仅能提供充足的训练数据,也会造成隐私泄露和能源消耗。如何在保证用户隐私和模型准确性的同时,优化分布式通信系统的能耗,已成为亟待解决的难题。本文将 FL 定义为包括用户、代理和服务器在内的 3 层架构。为了在模型训练精度、隐私保护效果和能耗之间找到平衡点,我们将 FL 的训练过程设计为博弈模型。我们利用广泛的博弈树来分析单次博弈中影响玩家决策的关键因素,然后通过重复博弈找到符合社会规范的激励机制。实验结果表明,我们得到的纳什均衡符合现实规律,所提出的激励机制也能促进用户在 FL 中提交高质量的数据。经过多轮博弈,激励机制可以帮助所有参与者找到分布式通信系统中 FL 的能量、隐私和准确性的最优策略。
{"title":"A game-theoretic approach for federated learning: A trade-off among privacy, accuracy and energy","authors":"Lihua Yin ,&nbsp;Sixin Lin ,&nbsp;Zhe Sun ,&nbsp;Ran Li ,&nbsp;Yuanyuan He ,&nbsp;Zhiqiang Hao","doi":"10.1016/j.dcan.2022.12.024","DOIUrl":"10.1016/j.dcan.2022.12.024","url":null,"abstract":"<div><p>Benefiting from the development of Federated Learning (FL) and distributed communication systems, large-scale intelligent applications become possible. Distributed devices not only provide adequate training data, but also cause privacy leakage and energy consumption. How to optimize the energy consumption in distributed communication systems, while ensuring the privacy of users and model accuracy, has become an urgent challenge. In this paper, we define the FL as a 3-layer architecture including users, agents and server. In order to find a balance among model training accuracy, privacy-preserving effect, and energy consumption, we design the training process of FL as game models. We use an extensive game tree to analyze the key elements that influence the players’ decisions in the single game, and then find the incentive mechanism that meet the social norms through the repeated game. The experimental results show that the Nash equilibrium we obtained satisfies the laws of reality, and the proposed incentive mechanism can also promote users to submit high-quality data in FL. Following the multiple rounds of play, the incentive mechanism can help all players find the optimal strategies for energy, privacy, and accuracy of FL in distributed communication systems.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 389-403"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864823000056/pdfft?md5=374271a26bf255f9eb9918a226a21d7c&pid=1-s2.0-S2352864823000056-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42317630","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Achieving dynamic privacy measurement and protection based on reinforcement learning for mobile edge crowdsensing of IoT 基于强化学习的物联网移动边缘众感动态隐私测量与保护
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.07.013
Renwan Bi , Mingfeng Zhao , Zuobin Ying , Youliang Tian , Jinbo Xiong

With the maturity and development of 5G field, Mobile Edge CrowdSensing (MECS), as an intelligent data collection paradigm, provides a broad prospect for various applications in IoT. However, sensing users as data uploaders lack a balance between data benefits and privacy threats, leading to conservative data uploads and low revenue or excessive uploads and privacy breaches. To solve this problem, a Dynamic Privacy Measurement and Protection (DPMP) framework is proposed based on differential privacy and reinforcement learning. Firstly, a DPM model is designed to quantify the amount of data privacy, and a calculation method for personalized privacy threshold of different users is also designed. Furthermore, a Dynamic Private sensing data Selection (DPS) algorithm is proposed to help sensing users maximize data benefits within their privacy thresholds. Finally, theoretical analysis and ample experiment results show that DPMP framework is effective and efficient to achieve a balance between data benefits and sensing user privacy protection, in particular, the proposed DPMP framework has 63% and 23% higher training efficiency and data benefits, respectively, compared to the Monte Carlo algorithm.

随着 5G 领域的成熟和发展,移动边缘人群感应(MECS)作为一种智能数据收集范例,为物联网的各种应用提供了广阔的前景。然而,作为数据上传者的传感用户在数据收益和隐私威胁之间缺乏平衡,导致数据上传保守而收益低,或上传过度而隐私泄露。为了解决这个问题,我们提出了一个基于差异隐私和强化学习的动态隐私测量和保护(DPMP)框架。首先,设计了一个 DPM 模型来量化数据隐私量,并设计了不同用户个性化隐私阈值的计算方法。此外,还提出了一种动态隐私感知数据选择(DPS)算法,帮助感知用户在其隐私阈值范围内实现数据利益最大化。最后,理论分析和大量实验结果表明,DPMP 框架能有效实现数据收益和感知用户隐私保护之间的平衡,特别是与蒙特卡洛算法相比,所提出的 DPMP 框架的训练效率和数据收益分别提高了 63% 和 23%。
{"title":"Achieving dynamic privacy measurement and protection based on reinforcement learning for mobile edge crowdsensing of IoT","authors":"Renwan Bi ,&nbsp;Mingfeng Zhao ,&nbsp;Zuobin Ying ,&nbsp;Youliang Tian ,&nbsp;Jinbo Xiong","doi":"10.1016/j.dcan.2022.07.013","DOIUrl":"10.1016/j.dcan.2022.07.013","url":null,"abstract":"<div><p>With the maturity and development of 5G field, Mobile Edge CrowdSensing (MECS), as an intelligent data collection paradigm, provides a broad prospect for various applications in IoT. However, sensing users as data uploaders lack a balance between data benefits and privacy threats, leading to conservative data uploads and low revenue or excessive uploads and privacy breaches. To solve this problem, a Dynamic Privacy Measurement and Protection (DPMP) framework is proposed based on differential privacy and reinforcement learning. Firstly, a DPM model is designed to quantify the amount of data privacy, and a calculation method for personalized privacy threshold of different users is also designed. Furthermore, a Dynamic Private sensing data Selection (DPS) algorithm is proposed to help sensing users maximize data benefits within their privacy thresholds. Finally, theoretical analysis and ample experiment results show that DPMP framework is effective and efficient to achieve a balance between data benefits and sensing user privacy protection, in particular, the proposed DPMP framework has 63% and 23% higher training efficiency and data benefits, respectively, compared to the Monte Carlo algorithm.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 380-388"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001614/pdfft?md5=71ebc1f5a95abb30e85e562e9415d772&pid=1-s2.0-S2352864822001614-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48301065","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Video caching and scheduling with edge cooperation 具有边缘协作的视频缓存和调度
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.09.012
Zhidu Li , Fuxiang Li , Tong Tang , Hong Zhang , Jin Yang

In this paper, we explore a distributed collaborative caching and computing model to support the distribution of adaptive bit rate video streaming. The aim is to reduce the average initial buffer delay and improve the quality of user experience. Considering the difference between global and local video popularities and the time-varying characteristics of video popularity, a two-stage caching scheme is proposed to push popular videos closer to users and minimize the average initial buffer delay. Based on both long-term content popularity and short-term content popularity, the proposed caching solution is decouple into the proactive cache stage and the cache update stage. In the proactive cache stage, we develop a proactive cache placement algorithm that can be executed in an off-peak period. In the cache update stage, we propose a reactive cache update algorithm to update the existing cache policy to minimize the buffer delay. Simulation results verify that the proposed caching algorithms can reduce the initial buffer delay efficiently.

在本文中,我们探索了一种分布式协作缓存和计算模型,以支持自适应比特率视频流的分发。其目的是减少平均初始缓冲延迟,提高用户体验质量。考虑到全球和本地视频流行度的差异以及视频流行度的时变特性,本文提出了一种两阶段缓存方案,以将流行视频推送到用户附近,并最大限度地减少平均初始缓冲延迟。基于长期内容流行度和短期内容流行度,提出的缓存方案被分解为主动缓存阶段和缓存更新阶段。在主动缓存阶段,我们开发了一种可在非高峰期执行的主动缓存放置算法。在高速缓存更新阶段,我们提出了一种反应式高速缓存更新算法,用于更新现有的高速缓存策略,以尽量减少缓冲延迟。仿真结果验证了所提出的缓存算法能有效减少初始缓冲区延迟。
{"title":"Video caching and scheduling with edge cooperation","authors":"Zhidu Li ,&nbsp;Fuxiang Li ,&nbsp;Tong Tang ,&nbsp;Hong Zhang ,&nbsp;Jin Yang","doi":"10.1016/j.dcan.2022.09.012","DOIUrl":"10.1016/j.dcan.2022.09.012","url":null,"abstract":"<div><p>In this paper, we explore a distributed collaborative caching and computing model to support the distribution of adaptive bit rate video streaming. The aim is to reduce the average initial buffer delay and improve the quality of user experience. Considering the difference between global and local video popularities and the time-varying characteristics of video popularity, a two-stage caching scheme is proposed to push popular videos closer to users and minimize the average initial buffer delay. Based on both long-term content popularity and short-term content popularity, the proposed caching solution is decouple into the proactive cache stage and the cache update stage. In the proactive cache stage, we develop a proactive cache placement algorithm that can be executed in an off-peak period. In the cache update stage, we propose a reactive cache update algorithm to update the existing cache policy to minimize the buffer delay. Simulation results verify that the proposed caching algorithms can reduce the initial buffer delay efficiently.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 450-460"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001870/pdfft?md5=56cbd7bf7deaec3275537a506eb70369&pid=1-s2.0-S2352864822001870-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42756492","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A survey on blockchain-enabled federated learning and its prospects with digital twin 关于区块链支持的联邦学习及其与数字孪生的前景的调查
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.08.001
Kangde Liu , Zheng Yan , Xueqin Liang , Raimo Kantola , Chuangyue Hu

Digital Twin (DT) supports real time analysis and provides a reliable simulation platform in the Internet of Things (IoT). The creation and application of DT hinges on amounts of data, which poses pressure on the application of Artificial Intelligence (AI) for DT descriptions and intelligent decision-making. Federated Learning (FL) is a cutting-edge technology that enables geographically dispersed devices to collaboratively train a shared global model locally rather than relying on a data center to perform model training. Therefore, DT can benefit by combining with FL, successfully solving the "data island" problem in traditional AI. However, FL still faces serious challenges, such as enduring single-point failures, suffering from poison attacks, lacking effective incentive mechanisms. Before the successful deployment of DT, we should tackle the issues caused by FL. Researchers from industry and academia have recognized the potential of introducing Blockchain Technology (BT) into FL to overcome the challenges faced by FL, where BT acting as a distributed and immutable ledger, can store data in a secure, traceable, and trusted manner. However, to the best of our knowledge, a comprehensive literature review on this topic is still missing. In this paper, we review existing works about blockchain-enabled FL and visualize their prospects with DT. To this end, we first propose evaluation requirements with respect to security, fault-tolerance, fairness, efficiency, cost-saving, profitability, and support for heterogeneity. Then, we classify existing literature according to the functionalities of BT in FL and analyze their advantages and disadvantages based on the proposed evaluation requirements. Finally, we discuss open problems in the existing literature and the future of DT supported by blockchain-enabled FL, based on which we further propose some directions for future research.

数字孪生(DT)支持实时分析,并为物联网(IoT)提供可靠的模拟平台。数字孪生的创建和应用取决于大量数据,这给应用人工智能(AI)进行数字孪生描述和智能决策带来了压力。联盟学习(FL)是一项前沿技术,它能让分散在各地的设备在本地协作训练一个共享的全局模型,而不是依赖数据中心来执行模型训练。因此,DT 可以与 FL 结合使用,成功解决传统人工智能中的 "数据孤岛 "问题。然而,FL 仍然面临着严峻的挑战,如单点故障、中毒攻击、缺乏有效的激励机制等。在成功部署 DT 之前,我们应该先解决 FL 带来的问题。来自产业界和学术界的研究人员已经认识到在 FL 中引入区块链技术(BT)的潜力,以克服 FL 所面临的挑战,其中区块链技术作为分布式和不可变的分类账,可以以安全、可追溯和可信的方式存储数据。然而,据我们所知,关于这一主题的全面文献综述仍然缺失。在本文中,我们回顾了有关区块链支持的 FL 的现有作品,并通过 DT 展示了它们的前景。为此,我们首先提出了安全性、容错性、公平性、效率、成本节约、盈利性和异构支持等方面的评估要求。然后,我们根据 FL 中 BT 的功能对现有文献进行分类,并根据提出的评估要求分析其优缺点。最后,我们讨论了现有文献中尚未解决的问题以及区块链支持的 FL 所支持的 DT 的未来,并在此基础上进一步提出了未来研究的一些方向。
{"title":"A survey on blockchain-enabled federated learning and its prospects with digital twin","authors":"Kangde Liu ,&nbsp;Zheng Yan ,&nbsp;Xueqin Liang ,&nbsp;Raimo Kantola ,&nbsp;Chuangyue Hu","doi":"10.1016/j.dcan.2022.08.001","DOIUrl":"10.1016/j.dcan.2022.08.001","url":null,"abstract":"<div><p>Digital Twin (DT) supports real time analysis and provides a reliable simulation platform in the Internet of Things (IoT). The creation and application of DT hinges on amounts of data, which poses pressure on the application of Artificial Intelligence (AI) for DT descriptions and intelligent decision-making. Federated Learning (FL) is a cutting-edge technology that enables geographically dispersed devices to collaboratively train a shared global model locally rather than relying on a data center to perform model training. Therefore, DT can benefit by combining with FL, successfully solving the \"data island\" problem in traditional AI. However, FL still faces serious challenges, such as enduring single-point failures, suffering from poison attacks, lacking effective incentive mechanisms. Before the successful deployment of DT, we should tackle the issues caused by FL. Researchers from industry and academia have recognized the potential of introducing Blockchain Technology (BT) into FL to overcome the challenges faced by FL, where BT acting as a distributed and immutable ledger, can store data in a secure, traceable, and trusted manner. However, to the best of our knowledge, a comprehensive literature review on this topic is still missing. In this paper, we review existing works about blockchain-enabled FL and visualize their prospects with DT. To this end, we first propose evaluation requirements with respect to security, fault-tolerance, fairness, efficiency, cost-saving, profitability, and support for heterogeneity. Then, we classify existing literature according to the functionalities of BT in FL and analyze their advantages and disadvantages based on the proposed evaluation requirements. Finally, we discuss open problems in the existing literature and the future of DT supported by blockchain-enabled FL, based on which we further propose some directions for future research.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 248-264"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001626/pdfft?md5=9cc893bddc8a08a7d3b53c8ea4cf078d&pid=1-s2.0-S2352864822001626-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43287696","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multimodal fusion recognition for digital twin 数字孪生的多模式融合识别
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.10.009
Tianzhe Zhou, Xuguang Zhang, Bing Kang, Mingkai Chen

The digital twin is the concept of transcending reality, which is the reverse feedback from the real physical space to the virtual digital space. People hold great prospects for this emerging technology. In order to realize the upgrading of the digital twin industrial chain, it is urgent to introduce more modalities, such as vision, haptics, hearing and smell, into the virtual digital space, which assists physical entities and virtual objects in creating a closer connection. Therefore, perceptual understanding and object recognition have become an urgent hot topic in the digital twin. Existing surface material classification schemes often achieve recognition through machine learning or deep learning in a single modality, ignoring the complementarity between multiple modalities. In order to overcome this dilemma, we propose a multimodal fusion network in our article that combines two modalities, visual and haptic, for surface material recognition. On the one hand, the network makes full use of the potential correlations between multiple modalities to deeply mine the modal semantics and complete the data mapping. On the other hand, the network is extensible and can be used as a universal architecture to include more modalities. Experiments show that the constructed multimodal fusion network can achieve 99.42% classification accuracy while reducing complexity.

数字孪生是超越现实的概念,是从现实物理空间到虚拟数字空间的反向反馈。人们对这一新兴技术充满期待。为了实现数字孪生产业链的升级,迫切需要将视觉、触觉、听觉、嗅觉等更多模态引入虚拟数字空间,帮助物理实体与虚拟物体建立更紧密的联系。因此,感知理解和物体识别已成为数字孪生领域亟待解决的热门话题。现有的表面材料分类方案往往通过单一模态的机器学习或深度学习来实现识别,忽略了多种模态之间的互补性。为了克服这一困境,我们在文章中提出了一种多模态融合网络,结合视觉和触觉两种模态进行表面材料识别。一方面,该网络充分利用了多种模态之间的潜在关联,深入挖掘模态语义,完成数据映射。另一方面,该网络具有可扩展性,可作为通用架构纳入更多模态。实验表明,所构建的多模态融合网络可以达到 99.42% 的分类准确率,同时降低了复杂性。
{"title":"Multimodal fusion recognition for digital twin","authors":"Tianzhe Zhou,&nbsp;Xuguang Zhang,&nbsp;Bing Kang,&nbsp;Mingkai Chen","doi":"10.1016/j.dcan.2022.10.009","DOIUrl":"10.1016/j.dcan.2022.10.009","url":null,"abstract":"<div><p>The digital twin is the concept of transcending reality, which is the reverse feedback from the real physical space to the virtual digital space. People hold great prospects for this emerging technology. In order to realize the upgrading of the digital twin industrial chain, it is urgent to introduce more modalities, such as vision, haptics, hearing and smell, into the virtual digital space, which assists physical entities and virtual objects in creating a closer connection. Therefore, perceptual understanding and object recognition have become an urgent hot topic in the digital twin. Existing surface material classification schemes often achieve recognition through machine learning or deep learning in a single modality, ignoring the complementarity between multiple modalities. In order to overcome this dilemma, we propose a multimodal fusion network in our article that combines two modalities, visual and haptic, for surface material recognition. On the one hand, the network makes full use of the potential correlations between multiple modalities to deeply mine the modal semantics and complete the data mapping. On the other hand, the network is extensible and can be used as a universal architecture to include more modalities. Experiments show that the constructed multimodal fusion network can achieve 99.42% classification accuracy while reducing complexity.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 337-346"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822002176/pdfft?md5=5b53302ba67c5d8270cd69b448630eaf&pid=1-s2.0-S2352864822002176-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45279245","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Digital twin driven and intelligence enabled content delivery in end-edge-cloud collaborative 5G networks 端边缘云协作5G网络中的数字孪生驱动和智能化内容交付
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.09.014
Bo Yi , Jianhui Lv , Xingwei Wang , Lianbo Ma , Min Huang

The rapid development of 5G/6G and AI enables an environment of Internet of Everything (IoE) which can support millions of connected mobile devices and applications to operate smoothly at high speed and low delay. However, these massive devices will lead to explosive traffic growth, which in turn cause great burden for the data transmission and content delivery. This challenge can be eased by sinking some critical content from cloud to edge. In this case, how to determine the critical content, where to sink and how to access the content correctly and efficiently become new challenges. This work focuses on establishing a highly efficient content delivery framework in the IoE environment. In particular, the IoE environment is re-constructed as an end-edge-cloud collaborative system, in which the concept of digital twin is applied to promote the collaboration. Based on the digital asset obtained by digital twin from end users, a content popularity prediction scheme is firstly proposed to decide the critical content by using the Temporal Pattern Attention (TPA) enabled Long Short-Term Memory (LSTM) model. Then, the prediction results are input for the proposed caching scheme to decide where to sink the critical content by using the Reinforce Learning (RL) technology. Finally, a collaborative routing scheme is proposed to determine the way to access the content with the objective of minimizing overhead. The experimental results indicate that the proposed schemes outperform the state-of-the-art benchmarks in terms of the caching hit rate, the average throughput, the successful content delivery rate and the average routing overhead.

5G/6G 和人工智能的快速发展实现了万物互联(IoE)环境,可支持数以百万计的联网移动设备和应用程序以高速、低延迟的方式流畅运行。然而,这些海量设备将导致流量爆炸式增长,进而给数据传输和内容交付带来巨大负担。可以通过将一些关键内容从云端下沉到边缘来缓解这一挑战。在这种情况下,如何确定关键内容、下沉到哪里以及如何正确高效地访问这些内容就成了新的挑战。这项工作的重点是在物联网环境中建立一个高效的内容交付框架。具体而言,将物联网环境重新构建为一个端-边-云协作系统,其中应用了数字孪生的概念来促进协作。基于数字孪生从终端用户处获取的数字资产,首先提出了一种内容流行度预测方案,利用支持时态模式注意(TPA)的长短期记忆(LSTM)模型来决定关键内容。然后,将预测结果输入拟议的缓存方案,利用强化学习(RL)技术决定关键内容的下沉位置。最后,提出一种协作路由方案,以最小化开销为目标确定访问内容的方式。实验结果表明,所提出的方案在缓存命中率、平均吞吐量、成功内容交付率和平均路由开销方面都优于最先进的基准。
{"title":"Digital twin driven and intelligence enabled content delivery in end-edge-cloud collaborative 5G networks","authors":"Bo Yi ,&nbsp;Jianhui Lv ,&nbsp;Xingwei Wang ,&nbsp;Lianbo Ma ,&nbsp;Min Huang","doi":"10.1016/j.dcan.2022.09.014","DOIUrl":"10.1016/j.dcan.2022.09.014","url":null,"abstract":"<div><p>The rapid development of 5G/6G and AI enables an environment of Internet of Everything (IoE) which can support millions of connected mobile devices and applications to operate smoothly at high speed and low delay. However, these massive devices will lead to explosive traffic growth, which in turn cause great burden for the data transmission and content delivery. This challenge can be eased by sinking some critical content from cloud to edge. In this case, how to determine the critical content, where to sink and how to access the content correctly and efficiently become new challenges. This work focuses on establishing a highly efficient content delivery framework in the IoE environment. In particular, the IoE environment is re-constructed as an end-edge-cloud collaborative system, in which the concept of digital twin is applied to promote the collaboration. Based on the digital asset obtained by digital twin from end users, a content popularity prediction scheme is firstly proposed to decide the critical content by using the Temporal Pattern Attention (TPA) enabled Long Short-Term Memory (LSTM) model. Then, the prediction results are input for the proposed caching scheme to decide where to sink the critical content by using the Reinforce Learning (RL) technology. Finally, a collaborative routing scheme is proposed to determine the way to access the content with the objective of minimizing overhead. The experimental results indicate that the proposed schemes outperform the state-of-the-art benchmarks in terms of the caching hit rate, the average throughput, the successful content delivery rate and the average routing overhead.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 328-336"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001894/pdfft?md5=6503225d77faa9204b1407f70b5af63e&pid=1-s2.0-S2352864822001894-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47899155","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Refinement modeling and verification of secure operating systems for communication in digital twins 数字孪生通信安全操作系统的改进建模与验证
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.07.012
Zhenjiang Qian , Gaofei Sun , Xiaoshuang Xing , Gaurav Dhiman

In traditional digital twin communication system testing, we can apply test cases as completely as possible in order to ensure the correctness of the system implementation, and even then, there is no guarantee that the digital twin communication system implementation is completely correct. Formal verification is currently recognized as a method to ensure the correctness of software system for communication in digital twins because it uses rigorous mathematical methods to verify the correctness of systems for communication in digital twins and can effectively help system designers determine whether the system is designed and implemented correctly. In this paper, we use the interactive theorem proving tool Isabelle/HOL to construct the formal model of the X86 architecture, and to model the related assembly instructions. The verification result shows that the system states obtained after the operations of relevant assembly instructions is consistent with the expected states, indicating that the system meets the design expectations.

在传统的数字孪生通信系统测试中,我们可以尽可能完整地应用测试用例,以确保系统实现的正确性,即便如此,也无法保证数字孪生通信系统实现的完全正确。形式化验证是目前公认的确保数字孪生通信软件系统正确性的方法,因为它采用严格的数学方法来验证数字孪生通信系统的正确性,能有效地帮助系统设计者确定系统的设计和实现是否正确。本文利用交互式定理证明工具 Isabelle/HOL 构建了 X86 架构的形式化模型,并对相关汇编指令进行了建模。验证结果表明,相关汇编指令操作后得到的系统状态与预期状态一致,表明系统符合设计预期。
{"title":"Refinement modeling and verification of secure operating systems for communication in digital twins","authors":"Zhenjiang Qian ,&nbsp;Gaofei Sun ,&nbsp;Xiaoshuang Xing ,&nbsp;Gaurav Dhiman","doi":"10.1016/j.dcan.2022.07.012","DOIUrl":"10.1016/j.dcan.2022.07.012","url":null,"abstract":"<div><p>In traditional digital twin communication system testing, we can apply test cases as completely as possible in order to ensure the correctness of the system implementation, and even then, there is no guarantee that the digital twin communication system implementation is completely correct. Formal verification is currently recognized as a method to ensure the correctness of software system for communication in digital twins because it uses rigorous mathematical methods to verify the correctness of systems for communication in digital twins and can effectively help system designers determine whether the system is designed and implemented correctly. In this paper, we use the interactive theorem proving tool Isabelle/HOL to construct the formal model of the X86 architecture, and to model the related assembly instructions. The verification result shows that the system states obtained after the operations of relevant assembly instructions is consistent with the expected states, indicating that the system meets the design expectations.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 304-314"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822001602/pdfft?md5=b46110b660216b0b53d63ffee5fb6c0b&pid=1-s2.0-S2352864822001602-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46517879","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Analyzing topics in social media for improving digital twinning based product development 分析社交媒体中的主题,以改进基于数字孪生的产品开发
IF 7.9 2区 计算机科学 Q1 TELECOMMUNICATIONS Pub Date : 2024-04-01 DOI: 10.1016/j.dcan.2022.04.016
Wenyi Tang, Ling Tian, Xu Zheng, Ke Yan

Digital twinning enables manufacturers to create digital representations of physical entities, thus implementing virtual simulations for product development. Previous efforts of digital twinning neglect the decisive consumer feedback in product development stages, failing to cover the gap between physical and digital spaces. This work mines real-world consumer feedbacks through social media topics, which is significant to product development. We specifically analyze the prevalent time of a product topic, giving an insight into both consumer attention and the widely-discussed time of a product. The primary body of current studies regards the prevalent time prediction as an accompanying task or assumes the existence of a preset distribution. Therefore, these proposed solutions are either biased in focused objectives and underlying patterns or weak in the capability of generalization towards diverse topics. To this end, this work combines deep learning and survival analysis to predict the prevalent time of topics. We propose a specialized deep survival model which consists of two modules. The first module enriches input covariates by incorporating latent features of the time-varying text, and the second module fully captures the temporal pattern of a rumor by a recurrent network structure. Moreover, a specific loss function different from regular survival models is proposed to achieve a more reasonable prediction. Extensive experiments on real-world datasets demonstrate that our model significantly outperforms the state-of-the-art methods.

数字孪生使制造商能够创建物理实体的数字表示,从而为产品开发提供虚拟仿真。以往的数字孪生工作忽视了消费者在产品开发阶段的决定性反馈,未能覆盖物理空间和数字空间之间的差距。这项工作通过社交媒体话题挖掘真实世界中消费者的反馈,这对产品开发意义重大。我们特别分析了产品话题的流行时间,从而深入了解消费者对产品的关注度和产品的广泛讨论时间。目前的主要研究都将流行时间预测视为一项附带任务,或假设存在预设分布。因此,这些建议的解决方案要么在重点目标和基本模式上存在偏差,要么在对不同主题的泛化能力上较弱。为此,本作品将深度学习与生存分析相结合,预测话题的流行时间。我们提出了一种专门的深度生存模型,它由两个模块组成。第一个模块通过结合时变文本的潜在特征来丰富输入协变量,第二个模块则通过递归网络结构来全面捕捉谣言的时间模式。此外,还提出了不同于常规生存模型的特定损失函数,以实现更合理的预测。在实际数据集上的大量实验证明,我们的模型明显优于最先进的方法。
{"title":"Analyzing topics in social media for improving digital twinning based product development","authors":"Wenyi Tang,&nbsp;Ling Tian,&nbsp;Xu Zheng,&nbsp;Ke Yan","doi":"10.1016/j.dcan.2022.04.016","DOIUrl":"10.1016/j.dcan.2022.04.016","url":null,"abstract":"<div><p>Digital twinning enables manufacturers to create digital representations of physical entities, thus implementing virtual simulations for product development. Previous efforts of digital twinning neglect the decisive consumer feedback in product development stages, failing to cover the gap between physical and digital spaces. This work mines real-world consumer feedbacks through social media topics, which is significant to product development. We specifically analyze the prevalent time of a product topic, giving an insight into both consumer attention and the widely-discussed time of a product. The primary body of current studies regards the prevalent time prediction as an accompanying task or assumes the existence of a preset distribution. Therefore, these proposed solutions are either biased in focused objectives and underlying patterns or weak in the capability of generalization towards diverse topics. To this end, this work combines deep learning and survival analysis to predict the prevalent time of topics. We propose a specialized deep survival model which consists of two modules. The first module enriches input covariates by incorporating latent features of the time-varying text, and the second module fully captures the temporal pattern of a rumor by a recurrent network structure. Moreover, a specific loss function different from regular survival models is proposed to achieve a more reasonable prediction. Extensive experiments on real-world datasets demonstrate that our model significantly outperforms the state-of-the-art methods.</p></div>","PeriodicalId":48631,"journal":{"name":"Digital Communications and Networks","volume":"10 2","pages":"Pages 273-281"},"PeriodicalIF":7.9,"publicationDate":"2024-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2352864822000657/pdfft?md5=05912956901f7cf81ac93c8266e01d96&pid=1-s2.0-S2352864822000657-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47448220","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Digital Communications and Networks
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1