博碩士論文 106523041 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:32 、訪客IP:3.141.7.7
姓名 陳昱伶(Yu-Ling Chen)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 運用強化學習與模糊理論於叢集式車載網路及其異質網路存取方法之研究
(Study of Cluster-based Vehicular Network for Heterogeneous Network Access by Using Reinforcement Learning and Fuzzy Theory)
相關論文
★ 應用MSPP至DWDM都會光纖網路的設計★ 光網路與WiMAX整合架構研究及其簡化雛型實驗
★ 以Linux系統為基礎之NAT效能優化研究及其實作★ 光波長劃分多工網路之路徑保護機制研究
★ 標籤交換網路下具有服務品質路由安排之研究★ 以訊務相關性為基礎的整合性服務可調整QoS排程器之研究
★ 以群體播送支援IPv6環境下移動式網路連結更新之研究★ 無線區域網路資源動態分配之效能研究
★ 在微觀移動環境下有效資源保留之路徑管理研究★ 無線網路交握程序之預先認證方法分析與比較
★ 無線區域網路虛擬允入控制之研究★ IPv6環境下移動網路之連結更新程序及其效能之研究
★ 具有限數量波長轉換節點的分波多工網路之群播波長分配與容量計算研究★ 階層化行動式IPv6移動錨點選擇機制研究
★ 具高能量移動節點之叢集式感測網路 效能研究★ 預先註冊之快速換手階層化行動式IPv6研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 汽車移動物聯網技術(簡稱:車聯網)是因應自動駕駛而發展的重要技術,目前第三代合作夥伴計劃(the Third Generation Partnership Project,3GPP)與Wi-Fi聯盟(Wi-Fi Alliance,WFA)兩大通訊標準組織正積極研究相關技術。由於兩組織所訂定的標準擁有各自的特色,再加上車輛高速移動與拓撲快速變化的特性,在各自傳輸資源有限的狀態下,車輛該如何抉擇通訊界面將是未來需要解決的問題。
然而將車輛分散於兩種通訊界面中,傳輸資源也會因為每一輛車與中心設備(AP、Evolved Node B(eNodeB)…等)建立連線所需的控制訊息而佔據多數資源,因此該如何設計資料傳輸路徑,使得有些車輛可以不用與中心設備建立連線,而是透過鄰近車輛幫忙轉送,以降低車輛與中心設備所建立的連線數將是重要議題之一。
本論文所設計的演算法根據系統效能與車輛所給予的資訊,判斷車輛該選擇何種通訊介面,以及如何將車輛分群,以提高資料傳送成功率與有效降低連線數。
摘要(英) Vehicular communication is a technology developed to support autonomous driving. Recently, the two major communication standards organization, Third Generation Partnership Project (3GPP) and Wi-Fi Alliance (WFA), are actively studying related technologies. However, each of the two standards has its own characteristics, along with some features such as high mobility of vehicles, frequent topology changes and limited transmission resources. Consequently, how to select the communication interface will be the problem that we should solve in the future.
However, even if we disperse the vehicles into two different communication interface, the control signaling overhead caused by the connections between vehicles and the central equipment will exhaust the transmission resources. Therefore, the issue of designing a proper transmission model will be important. In other words, we aim to reduce the number of connections between the vehicle and the central equipment, achieved by forcing the vehicle to transmit data via its neighbor.
According to information given by vehicles and environment condition of the system, we proposed an algorithm that decides which communication interface the vehicle should choose, as well as a vehicle clustering method, in order to improve packet delivery ratio and reduce the number of connections efficiently.
關鍵字(中) ★ 車聯網
★ IEEE 802.11p
★ C-V2X
★ 機器學習
★ 模糊理論
關鍵字(英) ★ Vehicular communication
★ IEEE 802.11p
★ C-V2X
★ Machine Learning
★ Fuzzy Theory
論文目次 摘要 I
ABSTRACT II
目錄 IV
圖目錄 VI
表目錄 IX
1 第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 1
1.3 章節概要 2
2 第二章 相關研究背景 3
2.1 車聯網基本介紹 3
2.1.1 C-V2X 基本介紹 4
2.1.1.1 4G C-V2X 4
2.1.1.2 5G C-V2X 8
2.1.2 WAVE/DSRC 基本介紹 10
2.1.3 C-V2X與WAVE/DSRC比較 13
2.2 機器學習(Machine Learning,ML)基本介紹 14
2.2.1 RL基本介紹 15
2.2.1.1 RL演算法介紹 15
2.2.1.2 Deep Q Network (DQN) 16
2.3 模糊理論(Fuzzy theory) 17
2.4 相關文獻 19
3 第三章 研究方法 25
3.1 系統架構 25
3.2 利用Fuzzy Theory分群方法 27
3.3 利用DQN選擇通訊介面 31
3.3.1 DQN演算法 32
3.3.2 ε-貪婪演算法(epsilon greedy) 34
4 第四章 模擬結果與討論 35
4.1 模擬參數與環境介紹 35
4.2 模擬結果分析 39
4.2.1 PDR的比較 40
4.2.2 PDR隨時間的變化 44
4.2.3 Cluster間Handover的比較 48
4.2.3.1 16-QAM,Sensing Range為500公尺 48
4.2.3.2 16-QAM,Sensing Range為1000公尺 50
4.2.3.3 QPSK,Sensing Range為500公尺 52
4.2.3.4 QPSK,Sensing Range為1000公尺 54
4.2.4 RSSI的比較 56
5 第五章 結論 58
6 參考文獻 61
參考文獻 [1] X. Wang, S. Mao and M. X. Gong, "An Overview of 3GPP Cellular Vehicle-to-Everything Standards," GetMobile: Mobile Comp. and Comm., vol. 21, no. 3, pp. 19-25, 2017.
[2] 3GPP, "Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer procedures (v14.3.0, Release 14)," 3GPP, Tech. Rep. 36.213, Jun. 2017.
[3] Qualcomm, "5G NR based C-V2X," 2018. [Online]. Available: https://www.qualcomm.com/media/documents/files/5g-nr-based-c-v2x-presentation.pdf. [Accessed 3 6 2019].
[4] J. Gozalvez and R. Molina-Masegosa , "LTE-V for Sidelink 5G V2X Vehicular Communications," IEEE Vehicular Technology Magazine, vol. 12, no. 4, pp. 30-39, Dec. 2017.
[5] Y. Jeon, S. Kuk and H. Kim, "Reducing Message Collisions in Sensing-Based Semi-Persistent Scheduling (SPS) by Using Reselection Lookaheads in Cellular V2X," Sensors, vol. 18, no. 12, 2018.
[6] 3GPP, "Study on enhancement of 3GPP Support for 5G V2X Services," 3GPP, Tech. Rep. 22.886, Dec. 2018.
[7] [Online]. Available: https://www.3gpp.org/ftp/Information/presentations/presentations_2018/2018_10_17_tokyo/presentations/2018_1017_3GPP%20Summit_07_5GAA_FLAMENT.pdf. [Accessed 29 6 2019].

[8] D. Jiang and L. Delgrossi, "IEEE 802.11p: Towards an International Standard for Wireless Access in Vehicular Environments," in VTC Spring 2008 - IEEE Vehicular Technology Conference, Singapore, Singapore, 2008.
[9] [Online]. Available: https://www.2cm.com.tw/2cm/zh-tw/tech/F27AA1FE62104269B31D2D9B97E4AB31. [Accessed 6 6 2019].
[10] C. Song, "Performance analysis of the IEEE 802.11p multichannel MAC protocol," Sensors, vol. 17, no. 12, 2017.
[11] [Online]. Available: https://www.auto-talks.com/technology/dsrc-vs-c-v2x-2/. [Accessed 25 6 2019].
[12] I. DOTCOM, "Note 1: Machine learning categories ," 9 Feb. 2018. [Online]. Available: http://www.fossreview.com/2018/02/note-1-machine-learning-categories.html. [Accessed 12 Jul. 2018].
[13] H. Ye and G. Y. Li, "Deep Reinforcement Learning for Resource Allocation in V2V Communications," in 2018 IEEE International Conference on Communications (ICC), Kansas City, MO, USA, 2018.
[14] L. A. Zadeh, "Processes, Outline of a New Approach to the Analysis of Complex Systems and Decision," IEEE Transactions on Systems, Man, and Cybernetics, Vols. SMC-3, no. 1, pp. 28 - 44, 1973.
[15] B. Li, M. S. Mirhashemi, X. Laurent and J. Gao, "Wireless Access for Vehicular Environments," 2010. [Online]. Available: http://www.mehrpouyan.info/Projects/Group%205.pdf. [Accessed 15 6 2019].
[16] K. Bilstrup, E. Uhlemann, E. G. Strom and U. Bilstrup, "Evaluation of the IEEE 802.11p MAC Method for Vehicle-to-Vehicle Communication," in 2008 IEEE 68th Vehicular Technology Conference, Calgary, BC, Canada, 2008.
[17] H. Seo, K.-D. Lee, S. Yasukawa, Y. Peng and P. Sartori, "LTE evolution for vehicle-to-everything services," IEEE Communications Magazine, vol. 54, no. 6, pp. 22 - 28, June 2016.
[18] G. Araniti, C. Campolo, M. Condoluci, A. Iera and A. Molinaro, "LTE for vehicular networking: a survey," IEEE Communications Magazine, vol. 51, no. 5, pp. 148 - 157, May 2013.
[19] S. S. Salihin, L. A. Nissirat, R. M. Noor and I. Ahmedy, "Handover Schemes for Vehicular Ad-Hoc Networks Over Long Term Evolution Advanced: A Survey," in 2018 International Conference on Computational Approach in Smart Systems Design and Applications (ICASSDA), Kuching, Malaysia, October 2018.
[20] S. Cao, X. Tao and Y. Hou, "Joint handover decision to relieve ping-pong effect in V2X communication," in 2015 International Conference on Connected Vehicles and Expo (ICCVE), Shenzhen, China, Oct. 2015.
[21] A. Gharsallah, N. Omheni, K. Ghanmi, F. Zarai and M. Neji, "A Seamless Mobility Mechanism for V2V Communications," in 2017 IEEE/ACS 14th International Conference on Computer Systems and Applications (AICCSA), Hammamet, Tunisia, March 2018.
[22] Xu, Yubin; Li, Limin; Soong, Boon-Hee; Li, Cheng, "Fuzzy Q-learning based vertical handoff control for vehicular heterogeneous wireless network," in 2014 IEEE International Conference on Communications (ICC), Sydney, NSW, Australia, 2014.
[23] H. Ye, L. Liang, G. Y. Li, J. Kim, L. Lu and M. Wu, "Machine Learning for Vehicular Networks: Recent Advances and Application Examples," IEEE Vehicular Technology Magazine, vol. 13, no. 2, pp. 94-101, 2018.

[24] C. Wu, T. Yoshinaga, X. Chen, L. Zhang and Y. Ji, "Cluster-Based Content Distribution Integrating LTE and IEEE 802.11p with Fuzzy Logic and Q-Learning," IEEE Computational Intelligence Magazine, vol. 13, no. 1, pp. 41 - 50, Feb 2018.
[25] G. Deng, F. Li and L. Wang, "Cooperative downloading in VANETs-LTE heterogeneous network based on Named Data," in 2016 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), San Francisco, CA, USA, 2016.
[26] D. Garg and D. Nagpal, "Vehicular Handover Approach Based On LTE In," International Journal for Research in Applied Science & Engineering Technology (IJRASET), vol. 4, no. 5, 2016.
[27] E. Skondras, A. Michalas, A. Sgora and D. D. Vergados, "A Vertical Handover management scheme for VANET Cloud Computing systems," in 2017 IEEE Symposium on Computers and Communications (ISCC), Heraklion, Greece, 2017.
[28] G. e. m. Zhioua, H. Labiod, N. Tabbane and S. Tabbane, "FQGwS: A gateway selection algorithm in a hybrid clustered VANET LTE-advanced network: Complexity and performances," in 2014 International Conference on Computing, Networking and Communications (ICNC), Honolulu, HI, USA, 2014.
[29] E. Ndashimye, N. I. Sarkar and S. K. Ray, "A mobility-aware network selection method for vehicle-to-infrastructure communication over LTE-A multi-tier networks," in 2017 International Conference on Information Networking (ICOIN), Da Nang, Vietnam, 2017.
[30] M. A. Togou, A. Hafid and P. K. Sahu, "A stable minimum velocity CDS-based virtual backbone for VANET in city environment," in 39th Annual IEEE Conference on Local Computer Networks, Edmonton, AB, Canada, Sept. 2014.

[31] [Online]. Available: https://medium.com/%E9%9B%9E%E9%9B%9E%E8%88%87%E5%85%94%E5%85%94%E7%9A%84%E5%B7%A5%E7%A8%8B%E4%B8%96%E7%95%8C/%E6%A9%9F%E5%99%A8%E5%AD%B8%E7%BF%92-ml-note-reinforcement-learning-%E5%BC%B7%E5%8C%96%E5%AD%B8%E7%BF%92-dqn-%E5%AF%A6%E4%BD%9Catari-game-7f9185f. [Accessed 24 6 2019].
[32] A. Bazzi, B. M. Masini, A. Zanella and I. Thibault, "On the Performance of IEEE 802.11p and LTE-V2V for the Cooperative Awareness of Connected Vehicles," IEEE Transactions on Vehicular Technology, vol. 66, no. 11, pp. 10419 - 10432, 2017.
指導教授 陳彥文(Yen-Wen Chen) 審核日期 2019-7-23
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明