WO2022116325A1 - 一种边缘计算下神经网络推理的节能方法 - Google Patents
一种边缘计算下神经网络推理的节能方法 Download PDFInfo
- Publication number
- WO2022116325A1 WO2022116325A1 PCT/CN2020/140017 CN2020140017W WO2022116325A1 WO 2022116325 A1 WO2022116325 A1 WO 2022116325A1 CN 2020140017 W CN2020140017 W CN 2020140017W WO 2022116325 A1 WO2022116325 A1 WO 2022116325A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- model
- edge device
- energy consumption
- edge
- subnet
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W24/00—Supervisory, monitoring or testing arrangements
- H04W24/06—Testing, supervising or monitoring using simulated traffic
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/04—Inference or reasoning models
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W52/00—Power management, e.g. Transmission Power Control [TPC] or power classes
- H04W52/02—Power saving arrangements
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the invention relates to the technical field of edge computing networks, in particular to an energy-saving method for neural network reasoning under edge computing.
- edge systems have generated a large amount of data.
- Such a large amount of data causes the traditional cloud architecture to face considerable challenges in terms of communication, storage, etc.
- many new applications (such as collaborative autonomous driving) have strict latency requirements, and computing needs to be deployed close to the user equipment to provide real-time response. Therefore, researchers have proposed a mobile edge computing (MEC) method to Pushing artificial intelligence to the edge of the network can effectively solve communication and storage problems and give full play to the potential of edge computing.
- MEC mobile edge computing
- the main disadvantage of using deep learning in MEC is the limited resources, which include computing, storage, bandwidth, etc.
- Another resource that MEC needs to consider is energy consumption, because most end devices are Battery powered, therefore, it is not feasible to put the entire neural network (DNN) on the edge network, and the usual approach is to combine the advantages of the cloud and the edge to synergistically complete the task of neural network inference.
- DNN neural network
- the mainstream deployment methods of DNN in MEC are edge collaborative reasoning and cloud center training, that is, the DNN model is trained in the cloud center, and the edge device infers the DNN model.
- This mode has some specific characteristics: 1) The cloud center will The received data continuously trains the model and updates the parameters; 2) The inference edge needs to be consistent with the model parameters of the cloud center to ensure that the inference result of each request is correct. The request usually continues to arrive at the edge device randomly, and the inference also needs to continue to provide services. , however, because edge devices typically have limited energy, keeping inference programs online for long periods of time is a waste of energy.
- the main technical problem solved by the present invention is to provide an energy-saving method for neural network reasoning under edge computing, to perform energy consumption comparison and calculation, so as to select the optimal path with the lowest energy consumption, thereby ensuring that all random accesses on the device are completed.
- it is efficient and energy-saving without wasting energy consumption.
- a technical solution adopted by the present invention is to provide an energy-saving method for neural network reasoning under edge computing, which includes:
- the edge device downloading the model from the cloud center compares the energy consumption of the edge device downloading the model from the cloud center with the energy consumption of the edge device transferring the model from other edge devices in the subnet. If the energy consumption of the edge device downloading the model from the cloud center is less than or equal to the energy consumption of the edge device transferring the model from other devices in the subnet, the edge device directly downloads the model from the cloud center; if the energy consumption of the edge device downloading the model from the cloud center is greater than the energy consumption of the edge device transferring the model from other devices in the subnet consumption, the edge device transfers the model from other devices in the subnet; wherein, the subnet consists of an access point that communicates with the cloud center and several edge devices that communicate with the access point;
- the energy consumption of the continuous operation of the edge device is the energy consumption of the edge device from the last request until the edge device continues to run. Energy consumption for each request.
- the edge device transfers the model from other edge devices in the subnet
- the energy consumption required by the edge device to transfer the model from each other edge device in the subnet is compared, Select the transfer model from the edge device in the subnet that requires the least energy consumption.
- the edge device transfers the model from other edge devices in the subnet
- the edge device makes a request
- the model is first transferred to the subnet to continuously run with the least energy consumption
- the model is then transferred from the edge device with the least energy consumption for continuous operation to the edge device that makes the request.
- the edge device directly downloads the model from the cloud center.
- the edge device downloading the model from the cloud center is less than or equal to the energy consumption of the edge device transferring the model from other devices in the subnet, the edge device will directly download the model from the cloud center. Center to download the model.
- the edge device transfers the model from other devices in the subnet.
- the edge device downloads the model from the cloud center.
- the edge device in the case of unpredictable request sequence, if the energy consumption of the edge device for downloading the model from the cloud center is more than twice the energy consumption of the edge device for transferring the model from other devices in the subnet, the edge device will Devices transfer models from other devices in the subnet.
- the energy consumption of the edge device for downloading the model from the cloud center is greater than twice the energy consumption of the edge device for transferring the model from other devices in the subnet
- the The model is transferred to the edge device with the least energy consumption for continuous operation in the subnet to run continuously.
- the model is transferred from the edge device with the least energy consumption for continuous operation to the edge device that sends the request.
- the beneficial effects of the present invention are: compared with the prior art, the present invention performs energy consumption comparison calculation, so as to select the optimal path with the lowest energy consumption, thereby ensuring the premise of completing the reasoning of all random access requests on the device Under the high-efficiency energy saving, no energy consumption is wasted.
- Figure 1 is a schematic diagram of an edge computing architecture
- Figure 2 is a time-space diagram when an edge device sends a request sequence under the condition of a predictable request sequence
- Figure 3 is a spatiotemporal diagram of continuous operation of edge devices under the condition of predictable request sequences
- FIG. 4 is a spatiotemporal diagram of an embodiment of an edge device transitioning a model from other edge devices in a subnet under the condition of a predictable request sequence
- FIG. 5 is a spatiotemporal diagram of another embodiment of an edge device transferring a model from other edge devices in a subnet under the condition of a predictable request sequence;
- Figure 6 is a spatiotemporal diagram of the edge device only synchronizing with the cloud center in the case of an unpredictable request sequence
- FIG. 7 is a spatiotemporal diagram of an edge device transferring a model from other edge devices in the subnet under the condition of an unpredictable request sequence
- Figure 8 is a spatiotemporal diagram of transferring a model to an edge device with the least energy consumption in the case of an unpredictable request sequence
- Fig. 9 is the spatiotemporal diagram of the active update model of the cloud center
- Figure 10 is a comparison diagram of experimental results in the case of unpredictable request sequences.
- the existing cloud center combined with edge computing artificial intelligence services are usually implemented using the architecture of "cloud center training - edge inference". Since the training is carried out in the cloud center, the model in the cloud center is constantly updated, while the reasoning It is done on the user device, each device receives multiple requests in succession and then infers based on the input data of these requests, but for some practical reasons (e.g. privacy concerns) it is usually not possible to route requests to other The device or cloud center performs inference, so it can only request inference on the current local device.
- cloud center training - edge inference Since the training is carried out in the cloud center, the model in the cloud center is constantly updated, while the reasoning It is done on the user device, each device receives multiple requests in succession and then infers based on the input data of these requests, but for some practical reasons (e.g. privacy concerns) it is usually not possible to route requests to other The device or cloud center performs inference, so it can only request inference on the current local device.
- the existing technology has the following shortcomings:
- the model on each device needs to be synchronized with the cloud center in real time, so a large amount of synchronized data transmission is required, resulting in a waste of network bandwidth and device energy consumption;
- the purpose of the present invention is to study in such a scenario, how to reduce unnecessary energy loss, achieve efficient model synchronization, and provide an energy-saving method for neural network inference under edge computing, including:
- the edge device downloading the model from the cloud center compares the energy consumption of the edge device downloading the model from the cloud center with the energy consumption of the edge device transferring the model from other edge devices in the subnet. If the energy consumption of the edge device downloading the model from the cloud center is less than or equal to the energy consumption of the edge device transferring the model from other devices in the subnet, the edge device directly downloads the model from the cloud center; if the energy consumption of the edge device downloading the model from the cloud center is greater than the energy consumption of the edge device transferring the model from other devices in the subnet consumption, the edge device transfers the model from other devices in the subnet; wherein, the subnet consists of an access point that communicates with the cloud center and several edge devices that communicate with the access point;
- the present invention performs energy consumption comparison and calculation, thereby selecting the optimal path with the lowest energy consumption, thereby ensuring high efficiency and energy saving without wasting energy consumption on the premise of completing the reasoning of all random access requests on the device.
- the edge computing architecture is a three-layer architecture, as shown in Figure 1, including a cloud center (represented by "Internet”), an access point (represented by “access point”), and an edge device (represented by "device”)
- a cloud center represented by "Internet”
- an access point represented by "access point”
- an edge device represented by "device”
- One access point and multiple edge devices form a subnet, and the cloud center often needs to communicate with the devices through a complex network. It can be seen that the cost of communication between devices under the same subnet is much less than The communication cost between the device and the cloud center.
- the request for inference occurs on each device, and the device needs to infer the requested data according to the latest model and return the result. Therefore, it is not only necessary to ensure that the latest model exists on the device, but also that the device is running the inference service when the request arrives.
- the energy consumption on all devices can be calculated using the following formula:
- CI is the energy consumption required to infer all requests.
- This part can be regarded as a constant value. Once the request sequence is determined, the constant is determined; Ru represents the number of model updates, and ⁇ i represents the communication between each device and the cloud center.
- the unit energy consumption consumed, this part represents the energy consumption caused by all devices synchronizing the model with the cloud center; Tmax represents the time when the last request occurred, ⁇ i represents the unit energy consumption consumed by each device running the inference service continuously, this part represents all the The energy consumption caused by the device running the inference service all the time.
- the model (b) in addition to obtaining the latest model (c) from the cloud center, the model (b) can also be obtained from other devices under the same subnet.
- algorithms can also be used to ensure continuous operation on the device.
- the model is up-to-date (a), so it is only necessary to keep the model on a device in a subnet continuously updated, and the model on all devices can be updated by transferring between devices.
- three ways are defined to serve each request: continuous operation (holding), transfer from other devices (transferring) and download from the cloud center (pulling), and respectively define the energy consumption that the three ways need to consume:
- optimizing the energy-saving problem of device reasoning in edge computing is transformed into how to combine the above three methods to provide services for all requests; define different devices as si, and the request ri can be expressed as a space-time point (si, ti), ti represents the time when the request occurred, so the request sequence can be transformed into a space-time diagram as shown in Figure 2, where s0 represents the cloud center, that is, the vertical line from s0 is the request satisfied by downloading (pulling) from the cloud center, Vertical lines from s(i) other than s0 represent requests that are satisfied by transferring from other devices, and horizontal lines from s(i) other than s0 represent inference requests being served by holding.
- the energy consumption of the continuous operation of the edge device is the energy consumption of the edge device from the last request to the current request of the edge device. energy consumption.
- the edge device transfers the model from other edge devices in the subnet, compare the required energy consumption of the edge device from the transfer model of each other edge device in the subnet, and select the energy consumption from the required energy consumption.
- the edge device in the least subnet performs the transfer model.
- the edge device transfers the model from other edge devices in the subnet
- the edge device makes a request
- it first transfers the model to the edge device with the least energy consumption for continuous operation in the subnet, and then Shift the model from the edge device that consumes the least energy to run continuously to the edge device that makes the request.
- the edge device directly downloads the model from the cloud center.
- the problem can be decomposed into sub-problems for consideration, assuming that the first i-1 requests are optimal, denoted by C(i-1), and For the optimal solution C(i) of the i-th request, it can be divided into the following situations:
- a minimum cost b(i) can be defined:
- 1 ⁇ i ⁇ n 1 ⁇ i ⁇ n; it means that when request i has an active inference service in other edge devices, the inference service can be generated on the required edge device with a minimum cost, and Bi is used to represent the requirement of bi and, that is, all points in an interval can be satisfied with the minimum cost, when there are active inference programs of other edge devices in the subnet, so the recurrence of D(i) can be expressed as:
- the optimal migration mode can be obtained under the condition of known request sequence, so as to save energy consumption to the greatest extent.
- the present invention provides a It is an energy-saving method that saves the energy consumption of each device as much as possible without knowing when the request occurs.
- the main idea of this method is to maintain a period of running time after each edge device request occurs to wait for it to happen again. The next request, so how long each edge device needs to maintain the inference program, is divided into the following:
- the edge device directly downloads the model from the cloud center.
- the edge device downloading the model from the cloud center is greater than the energy consumption of the edge device transferring the model from other devices in the subnet and less than the energy consumption of the edge device transferring the model from other devices in the subnet
- the edge device transfers the model from other devices in the subnet; further, if other devices in the subnet do not have the required model, the edge device downloads the model from the cloud center;
- the model will be transferred to the subnet first.
- the model runs continuously on the edge device with the least energy consumption for continuous operation.
- the model is transferred from the edge device with the least energy consumption for continuous operation to the edge device that sends the request.
- the energy consumption ratio of the sequence can be lower than 2.5 times, that is to say, in the face of an unknown request sequence, it is also guaranteed to serve all inference requests with an energy consumption that is not 2.5 times worse than that of the algorithm whose optimal sequence is known in advance.
- the edge reasoning architecture often requires the edge device to keep synchronized with the cloud center in real time to ensure the update of the model, and also requires the device to continuously run the reasoning service to meet random requests, which undoubtedly sacrifices a lot of device energy consumption.
- the invention formalizes the problem into the node connection on the space-time graph, and uses the communication between devices under the same subnet to ensure the update of the model. Compared with the traditional method, we can greatly save the times and bandwidth of the communication between the device and the cloud center. Reduce equipment power consumption.
- the number of inference requests that can be served by the device which increases the standby time of the device.
- the synchronization between edge devices is used to replace the synchronization between edge devices and the cloud center to reduce communication energy consumption
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Molecular Biology (AREA)
- General Health & Medical Sciences (AREA)
- Neurology (AREA)
- Mobile Radio Communication Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (10)
- 一种边缘计算下神经网络推理的节能方法,其特征在于,包括:在可预知请求序列情况下,将边缘设备从云中心下载模型的能耗与该边缘设备从子网内其它边缘设备转移模型的能耗进行比较,如果边缘设备从云中心下载模型的能耗小于或等于边缘设备从子网内其它设备转移模型的能耗,则边缘设备直接从云中心下载模型;如果边缘设备从云中心下载模型的能耗大于边缘设备从子网内其它设备转移模型的能耗,则边缘设备从子网内其它设备转移模型;其中,子网由与云中心进行通信的接入点和若干个与该接入点通信的边缘设备组成;在不可预知请求序列情况下,让边缘设备请求发生,维持一段时间,再将边缘设备从云中心下载模型的能耗与该边缘设备从子网内其它边缘设备转移模型的能耗进行比较。
- 根据权利要求1所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在可预知请求序列情况下,该边缘设备进行请求时,该边缘设备的持续运行的能耗为该边缘设备从上一次进行请求一直持续运行到该边缘设备的这次请求的能耗。
- 根据权利要求2所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在可预知请求序列情况下,该边缘设备从子网内其它边缘设备转移模型时,比较该边缘设备从子网内每个其它边缘设备的转移模型的所要能耗,选择从所要能耗最少的子网内那个边缘设备进行转移模型。
- 根据权利要求2所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在可预知请求序列情况下,该边缘设备从子网内其它边缘设备转移模型时,该边缘设备进行请求时,先将模型转移至子网内持续运行能耗最少的边缘设备上,再将该模型从持续运行能耗最少的边缘设备上转移至发出请求的边缘设备 上。
- 根据权利要求2所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在可预知请求序列情况下,当上一个请求不来时,该边缘设备直接从云中心下载模型。
- 根据权利要求1所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在不可预知请求序列情况下,如果边缘设备从云中心下载模型的能耗小于或等于边缘设备从子网内其它设备转移模型的能耗,则边缘设备直接从云中心下载模型。
- 根据权利要求1所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在不可预知请求序列情况下,如果该边缘设备从云中心下载模型的能耗大于该边缘设备从子网内其它设备转移模型的能耗且小于该边缘设备从子网内其它设备转移模型的能耗的两倍时,则该边缘设备从子网内其它设备转移模型。
- 根据权利要求7所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在不可预知请求序列情况下,如果该边缘设备从云中心下载模型的能耗大于该边缘设备从子网内其它设备转移模型的能耗且小于该边缘设备从子网内其它设备转移模型的能耗的两倍时,而且子网内其它设备没有所需的模型,则该边缘设备从云中心下载模型。
- 根据权利要求1所述的一种边缘计算下神经网络推理的节能方法,其特征在于,在不可预知请求序列情况下,如果该边缘设备从云中心下载模型的能耗大于该边缘设备从子网内其它设备转移模型的能耗的两倍时,该边缘设备从子网内其它设备转移模型。
- 根据权利要求1所述的一种边缘计算下神经网络推理的节能方法,其特 征在于,在不可预知请求序列情况下,如果该边缘设备从云中心下载模型的能耗大于该边缘设备从子网内其它设备转移模型的能耗的两倍时,先将模型转移至子网内持续运行能耗最少的边缘设备上持续运行,当有边缘设备发出请求后,再将该模型从持续运行能耗最少的边缘设备上转移至发出请求的边缘设备上。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202011400815.0A CN114599055B (zh) | 2020-12-04 | 2020-12-04 | 一种边缘计算下神经网络推理的节能方法 |
| CN202011400815.0 | 2020-12-04 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022116325A1 true WO2022116325A1 (zh) | 2022-06-09 |
Family
ID=81802379
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2020/140017 Ceased WO2022116325A1 (zh) | 2020-12-04 | 2020-12-28 | 一种边缘计算下神经网络推理的节能方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN114599055B (zh) |
| WO (1) | WO2022116325A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118869510A (zh) * | 2024-07-02 | 2024-10-29 | 东南大学 | 一种边缘计算场景下确定性延迟的协同推理方法及系统 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107766889A (zh) * | 2017-10-26 | 2018-03-06 | 济南浪潮高新科技投资发展有限公司 | 一种云端边缘计算融合的深度学习计算系统和方法 |
| CN109961097A (zh) * | 2019-03-20 | 2019-07-02 | 西北大学 | 一种嵌入式场景下基于边缘计算的图像分类调度方法 |
| CN110443298A (zh) * | 2019-07-31 | 2019-11-12 | 华中科技大学 | 一种基于云-边缘协同计算的ddnn及其构建方法和应用 |
| CN111031102A (zh) * | 2019-11-25 | 2020-04-17 | 哈尔滨工业大学 | 一种多用户、多任务的移动边缘计算系统中可缓存的任务迁移方法 |
| CN111445026A (zh) * | 2020-03-16 | 2020-07-24 | 东南大学 | 面向边缘智能应用的深度神经网络多路径推理加速方法 |
| CN111459505A (zh) * | 2020-05-22 | 2020-07-28 | 南京大学 | 边缘计算环境下多版本推断模型部署方法、装置和系统 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3155758A4 (en) * | 2014-06-10 | 2018-04-11 | Sightline Innovation Inc. | System and method for network based application development and implementation |
| EP3457664B1 (en) * | 2017-09-14 | 2019-11-06 | Deutsche Telekom AG | Method and system for finding a next edge cloud for a mobile user |
| CN107682443A (zh) * | 2017-10-19 | 2018-02-09 | 北京工业大学 | 联合考虑延迟和能量消耗的移动边缘计算系统计算任务的高效卸载方法 |
-
2020
- 2020-12-04 CN CN202011400815.0A patent/CN114599055B/zh active Active
- 2020-12-28 WO PCT/CN2020/140017 patent/WO2022116325A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107766889A (zh) * | 2017-10-26 | 2018-03-06 | 济南浪潮高新科技投资发展有限公司 | 一种云端边缘计算融合的深度学习计算系统和方法 |
| CN109961097A (zh) * | 2019-03-20 | 2019-07-02 | 西北大学 | 一种嵌入式场景下基于边缘计算的图像分类调度方法 |
| CN110443298A (zh) * | 2019-07-31 | 2019-11-12 | 华中科技大学 | 一种基于云-边缘协同计算的ddnn及其构建方法和应用 |
| CN111031102A (zh) * | 2019-11-25 | 2020-04-17 | 哈尔滨工业大学 | 一种多用户、多任务的移动边缘计算系统中可缓存的任务迁移方法 |
| CN111445026A (zh) * | 2020-03-16 | 2020-07-24 | 东南大学 | 面向边缘智能应用的深度神经网络多路径推理加速方法 |
| CN111459505A (zh) * | 2020-05-22 | 2020-07-28 | 南京大学 | 边缘计算环境下多版本推断模型部署方法、装置和系统 |
Non-Patent Citations (1)
| Title |
|---|
| XU ZICHUAN; ZHAO LIQIAN; LIANG WEIFA; RANA OMER F.; ZHOU PAN; XIA QIUFEN; XU WENZHENG; WU GUOWEI: "Energy-Aware Inference Offloading for DNN-Driven Applications in Mobile Edge Clouds", IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, vol. 32, no. 4, 20 October 2020 (2020-10-20), USA, pages 799 - 814, XP011820240, ISSN: 1045-9219, DOI: 10.1109/TPDS.2020.3032443 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118869510A (zh) * | 2024-07-02 | 2024-10-29 | 东南大学 | 一种边缘计算场景下确定性延迟的协同推理方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN114599055A (zh) | 2022-06-07 |
| CN114599055B (zh) | 2023-05-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Xiao et al. | Reinforcement learning based energy-efficient collaborative inference for mobile edge computing | |
| Sun et al. | Cooperative computation offloading for multi-access edge computing in 6G mobile networks via soft actor critic | |
| Li et al. | Task offloading mechanism based on federated reinforcement learning in mobile edge computing | |
| WO2021012584A1 (zh) | 一种移动边缘计算场景下制定单任务迁移策略的方法 | |
| CN113286329B (zh) | 基于移动边缘计算的通信和计算资源联合优化方法 | |
| WO2023040022A1 (zh) | 一种在随机网络中基于算网协同的分布式计算卸载方法 | |
| Li et al. | DQN-enabled content caching and quantum ant colony-based computation offloading in MEC | |
| CN114860337B (zh) | 一种基于元强化学习算法的计算卸载方法 | |
| CN116233926A (zh) | 一种基于移动边缘计算的任务卸载及服务缓存联合优化方法 | |
| CN114390057A (zh) | Mec环境下基于强化学习的多接口自适应数据卸载方法 | |
| CN113766540B (zh) | 低时延的网络内容传输方法、装置、电子设备及介质 | |
| Chatterjee et al. | Dynamic and adaptive data caching mechanism for virtualization within sensor-cloud | |
| CN116112488A (zh) | 一种面向mec网络的细粒度任务卸载及资源分配方法 | |
| CN115665869A (zh) | 基于边缘计算和有向无环图的多用户协作平台及其方法 | |
| CN113835894A (zh) | 一种基于双延迟深度确定性策略梯度的智能计算迁移方法 | |
| CN110278611A (zh) | 一种无线供电移动边缘计算系统中的资源分配方法 | |
| Tang et al. | Federated learning-assisted task offloading based on feature matching and caching in collaborative device-edge-cloud networks | |
| CN112162789A (zh) | 一种基于软件定义的边缘计算随机卸载决策方法及系统 | |
| CN118102395A (zh) | 一种区块链驱动的边缘计算系统联合优化方法 | |
| CN114281718A (zh) | 一种工业互联网边缘服务缓存决策方法及系统 | |
| CN104519106B (zh) | 一种任务迁移方法及网络控制器 | |
| CN114599055B (zh) | 一种边缘计算下神经网络推理的节能方法 | |
| CN118317365A (zh) | 基于深度学习的边缘云计算任务迁移与资源分配联合优化方法 | |
| CN118283708A (zh) | 一种基于深度强化学习的端边云协作式卸载方法 | |
| Karobi et al. | Ecoedgetwin: Enhanced 6g network via mobile edge computing and digital twin integration |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 20964170 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20964170 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20964170 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 22.08.2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20964170 Country of ref document: EP Kind code of ref document: A1 |






