-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
815 lines (759 loc) Β· 50.3 KB
/
publications.html
File metadata and controls
815 lines (759 loc) Β· 50.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications - AARC Lab</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/scroll.css"/>
</head>
<body>
<div class="container">
<div class="content-wrapper">
<main class="main-content">
<!-- Line 1: Logo -->
<div class="logo">
<img src="figures/aarc_logo_2w5.png" alt="AARC Lab Logo">
</div>
<!-- Line 2: Lab Title -->
<h1 class="lab-title">AARC Lab</h1>
<!-- Lab Full Form -->
<p class="lab-subtitle">AI, Autonomy, Resilience, Control Lab</p>
<!-- Navigation Menu -->
<nav class="nav-menu">
<a href="index.html" class="nav-item">Home</a>
<a href="publications.html" class="nav-item">Publications</a>
<a href="#projects" class="nav-item">Projects</a>
<a href="news.html" class="nav-item">News</a>
<a href="team.html" class="nav-item">Team</a>
<a href="http://rahulbhadani.github.io/" class="nav-item">PI</a>
<a href="#blogs" class="nav-item">Blogs</a>
<a href="#downloads" class="nav-item">Downloads</a>
<a href="http://github.com/aarc-lab" class="nav-item">Github</a>
</nav>
<!-- Publications Page Header -->
<div class="page-header">
<h1 class="page-title">Publications</h1>
<p class="page-description"></p>
</div>
<!-- Publication Type Legend -->
<div class="pub-legend">
<div class="legend-item">
<div class="legend-icon journal">π</div>
<span>Journal Papers</span>
</div>
<div class="legend-item">
<div class="legend-icon conference">π―</div>
<span>Conference Papers</span>
</div>
<div class="legend-item">
<div class="legend-icon preprint">π</div>
<span>Preprints</span>
</div>
<div class="legend-item">
<div class="legend-icon book">π</div>
<span>Book Chapters</span>
</div>
<div class="legend-item">
<div class="legend-icon poster">π</div>
<span>Posters</span>
</div>
<div class="legend-item">
<div class="legend-icon presentation">π€</div>
<span>Presentations</span>
</div>
</div>
<!-- Publications Timeline -->
<div class="publications-timeline">
<div class="pub-item">
<div class="pub-year">2025</div>
<div class="pub-content">
<div class="pub-type-icon preprint">π</div>
<h3 class="pub-title">Followerstopper Revisited: Phase-space Lagrangian Controller for Traffic Decongestion</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong></p>
<p class="pub-venue">arXiv preprint arXiv:2506.08036 (2025)</p>
<div class="pub-status preprint">Preprint</div>
<div class="pub-links">
<a href="https://arxiv.org/abs/2506.08036" class="pub-link pdf">arXiv</a>
<a href="https://scholar.google.com/scholar?hl=en&as_sdt=0%2C1&q=Followerstopper+Revisited%3A+Phase-space+Lagrangian+Controller+for+Traffic+Decongestion&btnG=" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2025</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Traffic Smoothing Using Explicit Local Controllers: Experimental Evidence for Dissipating Stop-and-go Waves with a Single Automated Vehicle in Dense Traffic</h3>
<p class="pub-authors">Amaury Hayat, Arwa Alanqary, <strong>Rahul Bhadani</strong>, Christopher Denaro, Ryan J. Weightman, Shengquan Xiang, et al.</p>
<p class="pub-venue">IEEE Control Systems Magazine, February 2025</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/MCS.2024.3503402" class="pub-link doi">DOI</a>
<a href="https://scholar.google.com/scholar?hl=en&as_sdt=0%2C1&q=%3ETraffic+Smoothing+Using+Explicit+Local+Controllers%3A+Experimental+Evidence+for+Dissipating+Stop-and-go+Waves+with+a+Single+Automated+Vehicle+in+Dense+Traffic&btnG=" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2025</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Traffic Control via Connected and Automated Vehicles: An Open-Road Field Experiment with 100 CAVs</h3>
<p class="pub-authors">Jonathan W. Lee, Han Wang, Kathy Jang, Amaury Hayat, <strong>Rahul Bhadani</strong>, Matthew Bunting, Arwa Alanqary, William Barbour et al.</p>
<p class="pub-venue">IEEE Control Systems Magazine, February 2025</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/MCS.2024.3498552" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">From Sim to Real: A Pipeline for Training and Deploying Traffic Smoothing Cruise Controllers</h3>
<p class="pub-authors">Nathan LichtlΓ©, Eugene Vinitsky, Matthew Nice, <strong>Rahul Bhadani</strong>, Matthew Bunting, et al.</p>
<p class="pub-venue">IEEE Transactions on Robotics, September 2024</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/TRO.2024.3463407" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon preprint">π</div>
<h3 class="pub-title">Conformal Trajectory Prediction with Multi-View Data Integration in Cooperative Driving</h3>
<p class="pub-authors">Xi Chen, <strong>Rahul Bhadani</strong>, K. Larry Head</p>
<p class="pub-venue">arXiv preprint arXiv:2408.00374 (2024)</p>
<div class="pub-status preprint">Preprint</div>
<div class="pub-links">
<a href="https://arxiv.org/abs/2408.00374" class="pub-link pdf">arXiv</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon preprint">π</div>
<h3 class="pub-title">A Survey on Differential Privacy for SpatioTemporal Data in Transportation Research</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong></p>
<p class="pub-venue">arXiv preprint arXiv:2407.15868 (2024)</p>
<div class="pub-status preprint">Preprint</div>
<div class="pub-links">
<a href="https://arxiv.org/abs/2407.15868" class="pub-link pdf">arXiv</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">On Simulation of Power Systems and Microgrid Components with SystemC-AMS</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Satyaki Banik, Hao Tu, Srdjan Lukic, Gabor Karsai</p>
<div class="pub-status preprint">Preprint</div>
<div class="pub-links">
<a href="https://arxiv.org/abs/2407.06217" class="pub-link pdf">arXiv</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">MSMA: Multi-agent Trajectory Prediction in Connected and Autonomous Vehicle Environment with Multi-source Data Integration</h3>
<p class="pub-authors">Xi Chen, <strong>Rahul Bhadani</strong>, K. Larry Head</p>
<p class="pub-venue">The 24th COTA International Conference of Transportation Professionals, Shenzhen, China, July 23-26, 2024</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2024</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Model-based Design Tool for Cyber-physical Power Systems using SystemC-AMS</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Satyaki Banik, Hao Tu, Srdjan Lukic, Gabor Karsai</p>
<p class="pub-venue">6th Workshop on Design Automation for CPS and IoT (DESTION 2024)</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/DESTION62938.2024.00016" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Optimized Receiver Design for Entanglement Assisted Communication using BPSK</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Ivan B. Djordjevic</p>
<p class="pub-venue">Optics Express 31, no. 24 (2023): 39765-39783</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1364/OE.496792" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon preprint">π</div>
<h3 class="pub-title">Prototyping Vehicle Control Applications Using the CAT Vehicle Simulator</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Jonathan Sprinkle</p>
<p class="pub-venue">arXiv preprint arXiv:2301.04574 (2023)</p>
<div class="pub-status preprint">Preprint</div>
<div class="pub-links">
<a href="https://arxiv.org/pdf/2301.04574" class="pub-link pdf">arXiv</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Attention-based Graph Neural Network for Label Propagation in Single-Cell Omics</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Lingling An</p>
<p class="pub-venue">Genes, February 2023</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.3390/genes14020506" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Modeling and Real-Time Simulation of Microgrid Components Using Systemc-AMS</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Hao Tu, Srdjan Lukic, Gabor Karsai</p>
<p class="pub-venue">2023 Winter Simulation Conference (WSC), San Antonio, TX, USA, 2023, pp. 3214-3225</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/WSC60868.2023.10408025" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Parameter Estimation for Decoding Sensor Signals</h3>
<p class="pub-authors">M. Nice, M. Bunting, G. Zachar, <strong>Rahul Bhadani</strong>, P. Ngo, J. Lee, A. Bayen, D. Work, J. Sprinkle</p>
<p class="pub-venue">14th ACM/IEEE International Conference on Cyber-Physical Systems (ICCPS) May 2023</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3576841.3589622" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Approaches for Synthesis and Deployment of Controller Models on Automated Vehicles for Car-following in Mixed Autonomy</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, M. Bunting, M. Nice, F. Wu, A. Hayat, J. Lee, A. Bayen, B. Piccoli, B. Seibold, D. Work</p>
<p class="pub-venue">The 3rd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities (DI-CPS), May 2023</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3576914.3587711" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2023</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Analysis of a Runtime Data Sharing Architecture over LTE for a Heterogeneous CAV Fleet</h3>
<p class="pub-authors">A. Richardson, M. Nice, M. Bunting, J. W. Lee, <strong>Rahul Bhadani</strong>, D. Work, J. Sprinkle</p>
<p class="pub-venue">The 3rd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities (DI-CPS), May 2023</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3576914.3587712" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">CANClassify: Automated Decoding and Labeling of CAN Bus Signals</h3>
<p class="pub-authors">Paul Ngo, Jonathan Sprinkle, <strong>Rahul Bhadani</strong></p>
<p class="pub-venue">Special Issue on Multidisciplinary Sciences and Advanced Technology, Journal of Engineering Research and Sciences, October 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://dx.doi.org/10.55708/js0110002" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Optimized Squeezing Operation for Phase-Shift Keying Quantum State Discrimination</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Ivan B. Djordjevic</p>
<p class="pub-venue">IEEE Access, June 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/ACCESS.2022.3183093" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Model-based Design of NEMA-Compliant Dual-ring Barrier Traffic Signal Controller</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Jonathan Sprinkle, K. Larry Head</p>
<p class="pub-venue">ACM/IEEE 13th International Conference on Cyber-Physical Systems, May 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/ICCPS54341.2022.00038" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Strym: A Python Package for Real-time CAN Data Logging, Analysis and Visualization to Work with USB-CAN Interface</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Matthew Bunting, Matt Nice, Jonathan Sprinkle</p>
<p class="pub-venue">The 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities (DI-CPS), May 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/DI-CPS56137.2022.00009" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Data from the Development Evolution of a Vehicle for Custom Control</h3>
<p class="pub-authors">Matthew Bunting, <strong>Rahul Bhadani</strong>, Jonathan Sprinkle</p>
<p class="pub-venue">The 2nd Workshop on Data-Driven and Intelligent Cyber-Physical Systems for Smart Cities (DI-CPS), May 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/DI-CPS56137.2022.00013" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Repeatable & Scalable Multi-Vehicle Simulation with Offloaded Dynamics using Federated Modeling</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Jonathan Sprinkle</p>
<p class="pub-venue">Design Automation for CPS and IoT (DESTION 2022), May 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/DESTION56136.2022.00016" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">NISC: Neural Network Imputation for Single Cell RNA Sequencing Data on Clustering Analysis</h3>
<p class="pub-authors">Xiang Zhang, Zhuo Chen, <strong>Rahul Bhadani</strong>, Siyang Cao, Meng Lu, Nicholas Lytal, Yin Chen, Lingling An</p>
<p class="pub-venue">Frontiers in Bioinformatics, March 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.3389/fgene.2022.847112" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2022</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">The Lord of the Ring Road: A Review and Evaluation of Autonomous Control Policies for Traffic in a Ring Road</h3>
<p class="pub-authors">Fang-Chieh Chou, Alben Bagabaldo, Alexandre M. Bayen, <strong>Rahul Bhadani</strong>, et al.</p>
<p class="pub-venue">ACM Transactions on Cyber-Physical Systems, January 2022</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3494577" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Optical Hybrid-based Optimal Receiver Design for Entanglement-Assisted Communication</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Ivan B. Djordjevic</p>
<p class="pub-venue">Frontiers in Optics and Laser Science (FiO-LS), 31 October β 04 November 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1364/FIO.2021.FTu2D.2" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Reachability Analysis for FollowerStopper: Safety Analysis and Experimental Results</h3>
<p class="pub-authors">Fang-Chieh Chou, Marsalis Gibson, <strong>Rahul Bhadani</strong>, Alexandre M. Bayen, Jonathan Sprinkle</p>
<p class="pub-venue">2021 IEEE International Conference on Robotics and Automation (ICRA), pp. 8607-8613. IEEE, 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/ICRA48506.2021.9561360" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">CAN Coach: Vehicular Control through Human Cyber-physical Systems</h3>
<p class="pub-authors">Matthew Nice, Safwan Elmadani, <strong>Rahul Bhadani</strong>, Matt Bunting, Jonathan Sprinkle, Dan Work</p>
<p class="pub-venue">Proceedings of the ACM/IEEE 12th International Conference on Cyber-Physical Systems, pp. 132-142. April 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3450267.3450541" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">From CAN to ROS: A Monitoring and Data Recording Bridge</h3>
<p class="pub-authors">Safwan Elmadani, Matthew Nice, Matthew Bunting, Jonathan Sprinkle, <strong>Rahul Bhadani</strong></p>
<p class="pub-venue">Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems, pp. 17-21. April 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3459609.3460531" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Libpanda: A High-Performance Library for Vehicle Data Collection</h3>
<p class="pub-authors">Matthew Bunting, <strong>Rahul Bhadani</strong>, Jonathan Sprinkle</p>
<p class="pub-venue">Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems, pp. 32-40. April 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3459609.3460529" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2021</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Integrated Framework of Vehicle Dynamics, Instabilities, Energy Models, and Sparse Flow Smoothing Controllers</h3>
<p class="pub-authors">Jonathan W Lee., George Gunter, Rabie Ramadan, Sulaiman Almatrudi, Paige Arnold, John Aquino, William Barbour, <strong>Rahul Bhadani</strong>, et al.</p>
<p class="pub-venue">Proceedings of the Workshop on Data-Driven and Intelligent Cyber-Physical Systems, pp. 41-47. April 2021</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3459609.3460530" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2020</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Constellation Optimization for Phase-Shift Keying Coherent States With Displacement Receiver to Maximize Mutual Information</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Ivan B. Djordjevic</p>
<p class="pub-venue">IEEE Access, December 2020</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/ACCESS.2020.3044086" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2020</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Programming the Kennedy Receiver for Capacity Maximization versus Minimizing One-shot Error Probability</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Michael Grace, Ivan B. Djordjevic, Jonathan Sprinkle, Saikat Guha</p>
<p class="pub-venue">Frontiers in Optics, pp. JM6B-29. Optical Society of America, September 2020</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1364/FIO.2020.JM6B.29" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2020</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Are commercially implemented adaptive cruise control systems string stable?</h3>
<p class="pub-authors">George Gunter, Derek Gloudemans, Raphael E. Stern, Sean McQuade, <strong>Rahul Bhadani</strong>, Matt Bunting, Maria Laura Delle Monache et al.</p>
<p class="pub-venue">IEEE Transactions on Intelligent Transportation Systems, June 2020</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/TITS.2020.3000682" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon book">π</div>
<h3 class="pub-title">Model-Based Engineering with Application to Autonomy</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Matt Bunting, Jonathan Sprinkle</p>
<p class="pub-venue">Complexity Challenges in Cyber-Physical Systems: Using Modeling and Simulation (M&S) to Support Intelligence, Adaptation and Autonomy, December 2019</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon book">π</div>
<h3 class="pub-title">Feedback control algorithms for the dissipation of traffic waves with autonomous vehicles</h3>
<p class="pub-authors">Maria Laura Delle Monache, Thibault Liard, AnaΓ―s Rat, Raphael Stern, <strong>Rahul Bhadani</strong>, Benjamin Seibold, Jonathan Sprinkle, Daniel B. Work, Benedetto Piccoli</p>
<p class="pub-venue">Computational Intelligence and Optimization Methods for Control Engineering, pp. 275-299. Springer, Cham, September 2019</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1007/978-3-030-25446-9_12" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">A Sliding Window for Path Mapping Based on a Pseudo-Derivative Method in Autonomous Navigation</h3>
<p class="pub-authors">Landon Bentley, Joe MacInnes, Hannah Mason, <strong>Rahul Bhadani</strong>, Tamal Bose</p>
<p class="pub-venue">2019 IEEE 90th Vehicular Technology Conference (VTC2019-Fall), pp. 1-4. IEEE, September 2019</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/VTCFall.2019.8891126" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon poster">π</div>
<h3 class="pub-title">Adaptive HSL Filters and Inverse Perspective Transforms in Lane Detection for autonomous driving</h3>
<p class="pub-authors">Hannah Mason, Landon Bentley, Joe MacInnes, <strong>Rahul Bhadani</strong>, Tamal Bose</p>
<p class="pub-venue">CAT Vehicle Research Experience for Undergraduates (2019)</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="http://dx.doi.org/10.13140/RG.2.2.18919.60327" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Real-time Distance Estimation and Filtering of Vehicle Headways for Smoothing of Traffic Waves</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Matthew Bunting, Benjamin Seibold, Raphael Stern, Shumo Cui, Jonathan Sprinkle, Benedetto Piccoli, Daniel B. Work</p>
<p class="pub-venue">Proceedings of the 10th ACM/IEEE International Conference on Cyber-Physical Systems, pp. 280-290. April 2019</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1145/3302509.3314026" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2019</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Tracking Vehicle Trajectories and Fuel Rates in Phantom Traffic Jams: Methodology and data</h3>
<p class="pub-authors">Fangyu Wu, Raphael E. Stern, Shumo Cui, Maria Laura Delle Monache, <strong>Rahul Bhadani</strong>, Matt Bunting, Miles Churchill, et al.</p>
<p class="pub-venue">Transportation research part C: Emerging Technologies, February 2019</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1016/j.trc.2018.12.012" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2018</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">Dissipation of Emergent Traffic Waves in Stop-and-go Traffic using a Supervisory Controller</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Benedetto Piccoli, Benjamin Seibold, Jonathan Sprinkle, Daniel Work</p>
<p class="pub-venue">2018 IEEE Conference on Decision and Control (CDC), pp. 3628-3633. IEEE, December 2018</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/CDC.2018.8619700" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2018</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">A Lidar Error Model for Cooperative Driving Simulations</h3>
<p class="pub-authors">Michele Segata, Renato Lo Cigno, <strong>Rahul Bhadani</strong>, Matthew Bunting, Jonathan Sprinkle</p>
<p class="pub-venue">2018 IEEE Vehicular Networking Conference (VNC), pp. 1-8. IEEE, December 2018. <strong>Best paper award</strong></p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1109/VNC.2018.8628408" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2018</div>
<div class="pub-content">
<div class="pub-type-icon journal">π</div>
<h3 class="pub-title">Dissipation of stop-and-go waves via control of autonomous vehicles: Field experiments</h3>
<p class="pub-authors">Raphael E. Stern, Shumo Cui, Maria Laura Delle Monache, <strong>Rahul Bhadani</strong>, Matt Bunting, Miles Churchill, Nathaniel Hamilton, et al.</p>
<p class="pub-venue">Transportation Research Part C: Emerging Technologies, April 2018</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.1016/j.trc.2018.02.005" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<div class="pub-item">
<div class="pub-year">2018</div>
<div class="pub-content">
<div class="pub-type-icon conference">π―</div>
<h3 class="pub-title">The CAT Vehicle Testbed: A Simulator with Hardware in the Loop for Autonomous Vehicle Applications</h3>
<p class="pub-authors"><strong>Rahul Bhadani</strong>, Jonathan Sprinkle, Matthew Bunting</p>
<p class="pub-venue">arXiv preprint arXiv:1804.04347, Proceedings of the 2nd International Workshop on Safe Control of Autonomous Vehicles (SCAV 2018), Porto, Portugal, Electronic Proceedings in Theoretical Computer Science, April 2018</p>
<div class="pub-status published">Published</div>
<div class="pub-links">
<a href="#" class="pub-link pdf">PDF</a>
<a href="https://doi.org/10.4204/EPTCS.269.4" class="pub-link doi">DOI</a>
<a href="#" class="pub-link scholar">Google Scholar</a>
</div>
</div>
</div>
<!-- Back to Top -->
<div class="back-to-top">
<a href="#top" class="nav-item">Back to Top</a>
</div>
</div>
</main>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer-container">
<div class="footer-left">
<img src="figures/aarc_logo_2w5.png" alt="AARC Lab Logo" class="footer-logo"><br/><p>© AARC Lab</p>
</div>
<div class="footer-center">
</div>
<div class="footer-right">
<p class="contact-info">
<span class="contact-label">Contact:</span> <span class="phone">☎ 256.824.6302</span><br>
<strong>Department of Electrical and Computer Engineering</strong><br>
<strong>The University of Alabama in Huntsville</strong>
</p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
<!-- Scroll to Top Button -->
<div id="scroll-to-top" class="scroll-to-top-card" aria-label="Scroll to top">
<div class="scroll-arrow">β</div>
</div>
<!-- Scroll to Top Script -->
<script>
// Scroll to top functionality
const scrollToTopCard = document.getElementById('scroll-to-top');
// Show/hide button based on scroll position
window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) {
scrollToTopCard.classList.add('visible');
} else {
scrollToTopCard.classList.remove('visible');
}
});
// Smooth scroll to top when clicked
scrollToTopCard.addEventListener('click', function() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
</script>
</body>
</html>