-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
737 lines (636 loc) · 45.6 KB
/
publications.html
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
<!DOCTYPE HTML>
<html lang=en-US>
<head>
<title>Rahul Bhadani - The University of Arizona</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/main-auxiliary.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/jssor.css" />
<script src="assets/js/expand.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="is-preload dark-theme">
<button id="theme-toggle" aria-label="Toggle Theme">
<i class="fas fa-sun" style="display:none;"></i>
<i class="fas fa-moon" style="display:inline;"></i>
<br/>
</button>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<section id="banner">
<div class="content">
<header>
<div id ="image_bio2">
<h1 style="text-align: center"><a href="index.html">Rahul Bhadani</a></h1>
<br/>
</div>
</header>
</div>
</section>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Publications</h1>
<p>List of publications appeared in peer-reviewed conferences, journals, book chapters, etc.</p>
</header>
</div>
</section>
<section id="two" class="spotlights">
<section>
<div class="content">
<div class="inner">
<header class="major">
<h2>Submitted/Accepted</h2>
</header>
<ol class="actions">
<!-- <li>Rahul Bhadani and Jonathan Sprinkle <strong>"Repeatable & Scalable Multi-Vehicle Simulation with Offloaded Dynamics using Federated Modeling"</strong>, submitted to <em>Design Automation for CPS and IoT (DESTION 2022), 2022</em>
<a href="javascript:expandAbstract('repeatability2021bhadani', 'BibTeX & Abstract')" class="button abstract" id="repeatability2021bhadani">BibTeX & Abstract</a>
<div class="abstract" id="repeatability2022bhadani">
<pre class="bibtex">
<code></code>
</pre>
</div>
</li> -->
</ol>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<header class="major">
<h2>Journals/Book Chapters/Conference Papers</h2>
</header>
<ol class="actions">
<h3><br/>2023</h3>
<li>Rahul Bhadani, Jonathan Sprinkle <strong>"Prototyping Vehicle Control Applications Using the CAT Vehicle Simulator"</strong>, in <em>arXiv preprint arXiv:2301.04574, 2023</em>
<a href="javascript:expandAbstract('bhadani2023prototyping', 'BibTeX & Abstract')" class="button abstract" id="bhadani2023prototyping">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2023prototyping">
<pre class="bibtex">
<code>@article{bhadani2023prototyping,
title={{Prototyping Vehicle Control Applications Using the CAT Vehicle Simulator}},
author={Bhadani, Rahul and Sprinkle, Jonathan},
journal={arXiv preprint arXiv:2301.04574},
year={2023}
}</code>
</pre>
</div>
</li>
<li>Rahul Bhadani, Zhuo Chen, and Lingling An <strong>"Attention-Based Graph Neural Network for Label Propagation in Single-Cell Omics"</strong>, in <em>Genes 14.2 (2023): 506.</em>
<a href="javascript:expandAbstract('bhadani2023attention', 'BibTeX & Abstract')" class="button abstract" id="bhadani2023attention">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2023attention">
<pre class="bibtex">
<code>@article{bhadani2023attention,
title={Attention-based graph neural network for label propagation in single-cell omics},
author={Bhadani, Rahul and Chen, Zhuo and An, Lingling},
journal={Genes},
volume={14},
number={2},
pages={506},
year={2023},
publisher={MDPI}
}</code>
</pre>
</div>
</li>
<h3>2022</h3>
<!--
<li>Author List <strong>Title in double quotes</strong>, in <em>Journal Conference, datas</em>
<a href="javascript:expandAbstract('unique_id', 'BibTeX & Abstract')" class="button abstract" id="unique_id">BibTeX & Abstract</a>
<div class="abstract" id="unique_id">
<pre class="bibtex">
<code>bibtex citation goes here</code>
</pre>
</div>
</li>
-->
<li>Rahul Bhadani and Jonathan Sprinkle <strong>"Repeatable & Scalable Multi-Vehicle Simulation with Offloaded Dynamics using Federated Modeling"</strong>, in <em>Design Automation for CPS and IoT (DESTION 2022), 2022</em>
<a href="javascript:expandAbstract('repeatability2022bhadani', 'BibTeX & Abstract')" class="button abstract" id="repeatability2021bhadani">BibTeX & Abstract</a> <a href="papers/paper_DESTION_22_Repeatable.pdf" class="button pdf" target="_blank">PDF</a>
<div class="abstract" id="repeatability2022bhadani">
<pre class="bibtex">
<code>@inproceedings{bhadani2022repeatable,
title={Repeatable \& Scalable Multi-Vehicle Simulation with Offloaded Dynamics using Federated Modeling},
author={Bhadani, Rahul and Sprinkle, Jonathan},
booktitle={2022 IEEE Workshop on Design Automation for CPS and IoT (DESTION)},
pages={57--63},
year={2022},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>Zhang, Xiang, Zhuo Chen, Rahul Bhadani, Siyang Cao, Meng Lu, Nicholas Lytal, Yin Chen,
Lingling An <strong>"NISC: Neural Network Imputation for Single Cell RNA Sequencing Data on Clustering Analysis"</strong>, in <em>Frontiers in Bioinformatics, March 2022.</em>
<a href="javascript:expandAbstract('zhang2022nisc', 'BibTeX & Abstract')" class="button abstract" id="zhang2022nisc">BibTeX & Abstract</a>
<div class="abstract" id="zhang2022nisc">
<pre class="bibtex">
<code>@article{zhang2022nisc,
title={NISC: Neural Network-Imputation for Single-Cell RNA Sequencing and Cell Type Clustering},
author={Zhang, Xiang and Chen, Zhuo and Bhadani, Rahul and Cao, Siyang and Lu, Meng and Lytal, Nicholas and Chen, Yin and An, Lingling},
journal={Methods for Single-Cell and Microbiome Sequencing Data},
year={2022},
publisher={Frontiers Media SA}
}</code>
</pre>
</div>
</li>
<li>Rahul Bhadani, Jonathan Sprinkle, Larry Head <strong>"Model-based Design of NEMA-Compliant Dual-ring Barrier Traffic Signal Controller"</strong>,in <em>IEEE/ACM International Conference on Cyber-Physical Systems 2022. Milan, Italy, 2022</em>
<a href="javascript:expandAbstract('nema2022bhadani', 'BibTeX & Abstract')" class="button abstract" id="nema2022bhadani">BibTeX & Abstract</a>
<div class="abstract" id="nema2022bhadani">
<pre class="bibtex">
<code>@inproceedings{bhadani2022model,
title={Model-based Design of NEMA-Compliant Dual-ring-barrier Traffic Signal Controller},
author={Bhadani, Rahul and Sprinkle, Jonathan and Head, K Larry},
booktitle={2022 ACM/IEEE 13th International Conference on Cyber-Physical Systems (ICCPS)},
pages={01--02},
year={2022},
organization={IEEE}
}
</code>
</pre>
</div>
</li>
<li>Bhadani, Rahul, Matthew Bunting, Matt Nice, Ngoc Minh Tran, Safwan Elmadani, Dan Work, Jonathan Sprinkle.<strong>Strym: A Python
Package for Real-time CAN Data Logging, Analysis and Visualization to Work with USB-CAN
Interface</strong>, in <em>The 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart
Cities (DI-CPS), May 2022</em>
<a href="javascript:expandAbstract('bhadani2022strym', 'BibTeX & Abstract')" class="button abstract" id="bhadani2022strym">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2022strym">
<pre class="bibtex">
<code>@inproceedings{bhadani2022strym,
title={Strym: A python package for real-time can data logging, analysis and visualization to work with usb-can interface},
author={Bhadani, Rahul and Bunting, Matt and Nice, Matthew and Tran, Ngoc Minh and Elmadani, Safwan and Work, Dan and Sprinkle, Jonathan},
booktitle={2022 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities Workshop (DI-CPS)},
pages={14--23},
year={2022},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>Paul Ngo, Jonathan Sprinkle, and Bhadani, Rahul <strong>"CANClassify: Automated Decoding and
Labeling of CAN Bus Signals"</strong>, in <em>Special Issue on Multidisciplinary Sciences and
Advanced Technology, Journal of Engineering Research and Sciences, Volume 1, Issue 10, Page # 5-12, 2022</em>
<a href="javascript:expandAbstract('PaulNgoJonathanSprinkle2022', 'BibTeX & Abstract')" class="button abstract" id="PaulNgoJonathanSprinkle2022">BibTeX & Abstract</a>
<div class="abstract" id="PaulNgoJonathanSprinkle2022">
<pre class="bibtex">
<code>@article{PaulNgoJonathanSprinkle2022,
author = {{Paul Ngo, Jonathan Sprinkle}, Rahul Bhadani},
doi = {10.55708/js0110002},
journal = {Journal of Engineering Research and Sciences},
keywords = {computing methodologies,external interfaces for robotics,learning paradigms,neural},
number = {10},
pages = {5--12},
title = {{CANClassify : Automated Decoding and Labeling of CAN Bus Signals}},
volume = {1},
year = {2022}
}
</code>
</pre>
</div>
</li>
<li>Bunting, Matthew, Rahul Bhadani, and Jonathan Sprinkle, <strong>Data from the Development
Evolution of a Vehicle for Custom Control</strong>, in <em>The 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities (DI-CPS), May 2022</em>
<a href="javascript:expandAbstract('bunting2022data', 'BibTeX & Abstract')" class="button abstract" id="bunting2022data">BibTeX & Abstract</a>
<div class="abstract" id="bunting2022data">
<pre class="bibtex">
<code>@inproceedings{bunting2022data,
title={Data from the Development Evolution of a Vehicle for Custom Control},
author={Bunting, Matt and Bhadani, Rahul and Nice, Matt and Elmadani, Safwan and Sprinkle, Jonathan},
booktitle={2022 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities Workshop (DI-CPS)},
pages={40--46},
year={2022},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>Chou, Fang-Chieh, Alben Bagabaldo, and Alexandre M. Bayen, Rahul Bhadani, et al., <strong>"The lord of the ring road: a review and evaluation of autonomous control policies for traffic in a ring road"</strong>, in <em>In ACM Transactions on Cyber-Physical Systems, January 2022.</em>
<a href="javascript:expandAbstract('chou2022lord', 'BibTeX & Abstract')" class="button abstract" id="chou2022lord">BibTeX & Abstract</a>
<div class="abstract" id="chou2022lord">
<pre class="bibtex">
<code>@article{chou2022lord,
title={The lord of the ring road: a review and evaluation of autonomous control policies for traffic in a ring road},
author={Chou, Fang-Chieh and Bagabaldo, Alben Rome and Bayen, Alexandre M, Rahul Bhadani, et al.},
journal={ACM Transactions on Cyber-Physical Systems (TCPS)},
volume={6},
number={1},
pages={1--25},
year={2022},
publisher={ACM New York, NY}
}</code>
</pre>
</div>
</li>
<h3><br/>2021</h3>
<li>Bhadani, Rahul, and Ivan B. Djordjevic, <strong>"Optical Hybrid-based Optimal Receiver Design for Entanglement-Assisted Communication"</strong>, in <em>Frontiers in Optics and Laser Science (FiO-LS), 31
October { 04 November 2021</em>
<a href="javascript:expandAbstract('bhadani2021optical', 'BibTeX & Abstract')" class="button abstract" id="bhadani2021optical">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2021optical">
<pre class="bibtex">
<code>@inproceedings{bhadani2021optical,
title={Optical Hybrid-based Optimal Receiver Design for Entanglement-Assisted Communication},
author={Bhadani, Rahul and Djordjevic, Ivan B},
booktitle={Frontiers in Optics},
pages={FTu2D--2},
year={2021},
organization={Optical Society of America}
}</code>
</pre>
</div>
</li>
<li>Chou, Fang-Chieh, Marsalis Gibson, Rahul Bhadani, Alexandre M. Bayen, and Jonathan Sprinkle, <strong>"Reachability Analysis for FollowerStopper: Safety Analysis and Experimental Results" </strong>, in <em>IEEE International Conference on Robotics and Automation (ICRA), pp. 8607-8613. IEEE,
2021</em>
<a href="javascript:expandAbstract('chou2021reachability', 'BibTeX & Abstract')" class="button abstract" id="chou2021reachability">BibTeX & Abstract</a>
<div class="abstract" id="chou2021reachability">
<pre class="bibtex">
<code>@inproceedings{chou2021reachability,
title={Reachability Analysis for FollowerStopper: Safety Analysis and Experimental Results},
author={Chou, Fang-Chieh and Gibson, Marsalis and Bhadani, Rahul and Bayen, Alexandre M and Sprinkle, Jonathan},
booktitle={2021 IEEE International Conference on Robotics and Automation (ICRA)},
pages={8607--8613},
year={2021},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>Nice, Matthew, Safwan Elmadani, Rahul Bhadani, Matt Bunting, Jonathan Sprinkle, and Dan
Work, <strong>"CAN coach: vehicular control through human cyber-physical systems"</strong>, in <em>In Proceedings
of the ACM/IEEE 12th International Conference on Cyber-Physical Systems, pp. 132-142.</em>
<a href="javascript:expandAbstract('nice2021can', 'BibTeX & Abstract')" class="button abstract" id="nice2021can">BibTeX & Abstract</a>
<div class="abstract" id="nice2021can">
<pre class="bibtex">
<code>@inproceedings{nice2021can,
title={CAN coach: vehicular control through human cyber-physical systems},
author={Nice, Matthew and Elmadani, Safwan and Bhadani, Rahul and Bunting, Matt and Sprinkle, Jonathan and Work, Dan},
booktitle={Proceedings of the ACM/IEEE 12th International Conference on Cyber-Physical Systems},
pages={132--142},
year={2021}
}</code>
</pre>
</div>
</li>
<li>Elmadani, Safwan, Matthew Nice, Matthew Bunting, Jonathan Sprinkle, and Rahul Bhadani, <strong>"From CAN to ROS: A Monitoring and Data Recording Bridge."</strong>, in <em>In Proceedings of the Workshop
on Data-Driven and Intelligent Cyber-Physical Systems, pp. 17-21. April 2021.</em>
<a href="javascript:expandAbstract('elmadani2021can', 'BibTeX & Abstract')" class="button abstract" id="elmadani2021can">BibTeX & Abstract</a>
<div class="abstract" id="elmadani2021can">
<pre class="bibtex">
<code>@inproceedings{elmadani2021can,
title={From CAN to ROS: A Monitoring and Data Recording Bridge},
author={Elmadani, Safwan and Nice, Matthew and Bunting, Matthew and Sprinkle, Jonathan and Bhadani, Rahul},
booktitle={Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems},
pages={17--21},
year={2021}
}</code>
</pre>
</div>
</li>
<li>Bunting, Matthew, Rahul Bhadani, and Jonathan Sprinkle, <strong>"Libpanda: A High-Performance Library for Vehicle Data Collection"</strong>, in <em>In Proceedings of the Workshop on Data-Driven and Intelligent
Cyber-Physical Systems, pp. 32-40.</em>
<a href="javascript:expandAbstract('bunting2021libpanda', 'BibTeX & Abstract')" class="button abstract" id="bunting2021libpanda">BibTeX & Abstract</a>
<div class="abstract" id="bunting2021libpanda">
<pre class="bibtex">
<code>@inproceedings{bunting2021libpanda,
title={Libpanda: A High Performance Library for Vehicle Data Collection},
author={Bunting, Matthew and Bhadani, Rahul and Sprinkle, Jonathan},
booktitle={Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems},
pages={32--40},
year={2021}
}
</code>
</pre>
</div>
</li>
<li>Lee, Jonathan W., George Gunter, Rabie Ramadan, Sulaiman Almatrudi, Paige Arnold, John
Aquino, William Barbour, Rahul Bhadani, et al., <strong>"Integrated Framework of Vehicle Dynamics,
Instabilities, Energy Models, and Sparse Flow Smoothing Controllers"</strong>, in <em>Proceedings of the
Workshop on Data-Driven and Intelligent Cyber-Physical Systems, pp. 41-47. April 2021.</em>
<a href="javascript:expandAbstract('lee2021integrated', 'BibTeX & Abstract')" class="button abstract" id="lee2021integrated">BibTeX & Abstract</a>
<div class="abstract" id="lee2021integrated">
<pre class="bibtex">
<code>@inproceedings{lee2021integrated,
title={Integrated Framework of Vehicle Dynamics, Instabilities, Energy Models, and Sparse Flow Smoothing Controllers},
author={Lee, Jonathan W and Gunter, George and Ramadan, Rabie and Almatrudi, Sulaiman and Arnold, Paige and Aquino, John and Barbour, William and Bhadani, Rahul and Carpio, Joy and Chou, Fang-Chieh and others},
booktitle={Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems},
pages={41--47},
year={2021}
}</code>
</pre>
</div>
</li>
<h3><br/>2020</h3>
<li>C. Kreienkamp, Fishbein, D., Bhadani, R., and Sprinkle, J. <strong>"Safety and Stability Analysis of the FollowerStopper Traffic Wave Dampening Controller (Late-Breaking Poster)"</strong>, in <em>American Control Conference, 2020</em>
<a href="javascript:expandAbstract('followerstopper2020Kreienkamp', 'BibTeX & Abstract')" class="button abstract" id="followerstopper2020Kreienkamp">BibTeX & Abstract</a>
<div class="abstract" id="followerstopper2020Kreienkamp">
<pre class="bibtex">
<code>@conference {followerstopper2020Kreienkamp,
title = {Safety and Stability Analysis of the FollowerStopper Traffic Wave Dampening Controller (Late-Breaking Poster)},
booktitle = {American Control Conference},
year = {2020},
month = {07},
author = {Chris Kreienkamp and Daniel Fishbein and Rahul Bhadani and Jonathan Sprinkle}
}</code>
</pre>
</div>
</li>
<li>R. Bhadani and I. B. Djordjevic, <strong>"Constellation Optimization for Phase-shift Keying Coherent States with Displacement Receiver to Maximize Mutual Information"</strong>, in <em>IEEE Access, December 2020</em>
<a href="javascript:expandAbstract('constellation2020bhadani', 'BibTeX & Abstract')" class="button abstract" id="constellation2020bhadani">BibTeX & Abstract</a>
<div class="abstract" id="constellation2020bhadani">
<pre class="bibtex">
<code>@ARTICLE{constellation2020bhadani,
author={R. {Bhadani} and I. B. {Djordjevic}},
journal={IEEE Access},
title={Constellation Optimization for Phase-shift Keying Coherent States with Displacement Receiver to Maximize Mutual Information},
year={2020},
volume={},
number={},
pages={1-1},
doi={10.1109/ACCESS.2020.3044086}
}
</code>
</pre>
</div>
</li>
<li>Bhadani, Rahul, Michael Grace, Ivan B. Djordjevic, Jonathan Sprinkle, and Saikat Guha, <strong>"Programming the Kennedy receiver for capacity maximization versus minimizing one-shot error probability"</strong>, in <em>In Frontiers in Optics, pp. JM6B-29. Optical Society of America, September 2020</em>
<a href="javascript:expandAbstract('bhadani2020programming', 'BibTeX & Abstract')" class="button abstract" id="bhadani2020programming">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2020programming">
<pre class="bibtex">
<code>@inproceedings{bhadani2020programming,
title={Programming the Kennedy receiver for capacity maximization versus minimizing one-shot error probability},
author={Bhadani, Rahul and Grace, Michael and Djordjevic, Ivan B and Sprinkle, Jonathan and Guha, Saikat},
booktitle={Laser Science},
pages={JM6B--29},
year={2020},
organization={Optical Society of America}
}</code>
</pre>
</div>
</li>
<li>G. Gunter, Gloudemans, D., Stern, R. E., McQuade, S., Bhadani, R., Bunting, M., Monache, M. Laura Dell, Seibold, B., Sprinkle, J., Piccoli, B., and Work, D. B., <strong class="cite_strong">“Are commercially implemented adaptive cruise control systems string stable?”</strong>, in <em>IEEE Transactions on Intelligent Transportation Systems, June 2020</em>
<a href="javascript:expandAbstract('guntur2019adaptive', 'BibTeX & Abstract')" class="button abstract" id="guntur2019adaptive">BibTeX & Abstract</a>
<div class="abstract" id="guntur2019adaptive">
<pre class="bibtex"><code>@inproceedings{gunter2019adaptive,
author={G. {Gunter} and D. {Gloudemans} and R. E. {Stern} and S. {McQuade} and R. {Bhadani} and M. {Bunting} and M. L. D. {Monache} and R. {Lysecky} and B. {Seibold} and J. {Sprinkle} and B. {Piccoli} and D. B. {Work}},
journal={IEEE Transactions on Intelligent Transportation Systems},
title={Are Commercially Implemented Adaptive Cruise Control Systems String Stable?},
year={2020},
volume={},
number={},
pages={1-12},
doi={10.1109/TITS.2020.3000682}
}
</code></pre>
</div>
</li>
<h3><br/>2019</h3>
<li>L. Bentley, MacInnes, J., Mason, H., Bhadani, R., and Bose, T., <strong>“A Sliding Window for Path Mapping based on a Pseudo-Derivative Method in Autonomous Navigation”</strong>, in <em>2019 IEEE 90th Vehicular Technology Conference (VTC2019-Fall), Honolulu, HI, USA, 2019, pp. 1-4</em> ,
<a href="https://doi.org/10.1109/VTCFall.2019.8891126">DOI: 10.1109/VTCFall.2019.8891126</a>
<a href="javascript:expandAbstract('bentley2019Sliding', 'BibTeX & Abstract')" class="button abstract" id="bentley2019Sliding">BibTeX & Abstract</a>
<div class="abstract" id="bentley2019Sliding">
<pre class="bibtex"><code>@INPROCEEDINGS{bentley2019Sliding,
author={L. {Bentley} and J. {MacInnes} and H. {Mason} and R. {Bhadani} and T. {Bose}},
booktitle={2019 IEEE 90th Vehicular Technology Conference (VTC2019-Fall)},
title={A Sliding Window for Path Mapping Based on a Pseudo-Derivative Method in Autonomous Navigation},
year={2019},
volume={},
number={},
pages={1-4},
doi={10.1109/VTCFall.2019.8891126},
ISSN={2577-2465},
month={Sep.},}
</code></pre>
</div>
</li>
<li>R. Bhadani, Bunting, M., Seibold, B., Stern, R., Cui, S., Sprinkle, J., Piccoli, B., and Work, D. B, <strong>"Real-Time Distance Estimation and Filtering of Vehicle Headways for Smoothing of Traffic Waves"</strong>, <em>International Conference on Cyber-Physical Systems 2019. Montreal, Canada, 2019</em>, <a href="https://doi.org/10.1145/3302509.3314026">DOI: 10.1145/3302509.3314026</a>
<a href="javascript:expandAbstract('bhadani2019real', 'BibTeX & Abstract')" class="button abstract" id="bhadani2019real">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2019real">
<pre class="bibtex">
<code>@inproceedings{bhadani2019real,
title={Real-time distance estimation and filtering of vehicle headways for smoothing of traffic waves},
author={Bhadani, Rahul and Bunting, Matthew and Seibold, Benjamin and Stern, Raphael and Cui, Shumo and Sprinkle, Jonathan and Piccoli, Benedetto and Work, Daniel B},
booktitle={Proceedings of the 10th ACM/IEEE International Conference on Cyber-Physical Systems},
pages={280--290},
year={2019}
}</code>
</pre>
</div>
</li>
<li>Bhadani, Rahul, Matt Bunting, and Jonathan Sprinkle, <strong>"Model‐Based Engineering with Application to Autonomy"</strong>, in <em>Complexity Challenges in Cyber Physical Systems: Using Modeling and Simulation (M&S) to Support Intelligence, Adaptation and Autonomy, Wiley Publication, pp. 255-285 (2019)</em>
<a href="javascript:expandAbstract('bhadani2019model', 'BibTeX & Abstract')" class="button abstract" id="bhadani2019model">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2019model">
<pre class="bibtex">
<code>@article{bhadani2019model,
title={Model-Based Engineering with Application to Autonomy},
author={Bhadani, Rahul and Bunting, Matt and Sprinkle, Jonathan},
journal={Complexity Challenges in Cyber Physical Systems: Using Modeling and Simulation (M&S) to Support Intelligence, Adaptation and Autonomy},
pages={255--285},
year={2019},
publisher={Wiley Online Library}
}
</code>
</pre>
</div>
</li>
<li>Delle Monache, Maria Laura, Thibault Liard, Anaïs Rat, Raphael Stern, Rahul Bhadani, Benjamin Seibold, Jonathan Sprinkle, Daniel B. Work, and Benedetto Piccoli <strong>"Feedback control algorithms for the dissipation of traffic waves with autonomous vehicles"</strong>, in <em>Computational Intelligence and Optimization Methods for Control Engineering, pp. 275-299. Springer, Cham, 2019</em>
<a href="javascript:expandAbstract('delle2019feedback', 'BibTeX & Abstract')" class="button abstract" id="delle2019feedback">BibTeX & Abstract</a>
<div class="abstract" id="delle2019feedback">
<pre class="bibtex">
<code>@incollection{delle2019feedback,
title={Feedback control algorithms for the dissipation of traffic waves with autonomous vehicles},
author={Delle Monache, Maria Laura and Liard, Thibault and Rat, Ana{\"\i}s and Stern, Raphael and Bhadani, Rahul and Seibold, Benjamin and Sprinkle, Jonathan and Work, Daniel B and Piccoli, Benedetto},
booktitle={Computational Intelligence and Optimization Methods for Control Engineering},
pages={275--299},
year={2019},
publisher={Springer}
}</code>
</pre>
</div>
</li>
<li>Fangyu Wu, Raphael E Stern, Shumo Cui, Maria Laura Delle Monache, Rahul Bhadani, Matt Bunting, Miles Churchill, Nathaniel Hamilton, Benedetto Piccoli, Benjamin Seibold, Jonathan Sprinkle, Daniel B Work, <strong>"Tracking vehicle trajectories and fuel rates in phantom traffic jams: Methodology and data"</strong>, <em>Transportation Research Part C: Emerging Technologies 99, 82-109</em>, <a href="https://doi.org/10.1016/j.trc.2018.12.012">DOI: 10.1016/j.trc.2018.12.012</a>
<a href="javascript:expandAbstract('WU201982', 'BibTeX & Abstract')" class="button abstract" id="WU201982">BibTeX & Abstract</a>
<div class="abstract" id="WU201982">
<pre class="bibtex">
<code>@article{WU201982,
title = "Tracking vehicle trajectories and fuel rates in phantom traffic jams: Methodology and data",
journal = "Transportation Research Part C: Emerging Technologies",
volume = "99",
pages = "82 - 109",
year = "2019",
issn = "0968-090X",
doi = "https://doi.org/10.1016/j.trc.2018.12.012",
url = "http://www.sciencedirect.com/science/article/pii/S0968090X18318345",
author = "Fangyu Wu and Raphael E. Stern and Shumo Cui and Maria Laura {Delle Monache} and Rahul Bhadani and Matt Bunting and Miles Churchill and Nathaniel Hamilton and R’mani Haulcy and Benedetto Piccoli and Benjamin Seibold and Jonathan Sprinkle and Daniel B. Work"
}
</code>
</pre>
</div>
</li>
<h3><br/>2018</h3>
<li>R. Bhadani, Piccoli, B., Seibold, B., Sprinkle, J., and Work, D. B., <strong>"Dissipation of Emergent Traffic Waves in Stop-and-Go Traffic Using a Supervisory Controller"</strong>, <em>57th IEEE Conference on Decision and Control, vol. 57. IEEE, Fontainbleau, Miami Beach, USA, 2018</em>,
<a href="https://doi.org/10.1109/cdc.2018.8619700">10.1109/cdc.2018.8619700</a>
<a href="javascript:expandAbstract('bhadani2018dissipation', 'BibTeX & Abstract')" class="button abstract" id="bhadani2018dissipation">BibTeX & Abstract</a>
<div class="abstract" id="bhadani2018dissipation">
<pre class="bibtex">
<code>@inproceedings{bhadani2018dissipation,
title={Dissipation of emergent traffic waves in stop-and-go traffic using a supervisory controller},
author={Bhadani, Rahul Kumar and Piccoli, Benedetto and Seibold, Benjamin and Sprinkle, Jonathan and Work, Daniel},
booktitle={2018 IEEE Conference on Decision and Control (CDC)},
pages={3628--3633},
year={2018},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>R. Bhadani, Sprinkle, J., and Bunting, M., <strong>“The CAT Vehicle Testbed: A Simulator with Hardware in the Loop for Autonomous Vehicle Applications”</strong>, in <em>Proceedings 2nd International Workshop on Safe Control of Autonomous Vehicles (SCAV 2018), Porto, Portugal, Electronic Proceedings in Theoretical Computer Science , 2018, vol. 269</em>, <a href=" https://doi.org/10.4204/eptcs.269.4">DOI: 10.4204/eptcs.269.4</a>
<a href="javascript:expandAbstract('bhadani2018cat', 'BibTeX & Abstract')" class="button abstract" id="bhadani2018cat">BibTeX & Abstract</a> <a href="papers/CAT-Vehicle-Testbed-Presentation-SCAV.pdf" class="button pdf" target="_blank">Presentation</a>
<div class="abstract" id="bhadani2018cat">
<pre class="bibtex">
<code>@inproceedings{bhadani2018cat,
title={{The CAT Vehicle Testbed: A Simulator with Hardware in the Loop for Autonomous Vehicle Applications}},
author={Bhadani, Rahul and Sprinkle, Jonathan and Bunting, Matthew},
booktitle={Proceedings 2nd International Workshop on Safe Control of Autonomous Vehicles (SCAV 2018), Porto, Portugal, 10th April 2018, Electronic Proceedings in Theoretical Computer Science 269},
volume={269},
pages={32--47},
year={2018}
}</code>
</pre>
</div>
</li>
<li>M. Segata, Cigno, R. Lo, Bhadani, R., Bunting, M., and Sprinkle, J., <strong>“A LiDAR Error Model for Cooperative Driving Simulations”</strong>, in <em>IEEE Vehicular Network Conference, Taipei, Taiwan, 2018</em>, <a href="https://doi.org/10.1109/vnc.2018.8628408">DOI: 10.1109/vnc.2018.8628408</a>
<a href="javascript:expandAbstract('segata2018lidar', 'BibTeX & Abstract')" class="button abstract" id="segata2018lidar">BibTeX & Abstract</a>
<div class="abstract" id="segata2018lidar">
<pre class="bibtex">
<code>@inproceedings{segata2018lidar,
title={A lidar error model for cooperative driving simulations},
author={Segata, Michele and Cigno, Renato Lo and Bhadani, Rahul Kumar and Bunting, Matthew and Sprinkle, Jonathan},
booktitle={2018 IEEE Vehicular Networking Conference (VNC)},
pages={1--8},
year={2018},
organization={IEEE}
}</code>
</pre>
</div>
</li>
<li>Raphael E Stern, Shumo Cui, Maria Laura Delle Monache, Rahul Bhadani, Matt Bunting, Miles Churchill, Nathaniel Hamilton, Hannah Pohlmann, Fangyu Wu, Benedetto Piccoli, Benjamin Seibold, Jonathan Sprinkle, Daniel B Work, <strong>"Dissipation of stop-and-go waves via control of autonomous vehicles: Field experiments"</strong>, <em> Transportation Research Part C 89 (April 2018), 205-221</em>, <a href="https://doi.org/10.1016/j.trc.2018.02.005">DOI: 10.1016/j.trc.2018.02.005</a>
<a href="javascript:expandAbstract('stern2018dissipation', 'BibTeX & Abstract')" class="button abstract" id="stern2018dissipation">BibTeX & Abstract</a>
<div class="abstract" id="stern2018dissipation">
<pre class="bibtex">
<code>@article{stern2018dissipation,
title={Dissipation of stop-and-go waves via control of autonomous vehicles: Field experiments},
author={Stern, Raphael E and Cui, Shumo and Delle Monache, Maria Laura and Bhadani, Rahul and Bunting, Matt and Churchill, Miles and Hamilton, Nathaniel and Pohlmann, Hannah and Wu, Fangyu and Piccoli, Benedetto and others},
journal={Transportation Research Part C: Emerging Technologies},
volume={89},
pages={205--221},
year={2018},
publisher={Elsevier}
}</code>
</pre>
</div>
</li>
</ol>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<header class="major">
<h2>Preprints/ArXiV/Tech Reports</h2>
</header>
<ol class="actions">
<li>H. Mason, Bentley, L., MacInnes, J., Bhadani, R., and Bose, T., <strong>“Adaptive HSL Filters and Inverse Perspective Transforms in Lane Detection for Autonomous Driving”</strong>, in <em>IEEE/RSJ International Conference on Intelligent Robots and Systems, 2019</em>
</li>
<li>L. Bentley, MacInnes, J., Bhadani, R., and Bose, T., <strong>“A Pseudo-Derivative Method for Sliding Window Path Mapping in Robotics-Based Image Processing”</strong>, Accepted at <em>IEEE International Conference on Robotic Computing, 2019</em>, <a href="https://doi.org/10.13140/RG.2.2.35628.10885">DOI: 10.13140/RG.2.2.35628.10885</a>.</li>
</ol>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<header class="major">
<h2>Invited Talk and Presentations</h2>
</header>
<ol class="actions">
<li><strong>"Control of Vehicular Traffic Flow via Low Density Autonomous Vehicle"</strong>, in <em>8th Annual NSF CPS PI, Alexandria, VA, Nov 13th-14th 2017</em>.</li>
<li>"<strong>Analysis and Design of Velocity Controllers for dissipation of Stop-and-Go Traffic Waves</strong>", in <em>SIAM Annual Meeting at Pittsburgh, Pennsylvania, July 2017</em>.</li>
</ol>
</div>
</div>
</section>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
<h6>
<a href="https://www.linkedin.com/in/rahulbhadani/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a>
<a href="http://github.com/rahulbhadani" class="icon fa-github"><span class="label">Github</span></a>
<a href = "https://www.youtube.com/user/kumarrahulbhadani" class = "icon fa-youtube"><span class="label">YouTube</span></a>
<a href = "https://rahulbhadani.medium.com/" class = "icon fa-medium"><span class="label">Medium</span></a>
</h6>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="about.html">About</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="media.html">News/Media Coverage</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contacts</h2>
</header>
<ul class="contact">
<li class="fa-envelope-o"><a href="#">[email protected]</a></li>
<li class="fa-home">Department of Electrical and Computer Engineering, The University of Alabama in Huntsville<br />
Huntsville, AL 35899</li>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
document.getElementById('theme-toggle').addEventListener('click', function() {
document.body.classList.toggle('dark-theme');
document.body.classList.toggle('light-theme');
if (document.body.classList.contains('light-theme')) {
document.querySelector('.fa-sun').style.display = 'inline';
document.querySelector('.fa-moon').style.display = 'none';
} else {
document.querySelector('.fa-sun').style.display = 'none';
document.querySelector('.fa-moon').style.display = 'inline';
}
});
</script>
</body>
</html>