-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefsAutonomousVehicles.bib
More file actions
2844 lines (2518 loc) · 110 KB
/
refsAutonomousVehicles.bib
File metadata and controls
2844 lines (2518 loc) · 110 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{lee2022RLmobile,
title={Mobile robot navigation using deep reinforcement learning},
author={Lee, Min-Fan Ricky and Yusuf, Sharfiden Hassen},
journal={Processes},
volume={10},
number={12},
pages={2748},
year={2022},
publisher={MDPI}
}
@inproceedings{marchesini2020rlnav,
title={Discrete deep reinforcement learning for mapless navigation},
author={Marchesini, Enrico and Farinelli, Alessandro},
booktitle={2020 IEEE International Conference on Robotics and Automation (ICRA)},
pages={10688--10694},
year={2020},
organization={IEEE}
}
@article{dobrevski2021deep,
title={Deep reinforcement learning for map-less goal-driven robot navigation},
author={Dobrevski, Matej and Sko{\v{c}}aj, Danijel},
journal={International Journal of Advanced Robotic Systems},
volume={18},
number={1},
pages={1729881421992621},
year={2021},
publisher={SAGE Publications Sage UK: London, England}
}
@article{zhu2021rl,
title={Deep reinforcement learning based mobile robot navigation: A review},
author={Zhu, Kai and Zhang, Tao},
journal={Tsinghua Science and Technology},
volume={26},
number={5},
pages={674--691},
year={2021},
publisher={TUP}
}
@article{lavalle1998rapidly,
title={Rapidly-exploring random trees: A new tool for path planning},
author={LaValle, Steven M},
journal={Technical Report},
year={1998},
institution={Department of Computer Science, Iowa State University},
url={https://msl.cs.uiuc.edu/~lavalle/papers/Lav98c.pdf}
}
@article{Johnson2023SimulationFidelity,
author = {Johnson, C. and Graupe, E. and Kassel, M.},
title = {A Literature Review of Simulation Fidelity for Autonomous-Vehicle Research and Development},
journal = {SAE Int. J. Aerosp.},
volume = {16},
number = {3},
pages = {253--261},
year = {2023},
doi = {10.4271/01-16-03-0021},
url = {https://doi.org/10.4271/01-16-03-0021}
}
@article{Sukkarieh1999HighIntegrityIMU,
author = {Sukkarieh, S. and Nebot, E.M. and Durrant-Whyte, H.F.},
journal = {IEEE Transactions on Robotics and Automation},
title = {A high integrity IMU/GPS navigation loop for autonomous land vehicle applications},
year = {1999},
volume = {15},
number = {3},
pages = {572-578},
keywords = {Global Positioning System;Navigation;Land vehicles;Fault detection;Measurement units;Remotely operated vehicles;Frequency;Agriculture;Freight handling;Control systems},
doi = {10.1109/70.768189}
}
@article{Ding2020LongitudinalVS,
title = {Longitudinal Vehicle Speed Estimation for Four-Wheel-Independently-Actuated Electric Vehicles Based on Multi-Sensor Fusion},
author = {Xiaolin Ding and Zhenpo Wang and Lei Zhang and Cong Wang},
journal = {IEEE Transactions on Vehicular Technology},
year = {2020},
volume = {69},
pages = {12797-12806},
url = {https://api.semanticscholar.org/CorpusID:226663718}
}
@article{zhang2023zero,
title = {Zero-Shot Policy Transferability for the Control of a Scale Autonomous Vehicle},
author = {Zhang, Harry and Caldararu, Stefan and Ashokkumar, Sriram and Mahajan, Ishaan and Young, Aaron and Ruiz, Alexis and Unjhawala, Huzaifa and Bakke, Luning and Negrut, Dan},
journal = {arXiv preprint arXiv:2309.09870},
year = {2023}
}
@article{2016LiuMPCObstacleAvoidance,
author = {Jiechao Liu, Paramsothy Jayakumar, Jeffrey L. Stein and Tulga Ersal},
title = {A study on model fidelity for model predictive control-based obstacle avoidance in high-speed autonomous ground vehicles},
journal = {Vehicle System Dynamics},
volume = {54},
number = {11},
pages = {1629-1650},
year = {2016},
publisher = {Taylor & Francis},
doi = {10.1080/00423114.2016.1223863},
url = {https://doi.org/10.1080/00423114.2016.1223863},
eprint = {https://doi.org/10.1080/00423114.2016.1223863}
}
@article{2009ParkMPCAV,
author = {Park, J. and others},
title = {Obstacle avoidance of autonomous vehicles based on model predictive control},
journal = {Proceedings of the Institution of Mechanical Engineers},
volume = {223},
pages = {1499--1516},
year = {2009},
url = {https://ezproxy.library.wisc.edu/login?url=https://www.proquest.com/scholarly-journals/obstacle-avoidance-autonomous-vehicles-based-on/docview/220699476/se-2}
}
@article{zeus-SAEautodrive2021zeus,
title = {Zeus: A system description of the two-time winner of the collegiate SAE autodrive competition},
author = {Burnett, Keenan and Qian, Jingxing and Du, Xintong and Liu, Linqiao and Yoon, David J and Shen, Tianchang and Sun, Susan and Samavi, Sepehr and Sorocky, Michael J and Bianchi, Mollie and others},
journal = {Journal of Field Robotics},
volume = {38},
number = {1},
pages = {139--166},
year = {2021},
publisher = {Wiley Online Library}
}
@article{mercedesSim,
title = {The Role of Simulation in Development and Testing of Autonomous Vehicles},
author = {Gaber, Hossam A. and others},
journal = {ResearchGate},
year = {2020},
url = {https://www.researchgate.net/publication/330486072_The_Role_of_Simulation_in_Development_and_Testing_of_Autonomous_Vehicles}
}
@inproceedings{simFrameworkGazebo,
author = {AbdelHamed, Ahmed and Tewolde, Girma and Kwon, Jaerock},
booktitle = {2020 IEEE International IOT, Electronics and Mechatronics Conference (IEMTRONICS)},
title = {Simulation Framework for Development and Testing of Autonomous Vehicles},
year = {2020},
volume = {},
number = {},
pages = {1-6},
doi = {10.1109/IEMTRONICS51293.2020.9216334}
}
@article{stanleyDarpaGrandChallenge,
title = {Stanley: The robot that won the {DARPA} {G}rand {C}hallenge},
author = {Sebastian Thrun and Mike Montemerlo and Hendrik Dahlkamp and David Stavens and Andrei Aron and James Diebel and others},
journal = {Journal of Field Robotics},
volume = {23},
pages = {661--692},
year = {2006},
publisher = {Wiley Online Library}
}
@article{stanfordDarpaUrbanChallenge,
title = {Junior: The Stanford Entry in the Urban Challenge},
author = {M. Montemerlo and J. Becker and S. Bhat and H. Dahlkamp and D. Dolgov and S. Et- tinger and D. Haehnel and T. Hilden and G. Hoffmann and B. Huhnke et al.},
journal = {Journal of Field Robotics},
volume = {25},
number = {9},
pages = {569--597},
year = {2008},
publisher = {Wiley Online Library}
}
@article{berthaMercedes,
title = {Making Bertha Drive—An Autonomous Journey on a Historic Route},
author = {Ziegler, Julius and Bender, Philipp and Schreiber, Markus and Lategahn, Henning and Strauss, Tobias and Stiller, Christoph and Dang, Thao and Franke, Uwe and Appenrodt, Nils and Keller, Christoph G. and Kaus, Eberhard and Herrtwich, Ralf G. and Rabe, Clemens and Pfeiffer, David and Lindner, Frank and Stein, Fridtjof and Erbs, Friedrich and Enzweiler, Markus and Knöppel, Carsten and Hipp, Jochen and Haueis, Martin and Trepte, Maximilian and Brenk, Carsten and Tamke, Andreas and Ghanaat, Mohammad and Braun, Markus and Joos, Armin and Fritz, Hans and Mock, Horst and Hein, Martin and Zeeb, Eberhard},
journal = {IEEE Intelligent Transportation Systems Magazine},
volume = {6},
number = {2},
pages = {8-20},
year = {2014},
publisher = {IEEE}
}
@inproceedings{dbscanAlgo,
title = {A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise},
author = {Martin Ester and Hans-Peter Kriegel and Jörg Sander and Xiaowei Xu},
booktitle = {Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining (KDD-96)},
year = {1996},
pages = {226-231},
url = {http://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf}
}
@article{kuhnHungarianAlgo,
author = {Harold W. Kuhn},
title = {The Hungarian Method for the Assignment Problem},
journal = {Naval Research Logistics Quarterly},
volume = {2},
number = {1-2},
pages = {83-97},
year = {1955},
doi = {10.1002/nav.3800020109}
}
@article{AstarAlgo,
title = {A Formal Basis for the Heuristic Determination of Minimum Cost Paths},
author = {Hart, P. E. and Nilsson, N. J. and Raphael, B.},
journal = {IEEE Transactions on Systems Science and Cybernetics},
volume = {4},
number = {2},
pages = {100--107},
year = {1968},
doi = {10.1109/TSSC.1968.300136}
}
@article{LiDARvsCamera,
title = {Research on Comparison of LiDAR and Camera in Autonomous Driving},
author = {Peide Wang},
journal = {Journal of Physics: Conference Series},
volume = {2093},
number = {1},
pages = {012032},
year = {2022},
publisher = {IOP Publishing},
doi = {10.1088/1742-6596/2093/1/012032},
url = {https://iopscience.iop.org/article/10.1088/1742-6596/2093/1/012032}
}
@article{ransacAlgo,
author = {Martin A. Fischler and Robert C. Bolles},
title = {Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography},
journal = {Communications of the ACM},
volume = {24},
number = {6},
pages = {381-395},
year = {1981},
doi = {10.1145/358669.358692}
}
@article{dijkstraAlgo,
title = {A note on two problems in connexion with graphs},
author = {Dijkstra, E. W.},
journal = {Numerische Mathematik},
volume = {1},
number = {1},
pages = {269--271},
year = {1959},
publisher = {Springer}
}
@misc{SAEautodrive,
title = { \relax {SAE AutoDrive Challenge II}},
howpublished = {\url{https://www.sae.org/attend/student-events/autodrive-challenge-series2}},
note = {Accessed : 2023-10-21}
}
@misc{WisconsinAutonomous,
title = { \relax {Wisconsin Autonomous}},
howpublished = {\url{https://wa.wisc.edu/}},
note = {Accessed : 2023-10-21}
}
@misc{cvxpy,
title = { \relax {CVXPY: Convex Optimization Library}},
howpublished = {\url{https://www.cvxpy.org/}},
note = {Accessed : 2023-10-21}
}
@misc{osqp,
title = { \relax {OSQP (Operator Splitting Quadratic Program): Open-source numerical optimization solver}},
howpublished = {\url{https://www.cvxpy.org/}},
note = {Accessed : 2023-10-21}
}
@misc{atkPypi,
title = { \relax {PyPi: Autonomy-Toolkit}},
howpublished = {\url{https://pypi.org/project/autonomy-toolkit/}},
note = {Accessed : 2023-10-21}
}
@misc{mcityAnnArbor,
title = { \relax {M-City}},
howpublished = {\url{https://mcity.umich.edu/}},
note = {Accessed : 2023-10-21}
}
@misc{roadRunnerMathworks,
title = { \relax {Mathworks RoadRunner}},
howpublished = {\url{https://www.mathworks.com/products/roadrunner.html}},
note = {Accessed : 2023-10-21}
}
@misc{messageFiltersROS2,
title = { \relax {Message Filters}},
howpublished = {\url{http://wiki.ros.org/message_filters/ApproximateTime}},
note = {Accessed : 2023-10-21}
}
@misc{saeAutomationLevels,
title = { \relax {SAE Levels of Driving Automation}},
howpublished = {\url{https://www.sae.org/blog/sae-j3016-update}},
note = {Accessed : 2023-10-22}
}
@inproceedings{2013LiuModelFidelityInMPC,
author = {Liu, Jiechao and Jayakumar, Paramsothy and Overholt, James L. and Stein, Jeffrey L. and Ersal, Tulga},
title = {{The Role of Model Fidelity in Model Predictive Control Based Hazard Avoidance in Unmanned Ground Vehicles Using LIDAR Sensors}},
volume = {Volume 3},
series = {Dynamic Systems and Control Conference},
year = {2013},
month = {10},
doi = {10.1115/DSCC2013-4021},
url = {https://doi.org/10.1115/DSCC2013-4021},
note = {V003T46A005},
eprint = {https://asmedigitalcollection.asme.org/DSCC/proceedings-pdf/DSCC2013/56147/V003T46A005/4444530/v003t46a005-dscc2013-4021.pdf}
}
@inproceedings{2008FalconeLowCM,
title = {{Low Complexity MPC Schemes for Integrated Vehicle Dynamics Control Problems}},
author = {Paolo Falcone and Francesco Borrelli and H. Eric Tseng and Jahan Asgari and Davor Hrovat},
year = {2008}
}
@phdthesis{2014GaoMPCAV,
author = {Gao, Y.},
title = {Model Predictive Control for Autonomous and Semiautonomous Vehicles},
school = {UC Berkeley},
year = {2014},
url = {https://escholarship.org/uc/item/8xd0b56h},
note = {ProQuest ID: Gao\_berkeley\_0028E\_14270. Merritt ID: ark:/13030/m5mw5mns}
}
@article{2019AlcalaMPCAV,
title = {LPV-MPC Control for Autonomous Vehicles},
journal = {IFAC-PapersOnLine},
volume = {52},
number = {28},
pages = {106-113},
year = {2019},
note = {3rd IFAC Workshop on Linear Parameter Varying Systems LPVS 2019},
issn = {2405-8963},
doi = {https://doi.org/10.1016/j.ifacol.2019.12.356},
url = {https://www.sciencedirect.com/science/article/pii/S2405896319322566},
author = {Eugenio Alcalá and Vicenç Puig and Joseba Quevedo},
keywords = {Linear Parameter Varying Systems, Applications, MPC, Autonomous vehicles, Self driving cars}
}
@article{2015JinEstimation,
author = {XianJian Jin and Guodong Yin},
title = {Estimation of lateral tire–road forces and sideslip angle for electric vehicles using interacting multiple model filter approach},
journal = {Journal of the Franklin Institute},
volume = {352},
number = {2},
pages = {686-707},
year = {2015},
note = {Special Issue on Control and Estimation of Electrified vehicles},
issn = {0016-0032},
doi = {https://doi.org/10.1016/j.jfranklin.2014.05.008},
url = {https://www.sciencedirect.com/science/article/pii/S0016003214001641}
}
@inproceedings{2016JinEstimation,
author = {Jin, Xianjian and Yin, Guodong and Hanif, Athar},
booktitle = {2016 35th Chinese Control Conference (CCC)},
title = {Cubature kalman filter-based state estimation for distributed drive electric vehicles},
year = {2016},
pages = {9038-9042},
doi = {10.1109/ChiCC.2016.7554798}
}
@article{2010KimEstimation,
author = {Kim, J.},
title = {Effect of vehicle model on the estimation of lateral vehicle dynamics},
journal = {International Journal of Automotive Technology},
volume = {11},
number = {3},
pages = {331--337},
year = {2010},
month = {06},
day = {01},
issn = {1976-3832},
url = {https://doi.org/10.1007/s12239-010-0041-1},
doi = {10.1007/s12239-010-0041-1},
keywords = {vehicle dynamics, extended Kalman filter, estimation, tire model}
}
@article{2010ChoEstimation,
author = {Cho, Wanki and Yoon, Jangyeol and Yim, Seongjin and Koo, Bongyeong and Yi, Kyongsu},
journal = {IEEE Transactions on Vehicular Technology},
title = {Estimation of Tire Forces for Application to Vehicle Stability Control},
year = {2010},
volume = {59},
number = {2},
pages = {638-649},
doi = {10.1109/TVT.2009.2034268}
}
@article{2014GadolaEstimation,
author = {M. Gadola and D. Chindamo and M. Romano and F. Padula},
title = {Development and validation of a Kalman filter-based model for vehicle slip angle estimation},
journal = {Vehicle System Dynamics},
volume = {52},
number = {1},
pages = {68-84},
year = {2014},
publisher = {Taylor \& Francis},
doi = {10.1080/00423114.2013.859281},
url = {https://doi.org/10.1080/00423114.2013.859281},
eprint = {https://doi.org/10.1080/00423114.2013.859281}
}
@article{2004RyuEstimation,
author = {Ryu, Jihan and Gerdes, J. Christian },
title = {{Integrating Inertial Sensors With Global Positioning System (GPS) for Vehicle Dynamics Control }},
journal = {Journal of Dynamic Systems, Measurement, and Control},
volume = {126},
number = {2},
pages = {243-254},
year = {2004},
month = {08},
issn = {0022-0434},
doi = {10.1115/1.1766026},
url = {https://doi.org/10.1115/1.1766026},
eprint = {https://asmedigitalcollection.asme.org/dynamicsystems/article-pdf/126/2/243/5779941/243\_1.pdf}
}
@article{2013NamEstimation,
author = {Nam, Kanghyun and Oh, Sehoon and Fujimoto, Hiroshi and Hori, Yoichi},
journal = {IEEE Transactions on Industrial Electronics},
title = {Estimation of Sideslip and Roll Angles of Electric Vehicles Using Lateral Tire Force Sensors Through RLS and Kalman Filter Approaches},
year = {2013},
volume = {60},
number = {3},
pages = {988-1000},
doi = {10.1109/TIE.2012.2188874}
}
@inproceedings{2006PepyVehModInPathPlanning,
author = {Pepy, R. and Lambert, A. and Mounier, H.},
booktitle = {2006 2nd International Conference on Information \& Communication Technologies},
title = {Path Planning using a Dynamic Vehicle Model},
year = {2006},
volume = {1},
pages = {781-786},
doi = {10.1109/ICTTA.2006.1684472}
}
@inproceedings{2015KongVehModInControl,
author = {Kong, Jason and Pfeiffer, Mark and Schildbach, Georg and Borrelli, Francesco},
booktitle = {2015 IEEE Intelligent Vehicles Symposium (IV)},
title = {Kinematic and dynamic vehicle models for autonomous driving control design},
year = {2015},
pages = {1094-1099},
doi = {10.1109/IVS.2015.7225830}
}
@article{2019JinStateEstimationSurvey,
author = {Jin, Xin and Yin, Guisheng and Chen, Nengsheng},
title = {Advanced Estimation Techniques for Vehicle System Dynamic State: A Survey},
journal = {Sensors},
volume = {19},
number = {19},
pages = {4289},
year = {2019},
month = {Oct},
day = {3},
doi = {10.3390/s19194289},
pmid = {31623345},
pmcid = {PMC6806602}
}
@article{Schwarz2022TheRO,
title = {The Role of Digital Twins in Connected and Automated Vehicles},
author = {Chris Schwarz and Ziran Wang},
journal = {IEEE Intelligent Transportation Systems Magazine},
year = {2022},
volume = {14},
pages = {41-51}
}
@article{Agostinho2022APS,
title = {A Practical Survey on Visual Odometry for Autonomous Driving in Challenging Scenarios and Conditions},
author = {Lucas Rebelo Agostinho and Nuno M. Ricardo and Maria In{\^e}s Pereira and Antoine Hiolle and Andry Maykol Pinto},
journal = {IEEE Access},
year = {2022},
volume = {10},
pages = {72182-72205}
}
%%================================== In the media =======================================
@misc{saeAVSafetyTesting2018,
author = {\relax {Lindsay Brooke}},
title = {{SAE kicks off process to establish performance standards for autonomous vehicle testing}},
howpublished = {\url{https://www.sae.org/news/2018/08/sae-kicks-off-av-testing-performance-standards-process}},
note = {Accessed: 2018-09-29}
}
@inproceedings{carlaAVsim2017,
title = { {CARLA}: {An} Open Urban Driving Simulator},
author = {Alexey Dosovitskiy and German Ros and Felipe Codevilla and Antonio Lopez and Vladlen Koltun},
booktitle = {Proceedings of the 1st Annual Conference on Robot Learning},
pages = {1--16},
year = {2017}
}
@misc{svl2022,
author = {{LG Electronics America R\&D}},
title = {{SVL Autonomous Vehicle Simulator}},
howpublished = {\url{https://www.svlsimulator.com/}},
note = {Accessed: 2022-02-16}
}
@misc{nytArticleMcity2016,
author = {\relax {The New York Times}},
title = {{For Driverless Cars, Citylike Test Sites Offer the Unpredictable}},
howpublished = {\url{http://www.nytimes.com/2016/06/06/business/for-driverless-cars-citylike-test-sites-offer-the-unpredictable.html?_r=0}},
note = {Accessed: 2016-09-09}
}
@misc{nytAVkillsWoman2018,
author = {\relax {The New York Times}},
title = {{Self-Driving Uber Car Kills Pedestrian in Arizona, Where Robots Roam}},
howpublished = {\url{https://www.nytimes.com/2018/03/19/technology/uber-driverless-fatality.html}},
note = {Accessed: 2018-04-07}
}
@misc{carmaNHTSA2021,
title = {CARMA Program Overview},
howpublished = {online},
journal = {\url{https://highways.dot.gov/research/operations/CARMA}}
}
@article{reviewPerception2019,
title = {A systematic review of perception system and simulators for autonomous vehicles research},
author = {Rosique, Francisca and Navarro, Pedro J and Fern{\'a}ndez, Carlos and Padilla, Antonio},
journal = {Sensors},
volume = {19},
number = {3},
pages = {648},
year = {2019},
publisher = {Multidisciplinary Digital Publishing Institute}
}
@article{surveyAVsimulationBerger2019,
title = {Test your self-driving algorithm: An overview of publicly available driving datasets and virtual testing environments},
author = {Kang, Yue and Yin, Hang and Berger, Christian},
journal = {IEEE Transactions on Intelligent Vehicles},
volume = {4},
number = {2},
pages = {171--185},
year = {2019},
publisher = {IEEE}
}
@misc{6SelfDrivingCrashes2018,
author = {\relax {Digital Trends}},
title = {{6 self-driving car crashes that tapped the brakes on the autonomous revolution}},
howpublished = {\url{https://www.digitaltrends.com/cool-tech/most-significant-self-driving-car-crashes/}},
note = {Accessed: 2018-09-29}
}
@misc{waymoCrash2018,
author = {\relax {Wired}},
title = {{Waymo's Self-Driving Car Crash in Arizona Revives Tough Questions}},
howpublished = {\url{https://www.wired.com/story/waymo-crash-self-driving-google-arizona/}},
note = {Accessed: 2018-09-29}
}
@misc{roboticsMarket2018,
author = {\relax {Allied Market Research}},
title = {{Robotics Technology Market by Type}},
howpublished = {\url{https://www.alliedmarketresearch.com/robotics-technology-market}},
note = {Accessed: 2018-02-09}
}
@misc{MS-workshop2018,
author = {\relax {Workshop Website}},
title = {{Towards Modeling \& Simulation-Enabled Design of Intelligent Robots}},
howpublished = {\url{http://simulationinrobotics.science/ms-roboticsMeeting2018.pdf}},
note = {Accessed: 2018-02-09}
}
@techreport{jayakumarAutonomous2011,
title = {Development of high fidelity mobility simulation of an autonomous vehicle in an off-road scenario using integrated sensor, controller, and multi-body dynamics},
author = {Jayakumar, Paramsothy and Smith, William and Ross, Brant A and Jategaonkar, Rohit and Konarzewski, Krystian},
year = {2011},
institution = {Army Tank Automotive Research Development and Engineering Ceter, Warren-MI}
}
@misc{nytArticleTeslaCrash2016,
author = {\relax {The New York Times}},
title = {{As U.S. Investigates Fatal Tesla Crash, Company Defends Autopilot System}},
howpublished = {\url{http://www.nytimes.com/2016/07/13/business/tesla-autopilot-fatal-crash-investigation.html}},
note = {Accessed: 2016-09-09}
}
@misc{USAtodayUdacity,
author = {\relax {USA Today}},
title = {{You now can get a degree in ... self-driving cars}},
howpublished = {\url{http://www.usatoday.com/story/tech/news/2016/09/13/your-ride-self-driving-car-tech-job-just-pulled-up/90275356/}},
note = {Accessed: 2016-09-14}
}
@misc{washingtonPostUberInPittsburgh2016,
author = {\relax {The Washington Post}},
title = {{For some safety experts, Uber's self-driving taxi test isn't something to hail}},
howpublished = {\url{https://www.washingtonpost.com/business/economy/for-some-safety-experts-ubers-self-driving-taxi-test-isnt-something-to-hail/2016/09/11/375f980a-769a-11e6-be4f-3f42f2e5a49e_story.html}},
note = {Accessed: 2016-09-14}
}
@misc{phantomTrafficJamJapan2006,
author = {{University of Nagoya}},
title = {{Phantom Traffic Jam, Japan, 2007}},
howpublished = {\url{https://www.youtube.com/watch?v=Suugn-p5C1M}},
note = {Accessed: 2016-06-01}
}
@misc{hoursSpentInTraffic2015,
author = {Mclean, R.},
title = {{CNN Money: Americans were stuck in traffic for 8 billion hours in 2015}},
howpublished = {\url{http://money.cnn.com/2016/03/15/news/us-commutes-traffic-cars/}},
note = {Accessed: 2016-06-01}
}
@misc{gasolineConsumed2015,
author = {US Department of Energy},
title = {{How much gasoline does the United States consume?}},
howpublished = {\url{https://www.eia.gov/tools/faqs/faq.cfm?id=23&t=10}},
note = {Accessed: 2016-06-01}
}
@misc{co2Produced2015,
author = {\relax{United States Environmental Protection Agency}},
title = {{Sources of Greenhouse Gas Emissions}},
howpublished = {\url{https://www3.epa.gov/climatechange/ghgemissions/sources/transportation.html}},
note = {Accessed: 2016-06-01}
}
@misc{software-prescan,
author = {\relax{Siemens -- TASS}},
title = {{PreScan: Simulation of ADAS and active safety}},
howpublished = {\url{https://www.plm.automation.siemens.com/global/en/products/simcenter/prescan.html}},
note = {Accessed: 2022-10-26},
year = {2022}
}
@misc{carMaker,
author = {\relax{IPG Automotive}},
title = {{CarMaker: Virtual testing of automobiles and light-duty vehicles}},
howpublished = {\url{https://ipg-automotive.com/products-services/simulation-software/carmaker/}},
note = {Accessed: 2018-01-01},
year = {2018}
}
%%================================== In the media =======================================
@inproceedings{jayGVSETS2019,
title = {Are {M\&S} Tools Ready for Assessing Off-road Mobility of Autonomous Vehicles?},
author = {Cole, Michael and Lucas, Cesar and Kulkarni, Kumar B and Carruth, Daniel and Hudson, Christopher and Jayakumar, Paramsothy},
booktitle = {Ground Vehicle Systems Engineering and Technology Symposium},
pages = {13--15},
year = {2019}
}
@techreport{jayAbhiMarco2015,
title = {Advanced mobility testbed for dynamic semi-autonomous unmanned ground vehicles},
author = {Jayakumar, Paramsothy and Jain, Abhinandan and Poplawski, James and Quadrelli, Marco and Cameron, Jonathan and Raymond, Joseph},
year = {2015},
institution = {Army Tank Automotive Research Development and Engineering Ceter, Warren-MI}
}
@article{jayGorsich2018,
title = {Evaluating mobility vs. latency in unmanned ground vehicles},
author = {Gorsich, David J and Jayakumar, Paramsothy and Cole, Michael P and Crean, Cory M and Jain, Abhinandan and Ersal, Tulga},
journal = {Journal of Terramechanics},
volume = {80},
pages = {11--19},
year = {2018},
publisher = {Elsevier}
}
@misc{floatingPointFX,
author = {\relax {Floating Point Software}},
title = {{Main Website}},
howpublished = {\url{http://www.floatingpointfx.com/}},
note = {Accessed: 2016-09-09}
}
@inproceedings{mavsCarruth2018,
author = {D. W. {Carruth}},
booktitle = {World Symposium on Digital Intelligence for Systems and Machines (DISA)},
title = {Simulation for Training and Testing Intelligent Systems},
year = {2018},
volume = {},
number = {},
pages = {101-106}
}
@misc{simsPaperGVSETS2020,
author = {\relax{Project Chrono}},
title = {{GVSETS paper simulations}},
howpublished = {\url{https://uwmadison.box.com/s/glbpqxpomgyiomt2ydctpe35avrh44vd}},
year = {2020}
}
@misc{offroadPaper2020,
author = {\relax{Project Chrono}},
title = {{Off-road AV simulations}},
howpublished = {\url{https://uwmadison.box.com/s/glbpqxpomgyiomt2ydctpe35avrh44vd}},
year = {2020}
}
@inproceedings{negrutGVSETS2020,
title = {Enabling {A}rtificial {I}ntelligence Studies in Off-Road Mobility Through Physics-Based Simulation of Multi-Agent Scenarios},
author = {Negrut, Dan and Serban, Radu and Elmquist, Asher and Taves, Jay and Young, Aaron and Tasora, Alessandro and Benatti, Simone},
booktitle = {NDIA Ground Vehicle Systems Engineering and Technology Symposium},
year = {2020}
}
@inproceedings{art-atkECCOMAS2023,
title = {An Overview of a Framework for Designing Robot Autonomy Stacks in Simulation},
author = {Hansen, Thomas and Chatterjee, Shouvik and Ashokkumar, Sriram and Mahajan, Ishaan and Zhang, Harry and Caldararu, Stefan and Dashora, Abhiraj and Young, Aaron and Shen, He and Fang, Luning and Negrut, Dan},
booktitle = {ECCOMAS Multibody Dyanmics Conference},
year = {2023}
}
@article{aaronAImultiAAsJCND2021,
title = {Enabling Artificial Intelligence Studies in Off-Road Mobility Through Physics-Based Simulation of Multi-Agent Scenarios},
author = {Young, Aaron and Taves, Jay and Elmquist, Asher and Benatti, Simone and Tasora, Alessandro and Serban, Radu and Negrut, Dan},
journal = {ASME Journal of Computational and Nonlinear Dynamics},
volume = {17},
number = {5},
pages = {051001},
year = {2022},
doi = {10.1115/1.4053321},
url = {https://doi.org/10.1115/1.4053321}
}
@article{end2endMUBO2022,
title = {End-to-end learning for off-road terrain navigation using the Chrono open-source simulation platform},
author = {Benatti, Simone and Young, Aaron and Elmquist, Asher and Taves, Jay and Tasora, Alessandro and Serban, Radu and Negrut, Dan},
journal = {Multibody System Dynamics},
volume = {\text{ }},
number = {https://doi.org/10.1007/s11044-022-09816-1},
pages = {},
year = {2022},
doi = {10.1007/s11044-022-09816-1},
url = {https://doi.org/10.1007/s11044-022-09816-1}
}
@misc{synchronoPosterSupercomputing2020,
author = {Taves, Jay and Benatti, Simone and Young, Aaron and Elmquist, Asher and Serban, Radu and Tasora, Alessandro and Negrut, Dan},
title = {SynChrono: An MPI-Based, Scalable Physics-Based Simulation Framework for Autonomous Vehicles Operating in Off-Road Conditions},
howpublished = {Supercomputing 2020, Atlanta, Georgia},
year = {2020}
}
@conference{saeNADS-Chrono2022,
title = {{2022-01-0839}: A Geographically Distributed Simulation Framework for the Analysis of Mixed Traffic Scenarios Involving Conventional and Autonomous Vehicles},
author = {Benatti, S. and Schwarz, C. and Young, A. and Elmquist, A. and Serban, R. and Negrut, D.},
booktitle = {Proceedings of SAE International Congress},
year = {2022},
organization = {Society of Automotive Engineers}
}
@misc{chronoPosterSupercomputing2021,
author = {Zhang, Ruochun and Hu, Wei and Benatti, Simone and Fang, Luning and Zhou, Jason and Yang, Lijing and Elmquist, Asher and Taves, Jay and Young, Aaron and Vanden-Heuvel, Colin and Serban, Radu and Negrut, Dan},
title = {Open-Source High-Performance Computing for Applications in Engineering: DEM, SPH and Multi-Agent Vehicle Simulations with Project Chrono},
howpublished = {Supercomputing 2021, St. Louis, MO},
year = {2021}
}
@misc{openStreetMap,
author = {\relax OpenStreetMap Foundation},
title = {{A free editable map of the world}},
howpublished = {\url{https://www.openstreetmap.org}},
note = {Accessed: 2016-09-09}
}
@article{machineLearningPCP2017,
title = {Explaining How a Deep Neural Network Trained with End-to-End Learning Steers a Car},
author = {Bojarski, Mariusz and Yeres, Philip and Choromanska, Anna and Choromanski, Krzysztof and Firner, Bernhard and Jackel, Lawrence and Muller, Urs},
journal = {arXiv preprint arXiv:1704.07911},
year = {2017}
}
@article{end2endNVIDIA2016,
title = {End to end learning for self-driving cars},
author = {Bojarski, Mariusz and Del Testa, Davide and Dworakowski, Daniel and Firner, Bernhard and Flepp, Beat and Goyal, Prasoon and Jackel, Lawrence D and Monfort, Mathew and Muller, Urs and Zhang, Jiakai and Zhang, Xin and Zhao, Jake and Zieba, Karol},
journal = {arXiv preprint arXiv:1604.07316},
year = {2016}
}
@article{wu:16,
author = {D. Wu and B. C. Lesieutre and P. Ramanathan and B. Kakunoori},
title = {Preserving privacy of {AC} optimal power flow models in multi-party electric grids},
journal = {To appear in IEEE Transactions on Smart Grid},
year = 2016
}
@inproceedings{wu:14,
author = {D. Wu and B. C. Lesieutre and P. Ramanathan},
title = {Feasibility of Power System Structure Preserving Linear Transformations for
the {AC} Optimal Power Flow Problem},
booktitle = {Proceedings of Allerton Conference on Communication, Control, and Computing},
month = sep,
year = 2014
}
@inproceedings{borden:13,
author = {A. R. Borden and D. K. Molzahn and B. C. Lesieutre and P. Ramanathan},
title = {Power System Structure and Confidentiality Preserving Transformation of Optimal Power Flow Problem },
booktitle = {Proceedings of Allerton Conference on Communication, Control, and Computing},
month = sep,
year = 2013
}
@inproceedings{borden:12,
author = {A. R. Borden and D. K. Molzahn and P. Ramanathan and B. C. Lesieutre},
title = {Confidentiality-preserving optimal power flow for cloud computing},
booktitle = {Proceedings of Allerton Conference on Communication, Control, and Computing},
month = sep,
year = 2012
}
@inproceedings{shojaei:12,
author = {H. Shojaei and A. Davoodi and P. Ramanathan},
title = {Confidentiality preserving integer programming for global routing},
booktitle = {Proceedings of Design Automation Conference (DAC)},
month = jun,
year = 2012
}
@inproceedings{le:15,
author = {K. Le and P. Ramanathan and K. K. Saluja},
title = {Privacy assurance in data aggregation for multiple {MAX} transactions},
booktitle = {Proceedings of Computer Software and Application Conference},
month = jul,
year = 2015
}
@inproceedings{millican:14a,
author = {S. Millican and P. Ramanathan and K. K. Saluja},
title = {{CryptIP: An} Approach for Encrypting Intellectual Property Cores with Simulation Capabilities},
booktitle = {Proceedings of International Conference on {VLSI} Design},
month = jan,
year = 2014,
note = {{\bf Arun Kumar Chaudhuri Best Paper Award}}
}
@inproceedings{le:13,
author = {K. Lee and P. Ramanathan and K. K. Saluja},
title = {Privacy Assurances in Multiple Data-Aggregation Transaction},
booktitle = {Proceedings of International Conference on Information Security and Cryptology},
series = {Lecture notes in Computer Science (LNCS)},
publisher = {Springer International Publishing},
pages = {3--19},
month = nov,
year = 2013
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MOHIT STUFF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@book{Hecht:2002,
title = {Optics},
author = {Eugene Hecht},
publisher = {Addison Wedley},
year = {2002}
}
@article{Narasimhan:2002,
author = {Narasimhan, Srinivasa G. and Nayar, Shree K.},
title = {Vision and the Atmosphere},
journal = {Int. J. Comput. Vision},
issue_date = {July-August 2002},
volume = {48},
number = {3},
month = jul,
year = {2002},
issn = {0920-5691},
pages = {233--254},
numpages = {22},
url = {http://dx.doi.org/10.1023/A:1016328200723},
doi = {10.1023/A:1016328200723},
acmid = {598511},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {airlight, atmosphere, attenuation, bad weather, defog, dehaze, fog, haze, overcast sky, physics based vision, scattering, scene structure, visibility}
}
@article{Barnum:2010,
author = {Barnum, Peter C. and Narasimhan, Srinivasa and Kanade, Takeo},
title = {Analysis of Rain and Snow in Frequency Space},
journal = {Int. J. Comput. Vision},
issue_date = {January 2010},
volume = {86},
number = {2-3},
month = jan,
year = {2010},
issn = {0920-5691},
pages = {256--274},
numpages = {19},
url = {http://dx.doi.org/10.1007/s11263-008-0200-2},
doi = {10.1007/s11263-008-0200-2},
acmid = {1670727},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {De-weathering, Image enhancement, Noise removal}
}
@inproceedings{Garg:2005,
author = {K. Garg and S. K. Nayar},
booktitle = {IEEE International Conference on Computer Vision},
title = {When does a camera see rain?},
year = {2005},
volume = {}
}
@article{Veach:1997,
year = {1997},
journal = {Proc. ACM SIGGRAPH},
volume = {},
number = {},
title = {Metropolis Light Transport},
author = {E. Veach and L. J. Guibas}
}
@inproceedings{Adelson:91,
author = {Edward H. Adelson and James R. Bergen},
title = {The Plenoptic Function and the Elements of Early Vision},
booktitle = {Computational Models of Visual Processing},
year = {1991},
pages = {3--20},
publisher = {MIT Press}
}
@inproceedings{Hasinoff:2010,
author = {Samuel W. Hasinoff and Frédo Durand and William T. Freeman},
title = {Noise-Optimal Capture for High Dynamic Range Photography},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {},
publisher = {}
}
@inproceedings{Nayar:2000,
author = {S. K. Nayar and Tomoo Mitsunaga},
title = {High Dynamic Range Imaging: Spatially Varying Pixel Exposures},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition},
year = {2000},
pages = {},
publisher = {}
}
@misc{PBRT,
author = {PbrtURL},
title = {\url{http://www.pbrt.org/}},
booktitle = {},
year = {2022},
pages = {},
publisher = {}
}
@misc{Renderman,
author = {Pixar},
title = {\url{https://renderman.pixar.com/view/renderman}},
booktitle = {},
year = {2022},
pages = {},
publisher = {}
}
@misc{Iray,
author = {Nvidia Iray},
title = {\url{https://www.nvidia.com/en-us/design-visualization/iray/}},
booktitle = {},
year = {2022},
pages = {},
publisher = {}
}
@incollection{wyman2019introduction,
title = {Introduction to DirectX raytracing},
author = {Wyman, Chris and Marrs, Adam},
booktitle = {Ray Tracing Gems},
pages = {21--47},
year = {2019},
publisher = {Springer}
}
@misc{coppeliaSim2023,
author = {\relax {Coppelis Robotics}},
title = {\url{http://www.coppeliarobotics.com/}},
booktitle = {},
year = {2023}
}
@article{Egan:2009,
author = {Egan, Kevin and Tseng, Yu-Ting and Holzschuch, Nicolas and Durand, Fr{\'e}do and Ramamoorthi, Ravi},