車聯(lián)網(wǎng)中基于移動邊緣計算的內(nèi)容感知分類卸載算法研究
doi: 10.11999/JEIT190594 cstr: 32379.14.JEIT190594
-
1.
教育部泛在網(wǎng)絡(luò)健康服務(wù)系統(tǒng)工程研究中心 ??南京 ??210003
-
2.
江蘇省無線通信重點(diǎn)實(shí)驗(yàn)室 南京 210003
-
3.
南京郵電大學(xué)通信與信息工程學(xué)院 ??南京 ??210003
Research on Content-aware Classification Offloading Algorithm Based on Mobile Edge Calculation in the Internet of Vehicles
-
1.
Ministry of Education Ubiquitous Network Health Service System Engineering Research Center, Nanjing 210003, China
-
2.
Jiangsu Key Wireless Communication Laboratory, Nanjing 210003, China
-
3.
College of Communication and Information Engineering, Nanjing University of Posts and Telecommunications, Nanjing 210003, China
-
摘要: 隨著智能交通的快速發(fā)展,車輛終端產(chǎn)生大量需要實(shí)時處理的數(shù)據(jù)消息,而在有限資源上的競爭將會增加消息處理的時延,且對終端設(shè)備造成很大的能量消耗。針對時延和能量損耗的均衡關(guān)系,該文提出一種基于移動邊緣計算(MEC)的內(nèi)容感知分類卸載算法。首先根據(jù)層次分析法對安全消息進(jìn)行優(yōu)先級劃分,然后建立時延和能量損耗的最優(yōu)任務(wù)卸載模型,通過給時延和能量損耗賦予不同的權(quán)重系數(shù)構(gòu)造關(guān)系模型,并利用拉格朗日松弛法將非凸問題轉(zhuǎn)化為凸問題,從而結(jié)合次梯度投影法和貪婪算法得到問題的可行解。性能評估結(jié)果表明,該算法在一定程度上改善了消息處理時延和能量損耗。
-
關(guān)鍵詞:
- 移動邊緣計算 /
- 計算卸載 /
- 消息優(yōu)先級 /
- 時延
Abstract: With the rapid development of intelligent transportation, vehicle terminals generate a large number of data messages that need to be processed in real time. Competition on limited resources will increase the delay of message processing and energy consumption for terminal equipment. For the equilibrium relationship between delay and energy loss, this paper proposes a content-aware classification offloading algorithm based on Mobile Edge Computing (MEC). Firstly, the security message is prioritized according to the analytic hierarchy process, and then the optimal task unloading model of delay and energy loss is established. The relational model is established by assigning different weight coefficients to delay and energy loss. The Lagrangian relaxation method is used to transform the non-convex problem into a convex problem, which combines the sub-gradient projection method and the greedy algorithm to obtain the feasible solution. The performance evaluation results show that the algorithm improves the message processing delay and energy loss to some extent.-
Key words:
- Mobile Edge Computing (MEC) /
- Computational offloading /
- Message priority /
- Delay
-
表 1 任務(wù)隊列調(diào)度算法
(1) 輸入消息的數(shù)據(jù)大小、消息所需的CPU周期、截止期限要求
和消息的優(yōu)先級別${b_j}$, Cj, Tj 和Pj;
(2) for 邊緣服務(wù)器中的每個安全消息Mj;(3) if pj=3,則 (4) 將消息Mj放置在QH隊列中; (5) 構(gòu)建層次分析矩陣A$ = {({a_{ij}})_{n \times n}}$; (6) 計算影響因素所對應(yīng)的權(quán)重矢量$U_r^k$; (7) 根據(jù)層次分析矩陣獲得其權(quán)重所對應(yīng)的特征值
${{\varLambda}} {\rm{ = [}}{\lambda _1}, {\lambda _2},{\lambda _3}{{\rm{]}}^{\rm{T}}}$;(8) 通過${\mathbf{PV} }{\rm{ = } }\varDelta \times \varLambda $得到每個消息的優(yōu)先級向量,即消息的
優(yōu)先級值;(9) 根據(jù)PV值的大小在QH隊列中按順序排列; (10) else if pj=2,則 (11) 將消息Mi放置在QM隊列中; (12) 重復(fù)步驟(4)—步驟(7); (13) 根據(jù)PV值的大小在QM隊列中按順序排列; (14) else if pj=1,則 (15) 將消息Mj放置在QL隊列中; (16) 重復(fù)步驟(4)—步驟(7); (17) 根據(jù)PV值的大小在QL隊列中按順序排列; (18) End if; (19) End for; (20) End 下載: 導(dǎo)出CSV
表 2 消息任務(wù)卸載策略
(1) 輸入:任務(wù)集$M$,邊緣計算服務(wù)器集
$I$,分配的通信帶寬為wij,分配的計算速率由vij;(2) 輸出:分配系數(shù)$x$和目標(biāo)函數(shù)值${z^ * }$; (3) for $i \in I$和$j \in M$; (4) 初始化拉格朗日乘數(shù)${\lambda ^0},{\lambda ^1},{\lambda ^2},{\lambda ^3}$,并根據(jù)式(11)求得傳
輸功率${p_{i,j}}$;(5) 計算${W_{i,j}}$和${V_{i,j}}$,設(shè)${z^ * }$=0; (6) if ${W_{i,j}} < {W_i}$和${V_{i,j}} < {V_i}$: (7) $x$=1; (8) else (9) $x$=0; (10) End if; (11) 利用$x$更新目標(biāo)函數(shù)式(15); (12) 根據(jù)$g(\lambda )$的次梯度投影更新拉格朗日乘數(shù),并利用
KKT條件更新傳輸功率${p_{i,j}}$;(13) End for; (14) End。 下載: 導(dǎo)出CSV
-
LIN Kai, LI Chensi, FORTINO G, et al. Vehicle route selection based on game evolution in social internet of vehicles[J]. IEEE Internet of Things Journal, 2018, 5(4): 2423–2430. doi: 10.1109/JIOT.2018.2844215 MINH Q T, KAMIOKA E, and YAMADA S. CFC-ITS: Context-aware fog computing for intelligent transportation systems[J]. IT Professional, 2018, 20(6): 35–45. doi: 10.1109/MITP.2018.2876978 TANG Shanjiang, LEE B S, and HE Bingsheng. Fair resource allocation for data-intensive computing in the cloud[J]. IEEE Transactions on Services Computing, 2018, 11(1): 20–33. doi: 10.1109/TSC.2016.2531698 LUO Guiyang, YUAN Quan, ZHOU Haibo, et al. Cooperative vehicular content distribution in edge computing assisted 5G-VANET[J]. China Communications, 2018, 15(7): 1–17. doi: 10.1109/CC.2018.8424578 趙星, 彭建華. 基于Lyapunov優(yōu)化的隱私感知計算卸載方法[J]. 電子與信息學(xué)報, 2020. doi: 10.11999/JEIT190170ZHAO Xing and PENG Jianhua. A privacy-aware computation offloading method based on Lyapunov optimization[J]. Journal of Electronics &Information Technology, 2020. doi: 10.11999/JEIT190170 TRINH H, CALYAM P, CHEMODANOV D, et al. Energy-aware mobile edge computing and routing for low-latency visual data processing[J]. IEEE Transactions on Multimedia, 2018, 20(10): 2562–2577. doi: 10.1109/TMM.2018.2865661 張海波, 欒秋季, 朱江, 等. 車輛異構(gòu)網(wǎng)中基于移動邊緣計算的任務(wù)卸載與資源分配[J]. 物聯(lián)網(wǎng)學(xué)報, 2018, 2(3): 36–43. doi: 10.11959/j.issn.2096-3750.2018.00062ZHANG Haibo, LUAN Qiuji, ZHU Jiang, et al. Task offloading and resource allocation in vehicle heterogeneous networks with MEC[J]. Chinese Journal on Internet of Things, 2018, 2(3): 36–43. doi: 10.11959/j.issn.2096-3750.2018.00062 TAO Xiaoyi, OTA K, DONG Mianxiong, et al. Performance guaranteed computation offloading for mobile-edge cloud computing[J]. IEEE Wireless Communications Letters, 2017, 6(6): 774–777. doi: 10.1109/LWC.2017.2740927 張海波, 李虎, 陳善學(xué), 等. 超密集網(wǎng)絡(luò)中基于移動邊緣計算的任務(wù)卸載和資源優(yōu)化[J]. 電子與信息學(xué)報, 2019, 41(5): 1194–1201. doi: 10.11999/JEIT180592ZHANG Haibo, LI Hu, CHEN Shanxue, et al. Computing offloading and resource optimization in ultra-dense networks with mobile edge computation[J]. Journal of Electronics &Information Technology, 2019, 41(5): 1194–1201. doi: 10.11999/JEIT180592 ALAMEDDINE H A, SHARAFEDDINE S, SEBBAH S, et al. Dynamic task offloading and scheduling for low-latency IoT services in multi-access edge computing[J]. IEEE Journal on Selected Areas in Communications, 2019, 37(3): 668–682. doi: 10.1109/JSAC.2019.2894306 GUO Shuaishuai, WU Dalei, ZHANG Haixia, et al. Resource modeling and scheduling for mobile edge computing: A service provider’s perspective[J]. IEEE Access, 2018, 6: 35611–35623. doi: 10.1109/ACCESS.2018.2851392 YOU Changsheng, HUANG Kaibin, CHAE H, et al. Energy-efficient resource allocation for mobile-edge computation offloading[J]. IEEE Transactions on Wireless Communications, 2017, 16(3): 1397–1411. doi: 10.1109/TWC.2016.2633522 SAMANTA A and CHANG Zheng. Adaptive service offloading for revenue maximization in mobile edge computing with delay-constraint[J]. IEEE Internet of Things Journal, 2019, 6(2): 3864–3872. doi: 10.1109/JIOT.2019.2892398 ALNOMAN A and ANPALAGAN A. A dynamic priority service provision scheme for delay-sensitive applications in fog computing[C]. The 29th Biennial Symposium on Communications, Toronto, Canada, 2018: 1–5. doi: 10.1109/BSC.2018.8494691. KIM G, JEON Y, and KIM J. A secure message service using the secure domain of a mobile security solution[C]. The 2014 International Conference on Information and Communication Technology Convergence, Busan, South Korea, 2014: 619–620. doi: 10.1109/ICTC.2014.6983230. LI Junjie. Analyzing key factors in Taiwanese teachers teaching in China with analytic hierarchy process[J]. Journal of Interdisciplinary Mathematics, 2018, 21(2): 307–316. doi: 10.1080/09720502.2017.1420561 YUAN Jie and LI Xiaoyong. A reliable and lightweight trust computing mechanism for iot edge devices based on multi-source feedback information fusion[J]. IEEE Access, 2018, 6: 23626–23638. doi: 10.1109/ACCESS.2018.2831898 LING Ping, KONG Xiangrui, FANG Chen, et al. Novel distributed state estimation method for the AC-DC hybrid microgrid based on the Lagrangian relaxation method[J]. The Journal of Engineering, 2019, 2019(18): 4932–4936. doi: 10.1049/joe.2018.9329 RANI E and KAUR H. Study on fundamental usage of CloudSim simulator and algorithms of resource allocation in cloud computing[C]. The 8th International Conference on Computing, Communication and Networking Technologies, Delhi, India, 2017: 1–7. doi: 10.1109/ICCCNT.2017.8203998. -