跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

: 
twitterline
研究生:李政興
研究生(外文):Li, Cheng-Hsing
論文名稱:混合式交通之互動式模擬系統
論文名稱(外文):Interactive mixed traffic simulation in urban scenes
指導教授:黃世強林文杰林文杰引用關係
指導教授(外文):Wong, Sai-KeungLin, Wen-Chieh
學位類別:碩士
校院名稱:國立交通大學
系所名稱:多媒體工程研究所
學門:電算機學門
學類:軟體發展學類
論文種類:學術論文
論文出版年:2013
畢業學年度:102
語文別:英文
論文頁數:55
中文關鍵詞:混合式交通交通模擬跟車模型
外文關鍵詞:mixed traffictraffic simulationcar-following model
相關次數:
  • 被引用被引用:0
  • 點閱點閱:231
  • 評分評分:
  • 下載下載:22
  • 收藏至我的研究室書目清單書目收藏:0
在這篇論文中,我們所呈現的是一套微觀交通的三維動畫模擬系統。有別於
模擬汽車與機車分流的交通方式,該系統能真實地模擬出,複雜且可互動的情境
中,同時具有汽車與機車之混合式交通。主要模擬的情境包含:具有交通號誌之
十字路口、無交通號誌之圓環道路、以及經由使用者互動動態產生的意外路段。
基於這些目的,我們改良「非以車道為基礎之跟車模型」,並提出「非以車道
為基礎之側向移動模型」,取代了常見「以車道為基礎」的方法。我們所提出的這
些模型整合了模擬汽車與模擬機車兩類不同的方法,因此能夠模擬出汽車與機車
在同一道路行駛時,其移動方式與決策行為。同時,這些模型也解決了應用「以
車道為基礎」的模型模擬混合式交通時,所遭遇的一些問題。由於這些突破性的
改善,我們的系統能在展示具有小客車、公車、卡車、機車等不同類型車輛的混
合式交通時,達到較接近真實的視覺效果。
We present an microscopic traffic animation system for simulate mixed traffic with
four-wheeled cars and motorcycles in complex and interactive scenarios, including signalized
road intersections, non-signalized roundabouts, and dynamical accident scenarios
generated by user interaction. For this purpose, we introduce extended non-lane-based
car-following model and non-lane-based lateral movement model instead of the conventional
lane-based methods. Our non-lane-based models are able to simulate the movement
and the decision-making of both cars and motorcycles, while solving some problems of
mixed traffic simulation by lane-based methods. Therefore, we can demonstrate realistic
mixed traffic with passenger cars, buses, trucks, and motorcycles.
摘要i
Abstract ii
Acknowledgements iii
Table of Contents iv
List of Figures vi
List of Tables ix
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Contribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2 Related Work 6
2.1 Macroscopic traffic simulation . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 Microscopic traffic simulation . . . . . . . . . . . . . . . . . . . . . . . 7
2.3 Mixed traffic simulation . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3 Acceleration Model 11
3.1 Car-following model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.2 Effect of lateral separation . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.3 Deceleration for involved vehicles . . . . . . . . . . . . . . . . . . . . . 14
3.4 Lateral acceleration model . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.5 Motion updating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
4 Lateral Movement Model 18
4.1 Evaluation for necessity . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
4.2 Collection of observed regions . . . . . . . . . . . . . . . . . . . . . . . 22
4.3 Evaluation for feasibility . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.4 Determination of desired lateral position . . . . . . . . . . . . . . . . . . 27
5 Subsystem 29
5.1 Road network . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.2 Route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.3 Transit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
6 Results and Experiments 34
6.1 Scenario 1: highway . . . . . . . . . . . . . . . . . . . . . . . . . 35
6.2 Scenario 2: urban street . . . . . . . . . . . . . . . . . . . . . . . . . 37
6.3 Scenario 3: roundabout . . . . . . . . . . . . . . . . . . . . . . . 39
6.4 Experiment 1: comparison of acceeleration models . . . . . . . . . . . . 42
6.5 Experiment 2: factors of utility function . . . . . . . . . . . . . . . . . . 45
7 Conclusion 50
Bibliography 52
[AR00] A. Aw and M. Rascle. Resurrection of "second order" models of traffic flow.
SIAM Journal on Applied Mathematics, 60(3):916--938, 2000.
[BHN+95] Masako Bando, Katsuya Hasebe, Akihiro Nakayama, Akihiro Shibata, and
Yuki Sugiyama. Dynamical model of traffic congestion and numerical simulation.
Physical Review E, 51:1035--1042, 1995.
[CHM58] Robert E. Chandler, Robert Herman, and Elliott W. Montroll. Traffic dynamics:
Studies in car following. Operations Research, 6(2):165--184, 1958.
[CW04] Hung-Jung Cho and Yuh-Ting Wu. Modeling and simulation of motorcycle
traffic flow. In Systems, Man and Cybernetics, 2004 IEEE International
Conference on, volume 7, pages 6262--6267. IEEE, 2004.
[FV10] Martin Fellendorf and Peter Vortisch. Microscopic traffic flow simulator vissim.
In Fundamentals of Traffic Simulation, volume 145 of International Series
in Operations Research &; Management Science, pages 63--93. Springer
New York, 2010.
[GHR61] Denos C. Gazis, Robert Herman, and Richard W. Rothery. Nonlinear followthe-
leader models of traffic flow. Operations Research, 9(4):545--567, 1961.
[Gip86] P.G. Gipps. A model for the structure of lane-changing decisions. Transportation
Research Part B: Methodological, 20(5):403 -- 414, 1986.
[Hid02] Peter Hidas. Modelling lane changing and merging in microscopic traffic
simulation. Transportation Research Part C: Emerging Technologies, 10(5–
6):351 -- 371, 2002.
[HLW97] Abolhassan Halati, Henry Lieu, and Susan Walker. Corsim-corridor traffic
simulation model. In Traffic Congestion and Traffic Safety in the 21st Century:
Challenges, Innovations, and Opportunities, 1997.
[HO06] Serge P Hoogendoorn and Saskia Ossen. Empirical analysis of two-leader
car-following behavior. European journal of transport and infrastructure
research, 6(3):229--246, 2006.
[JWTL10] Sheng Jin, Dianhai Wang, Pengfei Tao, and Pingfan Li. Non-lane-based full
velocity difference car following model. Physica A: Statistical Mechanics
and its Applications, 389(21):4654 -- 4662, 2010.
[JWZ01] Rui Jiang, Qingsong Wu, and Zuojin Zhu. Full velocity difference model for
a car-following theory. Physical Review E, 64(1):017101, 2001.
[KTH07] Arne Kesting, Martin Treiber, and Dirk Helbing. General lane-changing
model mobil for car-following models. Transportation Research Record:
Journal of the Transportation Research Board, 1999(1):86--94, 2007.
[KTH10] Arne Kesting, Martin Treiber, and Dirk Helbing. Enhanced intelligent driver
model to access the impact of driving strategies on traffic capacity. Philosophical
Transactions of the Royal Society A: Mathematical, Physical and
Engineering Sciences, 368(1928):4585--4605, 2010.
[LC05] Lawrence W Lan and Chiung-Wen Chang. Inhomogeneous cellular automata
modeling for mixed traffic with cars and motorcycles. Journal of Advanced
Transportation, 39(3):323--349, 2005.
[LCLH10] Lawrence W. Lan, Yu-Chiun Chiou, Zih-Shin Lin, and Chih-Cheng Hsu. Cellular
automaton simulations for mixed traffic with erratic motorcycles’behaviours. Physica A: Statistical Mechanics and its Applications, 389(10):
2077 -- 2089, 2010.
[LPB09] Tzu-Chang Lee, John W Polak, and Michael GH Bell. New approach to modeling
mixed traffic containing motorcycles in urban areas. Transportation
Research Record: Journal of the Transportation Research Board, 2140(1):
195--205, 2009.
[LW55] M. J. Lighthill and G. B. Whitham. On kinematic waves. ii. a theory of traffic
flow on long crowded roads. Proceedings of the Royal Society of London.
Series A. Mathematical and Physical Sciences, 229(1178):317--345, 1955.
[MR09] Ch Mallikarjuna and K Ramachandra Rao. Cellular automata model for heterogeneous
traffic. Journal of Advanced Transportation, 43(3):321--345,
2009.
[NH11] Long Xuan NGUYEN and Shinya HANAOKA. An application of social
force approach for motorcycle dynamics. In Proceedings of the Eastern Asia
Society for Transportation Studies, volume 8, 2011.
[NS92] Kai Nagel and Michael Schreckenberg. A cellular automaton model for freeway
traffic. Journal de Physique I, 2(12):2221--2229, 1992.
[Pay71] Harold J Payne. Models of freeway traffic and control. Mathematical models
of public systems, 1971.
[Pip53] Louis A. Pipes. An operational analysis of traffic dynamics. Journal of
Applied Physics, 24(3):274--281, 1953.
[RO99] Keith A Redmill and Umit Ozguner. Vatsim: a vehicle and traffic simulator.
In Intelligent Transportation Systems, 1999. Proceedings. 1999 IEEE/IEEJ/
JSAI International Conference on, pages 656--661. IEEE, 1999.
[SGO89] K Strzepek, L Garcia, and T Over. Mitsim 2.1 river basin simulation model,
user manual. Center for Advanced Decision Support for Water and Environmental
Systems, University of Colorado, Boulder, 1989.
[SJ12] Jingjing Shen and Xiaogang Jin. Detailed traffic animation for urban road
networks. Graphical Models, 74(5):265 -- 282, 2012.
[SWL11] Jason Sewall, David Wilkie, and Ming C. Lin. Interactive hybrid simulation
of large-scale traffic. In Proceedings of the 2011 SIGGRAPH Asia Conference,
pages 135:1--135:12. ACM, 2011.
[SWML10] J. Sewall, D. Wilkie, P. Merrell, and M. C. Lin. Continuum traffic simulation.
Computer Graphics Forum, 29(2):439--448, 2010.
[TH02] Martin Treiber and Dirk Helbing. Microsimulations of freeway traffic including
control measures. arXiv preprint cond-mat/0210096, 2002.
[TKH06] Martin Treiber, Arne Kesting, and Dirk Helbing. Delays, inaccuracies and
anticipation in microscopic traffic models. Physica A: Statistical Mechanics
and its Applications, 360(1):71 -- 88, 2006.
[Whi74] GB Whitham. Linear and nonlinear waves. J. Wiley, New York, 1974.
[Zha02] H.M. Zhang. A non-equilibrium traffic model devoid of gas-like behavior.
Transportation Research Part B: Methodological, 36(3):275 -- 290, 2002.
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top