首页 > 最新文献

Journal of Cloud Computing最新文献

英文 中文
STAM-LSGRU: a spatiotemporal radar echo extrapolation algorithm with edge computing for short-term forecasting STAM-LSGRU:用于短期预报的带边缘计算的时空雷达回波外推算法
Pub Date : 2024-05-14 DOI: 10.1186/s13677-024-00660-6
Hailang Cheng, Mengmeng Cui, Yuzhe Shi
With the advent of Mobile Edge Computing (MEC), shifting data processing from cloud centers to the network edge presents an advanced computational paradigm for addressing latency-sensitive applications. Specifically, in radar systems, the real-time processing and prediction of radar echo data pose significant challenges in dynamic and resource-constrained environments. MEC, by processing data near its source, not only significantly reduces communication latency and enhances bandwidth utilization but also diminishes the necessity of transmitting large volumes of data to the cloud, which is crucial for improving the timeliness and efficiency of radar data processing. To meet this demand, this paper proposes a model that integrates a spatiotemporal Attention Module (STAM) with a Long Short-Term Memory Gated Recurrent Unit (ST-ConvLSGRU) to enhance the accuracy of radar echo prediction while leveraging the advantages of MEC. STAM, by extending the spatiotemporal receptive field of the prediction units, effectively captures key inter-frame motion information, while optimizations to the convolutional structure and loss function further boost the model’s predictive performance. Experimental results demonstrate that our approach significantly improves the accuracy of short-term weather forecasting in a mobile edge computing environment, showcasing an efficient and practical solution for processing radar echo data under dynamic, resource-limited conditions.
随着移动边缘计算(MEC)的出现,将数据处理从云中心转移到网络边缘,为解决延迟敏感型应用提供了一种先进的计算模式。具体来说,在雷达系统中,雷达回波数据的实时处理和预测在动态和资源受限的环境中构成了重大挑战。MEC 通过在数据源附近处理数据,不仅能显著减少通信延迟,提高带宽利用率,还能减少向云端传输大量数据的必要性,这对于提高雷达数据处理的及时性和效率至关重要。为满足这一需求,本文提出了一种将时空注意力模块(STAM)与长短期记忆门控循环单元(ST-ConvLSGRU)集成的模型,以提高雷达回波预测的准确性,同时充分利用 MEC 的优势。STAM 通过扩展预测单元的时空感受野,有效捕捉了关键的帧间运动信息,同时对卷积结构和损失函数进行了优化,进一步提高了模型的预测性能。实验结果表明,我们的方法显著提高了移动边缘计算环境中短期天气预报的准确性,为在资源有限的动态条件下处理雷达回波数据提供了高效实用的解决方案。
{"title":"STAM-LSGRU: a spatiotemporal radar echo extrapolation algorithm with edge computing for short-term forecasting","authors":"Hailang Cheng, Mengmeng Cui, Yuzhe Shi","doi":"10.1186/s13677-024-00660-6","DOIUrl":"https://doi.org/10.1186/s13677-024-00660-6","url":null,"abstract":"With the advent of Mobile Edge Computing (MEC), shifting data processing from cloud centers to the network edge presents an advanced computational paradigm for addressing latency-sensitive applications. Specifically, in radar systems, the real-time processing and prediction of radar echo data pose significant challenges in dynamic and resource-constrained environments. MEC, by processing data near its source, not only significantly reduces communication latency and enhances bandwidth utilization but also diminishes the necessity of transmitting large volumes of data to the cloud, which is crucial for improving the timeliness and efficiency of radar data processing. To meet this demand, this paper proposes a model that integrates a spatiotemporal Attention Module (STAM) with a Long Short-Term Memory Gated Recurrent Unit (ST-ConvLSGRU) to enhance the accuracy of radar echo prediction while leveraging the advantages of MEC. STAM, by extending the spatiotemporal receptive field of the prediction units, effectively captures key inter-frame motion information, while optimizations to the convolutional structure and loss function further boost the model’s predictive performance. Experimental results demonstrate that our approach significantly improves the accuracy of short-term weather forecasting in a mobile edge computing environment, showcasing an efficient and practical solution for processing radar echo data under dynamic, resource-limited conditions.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"197 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140940614","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Constrained optimal grouping of cloud application components 云应用组件的受限优化分组
Pub Date : 2024-05-10 DOI: 10.1186/s13677-024-00653-5
Marta Różańska, Geir Horn
Cloud applications are built from a set of components often deployed as containers, which can be deployed individually on separate Virtual Machines (VMs) or grouped on a smaller set of VMs. Additionally, the application owner may have inhibition constraints regarding the co-location of components. Finding the best way to deploy an application means finding the best groups of components and the best VMs, and it is not trivial because of the complexity coming from the number of possible options. The problem can be mapped onto may known combinatorial problems as binpacking and knapsack formulations. However, these approaches often assume homogeneus resources and fail to incorporate the inhibition constraints. The main contribution of this paper are firstly a novel formulation of the grouping problem as constrained Coalition Structure Generation (CSG) problem, including the specification of the value function which fulfills the criteria of a Characteristic Function Game (CFG). The CSG problem aims to determine stable and disjoint groups of players collaborating to optimize the joint outcome of the game, and a CFG is a common representation of a CSG, where each group is assigned a value and where the value of the game is the sum of the groups’ contributions. Secondly, the Integer-Partition (IP) CSG algorithm has been modified and extended to handle constraints. The proposed approach is evaluated with the extended IP algorithm, and a novel exhaustive search algorithm establishing the optimum grouping for comparison. The evaluation shows that our approach with the modified algorithm evaluates on average significantly less combinations than the CSG state-of-the-art algorithm. The proposed approach is promising for optimized constrained Cloud application management as the modified IP algorithm can optimally solve constrained grouping problems of attainable sizes.
云应用程序由一组组件构建而成,通常以容器的形式部署,这些组件可以单独部署在不同的虚拟机(VM)上,也可以组合在一组较小的虚拟机上。此外,应用程序所有者可能对组件的共用位置有限制。找到部署应用程序的最佳方法意味着要找到最佳的组件组和最佳的虚拟机,而由于可能的选项数量众多,这并不是一件容易的事。这个问题可以映射到已知的组合问题上,如 binpacking 和 knapsack 公式。然而,这些方法通常假定资源是均质的,并且没有纳入抑制约束。本文的主要贡献首先是将分组问题新颖地表述为受约束联盟结构生成(CSG)问题,包括指定满足特征函数博弈(CFG)标准的值函数。CSG 问题的目的是确定稳定且互不相交的玩家群体,通过合作优化博弈的共同结果,而 CFG 是 CSG 的常见表示形式,其中每个群体都被赋予一个值,博弈的值是各群体贡献的总和。其次,对整数分区(IP)CSG 算法进行了修改和扩展,以处理约束条件。建议的方法与扩展的 IP 算法以及建立最佳分组的新型穷举搜索算法进行了比较评估。评估结果表明,与 CSG 最先进的算法相比,我们的方法与修改后的算法所评估的组合平均要少得多。由于修改后的 IP 算法可以优化解决可实现规模的受限分组问题,因此建议的方法有望用于优化受限云应用管理。
{"title":"Constrained optimal grouping of cloud application components","authors":"Marta Różańska, Geir Horn","doi":"10.1186/s13677-024-00653-5","DOIUrl":"https://doi.org/10.1186/s13677-024-00653-5","url":null,"abstract":"Cloud applications are built from a set of components often deployed as containers, which can be deployed individually on separate Virtual Machines (VMs) or grouped on a smaller set of VMs. Additionally, the application owner may have inhibition constraints regarding the co-location of components. Finding the best way to deploy an application means finding the best groups of components and the best VMs, and it is not trivial because of the complexity coming from the number of possible options. The problem can be mapped onto may known combinatorial problems as binpacking and knapsack formulations. However, these approaches often assume homogeneus resources and fail to incorporate the inhibition constraints. The main contribution of this paper are firstly a novel formulation of the grouping problem as constrained Coalition Structure Generation (CSG) problem, including the specification of the value function which fulfills the criteria of a Characteristic Function Game (CFG). The CSG problem aims to determine stable and disjoint groups of players collaborating to optimize the joint outcome of the game, and a CFG is a common representation of a CSG, where each group is assigned a value and where the value of the game is the sum of the groups’ contributions. Secondly, the Integer-Partition (IP) CSG algorithm has been modified and extended to handle constraints. The proposed approach is evaluated with the extended IP algorithm, and a novel exhaustive search algorithm establishing the optimum grouping for comparison. The evaluation shows that our approach with the modified algorithm evaluates on average significantly less combinations than the CSG state-of-the-art algorithm. The proposed approach is promising for optimized constrained Cloud application management as the modified IP algorithm can optimally solve constrained grouping problems of attainable sizes.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"21 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140940613","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Students health physique information sharing in publicly collaborative services over edge-cloud networks 边缘云网络公开协作服务中的学生健康体质信息共享
Pub Date : 2024-05-09 DOI: 10.1186/s13677-024-00661-5
Ping Liu, Dai Shi, Bin Zang, Xiang Liu
Data privacy is playing a vital role while facing the digital life aspects. Today, the world is being extensively inter-connected through the internet of things (IoT) technologies. This huge interconnectivity is bringing very wonderful capabilities for improving the quality of life (QoL) with itself, for instance, in distributed healthcare. On the other hand, there are new challenges in the interconnectivity per use. One of the most challenging issues of IoT use in social systems and digital life is secure, trustable, and reliable interactions over IoT networks such that safety, security, and privacy in both aspects of cyber and physical worlds for humankind should be planned and controlled. Due to the less physical activity of most people in the current world, fitness and aerobic sports are now an important need at any age to help them keep healthy in their cyber-physical life, specifically, for the younger student that are still in the growth ages. However, these sport activities need to be monitored seriously and closely to not put their life in danger. Herewith, healthcare services through IoT is becoming more applicable. Therefore, health information privacy for athletes is now a hot topic of investigation as we present the topic here. We propose an IoT-based physique healthcare system considering private information sharing for athletes based on data hiding at the edge of a collaborative system. The proposed system pays attention to the key factors of healthcare IoT infrastructure but it is bringing its new suggestions for more safety. Moreover, many evaluations based on different kinds of healthcare data are provided.
在面对数字化生活的方方面面时,数据隐私起着至关重要的作用。如今,世界正通过物联网(IoT)技术实现广泛的互联。这种巨大的互联性为提高生活质量(QoL)带来了非常美妙的功能,例如在分布式医疗保健方面。另一方面,物联网的使用也面临着新的挑战。物联网在社会系统和数字生活中的应用所面临的最具挑战性的问题之一就是物联网网络上安全、可信任和可靠的交互,因此应该对人类在网络和物理世界两方面的安全、安保和隐私进行规划和控制。由于当今世界大多数人的体力活动较少,健身和有氧运动成为任何年龄段的人在网络物理生活中保持健康的重要需求,特别是对于仍处于成长期的年轻学生而言。然而,这些体育活动需要得到认真和密切的监控,以免危及他们的生命。因此,通过物联网提供的医疗保健服务正变得越来越适用。因此,运动员的健康信息隐私是目前研究的热门话题,我们在此提出这一课题。我们提出了一种基于物联网的体质保健系统,该系统考虑到了基于协作系统边缘数据隐藏的运动员隐私信息共享。所提议的系统关注了医疗物联网基础设施的关键因素,但也提出了新的建议,以提高安全性。此外,还提供了许多基于不同类型医疗数据的评估。
{"title":"Students health physique information sharing in publicly collaborative services over edge-cloud networks","authors":"Ping Liu, Dai Shi, Bin Zang, Xiang Liu","doi":"10.1186/s13677-024-00661-5","DOIUrl":"https://doi.org/10.1186/s13677-024-00661-5","url":null,"abstract":"Data privacy is playing a vital role while facing the digital life aspects. Today, the world is being extensively inter-connected through the internet of things (IoT) technologies. This huge interconnectivity is bringing very wonderful capabilities for improving the quality of life (QoL) with itself, for instance, in distributed healthcare. On the other hand, there are new challenges in the interconnectivity per use. One of the most challenging issues of IoT use in social systems and digital life is secure, trustable, and reliable interactions over IoT networks such that safety, security, and privacy in both aspects of cyber and physical worlds for humankind should be planned and controlled. Due to the less physical activity of most people in the current world, fitness and aerobic sports are now an important need at any age to help them keep healthy in their cyber-physical life, specifically, for the younger student that are still in the growth ages. However, these sport activities need to be monitored seriously and closely to not put their life in danger. Herewith, healthcare services through IoT is becoming more applicable. Therefore, health information privacy for athletes is now a hot topic of investigation as we present the topic here. We propose an IoT-based physique healthcare system considering private information sharing for athletes based on data hiding at the edge of a collaborative system. The proposed system pays attention to the key factors of healthcare IoT infrastructure but it is bringing its new suggestions for more safety. Moreover, many evaluations based on different kinds of healthcare data are provided.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"7 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140940519","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Efficient and secure privacy protection scheme and consensus mechanism in MEC enabled e-commerce consortium blockchain 支持 MEC 的电子商务联盟区块链中高效安全的隐私保护方案和共识机制
Pub Date : 2024-05-09 DOI: 10.1186/s13677-024-00652-6
Guangshun Li, Haoyang Wu, Junhua Wu, Zhenqiang Li
The application of blockchain technology to the field of e-commerce has solved many dilemmas, such as low transparency of transactions, hidden risks of data security and high payment costs. Mobile edge computing(MEC) can provide computational power for blockchain, and can meet the demand for high real-time and low latency in e-commerce transaction systems. However, there are still some constraints in the MEC enabled e-commerce consortium blockchain, such as the leakage of user privacy information, low security of consensus algorithm and other security issues. In this paper, we propose a secure transaction model suitable for MEC enabled e-commerce consortium blockchain, aiming to ensure the efficiency of system transaction processing while improving the security of users’ privacy information and transaction data. The model adopts the lightweight Paillier encryption algorithm to protect the security of user privacy information and transaction data to prevent the leakage of user privacy information, and optimizes the security of leader election phase of Raft consensus algorithm by introducing the shamir secret sharing protocol to improve the anti-Byzantine failure capabilities of Raft consensus algorithm. The effectiveness of the scheme proposed in this paper is demonstrated by experimental simulations.
区块链技术在电子商务领域的应用,解决了交易透明度低、数据安全存在隐患、支付成本高等诸多困境。移动边缘计算(MEC)可以为区块链提供计算能力,满足电子商务交易系统高实时性、低延迟的需求。然而,支持MEC的电子商务联盟区块链仍存在一些制约因素,如用户隐私信息泄露、共识算法安全性低等安全问题。本文提出了一种适用于支持 MEC 的电子商务联盟区块链的安全交易模型,旨在保证系统交易处理效率的同时,提高用户隐私信息和交易数据的安全性。该模型采用轻量级的Paillier加密算法保护用户隐私信息和交易数据的安全,防止用户隐私信息泄露,并通过引入shamir秘密共享协议优化了Raft共识算法中领导者选举阶段的安全性,提高了Raft共识算法的抗拜占庭失效能力。本文提出的方案通过实验仿真证明了其有效性。
{"title":"Efficient and secure privacy protection scheme and consensus mechanism in MEC enabled e-commerce consortium blockchain","authors":"Guangshun Li, Haoyang Wu, Junhua Wu, Zhenqiang Li","doi":"10.1186/s13677-024-00652-6","DOIUrl":"https://doi.org/10.1186/s13677-024-00652-6","url":null,"abstract":"The application of blockchain technology to the field of e-commerce has solved many dilemmas, such as low transparency of transactions, hidden risks of data security and high payment costs. Mobile edge computing(MEC) can provide computational power for blockchain, and can meet the demand for high real-time and low latency in e-commerce transaction systems. However, there are still some constraints in the MEC enabled e-commerce consortium blockchain, such as the leakage of user privacy information, low security of consensus algorithm and other security issues. In this paper, we propose a secure transaction model suitable for MEC enabled e-commerce consortium blockchain, aiming to ensure the efficiency of system transaction processing while improving the security of users’ privacy information and transaction data. The model adopts the lightweight Paillier encryption algorithm to protect the security of user privacy information and transaction data to prevent the leakage of user privacy information, and optimizes the security of leader election phase of Raft consensus algorithm by introducing the shamir secret sharing protocol to improve the anti-Byzantine failure capabilities of Raft consensus algorithm. The effectiveness of the scheme proposed in this paper is demonstrated by experimental simulations.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"122 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140941712","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A mobile edge computing-focused transferable sensitive data identification method based on product quantization 基于乘积量化的以移动边缘计算为重点的可转移敏感数据识别方法
Pub Date : 2024-05-08 DOI: 10.1186/s13677-024-00662-4
Xinjian Zhao, Guoquan Yuan, Shuhan Qiu, Chenwei Xu, Shanming Wei
Sensitive data identification represents the initial and crucial step in safeguarding sensitive information. With the ongoing evolution of the industrial internet, including its interconnectivity across various sectors like the electric power industry, the potential for sensitive data to traverse different domains increases, thereby altering the composition of sensitive data. Consequently, traditional approaches reliant on sensitive vocabularies struggle to adequately address the challenges posed by identifying sensitive data in the era of information abundance. Drawing inspiration from advancements in natural language processing within the realm of deep learning, we propose a transferable Sensitive Data Identification method based on Product Quantization, named PQ-SDI. This innovative approach harnesses both the composition and contextual cues within textual data to accurately pinpoint sensitive information within the context of Mobile Edge Computing (MEC). Notably, PQ-SDI exhibits proficiency not only within a singular domain but also demonstrates adaptability to new domains following training on heterogeneous datasets. Moreover, the method autonomously identifies sensitive data throughout the entire process, eliminating the necessity for human upkeep of sensitive vocabularies. Extensive experimentation with the PQ-SDI model across four real-world datasets, resulting in performance improvements ranging from 2% to 5% over the baseline model and achieves an accuracy of up to 94.41%. In cross-domain trials, PQ-SDI achieved comparable accuracy to training and identification within the same domain. Furthermore, our experiments showcased the product quantization technique significantly reduces the parameter size by tens of times for the subsequent sensitive data identification phase, particularly beneficial for resource-constrained environments characteristic of MEC scenarios. This inherent advantage not only bolsters sensitive data protection but also mitigates the risk of data leakage during transmission, thus enhancing overall security measures in MEC environments.
敏感数据识别是保护敏感信息的第一步,也是至关重要的一步。随着工业互联网的不断发展,包括其在电力行业等不同领域的互联性,敏感数据穿越不同领域的可能性增加,从而改变了敏感数据的构成。因此,依赖于敏感词汇表的传统方法难以充分应对在信息丰富时代识别敏感数据所带来的挑战。从深度学习领域的自然语言处理进展中汲取灵感,我们提出了一种基于产品量化的可转移敏感数据识别方法,命名为 PQ-SDI。这种创新方法利用文本数据的构成和上下文线索,在移动边缘计算(MEC)中准确定位敏感信息。值得注意的是,PQ-SDI 不仅在单一领域表现出卓越的能力,而且在异构数据集上接受训练后,还表现出对新领域的适应性。此外,该方法能在整个过程中自动识别敏感数据,无需人工维护敏感词汇。在四个真实数据集上对 PQ-SDI 模型进行了广泛的实验,结果比基准模型的性能提高了 2% 到 5%,准确率高达 94.41%。在跨领域试验中,PQ-SDI 的准确率与同一领域内的训练和识别结果相当。此外,我们的实验表明,在随后的敏感数据识别阶段,乘积量化技术大大减少了数十倍的参数大小,这对于 MEC 场景特有的资源受限环境尤为有利。这一固有优势不仅加强了敏感数据的保护,还降低了数据在传输过程中泄漏的风险,从而增强了 MEC 环境中的整体安全措施。
{"title":"A mobile edge computing-focused transferable sensitive data identification method based on product quantization","authors":"Xinjian Zhao, Guoquan Yuan, Shuhan Qiu, Chenwei Xu, Shanming Wei","doi":"10.1186/s13677-024-00662-4","DOIUrl":"https://doi.org/10.1186/s13677-024-00662-4","url":null,"abstract":"Sensitive data identification represents the initial and crucial step in safeguarding sensitive information. With the ongoing evolution of the industrial internet, including its interconnectivity across various sectors like the electric power industry, the potential for sensitive data to traverse different domains increases, thereby altering the composition of sensitive data. Consequently, traditional approaches reliant on sensitive vocabularies struggle to adequately address the challenges posed by identifying sensitive data in the era of information abundance. Drawing inspiration from advancements in natural language processing within the realm of deep learning, we propose a transferable Sensitive Data Identification method based on Product Quantization, named PQ-SDI. This innovative approach harnesses both the composition and contextual cues within textual data to accurately pinpoint sensitive information within the context of Mobile Edge Computing (MEC). Notably, PQ-SDI exhibits proficiency not only within a singular domain but also demonstrates adaptability to new domains following training on heterogeneous datasets. Moreover, the method autonomously identifies sensitive data throughout the entire process, eliminating the necessity for human upkeep of sensitive vocabularies. Extensive experimentation with the PQ-SDI model across four real-world datasets, resulting in performance improvements ranging from 2% to 5% over the baseline model and achieves an accuracy of up to 94.41%. In cross-domain trials, PQ-SDI achieved comparable accuracy to training and identification within the same domain. Furthermore, our experiments showcased the product quantization technique significantly reduces the parameter size by tens of times for the subsequent sensitive data identification phase, particularly beneficial for resource-constrained environments characteristic of MEC scenarios. This inherent advantage not only bolsters sensitive data protection but also mitigates the risk of data leakage during transmission, thus enhancing overall security measures in MEC environments.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"10 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140940518","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Blockchain-based 6G task offloading and cooperative computing resource allocation study 基于区块链的 6G 任务卸载与协同计算资源分配研究
Pub Date : 2024-05-06 DOI: 10.1186/s13677-024-00655-3
Shujie Tian, Yuexia Zhang, Yanxian Bi, Taifu Yuan
In the upcoming era of 6G, the accelerated development of the Internet of Everything and high-speed communication is poised to provide people with an efficient and intelligent life experience. However, the exponential growth in data traffic is expected to pose substantial task processing challenges. Relying solely on the computational resources of individual devices may struggle to meet the demand for low latency. Additionally, the lack of trust between different devices poses a limitation to the development of 6G networks. In response to this issue, this study proposes a blockchain-based 6G task offloading and collaborative computational resource allocation (CERMTOB) algorithm. The proposed first designs a blockchain-based 6G cloud-network-edge collaborative task offloading model. It incorporates a blockchain network on the edge layer to improve trust between terminals and blockchain nodes. Subsequently, the optimization objective is established to minimize the total latency of offloading, computation, and blockchain consensus. The optimal offloading scheme is determined using the wolf fish collaborative search algorithm(WF-CSA) to minimize the total delay. Simulation results show that the WF-CSA algorithm significantly reduces the total delay by up to 42.58% compared to the fish swarm algorithm, wolf pack algorithm and binary particle swarm optimisation algorithm. Furthermore, the introduction of blockchain to the cloud-side-end offloading system improves the communication success rate by a maximum of 14.93% compared to the blockchain-free system.
在即将到来的 6G 时代,万物互联和高速通信的加速发展将为人们提供高效、智能的生活体验。然而,数据流量的指数级增长预计将给任务处理带来巨大挑战。仅仅依靠单个设备的计算资源可能难以满足对低延迟的需求。此外,不同设备之间缺乏信任也限制了 6G 网络的发展。针对这一问题,本研究提出了一种基于区块链的 6G 任务卸载和协作计算资源分配(CERMTOB)算法。该算法首先设计了一种基于区块链的 6G 云网边缘协作任务卸载模型。它在边缘层加入了区块链网络,以提高终端和区块链节点之间的信任度。随后,确立了优化目标,以最小化卸载、计算和区块链共识的总延迟。利用狼鱼协同搜索算法(WF-CSA)确定了最优卸载方案,使总延迟最小化。仿真结果表明,与鱼群算法、狼群算法和二进制粒子群优化算法相比,WF-CSA 算法显著降低了总延迟,最高达 42.58%。此外,与无区块链系统相比,在云端卸载系统中引入区块链最多可提高 14.93% 的通信成功率。
{"title":"Blockchain-based 6G task offloading and cooperative computing resource allocation study","authors":"Shujie Tian, Yuexia Zhang, Yanxian Bi, Taifu Yuan","doi":"10.1186/s13677-024-00655-3","DOIUrl":"https://doi.org/10.1186/s13677-024-00655-3","url":null,"abstract":"In the upcoming era of 6G, the accelerated development of the Internet of Everything and high-speed communication is poised to provide people with an efficient and intelligent life experience. However, the exponential growth in data traffic is expected to pose substantial task processing challenges. Relying solely on the computational resources of individual devices may struggle to meet the demand for low latency. Additionally, the lack of trust between different devices poses a limitation to the development of 6G networks. In response to this issue, this study proposes a blockchain-based 6G task offloading and collaborative computational resource allocation (CERMTOB) algorithm. The proposed first designs a blockchain-based 6G cloud-network-edge collaborative task offloading model. It incorporates a blockchain network on the edge layer to improve trust between terminals and blockchain nodes. Subsequently, the optimization objective is established to minimize the total latency of offloading, computation, and blockchain consensus. The optimal offloading scheme is determined using the wolf fish collaborative search algorithm(WF-CSA) to minimize the total delay. Simulation results show that the WF-CSA algorithm significantly reduces the total delay by up to 42.58% compared to the fish swarm algorithm, wolf pack algorithm and binary particle swarm optimisation algorithm. Furthermore, the introduction of blockchain to the cloud-side-end offloading system improves the communication success rate by a maximum of 14.93% compared to the blockchain-free system.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"38 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140889040","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep Reinforcement Learning techniques for dynamic task offloading in the 5G edge-cloud continuum 用于 5G 边缘-云连续体动态任务卸载的深度强化学习技术
Pub Date : 2024-05-03 DOI: 10.1186/s13677-024-00658-0
Gorka Nieto, Idoia de la Iglesia, Unai Lopez-Novoa, Cristina Perfecto
The integration of new Internet of Things (IoT) applications and services heavily relies on task offloading to external devices due to the constrained computing and battery resources of IoT devices. Up to now, Cloud Computing (CC) paradigm has been a good approach for tasks where latency is not critical, but it is not useful when latency matters, so Multi-access Edge Computing (MEC) can be of use. In this work, we propose a distributed Deep Reinforcement Learning (DRL) tool to optimize the binary task offloading decision, this is, the independent decision of where to execute each computing task, depending on many factors. The optimization goal in this work is to maximize the Quality-of-Experience (QoE) when performing tasks, which is defined as a metric related to the battery level of the UE, but subject to satisfying tasks’ latency requirements. This distributed DRL approach, specifically an Actor-Critic (AC) algorithm running on each User Equipment (UE), is evaluated through the simulation of two distinct scenarios and outperforms other analyzed baselines in terms of QoE values and/or energy consumption in dynamic environments, also demonstrating that decisions need to be adapted to the environment’s evolution.
由于物联网设备的计算和电池资源有限,新的物联网(IoT)应用和服务的集成在很大程度上依赖于将任务卸载到外部设备。到目前为止,云计算(CC)模式对于延迟不重要的任务来说是一种很好的方法,但当延迟很重要时,这种方法就不适用了,因此多访问边缘计算(MEC)可以派上用场。在这项工作中,我们提出了一种分布式深度强化学习(DRL)工具,用于优化二进制任务卸载决策,即根据多种因素独立决定在哪里执行每个计算任务。这项工作的优化目标是在执行任务时最大限度地提高体验质量(QoE),QoE 被定义为与 UE 电池电量相关的指标,但必须满足任务的延迟要求。这种分布式 DRL 方法,特别是在每个用户设备(UE)上运行的行为批评(AC)算法,通过模拟两种不同的场景进行了评估,在动态环境中的 QoE 值和/或能耗方面优于其他分析基线,同时也证明了决策需要适应环境的演变。
{"title":"Deep Reinforcement Learning techniques for dynamic task offloading in the 5G edge-cloud continuum","authors":"Gorka Nieto, Idoia de la Iglesia, Unai Lopez-Novoa, Cristina Perfecto","doi":"10.1186/s13677-024-00658-0","DOIUrl":"https://doi.org/10.1186/s13677-024-00658-0","url":null,"abstract":"The integration of new Internet of Things (IoT) applications and services heavily relies on task offloading to external devices due to the constrained computing and battery resources of IoT devices. Up to now, Cloud Computing (CC) paradigm has been a good approach for tasks where latency is not critical, but it is not useful when latency matters, so Multi-access Edge Computing (MEC) can be of use. In this work, we propose a distributed Deep Reinforcement Learning (DRL) tool to optimize the binary task offloading decision, this is, the independent decision of where to execute each computing task, depending on many factors. The optimization goal in this work is to maximize the Quality-of-Experience (QoE) when performing tasks, which is defined as a metric related to the battery level of the UE, but subject to satisfying tasks’ latency requirements. This distributed DRL approach, specifically an Actor-Critic (AC) algorithm running on each User Equipment (UE), is evaluated through the simulation of two distinct scenarios and outperforms other analyzed baselines in terms of QoE values and/or energy consumption in dynamic environments, also demonstrating that decisions need to be adapted to the environment’s evolution.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"21 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140830492","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhancing patient healthcare with mobile edge computing and 5G: challenges and solutions for secure online health tools 利用移动边缘计算和 5G 加强患者医疗保健:安全在线医疗工具面临的挑战和解决方案
Pub Date : 2024-05-02 DOI: 10.1186/s13677-024-00654-4
Yazeed Yasin Ghadi, Syed Faisal Abbas Shah, Tehseen Mazhar, Tariq Shahzad, Khmaies Ouahada, Habib Hamam
Patient-focused healthcare applications are important to patients because they offer a range of advantages that add value and improve the overall healthcare experience. The 5G networks, along with Mobile Edge Computing (MEC), can greatly transform healthcare applications, which in turn improves patient care. MEC plays an important role in the healthcare of patients by bringing computing resources to the edge of the network. It becomes part of an IoT system within healthcare that brings data closer to the core, speeds up decision-making, lowers latency, and improves the overall quality of care. While the usage of MEC and 5G networks is beneficial for healthcare purposes, there are some issues and difficulties that should be solved for the efficient introduction of this technological pair into healthcare. One of the critical issues that blockchain technology can help to overcome is the challenge faced by MEC in realizing the most potential applications involving IoT medical devices. This article presents a comprehensive literature review on IoT-based healthcare devices, which provide real-time solutions to patients, and discusses some major contributions made by MEC and 5G in the healthcare industry. The paper also discusses some of the limitations that 5G and MEC networks have in the IoT medical devices area, especially in the field of decentralized computing solutions. For this reason, the readership intended for this article is not only researchers but also graduate students.
以患者为中心的医疗保健应用对患者非常重要,因为它们具有一系列优势,能够增加价值并改善整体医疗保健体验。5G 网络和移动边缘计算 (MEC) 可以极大地改变医疗保健应用,进而改善患者护理。MEC 通过将计算资源引入网络边缘,在患者医疗保健方面发挥着重要作用。它成为医疗保健领域物联网系统的一部分,使数据更接近核心,加快决策速度,降低延迟,并提高整体护理质量。虽然使用 MEC 和 5G 网络有利于医疗保健目的,但要将这对技术有效引入医疗保健领域,还需要解决一些问题和困难。区块链技术可以帮助克服的关键问题之一,就是 MEC 在实现涉及物联网医疗设备的最有潜力的应用方面所面临的挑战。本文对基于物联网的医疗设备进行了全面的文献综述,这些设备可为患者提供实时解决方案,并讨论了 MEC 和 5G 在医疗行业做出的一些重大贡献。本文还讨论了 5G 和 MEC 网络在物联网医疗设备领域的一些局限性,尤其是在分散计算解决方案领域。因此,本文的读者群不仅包括研究人员,还包括研究生。
{"title":"Enhancing patient healthcare with mobile edge computing and 5G: challenges and solutions for secure online health tools","authors":"Yazeed Yasin Ghadi, Syed Faisal Abbas Shah, Tehseen Mazhar, Tariq Shahzad, Khmaies Ouahada, Habib Hamam","doi":"10.1186/s13677-024-00654-4","DOIUrl":"https://doi.org/10.1186/s13677-024-00654-4","url":null,"abstract":"Patient-focused healthcare applications are important to patients because they offer a range of advantages that add value and improve the overall healthcare experience. The 5G networks, along with Mobile Edge Computing (MEC), can greatly transform healthcare applications, which in turn improves patient care. MEC plays an important role in the healthcare of patients by bringing computing resources to the edge of the network. It becomes part of an IoT system within healthcare that brings data closer to the core, speeds up decision-making, lowers latency, and improves the overall quality of care. While the usage of MEC and 5G networks is beneficial for healthcare purposes, there are some issues and difficulties that should be solved for the efficient introduction of this technological pair into healthcare. One of the critical issues that blockchain technology can help to overcome is the challenge faced by MEC in realizing the most potential applications involving IoT medical devices. This article presents a comprehensive literature review on IoT-based healthcare devices, which provide real-time solutions to patients, and discusses some major contributions made by MEC and 5G in the healthcare industry. The paper also discusses some of the limitations that 5G and MEC networks have in the IoT medical devices area, especially in the field of decentralized computing solutions. For this reason, the readership intended for this article is not only researchers but also graduate students.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"60 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140830489","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Online dynamic multi-user computation offloading and resource allocation for HAP-assisted MEC: an energy efficient approach 用于 HAP 辅助 MEC 的在线动态多用户计算卸载和资源分配:一种节能方法
Pub Date : 2024-04-30 DOI: 10.1186/s13677-024-00645-5
Sihan Chen, Wanchun Jiang
Nowadays, the paradigm of mobile computing is evolving from a centralized cloud model towards Mobile Edge Computing (MEC). In regions without ground communication infrastructure, incorporating aerial edge computing nodes into network emerges as an efficient approach to deliver Artificial Intelligence (AI) services to Ground Devices (GDs). The computation offloading and resource allocation problem within a HAP-assisted MEC system is investigated in this paper. Our goal is to minimize the energy consumption. Considering the randomness and dynamism of the task arrival of GDs and the quality of wireless communication, stochastic optimization techniques are utilized to transform the long-term dynamic optimization problem into a deterministic optimization problem. Subsequently, the problem is further decomposed into three sub-problems which can be solved in parallel. An online Energy Efficient Dynamic Offloading (EEDO) algorithm is proposed to address these problems. Then, we conduct the theoretical performance analysis for EEDO. Finally, we carry out parameter analysis and comparative experiments, demonstrating that the EEDO algorithm can effectively reduce system energy consumption while maintaining the stability of the system.
如今,移动计算的模式正从集中式云计算模式向移动边缘计算(MEC)演进。在没有地面通信基础设施的地区,将空中边缘计算节点纳入网络是向地面设备(GD)提供人工智能(AI)服务的有效方法。本文研究了 HAP 辅助 MEC 系统中的计算卸载和资源分配问题。我们的目标是最大限度地降低能耗。考虑到地面设备任务到达的随机性和动态性以及无线通信的质量,本文利用随机优化技术将长期动态优化问题转化为确定性优化问题。随后,该问题被进一步分解为三个可并行求解的子问题。针对这些问题,我们提出了一种在线高能效动态卸载(EEDO)算法。然后,我们对 EEDO 进行了理论性能分析。最后,我们进行了参数分析和对比实验,证明 EEDO 算法能在保持系统稳定性的同时有效降低系统能耗。
{"title":"Online dynamic multi-user computation offloading and resource allocation for HAP-assisted MEC: an energy efficient approach","authors":"Sihan Chen, Wanchun Jiang","doi":"10.1186/s13677-024-00645-5","DOIUrl":"https://doi.org/10.1186/s13677-024-00645-5","url":null,"abstract":"Nowadays, the paradigm of mobile computing is evolving from a centralized cloud model towards Mobile Edge Computing (MEC). In regions without ground communication infrastructure, incorporating aerial edge computing nodes into network emerges as an efficient approach to deliver Artificial Intelligence (AI) services to Ground Devices (GDs). The computation offloading and resource allocation problem within a HAP-assisted MEC system is investigated in this paper. Our goal is to minimize the energy consumption. Considering the randomness and dynamism of the task arrival of GDs and the quality of wireless communication, stochastic optimization techniques are utilized to transform the long-term dynamic optimization problem into a deterministic optimization problem. Subsequently, the problem is further decomposed into three sub-problems which can be solved in parallel. An online Energy Efficient Dynamic Offloading (EEDO) algorithm is proposed to address these problems. Then, we conduct the theoretical performance analysis for EEDO. Finally, we carry out parameter analysis and comparative experiments, demonstrating that the EEDO algorithm can effectively reduce system energy consumption while maintaining the stability of the system.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"2 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-04-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140830792","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhancing lung cancer diagnosis with data fusion and mobile edge computing using DenseNet and CNN 利用 DenseNet 和 CNN 进行数据融合和移动边缘计算,增强肺癌诊断能力
Pub Date : 2024-04-19 DOI: 10.1186/s13677-024-00597-w
Chengping Zhang, Muhammad Aamir, Yurong Guan, Muna Al-Razgan, Emad Mahrous Awwad, Rizwan Ullah, Uzair Aslam Bhatti, Yazeed Yasin Ghadi
The recent advancements in automated lung cancer diagnosis through the application of Convolutional Neural Networks (CNN) on Computed Tomography (CT) scans have marked a significant leap in medical imaging and diagnostics. The precision of these CNN-based classifiers in detecting and analyzing lung cancer symptoms has opened new avenues in early detection and treatment planning. However, despite these technological strides, there are critical areas that require further exploration and development. In this landscape, computer-aided diagnostic systems and artificial intelligence, particularly deep learning methods like the region proposal network, the dual path network, and local binary patterns, have become pivotal. However, these methods face challenges such as limited interpretability, data variability handling issues, and insufficient generalization. Addressing these challenges is key to enhancing early detection and accurate diagnosis, fundamental for effective treatment planning and improving patient outcomes. This study introduces an advanced approach that combines a Convolutional Neural Network (CNN) with DenseNet, leveraging data fusion and mobile edge computing for lung cancer identification and classification. The integration of data fusion techniques enables the system to amalgamate information from multiple sources, enhancing the robustness and accuracy of the model. Mobile edge computing facilitates faster processing and analysis of CT scan images by bringing computational resources closer to the data source, crucial for real-time applications. The images undergo preprocessing, including resizing and rescaling, to optimize feature extraction. The DenseNet-CNN model, strengthened by data fusion and edge computing capabilities, excels in extracting and learning features from these CT scans, effectively distinguishing between healthy and cancerous lung tissues. The classification categories include Normal, Benign, and Malignant, with the latter further sub-categorized into adenocarcinoma, squamous cell carcinoma, and large cell carcinoma. In controlled experiments, this approach outperformed existing state-of-the-art methods, achieving an impressive accuracy of 99%. This indicates its potential as a powerful tool in the early detection and classification of lung cancer, a significant advancement in medical imaging and diagnostic technology.
最近,通过在计算机断层扫描(CT)上应用卷积神经网络(CNN),在肺癌自动诊断方面取得的进展标志着医学成像和诊断领域的重大飞跃。这些基于 CNN 的分类器在检测和分析肺癌症状方面的精确性为早期检测和治疗规划开辟了新途径。然而,尽管取得了这些技术进步,但仍有一些关键领域需要进一步探索和发展。在这一背景下,计算机辅助诊断系统和人工智能,特别是区域建议网络、双路径网络和局部二元模式等深度学习方法,已变得举足轻重。然而,这些方法面临着可解释性有限、数据可变性处理问题和概括性不足等挑战。应对这些挑战是提高早期检测和准确诊断的关键,也是制定有效治疗计划和改善患者预后的基础。本研究介绍了一种结合卷积神经网络(CNN)和 DenseNet 的先进方法,利用数据融合和移动边缘计算进行肺癌识别和分类。数据融合技术的集成使系统能够整合来自多个来源的信息,从而提高模型的稳健性和准确性。移动边缘计算可使计算资源更接近数据源,从而加快 CT 扫描图像的处理和分析,这对实时应用至关重要。图像经过预处理,包括调整大小和重新缩放,以优化特征提取。DenseNet-CNN 模型在数据融合和边缘计算能力的加强下,能够从这些 CT 扫描图像中提取和学习特征,有效区分健康肺组织和癌变肺组织。分类类别包括正常、良性和恶性,后者又进一步细分为腺癌、鳞状细胞癌和大细胞癌。在对照实验中,这种方法优于现有的先进方法,准确率高达 99%,令人印象深刻。这表明它有潜力成为肺癌早期检测和分类的有力工具,是医学成像和诊断技术的一大进步。
{"title":"Enhancing lung cancer diagnosis with data fusion and mobile edge computing using DenseNet and CNN","authors":"Chengping Zhang, Muhammad Aamir, Yurong Guan, Muna Al-Razgan, Emad Mahrous Awwad, Rizwan Ullah, Uzair Aslam Bhatti, Yazeed Yasin Ghadi","doi":"10.1186/s13677-024-00597-w","DOIUrl":"https://doi.org/10.1186/s13677-024-00597-w","url":null,"abstract":"The recent advancements in automated lung cancer diagnosis through the application of Convolutional Neural Networks (CNN) on Computed Tomography (CT) scans have marked a significant leap in medical imaging and diagnostics. The precision of these CNN-based classifiers in detecting and analyzing lung cancer symptoms has opened new avenues in early detection and treatment planning. However, despite these technological strides, there are critical areas that require further exploration and development. In this landscape, computer-aided diagnostic systems and artificial intelligence, particularly deep learning methods like the region proposal network, the dual path network, and local binary patterns, have become pivotal. However, these methods face challenges such as limited interpretability, data variability handling issues, and insufficient generalization. Addressing these challenges is key to enhancing early detection and accurate diagnosis, fundamental for effective treatment planning and improving patient outcomes. This study introduces an advanced approach that combines a Convolutional Neural Network (CNN) with DenseNet, leveraging data fusion and mobile edge computing for lung cancer identification and classification. The integration of data fusion techniques enables the system to amalgamate information from multiple sources, enhancing the robustness and accuracy of the model. Mobile edge computing facilitates faster processing and analysis of CT scan images by bringing computational resources closer to the data source, crucial for real-time applications. The images undergo preprocessing, including resizing and rescaling, to optimize feature extraction. The DenseNet-CNN model, strengthened by data fusion and edge computing capabilities, excels in extracting and learning features from these CT scans, effectively distinguishing between healthy and cancerous lung tissues. The classification categories include Normal, Benign, and Malignant, with the latter further sub-categorized into adenocarcinoma, squamous cell carcinoma, and large cell carcinoma. In controlled experiments, this approach outperformed existing state-of-the-art methods, achieving an impressive accuracy of 99%. This indicates its potential as a powerful tool in the early detection and classification of lung cancer, a significant advancement in medical imaging and diagnostic technology.","PeriodicalId":501257,"journal":{"name":"Journal of Cloud Computing","volume":"206 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-04-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140630021","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Cloud Computing
全部 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