Using satellites to complete spectrum monitoring tasks can effectively receive and process electromagnetic spectrum signals emitted by radiation sources.However,due to the shortage of satellite storage,computing and n...Using satellites to complete spectrum monitoring tasks can effectively receive and process electromagnetic spectrum signals emitted by radiation sources.However,due to the shortage of satellite storage,computing and network resources,the intersatellite coordination is weak,and with the massive growth of spectrum data,the traditional cloud computing mode cannot meet the requirements of electromagnetic spectrum monitoring in terms of real-time,bandwidth,and security.We apply edge computing technology and deep learning technology to the satellite.Aiming at the problems of distributed satellite management and control,we propose a space-based distributed electromagnetic spectrum monitoring intelligent connected cloud-edge collaborative architecture SpaceEdge.SpaceEdge applies edge computing and artificial intelligence technology to space-based spectrum monitoring.SpaceEdge deploys intelligent monitoring algorithms to edge nodes to form edge intelligent satellite,and uses the cloud to uniformly manage and control heterogeneous edge satellite and monitor satellite resources.In addition,SpaceEdge can also adjust edge intelligent spectrum monitoring applications as needed to achieve effective coordination of inter-satellite algorithms and data to achieve the purpose of collaborative monitoring.Finally,SpaceEdge was experimentally verified,and the results proved the feasibility of SpaceEdge and can improve the timeliness and autonomy of the distributed satellite’s coordinated signal monitoring.展开更多
In this paper,we propose a novel fuzzy matching data sharing scheme named FADS for cloudedge communications.FADS allows users to specify their access policies,and enables receivers to obtain the data transmitted by th...In this paper,we propose a novel fuzzy matching data sharing scheme named FADS for cloudedge communications.FADS allows users to specify their access policies,and enables receivers to obtain the data transmitted by the senders if and only if the two sides meet their defined certain policies simultaneously.Specifically,we first formalize the definition and security models of fuzzy matching data sharing in cloud-edge environments.Then,we construct a concrete instantiation by pairing-based cryptosystem and the privacy-preserving set intersection on attribute sets from both sides to construct a concurrent matching over the policies.If the matching succeeds,the data can be decrypted.Otherwise,nothing will be revealed.In addition,FADS allows users to dynamically specify the policy for each time,which is an urgent demand in practice.A thorough security analysis demonstrates that FADS is of provable security under indistinguishable chosen ciphertext attack(IND-CCA)in random oracle model against probabilistic polynomial-time(PPT)adversary,and the desirable security properties of privacy and authenticity are achieved.Extensive experiments provide evidence that FADS is with acceptable efficiency.展开更多
Nowadays,the rapid development of edge computing has driven an increasing number of deep learning applications deployed at the edge of the network,such as pedestrian and vehicle detection,to provide efficient intellig...Nowadays,the rapid development of edge computing has driven an increasing number of deep learning applications deployed at the edge of the network,such as pedestrian and vehicle detection,to provide efficient intelligent services to mobile users.However,as the accuracy requirements continue to increase,the components of deep learning models for pedestrian and vehicle detection,such as YOLOv4,become more sophisticated and the computing resources required for model training are increasing dramatically,which in turn leads to significant challenges in achieving effective deployment on resource-constrained edge devices while ensuring the high accuracy performance.For addressing this challenge,a cloud-edge collaboration-based pedestrian and vehicle detection framework is proposed in this paper,which enables sufficient training of models by utilizing the abundant computing resources in the cloud,and then deploying the well-trained models on edge devices,thus reducing the computing resource requirements for model training on edge devices.Furthermore,to reduce the size of the model deployed on edge devices,an automatic pruning method combines the convolution layer and BN layer is proposed to compress the pedestrian and vehicle detection model size.Experimental results show that the framework proposed in this paper is able to deploy the pruned model on a real edge device,Jetson TX2,with 6.72 times higher FPS.Meanwhile,the channel pruning reduces the volume and the number of parameters to 96.77%for the model,and the computing amount is reduced to 81.37%.展开更多
Software-defined networking(SDN)enables the separation of control and data planes,allowing for centralized control and management of the network.Without adequate access control methods,the risk of unau-thorized access...Software-defined networking(SDN)enables the separation of control and data planes,allowing for centralized control and management of the network.Without adequate access control methods,the risk of unau-thorized access to the network and its resources increases significantly.This can result in various security breaches.In addition,if authorized devices are attacked or controlled by hackers,they may turn into malicious devices,which can cause severe damage to the network if their abnormal behaviour goes undetected and their access privileges are not promptly restricted.To solve those problems,an anomaly detection and access control mechanism based on SDN and neural networks is proposed for cloud-edge collaboration networks.The system employs the Attribute Based Access Control(ABAC)model and smart contract for fine-grained control of device access to the network.Furthermore,a cloud-edge collaborative Key Performance Indicator(KPI)anomaly detection method based on the Gated Recurrent Unit and Generative Adversarial Nets(GRU-GAN)is designed to discover the anomaly devices.An access restriction mechanism based on reputation value and anomaly detection is given to prevent anomalous devices.Experiments show that the proposed mechanism performs better anomaly detection on several datasets.The reputation-based access restriction effectively reduces the number of malicious device attacks.展开更多
With the construction of the power Internet of Things(IoT),communication between smart devices in urban distribution networks has been gradually moving towards high speed,high compatibility,and low latency,which provi...With the construction of the power Internet of Things(IoT),communication between smart devices in urban distribution networks has been gradually moving towards high speed,high compatibility,and low latency,which provides reliable support for reconfiguration optimization in urban distribution networks.Thus,this study proposed a deep reinforcement learning based multi-level dynamic reconfiguration method for urban distribution networks in a cloud-edge collaboration architecture to obtain a real-time optimal multi-level dynamic reconfiguration solution.First,the multi-level dynamic reconfiguration method was discussed,which included feeder-,transformer-,and substation-levels.Subsequently,the multi-agent system was combined with the cloud-edge collaboration architecture to build a deep reinforcement learning model for multi-level dynamic reconfiguration in an urban distribution network.The cloud-edge collaboration architecture can effectively support the multi-agent system to conduct“centralized training and decentralized execution”operation modes and improve the learning efficiency of the model.Thereafter,for a multi-agent system,this study adopted a combination of offline and online learning to endow the model with the ability to realize automatic optimization and updation of the strategy.In the offline learning phase,a Q-learning-based multi-agent conservative Q-learning(MACQL)algorithm was proposed to stabilize the learning results and reduce the risk of the next online learning phase.In the online learning phase,a multi-agent deep deterministic policy gradient(MADDPG)algorithm based on policy gradients was proposed to explore the action space and update the experience pool.Finally,the effectiveness of the proposed method was verified through a simulation analysis of a real-world 445-node system.展开更多
Cloud storage and edge computing are utilized to address the storage and computational challenges arising from the exponential data growth in IoT.However,data privacy is potentially risky when data is outsourced to cl...Cloud storage and edge computing are utilized to address the storage and computational challenges arising from the exponential data growth in IoT.However,data privacy is potentially risky when data is outsourced to cloud servers or edge services.While data encryption ensures data confidentiality,it can impede data sharing and retrieval.Attribute-based searchable encryption(ABSE)is proposed as an effective technique for enhancing data security and privacy.Nevertheless,ABSE has its limitations,such as single attribute authorization failure,privacy leakage during the search process,and high decryption overhead.This paper presents a novel approach called the blockchain-assisted efficientmulti-authority attribute-based searchable encryption scheme(BEM-ABSE)for cloudedge collaboration scenarios to address these issues.BEM-ABSE leverages a consortium blockchain to replace the central authentication center for global public parameter management.It incorporates smart contracts to facilitate reliable and fair ciphertext keyword search and decryption result verification.To minimize the computing burden on resource-constrained devices,BEM-ABSE adopts an online/offline hybrid mechanism during the encryption process and a verifiable edge-assisted decryption mechanism.This ensures both low computation cost and reliable ciphertext.Security analysis conducted under the random oracle model demonstrates that BEM-ABSE is resistant to indistinguishable chosen keyword attacks(IND-CKA)and indistinguishable chosen plaintext attacks(INDCPA).Theoretical analysis and simulation results confirm that BEM-ABSE significantly improves computational efficiency compared to existing solutions.展开更多
With the continuous development of network func-tions virtualization(NFV)and software-defined networking(SDN)technologies and the explosive growth of network traffic,the requirement for computing resources in the netw...With the continuous development of network func-tions virtualization(NFV)and software-defined networking(SDN)technologies and the explosive growth of network traffic,the requirement for computing resources in the network has risen sharply.Due to the high cost of edge computing resources,coordinating the cloud and edge computing resources to improve the utilization efficiency of edge computing resources is still a considerable challenge.In this paper,we focus on optimiz-ing the placement of network services in cloud-edge environ-ments to maximize the efficiency.It is first proved that,in cloud-edge environments,placing one service function chain(SFC)integrally in the cloud or at the edge can improve the utilization efficiency of edge resources.Then a virtual network function(VNF)performance-resource(P-R)function is proposed to repre-sent the relationship between the VNF instance computing per-formance and the allocated computing resource.To select the SFCs that are most suitable to deploy at the edge,a VNF place-ment and resource allocation model is built to configure each VNF with its particular P-R function.Moreover,a heuristic recur-sive algorithm is designed called the recursive algorithm for max edge throughput(RMET)to solve the model.Through simula-tions on two scenarios,it is verified that RMET can improve the utilization efficiency of edge computing resources.展开更多
Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrain...Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrained onboard devices to nearby Roadside Unit(RSU),thereby achieving lower delay and energy consumption.However,due to the limited storage capacity and energy budget of RSUs,it is challenging to meet the demands of the highly dynamic Internet of Vehicles(IoV)environment.Therefore,determining reasonable service caching and computation offloading strategies is crucial.To address this,this paper proposes a joint service caching scheme for cloud-edge collaborative IoV computation offloading.By modeling the dynamic optimization problem using Markov Decision Processes(MDP),the scheme jointly optimizes task delay,energy consumption,load balancing,and privacy entropy to achieve better quality of service.Additionally,a dynamic adaptive multi-objective deep reinforcement learning algorithm is proposed.Each Double Deep Q-Network(DDQN)agent obtains rewards for different objectives based on distinct reward functions and dynamically updates the objective weights by learning the value changes between objectives using Radial Basis Function Networks(RBFN),thereby efficiently approximating the Pareto-optimal decisions for multiple objectives.Extensive experiments demonstrate that the proposed algorithm can better coordinate the three-tier computing resources of cloud,edge,and vehicles.Compared to existing algorithms,the proposed method reduces task delay and energy consumption by 10.64%and 5.1%,respectively.展开更多
随着网络威胁的不断演化,传统的安全运营方式面临检测能力不足、响应效率低下等问题。为此,研究将结合当前网络安全运营需求,聚焦安全编排、自动化与响应(Security Orchestration, Automation and Response,SOAR)技术,以流程编排优化为...随着网络威胁的不断演化,传统的安全运营方式面临检测能力不足、响应效率低下等问题。为此,研究将结合当前网络安全运营需求,聚焦安全编排、自动化与响应(Security Orchestration, Automation and Response,SOAR)技术,以流程编排优化为核心,探索如何通过自动化、智能化的安全运营实现快速响应与闭环管理。研究提出了一套面向多场景、多角色的SOAR技术解决方案,并结合具体案例验证其有效性,为网络安全运营体系化建设提供了重要参考。展开更多
Real-time performance is very important for recommender systems.In short video recommendation scenarios,users usually give explicit or implicit feedback in time during browsing,and the recommender system needs to sens...Real-time performance is very important for recommender systems.In short video recommendation scenarios,users usually give explicit or implicit feedback in time during browsing,and the recommender system needs to sense users'preferences in real time to meet their needs.However,traditional recommender systems are usually deployed on the cloud side,whenever the client requests the recommender system,it will return a list of short video results from the cloud side.Therefore,before the next recommendation request,the recommender system cannot adjust the recommendation result in real time according to the user's real-time feedback,resulting in an inaccurate recommender system on the cloud side.Consequently,in this paper,a cloud-edge joint strategy for short video recommendation(CloudEdgeRec)is proposed to address the aforementioned problems.Specifically,a lightweight model was deployed on edge devices to enable reranking based on user feedback.Furthermore,an interest-heuristic reranking(IHR)system was proposed to be implemented on the cloud side,which can provide a refresh mechanism to solve the problem that the limited cache on the edge devices cannot meet the drastic changes in user interests.The Markov decision process(MDP)is incorporated into IHR to preserve each generated distribution,and a matrix of exponential mean relevance is proposed to balance relationships between diversity and relevance.Finally,the experimental results show that both the offline evaluation of public datasets and online performance in short video platform demonstrate the effectiveness of CloudEdgeRec.展开更多
As the penetration rate of renewable energy sources(RES)gradually increases,demand-side resources(DSR)should be fully utilized to provide flexibility and rapidly respond to real-time power supply-demand imbalance.Howe...As the penetration rate of renewable energy sources(RES)gradually increases,demand-side resources(DSR)should be fully utilized to provide flexibility and rapidly respond to real-time power supply-demand imbalance.However,scheduling a large number of DSR clusters will inevitably bring unbearable transmission delay,and computation delay,which in turn lead to lower response speeds.This paper examines flexibility scheduling of DSR clusters within a smart distribution network(SDN)in view of both kinds of delay.Building upon a SDN model,maximum schedulable flexibility of DSR clusters is first quantified.Then,a flexibility response curve is analyzed to reflect the effect of delay on flexibility scheduling.Aiming at reducing flexibility shortage brought by delay,we propose a modified flexibility scheduling strategy based on cloud-edge collaboration.Compared with traditional strategy,centralized optimization is replaced by distributed optimization to consider both economic efficiency and effect of delay.Besides,an offloading strategy is also formulated to decide optimal edge nodes and corresponding wired paths for edge computations.In a case study,we evaluate scheduled flexibility,operational cost,average delay and the chosen edge nodes for edge computations with traditional strategy and our proposed strategy.Evaluation results show the proposed strategy can significantly reduce the effect of delay on flexibility scheduling,and guarantee the optimality of operational cost to some extent.展开更多
Closed-loop neuromodulation,especially using the phase of the electroencephalography(EEG)rhythm to assess the real-time brain state and optimize the brain stimulation process,is becoming a hot research topic.Because t...Closed-loop neuromodulation,especially using the phase of the electroencephalography(EEG)rhythm to assess the real-time brain state and optimize the brain stimulation process,is becoming a hot research topic.Because the EEG signal is non-stationary,the commonly used EEG phase-based prediction methods have large variances,which may reduce the accuracy of the phase prediction.In this study,we proposed a machine learning-based EEG phase prediction network,which we call EEG phase prediction network(EPN),to capture the overall rhythm distribution pattern of subjects and map the instantaneous phase directly from the narrow-band EEG data.We verified the performance of EPN on pre-recorded data,simulated EEG data,and a real-time experiment.Compared with widely used state-of-the-art models(optimized multi-layer filter architecture,auto-regress,and educated temporal prediction),EPN achieved the lowest variance and the greatest accuracy.Thus,the EPN model will provide broader applications for EEG phase-based closed-loop neuromodulation.展开更多
聚焦电力基础设施规划与城市电力施工的协同优化,旨在提高城市电网建设效率与质量。系统阐述电力基础设施的功能定位,深入剖析当前规划环节存在的与城市规划脱节、前期数据采集不全、缺乏动态调整机制等关键问题,并梳理城市电力施工面...聚焦电力基础设施规划与城市电力施工的协同优化,旨在提高城市电网建设效率与质量。系统阐述电力基础设施的功能定位,深入剖析当前规划环节存在的与城市规划脱节、前期数据采集不全、缺乏动态调整机制等关键问题,并梳理城市电力施工面临的时空约束、施工障碍及组织协同短板。在此基础上,重点探索了“规划-设计-施工”一体化闭环管理、“多规合一”协同模式及建筑信息模型(building information modeling,BIM)+地理信息系统(Geographic Information System,GIS)融合应用三大协同发展路径。研究表明,实现规划与施工全链条高效协同是保障城市电力系统韧性、支撑城市可持续发展的关键路径。展开更多
文摘Using satellites to complete spectrum monitoring tasks can effectively receive and process electromagnetic spectrum signals emitted by radiation sources.However,due to the shortage of satellite storage,computing and network resources,the intersatellite coordination is weak,and with the massive growth of spectrum data,the traditional cloud computing mode cannot meet the requirements of electromagnetic spectrum monitoring in terms of real-time,bandwidth,and security.We apply edge computing technology and deep learning technology to the satellite.Aiming at the problems of distributed satellite management and control,we propose a space-based distributed electromagnetic spectrum monitoring intelligent connected cloud-edge collaborative architecture SpaceEdge.SpaceEdge applies edge computing and artificial intelligence technology to space-based spectrum monitoring.SpaceEdge deploys intelligent monitoring algorithms to edge nodes to form edge intelligent satellite,and uses the cloud to uniformly manage and control heterogeneous edge satellite and monitor satellite resources.In addition,SpaceEdge can also adjust edge intelligent spectrum monitoring applications as needed to achieve effective coordination of inter-satellite algorithms and data to achieve the purpose of collaborative monitoring.Finally,SpaceEdge was experimentally verified,and the results proved the feasibility of SpaceEdge and can improve the timeliness and autonomy of the distributed satellite’s coordinated signal monitoring.
基金supported by the China Postdoctoral Science Foundation (Grant Nos. 2021TQ0042, 2021M700435, 2021TQ0041)the National Natural Science Foundation of China (Grant No. 62102027)the Shandong Provincial Key Research and Development Program (2021CXGC010106)
文摘In this paper,we propose a novel fuzzy matching data sharing scheme named FADS for cloudedge communications.FADS allows users to specify their access policies,and enables receivers to obtain the data transmitted by the senders if and only if the two sides meet their defined certain policies simultaneously.Specifically,we first formalize the definition and security models of fuzzy matching data sharing in cloud-edge environments.Then,we construct a concrete instantiation by pairing-based cryptosystem and the privacy-preserving set intersection on attribute sets from both sides to construct a concurrent matching over the policies.If the matching succeeds,the data can be decrypted.Otherwise,nothing will be revealed.In addition,FADS allows users to dynamically specify the policy for each time,which is an urgent demand in practice.A thorough security analysis demonstrates that FADS is of provable security under indistinguishable chosen ciphertext attack(IND-CCA)in random oracle model against probabilistic polynomial-time(PPT)adversary,and the desirable security properties of privacy and authenticity are achieved.Extensive experiments provide evidence that FADS is with acceptable efficiency.
基金supported by Key-Area Research and Development Program of Guangdong Province(2021B0101420002)the Major Key Project of PCL(PCL2021A09)+3 种基金National Natural Science Foundation of China(62072187)Guangdong Major Project of Basic and Applied Basic Research(2019B030302002)Guangdong Marine Economic Development Special Fund Project(GDNRC[2022]17)Guangzhou Development Zone Science and Technology(2021GH10,2020GH10).
文摘Nowadays,the rapid development of edge computing has driven an increasing number of deep learning applications deployed at the edge of the network,such as pedestrian and vehicle detection,to provide efficient intelligent services to mobile users.However,as the accuracy requirements continue to increase,the components of deep learning models for pedestrian and vehicle detection,such as YOLOv4,become more sophisticated and the computing resources required for model training are increasing dramatically,which in turn leads to significant challenges in achieving effective deployment on resource-constrained edge devices while ensuring the high accuracy performance.For addressing this challenge,a cloud-edge collaboration-based pedestrian and vehicle detection framework is proposed in this paper,which enables sufficient training of models by utilizing the abundant computing resources in the cloud,and then deploying the well-trained models on edge devices,thus reducing the computing resource requirements for model training on edge devices.Furthermore,to reduce the size of the model deployed on edge devices,an automatic pruning method combines the convolution layer and BN layer is proposed to compress the pedestrian and vehicle detection model size.Experimental results show that the framework proposed in this paper is able to deploy the pruned model on a real edge device,Jetson TX2,with 6.72 times higher FPS.Meanwhile,the channel pruning reduces the volume and the number of parameters to 96.77%for the model,and the computing amount is reduced to 81.37%.
基金supported in part by the National Natural Science Foundation of China under Grant 62162018 and Grant 61861013in part by the Innovation Research Team Project of Guangxi Natural Science Foundation 2019GXNSFGA245004.
文摘Software-defined networking(SDN)enables the separation of control and data planes,allowing for centralized control and management of the network.Without adequate access control methods,the risk of unau-thorized access to the network and its resources increases significantly.This can result in various security breaches.In addition,if authorized devices are attacked or controlled by hackers,they may turn into malicious devices,which can cause severe damage to the network if their abnormal behaviour goes undetected and their access privileges are not promptly restricted.To solve those problems,an anomaly detection and access control mechanism based on SDN and neural networks is proposed for cloud-edge collaboration networks.The system employs the Attribute Based Access Control(ABAC)model and smart contract for fine-grained control of device access to the network.Furthermore,a cloud-edge collaborative Key Performance Indicator(KPI)anomaly detection method based on the Gated Recurrent Unit and Generative Adversarial Nets(GRU-GAN)is designed to discover the anomaly devices.An access restriction mechanism based on reputation value and anomaly detection is given to prevent anomalous devices.Experiments show that the proposed mechanism performs better anomaly detection on several datasets.The reputation-based access restriction effectively reduces the number of malicious device attacks.
基金supported by the National Natural Science Foundation of China under Grant 52077146.
文摘With the construction of the power Internet of Things(IoT),communication between smart devices in urban distribution networks has been gradually moving towards high speed,high compatibility,and low latency,which provides reliable support for reconfiguration optimization in urban distribution networks.Thus,this study proposed a deep reinforcement learning based multi-level dynamic reconfiguration method for urban distribution networks in a cloud-edge collaboration architecture to obtain a real-time optimal multi-level dynamic reconfiguration solution.First,the multi-level dynamic reconfiguration method was discussed,which included feeder-,transformer-,and substation-levels.Subsequently,the multi-agent system was combined with the cloud-edge collaboration architecture to build a deep reinforcement learning model for multi-level dynamic reconfiguration in an urban distribution network.The cloud-edge collaboration architecture can effectively support the multi-agent system to conduct“centralized training and decentralized execution”operation modes and improve the learning efficiency of the model.Thereafter,for a multi-agent system,this study adopted a combination of offline and online learning to endow the model with the ability to realize automatic optimization and updation of the strategy.In the offline learning phase,a Q-learning-based multi-agent conservative Q-learning(MACQL)algorithm was proposed to stabilize the learning results and reduce the risk of the next online learning phase.In the online learning phase,a multi-agent deep deterministic policy gradient(MADDPG)algorithm based on policy gradients was proposed to explore the action space and update the experience pool.Finally,the effectiveness of the proposed method was verified through a simulation analysis of a real-world 445-node system.
基金supported by the National Natural Science Foundation of China(Nos.62162018,61972412)the Natural Science Foundation of Guangxi(No.2019GXNSFGA245004)+1 种基金the Guilin Science and Technology Project(20210226-1)the Innovation Project of Guangxi Graduate Education(No.YCSW2022296).
文摘Cloud storage and edge computing are utilized to address the storage and computational challenges arising from the exponential data growth in IoT.However,data privacy is potentially risky when data is outsourced to cloud servers or edge services.While data encryption ensures data confidentiality,it can impede data sharing and retrieval.Attribute-based searchable encryption(ABSE)is proposed as an effective technique for enhancing data security and privacy.Nevertheless,ABSE has its limitations,such as single attribute authorization failure,privacy leakage during the search process,and high decryption overhead.This paper presents a novel approach called the blockchain-assisted efficientmulti-authority attribute-based searchable encryption scheme(BEM-ABSE)for cloudedge collaboration scenarios to address these issues.BEM-ABSE leverages a consortium blockchain to replace the central authentication center for global public parameter management.It incorporates smart contracts to facilitate reliable and fair ciphertext keyword search and decryption result verification.To minimize the computing burden on resource-constrained devices,BEM-ABSE adopts an online/offline hybrid mechanism during the encryption process and a verifiable edge-assisted decryption mechanism.This ensures both low computation cost and reliable ciphertext.Security analysis conducted under the random oracle model demonstrates that BEM-ABSE is resistant to indistinguishable chosen keyword attacks(IND-CKA)and indistinguishable chosen plaintext attacks(INDCPA).Theoretical analysis and simulation results confirm that BEM-ABSE significantly improves computational efficiency compared to existing solutions.
基金This work was supported by the Key Research and Development(R&D)Plan of Heilongjiang Province of China(JD22A001).
文摘With the continuous development of network func-tions virtualization(NFV)and software-defined networking(SDN)technologies and the explosive growth of network traffic,the requirement for computing resources in the network has risen sharply.Due to the high cost of edge computing resources,coordinating the cloud and edge computing resources to improve the utilization efficiency of edge computing resources is still a considerable challenge.In this paper,we focus on optimiz-ing the placement of network services in cloud-edge environ-ments to maximize the efficiency.It is first proved that,in cloud-edge environments,placing one service function chain(SFC)integrally in the cloud or at the edge can improve the utilization efficiency of edge resources.Then a virtual network function(VNF)performance-resource(P-R)function is proposed to repre-sent the relationship between the VNF instance computing per-formance and the allocated computing resource.To select the SFCs that are most suitable to deploy at the edge,a VNF place-ment and resource allocation model is built to configure each VNF with its particular P-R function.Moreover,a heuristic recur-sive algorithm is designed called the recursive algorithm for max edge throughput(RMET)to solve the model.Through simula-tions on two scenarios,it is verified that RMET can improve the utilization efficiency of edge computing resources.
基金supported by Key Science and Technology Program of Henan Province,China(Grant Nos.242102210147,242102210027)Fujian Province Young and Middle aged Teacher Education Research Project(Science and Technology Category)(No.JZ240101)(Corresponding author:Dong Yuan).
文摘Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrained onboard devices to nearby Roadside Unit(RSU),thereby achieving lower delay and energy consumption.However,due to the limited storage capacity and energy budget of RSUs,it is challenging to meet the demands of the highly dynamic Internet of Vehicles(IoV)environment.Therefore,determining reasonable service caching and computation offloading strategies is crucial.To address this,this paper proposes a joint service caching scheme for cloud-edge collaborative IoV computation offloading.By modeling the dynamic optimization problem using Markov Decision Processes(MDP),the scheme jointly optimizes task delay,energy consumption,load balancing,and privacy entropy to achieve better quality of service.Additionally,a dynamic adaptive multi-objective deep reinforcement learning algorithm is proposed.Each Double Deep Q-Network(DDQN)agent obtains rewards for different objectives based on distinct reward functions and dynamically updates the objective weights by learning the value changes between objectives using Radial Basis Function Networks(RBFN),thereby efficiently approximating the Pareto-optimal decisions for multiple objectives.Extensive experiments demonstrate that the proposed algorithm can better coordinate the three-tier computing resources of cloud,edge,and vehicles.Compared to existing algorithms,the proposed method reduces task delay and energy consumption by 10.64%and 5.1%,respectively.
文摘随着网络威胁的不断演化,传统的安全运营方式面临检测能力不足、响应效率低下等问题。为此,研究将结合当前网络安全运营需求,聚焦安全编排、自动化与响应(Security Orchestration, Automation and Response,SOAR)技术,以流程编排优化为核心,探索如何通过自动化、智能化的安全运营实现快速响应与闭环管理。研究提出了一套面向多场景、多角色的SOAR技术解决方案,并结合具体案例验证其有效性,为网络安全运营体系化建设提供了重要参考。
文摘Real-time performance is very important for recommender systems.In short video recommendation scenarios,users usually give explicit or implicit feedback in time during browsing,and the recommender system needs to sense users'preferences in real time to meet their needs.However,traditional recommender systems are usually deployed on the cloud side,whenever the client requests the recommender system,it will return a list of short video results from the cloud side.Therefore,before the next recommendation request,the recommender system cannot adjust the recommendation result in real time according to the user's real-time feedback,resulting in an inaccurate recommender system on the cloud side.Consequently,in this paper,a cloud-edge joint strategy for short video recommendation(CloudEdgeRec)is proposed to address the aforementioned problems.Specifically,a lightweight model was deployed on edge devices to enable reranking based on user feedback.Furthermore,an interest-heuristic reranking(IHR)system was proposed to be implemented on the cloud side,which can provide a refresh mechanism to solve the problem that the limited cache on the edge devices cannot meet the drastic changes in user interests.The Markov decision process(MDP)is incorporated into IHR to preserve each generated distribution,and a matrix of exponential mean relevance is proposed to balance relationships between diversity and relevance.Finally,the experimental results show that both the offline evaluation of public datasets and online performance in short video platform demonstrate the effectiveness of CloudEdgeRec.
文摘As the penetration rate of renewable energy sources(RES)gradually increases,demand-side resources(DSR)should be fully utilized to provide flexibility and rapidly respond to real-time power supply-demand imbalance.However,scheduling a large number of DSR clusters will inevitably bring unbearable transmission delay,and computation delay,which in turn lead to lower response speeds.This paper examines flexibility scheduling of DSR clusters within a smart distribution network(SDN)in view of both kinds of delay.Building upon a SDN model,maximum schedulable flexibility of DSR clusters is first quantified.Then,a flexibility response curve is analyzed to reflect the effect of delay on flexibility scheduling.Aiming at reducing flexibility shortage brought by delay,we propose a modified flexibility scheduling strategy based on cloud-edge collaboration.Compared with traditional strategy,centralized optimization is replaced by distributed optimization to consider both economic efficiency and effect of delay.Besides,an offloading strategy is also formulated to decide optimal edge nodes and corresponding wired paths for edge computations.In a case study,we evaluate scheduled flexibility,operational cost,average delay and the chosen edge nodes for edge computations with traditional strategy and our proposed strategy.Evaluation results show the proposed strategy can significantly reduce the effect of delay on flexibility scheduling,and guarantee the optimality of operational cost to some extent.
基金supported by the Key Collaborative Research Program of the Alliance of International Science Organizations(ANSO-CR-KP-2022-10)Science and Technology Innovation 2030-Brain Science and Brain-Inspired Intelligence Project(2021ZD0200200)+2 种基金Natural Science Foundation of China(82151307,82202253,and 31620103905)Strategic Priority Research Program of the Chinese Academy of Sciences(XDB32030207)Science Frontier Program of the Chinese Academy of Sciences(QYZDJ-SSW-SMCO19).
文摘Closed-loop neuromodulation,especially using the phase of the electroencephalography(EEG)rhythm to assess the real-time brain state and optimize the brain stimulation process,is becoming a hot research topic.Because the EEG signal is non-stationary,the commonly used EEG phase-based prediction methods have large variances,which may reduce the accuracy of the phase prediction.In this study,we proposed a machine learning-based EEG phase prediction network,which we call EEG phase prediction network(EPN),to capture the overall rhythm distribution pattern of subjects and map the instantaneous phase directly from the narrow-band EEG data.We verified the performance of EPN on pre-recorded data,simulated EEG data,and a real-time experiment.Compared with widely used state-of-the-art models(optimized multi-layer filter architecture,auto-regress,and educated temporal prediction),EPN achieved the lowest variance and the greatest accuracy.Thus,the EPN model will provide broader applications for EEG phase-based closed-loop neuromodulation.
文摘聚焦电力基础设施规划与城市电力施工的协同优化,旨在提高城市电网建设效率与质量。系统阐述电力基础设施的功能定位,深入剖析当前规划环节存在的与城市规划脱节、前期数据采集不全、缺乏动态调整机制等关键问题,并梳理城市电力施工面临的时空约束、施工障碍及组织协同短板。在此基础上,重点探索了“规划-设计-施工”一体化闭环管理、“多规合一”协同模式及建筑信息模型(building information modeling,BIM)+地理信息系统(Geographic Information System,GIS)融合应用三大协同发展路径。研究表明,实现规划与施工全链条高效协同是保障城市电力系统韧性、支撑城市可持续发展的关键路径。