跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.90) 您好!臺灣時間:2025/01/22 13:54
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:張仲霆
研究生(外文):Chung-Ting Chang
論文名稱:車聯網之應用:基於點集拓樸學比對及kNN最近鄰居法之車輛合作定位系統
論文名稱(外文):An Application of V2V Communication: Cooperative Vehicle Positioning System based on Topology Matching and k-Nearest Neighbor Algorithm
指導教授:連豊力
口試委員:簡忠漢李後燦
口試日期:2016-07-29
學位類別:碩士
校院名稱:國立臺灣大學
系所名稱:電機工程學研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2016
畢業學年度:104
語文別:英文
論文頁數:218
中文關鍵詞:汽車對汽車通訊先進輔助駕駛系統前方車輛防撞點集拓樸學比對最近鄰居法測距車輛合作定位立體攝影機
外文關鍵詞:V2Vadvanced driving assistance systemforward collision preventingtopology matchingkNN algorithmrange estimationcooperative vehicle positioningstereo camera
相關次數:
  • 被引用被引用:0
  • 點閱點閱:265
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近年來,隨著汽車對汽車通訊領域(汽車對汽車通訊即汽車之間能透過無線通訊裝置分享信息)及汽車對基礎設施通訊領域(汽車對基礎設施通訊即汽車與基礎設施之間能過無線通訊裝置分享信息)之研究日益完善,先進輔助駕駛系統將分為自給自足系統以及互助系統。自給自足系統經常受限於光的直進性,造成無法順利被遮蔽之車輛,而互助系統能透過周遭車輛所傳送的空間資訊來預測被遮蔽車輛之位置,進而避免汽車撞擊前方車輛。
本論文假設所有車輛都能透過測距儀與GPS感測器產生含有對周遭車輛之位置估測的局部道路地圖,並且能夠過無線通訊裝置廣播局部道路地圖給周遭車輛。當自走車接收到許多周遭車輛所發送的局部道路地圖時,自走車先透過點集拓樸學比對將接收的局部道路地圖與自走車所產生的局部道路地圖做匹配。接著透過基於最近鄰居法的自動分群演算法將這些屬於同一台車的不同量測結果作自動分群。最後,根據感測器的精確度,將分群後的量測點以適應性位置估測來計算該車輛的位置。
本論文提出車輛合作定位系統之模擬結果以及實驗結果。模擬結果呈現出所提出的車輛合作定位系統能偵測到的車輛數,在大部分的時間都比單靠一個測距儀偵測周遭的車輛還來的多,這也代表提出的系統能讓車輛對環境的認知有更寬廣的視野來加強道路安全。實驗以立體攝影機作為車輛上的測距儀,並在真實場景中量測周遭車輛的位置。在場景中,自走車的附近有三台車。首先,自走車僅用立體攝影機對周遭車輛作測距,實驗結果呈現出立體攝影機對於中間車輛的測距精準度比對於兩側車輛測距的精準度還要好。第二,自走車以所提出的車輛合作定位系統對附近的三台車輛做測距,自走車本身的位置由4個量測點來估測,其中一個量測點為自走車本身量測到的GPS位置,另外三個量測點分別為另外3台車透過各自的GPS位置再加上各自對於自走車所量測的相對距離位置而得到。實驗結果呈現出所提出的系統之平均測距精準度比僅用立體攝影機之平均測距精準度還更好。

As V2V (Vehicle to Vehicle) and V2I (Vehicle to Infrastructure) area are well researched in recent years where the V2V technology can allow vehicles share information with nearby vehicles and the V2I technology can allow vehicles share information with nearby infrastructures by wireless communication device. The advanced driving assistance system can be divided into self-sufficient systems and interactive systems. The interactive systems, as the name implies, interact with infrastructures and/or other vehicles where these systems receive spatial information from nearby vehicles to prevent from forward collision. While the self-sufficient systems are limited to line-of-sight detection, the interactive systems account for scenarios farther ahead by predicting the position of occluded vehicle.
In this thesis, each vehicle is assumed to generate a local map which is a set of position measurements of nearby vehicles by using onboard low-cost GPS and ranging sensor, and shares it with the nearby vehicles by broadcasting via wireless communication device. When the ego-vehicle receives multiple local maps from nearby vehicles, the received local maps are matched with the local map generated by ego-vehicle by topology matching. The position measurements belong to the same vehicle are clustered by automatic points clustering based on k-Nearest Neighbor algorithm. Those position measurements belong to the same vehicle are combined by adaptive position estimation which updates position estimation according to accuracy of the sensor currently.
In this thesis, both simulation results and experimental results by proposed cooperative vehicle positioning system are presented. The simulation results show that the number of detected vehicle by the proposed cooperative vehicle positioning system is more than by a single sensor alone in most of the time. It turns out that a vehicle can get an extended view of surroundings to improve driving safety. The stereo camera is used as a ranging sensor equipped on the vehicle to produce position measurements in a real scenario. In the scenario, there are 3 vehicles nearby the ego-vehicle. First, the ego-vehicle estimates the range to the other 3 vehicles by stereo camera only. The experimental result show that the stereo camera gets a higher range estimation accuracy to the middle vehicle than the side vehicle. Second, the ego-vehicle estimates the range to the other 3 vehicles by the proposed cooperative vehicle positioning system. The position of the ego-vehicle is estimated by 4 measurements where 1 measurement is measured by GPS sensor of the ego-vehicle and the other 3 measurements are measured by both GPS sensors and ranging sensors of the other 3 vehicles respectively. The experimental results show that the accuracy of range estimation by the proposed system is better than by the stereo camera only.

摘要 i
ABSTRACT iii
CONTENTS vi
LIST OF FIGURES viii
LIST OF TABLES xv
Chapter 1 Introduction 1
1.1 Motivation 1
1.2 Problem Description 3
1.3 Contributions of the Thesis 4
1.4 Organization of the Thesis 5
Chapter 2 Literature Survey 6
2.1 Advanced Driving Assistance Systems 6
2.2 Data Association and Data Fusion 8
Chapter 3 Background Knowledge 11
3.1 Hausdorff Distance 11
3.2 k-Nearest Neighbor Algorithm 14
3.3 Kalman Filter 15
3.4 3D Position Reconstruction 18
3.4.1 Camera Pin-hole Model 18
3.4.2 Triangulation 21
Chapter 4 Cooperative Vehicle Positioning System based on Topology Matching and k-Nearest Neighbor Algorithm 23
4.1 Assumptions for Research 23
4.2 Local Map Representation 25
4.3 System Architecture 26
4.4 Data Association based on Topology Matching and k-Nearest Neighbor Algorithm 28
4.4.1 Topology Matching 29
4.4.2 Automatic Points Clustering based on k-Nearest Neighbor Algorithm 38
4.4.3 Noise Removal 43
4.5 Adaptive Position Estimation 46
4.6 Motion-based Multiple Objects Tracking using Kalman Filter 51
Chapter 5 Simulation Results and Experimental Results 61
5.1 Simulation Settings 61
5.2 Simulation Results 67
5.2.1 Number of Detected Vehicles with Proposed Cooperative Vehicle Positioning System 69
5.2.2 Accuracy of Proposed Cooperative Vehicle Positioning System 70
5.2.3 Other Scenarios for Proposed Cooperative Vehicle Positioning System 73
5.3 Experiments Setup 88
5.3.1 Stereo Vision-System 88
5.3.2 Stereo Camera Calibration 90
5.3.3 Stereo Vision-based Range Estimation 96
5.3.4 GPS Location Simulation 113
5.4 Experimental Results 117
5.4.1 Data Association based on Topology Matching and k-Nearest Neighbor Algorithm 117
5.4.2 Adaptive Position Estimation 121
5.4.3 Accuracy of Proposed Cooperative Vehicle Positioning System 125
5.4.4 Summary for Experimental Results 137
Chapter 6 Conclusions and Future Work 139
6.1 Conclusions 139
6.2 Future Works 140
References 142
APPENDIX A 147

[1: Chavez-Garcia and Aycard 2016]
R. O. Chavez-Garcia and O. Aycard, "Multiple Sensor Fusion and Classification for Moving Object Detection and Tracking," IEEE Transactions on Intelligent Transportation Systems, Vol. 17, No. 2, pp. 525-534, Feb. 2016.
[2: Sivaraman and Trivedi 2013]
S. Sivaraman and M. M. Trivedi, "Integrated Lane and Vehicle Detection, Localization, and Tracking: A Synergistic Approach," IEEE Transactions on Intelligent Transportation Systems, Vol. 14, No. 2, pp. 906-917, June 2013.
[3: Kim and Cho 2012]
G. Kim and J. S. Cho, "Vision-based vehicle detection and inter-vehicle distance estimation," in Proceedings of IEEE International Conference on Control, Automation and Systems, JeJu Island, Korea, pp. 625-629, Oct. 2012.
[4: Rohani et al. 2016]
M. Rohani, D. Gingras and D. Gruyer, "A Novel Approach for Improved Vehicular Positioning Using Cooperative Map Matching and Dynamic Base Station DGPS Concept," IEEE Transactions on Intelligent Transportation Systems, Vol. 17, No. 1, pp. 230-239, Jan. 2016.
[5: Barrios et al. 2015]
C. Barrios, Y. Motai and D. Huston, "Trajectory Estimations Using Smartphones," IEEE Transactions on Industrial Electronics, Vol. 62, No. 12, pp. 7901-7910, Dec. 2015.
[5: Choi et al. 2014]
S. T. Choi, W. S. Hur and S. W. Seo, "Cooperative localization based on topology matching," in Proceedings of IEEE International Symposium on Wireless Vehicular Communications, Vancouver, BC, pp. 1-5, Sep. 2014.
[7: Rohani et al. 2013]
M. Rohani, D. Gingras, V. Vigneron and D. Gruyer, "A new decentralized Bayesian approach for cooperative vehicle localization based on fusion of GPS and inter-vehicle distance measurements," in Proceedings of IEEE International Conference on Connected Vehicles and Expo, Las Vegas, NV, pp. 473-479, Dec. 2013.
[8: Fujii et al. 2011]
S. Fujii, A. Fujita, T. Umedo and S. Kaneda, "Cooperative Vehicle Positioning via V2V Communications and Onboard Sensors," in Proceedings of IEEE Vehicular Technology Conference, San Francisco, CA, , pp. 1-5, Sep. 2011.
[9: Rockl at al. 2008]
M. Rockl, T. Strang and M. Kranz, "V2V Communications in Automotive Multi-Sensor Multi-Target Tracking," in Proceedings of IEEE Vehicular Technology Conference, Calgary, BC, pp. 1-5,Sep. 2008.
[10: Cheng et al. 2013]
X. Cheng, Q. Yao, C. X. Wang, B. Ai, G. L. Stuber, D. Yuan and B. L. Jiao, "An Improved Parameter Computation Method for a MIMO V2V Rayleigh Fading Channel Simulator Under Non-Isotropic Scattering Environments," IEEE Communications Letters, Vol. 17, No. 2, pp. 265-268, Feb. 2013.
[11: Morgan 2010]
Y. L. Morgan, "Managing DSRC and WAVE Standards Operations in a V2V Scenario," International Journal of Vehicular Technology, Vol. 2010, pp. 797405-1-797405-18, Feb. 2013.
[12: Papadimitratos et al. 2009]
P. Papadimitratos, A. D. La Fortelle, K. Evenssen, R. Brignolo and S. Cosenza, "Vehicular communication systems: Enabling technologies, applications, and future outlook on intelligent transportation," IEEE Communications Magazine, Vol. 47, No. 11, pp. 84-95, Nov. 2009.
[13: Álvarez and Lopez 2011]
J. M. Álvarez and A. M. Lopez, "Road Detection Based on Illuminant Invariance," IEEE Transactions on Intelligent Transportation Systems, Vol. 12, No. 1, pp. 184-193, March 2011.
[14: Hsu et al. 2014]
C. M. Hsu, F. H. Chao, F. L. Lian and J. H. Jean, "Monocular vision-based drivable region labeling using adaptive region growing," in Proceedings of SICE Annual Conference, Sapporo, Japan, pp. 2108-2112, Sep. 2014.
[15: Cui et al. 2014]
G. Cui, J. Wang and J. Li, "Robust multilane detection and tracking in urban scenarios based on LIDAR and mono-vision," IET Image Processing, Vol. 8, No. 5, pp. 269-279, May 2014.
[16: Benligiray et al. 2012]
B. Benligiray, C. Topal and C. Akinlar, "Video-Based Lane Detection Using a Fast Vanishing Point Estimation Method," in Proceedings of IEEE International Symposium on Multimedia, Irvine, CA, pp. 348-351, Dec. 2012.
[17: Aly 2008]
M. Aly, "Real time detection of lane markers in urban streets," in Proceedings of IEEE Intelligent Vehicles Symposium, Eindhoven, Netherlands, pp. 7-12, June 2008.
[18: Park et al. 2013]
M. W. Park, J. P. Park and S. K. Jung, "Real-time Vehicle Detection using Equi-Height Mosaicking Image," in Proceedings of Research in Adaptive and Convergent Systems, Montreal, Canada, pp. 171-176, Oct. 2013.
[19: Teoh and Bräunl 2012]
S. S. Teoh and T. Bräunl, "Symmetry-based monocular vehicle detection system," Machine Vision and Applications, Vol. 23, No. 5, pp. 831-842, Sep. 2012.
[20: Han et al. 2009]
S. Han, Y. Han and H. Hahn, "Vehicle detection method using Haar-Like feature on real time system", World Academy of Science, Engineering and Technology 59, pp.455-459, 2009.
[21: Song et al. 2008]
G. Y. Song, K. Y. Lee and J. W. Lee, "Vehicle detection by edge-based candidate generation and appearance-based classification," in proceedings of IEEE Intelligent Vehicles Symposium, Eindhoven, Netherlands, pp. 428-433, June 2008.
[22: Sun et al. 2006]
Z. Sun, G. Bebis and R. Miller, "Monocular precrash vehicle detection: features and classifiers," IEEE Transactions on Image Processing, Vol. 15, No. 7, pp. 2019-2034, July 2006.
[23: Castanedo 2013]
F. Castanedo, "A Review of Data Fusion Technique, "The Scientific World Journal, Vol. 2013, pp. 704504-1- 704504-19, Sep. 2013.
[24: Arya et al. 1998]
S. Arya, D. M. Mount, N. S. Netantahu, R. Siverman and A.Y. Wu, ”An Optimal Algorithm for Approximate Nearest Neighbor Searching in Fixed Dimensions,” Journal of the ACM, Vol. 45, No. 6, pp. 891–923, Nov. 1998.
[25: Lloyd 1982]
S. Lloyd, "Least squares quantization in PCM," IEEE Transactions on Information Theory, Vol. 28, No. 2, pp. 129-137, Mar 1982.
[26: Bar-Sharom and Tse 1975]
Y. Bar-Shalom and E. Tse, “Tracking in a cluttered environment with probabilistic data association,” Automatica, Vol. 11, No. 5, pp.451–460, Sep. 1975.
[27: Fortmann et al. 1980]
T. E. Fortmann, Y. Bar-Shalom and M. Scheffe, "Multi-target tracking using joint probabilistic data association," in Proceedings of IEEE Conference on Decision and Control including the Symposium on Adaptive Processes, Albuquerque, NM, pp. 807-812, Dec. 1980.
[28: Reid 1979]
D. Reid, "An algorithm for tracking multiple targets," IEEE Transactions on Automatic Control, Vol. 24, No. 6, pp. 843-854, Dec. 1979.
[29: Huttenlofher et al. 1993]
D. P. Huttenlocher, G. A. Klanderman and W. J. Rucklidge, "Comparing images using the Hausdorff distance," IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 15, No. 9, pp. 850-863, Sep. 1993.
[30: Faragher 2012]
R. Faragher, "Understanding the Basis of the Kalman Filter Via a Simple and Intuitive Derivation [Lecture Notes]," IEEE Signal Processing Magazine, Vol. 29, No. 5, pp. 128-132, Sep. 2012.
[31: Wing et al. 2005]
M. G. Wing, A. Eklund and L.D. Kellogg, “Consumer-Grade Global Positioning System (GPS) Accuracy and Reliability,” Journal of Forestry, Vol. 103, No. 4, pp. 169-173, June 2005.
[32: Challita et al. 2009]
G. Challita, S. Mousset, F. Nashashibi and A. Bensrhair, "Particle filters for accurate localization of communicant vehicles using GPS and vision systems," in Proceedings of IEEE International Conference on Computer Systems and Applications, Rabat, Morocco, pp. 238-242, May 2009.
[33: Sexton & Surman 1999]
I. Sexton and P. Surman, "Stereoscopic and autostereoscopic display systems," IEEE Signal Processing Magazine, Vol. 16, No. 3, pp. 85-99, May 1999.
Books
[34: Welch and Bishop 2001]
G. Welch and G. Bishop, “An Introduction to Kalman Filter,” Chapel Hill, NC, 2001.
[35: Laganière 2011]
R. Laganière, “OpenCV 2 Computer Vision Application Programming Cookbook,” 1st Ed., Editor: Neha Shetty, Packt Publishing Ltd., May 2011.
[36: Szeliski 2010]
R. Szeliski, “Computer Vision: Algorithms and Applications,” Springer, 2010.
Websites
[37: Motion-based multiple object tracking]
http://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html
[38: Specifications of Bumblebee2-03S2C]
https://www.ptgrey.com/bumblebee2-stereo-vison-03-mp-color-firewire-1394a-38mm-sony-icx424-camera
[39: Matlab stereo camera toolbox]
http://www.mathworks.com/help/vision/ug/stereo-camera-calibrator-app.html


QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top